predCVSTmodel objectsummary method for class
predCVSTmodel.
# S3 method for predCVSTmodel
summary (object,
pred.naive = NULL, by.date = FALSE, p = 0.95,
transform = function(x) { return(x) }, LTA = FALSE,
...)predCVSTmodel object to compute
summary information for; the output from
predictCV.STmodel.
Result of naive prediction; used to
compute modified R2 values. The output from
predictNaive.
Compute individual cross-validation statistics for each time-point. May lead to very many statistics.
Approximate coverage of the computed confidence bands; the confidence bands are used when computing coverage of the cross-validated predictions.
Transform observations and predictions
(without bias correction) before computing
statistics; see also computeLTA.
Redundant if option transform was used in
predictCV.STmodel (as pass through argument
to predict.STmodel)
Compute cross-validation statistics for the
long term averages at each site, uses
computeLTA to compute the averages.
transform is passed to computeLTA.
This is redundant if option LTA=TRUE was
uses in predictCV.STmodel.
Ignored additional arguments.
A summary.predCVSTmodel object.
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.
Other predCVSTmodel methods: estimateCV,
estimateCV.STmodel,
plot.predCVSTmodel,
plot.predictSTmodel,
predictCV, predictCV.STmodel,
print.predCVSTmodel,
print.summary.predCVSTmodel,
qqnorm.predCVSTmodel,
qqnorm.STdata,
qqnorm.STmodel,
scatterPlot.predCVSTmodel,
scatterPlot.STdata,
scatterPlot.STmodel
# NOT RUN {
##load some data
data(pred.cv.mesa)
##basic summary statistics
summary(pred.cv.mesa)
# }
Run the code above in your browser using DataLab