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

Description Usage Arguments Value Author(s) See Also Examples

Description

coef method for class estCVSTmodel.

Usage

1
2
## S3 method for class '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

Author(s)

Johan Lindstrom

See Also

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

Examples

1
2
3
4
5
6
  ##load data
  data(est.cv.mesa)
  ##extract all parameters
  coef(est.cv.mesa)
  ##extract only covariance parameters
  coef(est.cv.mesa, pars="cov")

SpatioTemporal documentation built on May 2, 2019, 8:49 a.m.