coef.estimateSTmodel: Returns estimated parameters (and uncertaintes)

Description Usage Arguments Value Author(s) See Also Examples

Description

coef method for class estimateSTmodel.

Usage

1
2
## S3 method for class 'estimateSTmodel'
coef(object, pars = c("all", "cov", "reg"), ...)

Arguments

object

estimateSTmodel object from which to extract estimated parameters.

pars

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

...

Ignored additional arguments.

Value

Estimated parameters.

Author(s)

Johan Lindstrom

See Also

Other estimateSTmodel methods: estimate.STmodel, print.estimateSTmodel

Examples

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

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