coef.estimateSTmodel {SpatioTemporal} | R Documentation |
coef
method for class estimateSTmodel
.
## S3 method for class 'estimateSTmodel' coef(object, pars = c("all", "cov", "reg"), ...)
object |
|
pars |
One of "cov", "reg", "all"; which parameters to extract. |
... |
Ignored additional arguments. |
Estimated parameters.
Johan Lindstrom
Other estimateSTmodel methods: estimate.STmodel
,
print.estimateSTmodel
##load data data(est.mesa.model) ##extract all parameters coef(est.mesa.model) ##extract only covariance parameters coef(est.mesa.model, pars="cov")