coef
method for class
estimateSTmodel
.## S3 method for class 'estimateSTmodel':
coef(object, pars = "all",
...)
estimateSTmodel
object from which to
extract estimated parameters.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")
Run the code above in your browser using DataLab