SpatioTemporal (version 1.1.9.1)

coef.estCVSTmodel: Returns estimated parameters for each CV-group.

Description

coef method for class estCVSTmodel.

Usage

# S3 method for estCVSTmodel
coef(object, pars = c("all", "cov", "reg"), ...)

Arguments

object

estCVSTmodel object from which to extract estimated parameters.

pars

One of "cov", "reg", "all"; which parameters to extract.

...

Ignored additional arguments.

Value

Nothing

See Also

Other estCVSTmodel methods: boxplot.estCVSTmodel, estimateCV.STmodel, print.estCVSTmodel, print.summary.estCVSTmodel, summary.estCVSTmodel

Examples

Run this code
# NOT RUN {
  ##load data
  data(est.cv.mesa)
  ##extract all parameters
  coef(est.cv.mesa)
  ##extract only covariance parameters
  coef(est.cv.mesa, pars="cov")

# }

Run the code above in your browser using DataLab