powered by
coef
estimateSTmodel
## S3 method for class 'estimateSTmodel': coef(object, pars = "all", ...)
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