powered by
coef method for class estimateSTmodel.
coef
estimateSTmodel
# S3 method for estimateSTmodel coef(object, pars = c("all", "cov", "reg"), ...)
estimateSTmodel object from which to extract estimated parameters.
One of "cov", "reg", "all"; which parameters to extract.
Ignored additional arguments.
Estimated parameters.
Other estimateSTmodel methods: estimate.STmodel, print.estimateSTmodel
estimate.STmodel
print.estimateSTmodel
# NOT RUN { ##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