Learn R Programming

SpatioTemporal (version 1.1.7)

summary.STmodel: Computes summary details for STmodel object

Description

summary method for class STmodel.

Usage

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

See Also

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

Examples

Run this code
# NOT RUN {
##load some data
data(mesa.model)
##Summary of data fields.
summary(mesa.model)
# }

Run the code above in your browser using DataLab