Plot method for tsme objects; calls autoplot.tsme
and prints the result.
Usage
# S3 method for class 'tsme'
plot(x, ...)Arguments
- x
a tsme object returned by
tsme- ...
passed to
autoplot.tsme
Examples
# \donttest{
plot(nlsy97_tsme_fit, type = "cond_quant", which = "me") # calls autoplot() internally
# }