Description Usage Arguments Value Author(s) See Also Examples
coef
method for class estCVSTmodel
.
1 2 |
object |
|
pars |
One of "cov", "reg", "all"; which parameters to extract. |
... |
Ignored additional arguments. |
Nothing
Johan Lindstrom
Other estCVSTmodel methods: boxplot.estCVSTmodel
,
estimateCV.STmodel
,
print.estCVSTmodel
,
print.summary.estCVSTmodel
,
summary.estCVSTmodel
1 2 3 4 5 6 | ##load data
data(est.cv.mesa)
##extract all parameters
coef(est.cv.mesa)
##extract only covariance parameters
coef(est.cv.mesa, pars="cov")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.