coef.estCVSTmodel {SpatioTemporal} | R Documentation |
coef
method for class estCVSTmodel
.
## S3 method for class 'estCVSTmodel' coef(object, pars = c("all", "cov", "reg"), ...)
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
##load data data(est.cv.mesa) ##extract all parameters coef(est.cv.mesa) ##extract only covariance parameters coef(est.cv.mesa, pars="cov")