Learn R Programming

SpatioTemporal (version 1.1.2)

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

Description

coef method for class estCVSTmodel.

Usage

## S3 method for class 'estCVSTmodel':
coef(object, pars = "all", ...)

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, predictCV.STmodel, print.estCVSTmodel, print.summary.estCVSTmodel, summary.estCVSTmodel

Examples

Run this code
##load data
  data(CV.mesa.model)
  ##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