Learn R Programming

SpatioTemporal (version 1.1.7)

coef.estimateSTmodel: Returns estimated parameters (and uncertaintes)

Description

coef method for class estimateSTmodel.

Usage

# S3 method for 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.

See Also

Other estimateSTmodel methods: estimate, estimate.STmodel, print.estimateSTmodel

Examples

Run this code
# 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