summary.STmodel: Computes summary details for 'STmodel' object

Description Usage Arguments Value Author(s) See Also Examples

Description

summary method for class STmodel.

Usage

1
2
## S3 method for class 'STmodel'
summary(object, type = object$covars$type, ...)

Arguments

object

STmodel object to compute summary information for.

type

Factorial of length(x$locations$ID), if not NULL the output also presents summaries of number of sites and observations as well as time periods per type of site.

...

Ignored additional arguments.

Value

A summary.STmodel object.

Author(s)

Johan Lindstrom

See Also

Other STmodel methods: MCMC.STmodel, c.STmodel, createSTmodel, estimate.STmodel, estimateCV.STmodel, plot.STdata, predict.STmodel, print.STmodel, print.summary.STmodel, qqnorm.predCVSTmodel, scatterPlot.predCVSTmodel, simulate.STmodel

Examples

1
2
3
4
##load some data
data(mesa.model)
##Summary of data fields.
summary(mesa.model)

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