Learn R Programming

SpatioTemporal (version 1.1.2)

plot.SVDcv: Plot cross-validation statistics for SVDcv object

Description

plot method for class SVDcv. Plots summary statistics for the cross-validation. Plots include RMSE, R2, BIC, and scatter plots of BIC for each column.

Usage

## S3 method for class 'SVDcv':
plot(x, y = NULL, pairs = FALSE, ...)

Arguments

x
SVDcv object to plot.
y
Not used
pairs
TRUE/FALSE plot cross-validation statistics, or scatter plot of individual BIC:s.
...
Additional parameters passed to plot or pairs.

Value

  • Nothing

See Also

Other SVDcv methods: print.SVDcv, SVDsmooth, SVDsmoothCV

Other SVD for missing data: calcSmoothTrends, print.SVDcv, SVDmiss, SVDsmooth, SVDsmoothCV, updateSTdataTrend

Examples

Run this code
## end of SVDsmooth example

Run the code above in your browser using DataLab