plot.SVDcv {SpatioTemporal} | R Documentation |
SVDcv
objectplot
and
boxplot
methods for class SVDcv
.
Plots summary statistics for the cross-validation. Plots include
RMSE, R2, BIC, and scatter plots of BIC for each column.
## S3 method for class 'SVDcv' plot(x, y = c("all", "MSE", "R2", "AIC", "BIC"), pairs = FALSE, sd = FALSE, ...) ## S3 method for class 'SVDcv' boxplot(x, y = c("all", "MSE", "R2", "AIC", "BIC"), ...)
x |
|
y |
Which CV-statistic to plot. For pairs |
pairs |
|
sd |
|
... |
Nothing
Johan Lindstrom
Other SVDcv methods: SVDsmooth
,
print.SVDcv
Other SVD for missing data: SVDmiss
,
SVDsmooth
, calcSmoothTrends
,
print.SVDcv
,
updateTrend.STdata
##See SVDsmooth example