print.estCVSTmodel {SpatioTemporal}R Documentation

Print details for estCVSTmodel object

Description

print method for class estCVSTmodel.

Usage

## S3 method for class 'estCVSTmodel'
print(x, ...)

Arguments

x

estCVSTmodel object to print information for.

...

Ignored additional arguments.

Value

Nothing

Author(s)

Johan Lindstrom

See Also

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

Examples

##load some data
data(est.cv.mesa)
##print basic information for the CV-predictions
print(est.cv.mesa)


[Package SpatioTemporal version 1.1.9.1 Index]