powered by
SVDcv
plot 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.
plot
boxplot
# S3 method for SVDcv plot (x, y = c("all", "MSE", "R2", "AIC", "BIC"), pairs = FALSE, sd = FALSE, ...) # S3 method for SVDcv boxplot (x, y = c("all", "MSE", "R2", "AIC", "BIC"), ...)
# S3 method for SVDcv boxplot (x, y = c("all", "MSE", "R2", "AIC", "BIC"), ...)
SVDcv object to plot.
Which CV-statistic to plot. For pairs "all" implies "BIC".
"all"
"BIC"
TRUE/FALSE plot cross-validation statistics, or scatter plot of individual BIC:s.
TRUE
FALSE
TRUE/FALSE add uncertainty to each CV-statistic.
Additional parameters passed to plot or pairs.
pairs
Nothing
Other SVD for missing data: calcSmoothTrends, print.SVDcv, summary.SVDcv, SVDmiss, SVDsmooth, SVDsmoothCV, updateSTdataTrend, updateTrend, updateTrend.STdata, updateTrend.STmodel
calcSmoothTrends
print.SVDcv
summary.SVDcv
SVDmiss
SVDsmooth
SVDsmoothCV
updateSTdataTrend
updateTrend
updateTrend.STdata
updateTrend.STmodel
Other SVDcv methods: print.SVDcv, summary.SVDcv, SVDsmooth, SVDsmoothCV
# NOT RUN { ##See SVDsmooth example # }
Run the code above in your browser using DataLab