summary.predCVSTmodel {SpatioTemporal} | R Documentation |
predCVSTmodel
objectsummary
method for class predCVSTmodel
.
## S3 method for class 'predCVSTmodel' summary(object, pred.naive = NULL, by.date = FALSE, p = 0.95, transform = function(x) { return(x) }, LTA = FALSE, ...)
object |
|
pred.naive |
Result of naive prediction; used to compute
modified R2 values. The output from |
by.date |
Compute individual cross-validation statistics for each time-point. May lead to very many statistics. |
p |
Approximate coverage of the computed confidence bands; the confidence bands are used when computing coverage of the cross-validated predictions. |
transform |
Transform observations and predictions (without bias
correction) before
computing statistics; see also |
LTA |
Compute cross-validation statistics for the long term averages at
each site, uses |
... |
Ignored additional arguments. |
Computes summary statistics for cross validation. Statistics that are computed include RMSE, R2, and coverage of CI:s; both for all observations and (possibly) stratified by date.
A summary.predCVSTmodel
object.
Johan Lindstrom
Other predCVSTmodel methods: estimateCV.STmodel
,
plot.predCVSTmodel
,
print.predCVSTmodel
,
print.summary.predCVSTmodel
,
qqnorm.predCVSTmodel
,
scatterPlot.predCVSTmodel
##load some data data(pred.cv.mesa) ##basic summary statistics summary(pred.cv.mesa)