print.predCVSTmodel: Print details for 'predCVSTmodel' object

Description Usage Arguments Value Author(s) See Also Examples

Description

print method for class predCVSTmodel.

Usage

1
2
## S3 method for class 'predCVSTmodel'
print(x, ...)

Arguments

x

predCVSTmodel object to print information for.

...

Ignored additional arguments.

Value

Nothing

Author(s)

Johan Lindstrom

See Also

Other predCVSTmodel methods: estimateCV.STmodel, plot.predCVSTmodel, print.summary.predCVSTmodel, qqnorm.predCVSTmodel, scatterPlot.predCVSTmodel, summary.predCVSTmodel

Examples

1
2
3
4
##load some data
data(pred.cv.mesa)
##print basic information for the CV-predictions
print(pred.cv.mesa)

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