SpatioTemporal (version 1.1.9.1)

summary.estCVSTmodel: Computes summary details for estCVSTmodel object

Description

summary method for class estCVSTmodel.

Usage

# S3 method for estCVSTmodel
summary(object, ...)

Arguments

object

estCVSTmodel object to compute summary information for.

...

Ignored additional arguments.

Value

A summary.estCVSTmodel object.

See Also

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

Examples

Run this code
# NOT RUN {
##load some data
data(est.cv.mesa)
##print basic information for the CV-predictions
summary(est.cv.mesa)

# }

Run the code above in your browser using DataLab