powered by
coef method for class estCVSTmodel.
coef
estCVSTmodel
# S3 method for estCVSTmodel coef(object, pars = c("all", "cov", "reg"), ...)
estCVSTmodel object from which to extract estimated parameters.
One of "cov", "reg", "all"; which parameters to extract.
Ignored additional arguments.
Nothing
Other estCVSTmodel methods: boxplot.estCVSTmodel, estimateCV.STmodel, print.estCVSTmodel, print.summary.estCVSTmodel, summary.estCVSTmodel
boxplot.estCVSTmodel
estimateCV.STmodel
print.estCVSTmodel
print.summary.estCVSTmodel
summary.estCVSTmodel
# NOT RUN { ##load data data(est.cv.mesa) ##extract all parameters coef(est.cv.mesa) ##extract only covariance parameters coef(est.cv.mesa, pars="cov") # }
Run the code above in your browser using DataLab