SpatioTemporal (version 1.1.9.1)

print.estCVSTmodel: Print details for estCVSTmodel object

Description

print method for class estCVSTmodel.

Usage

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

Arguments

x

estCVSTmodel object to print information for.

...

Ignored additional arguments.

Value

Nothing

See Also

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

Examples

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

# }

Run the code above in your browser using DataLab