plot.cv_risk_mod {riskscores} | R Documentation |
Plot Risk Score Cross-Validation Results
Description
Plots the mean deviance for each lambda_0
tested during cross-validation.
Usage
## S3 method for class 'cv_risk_mod'
plot(x, ...)
Arguments
x |
An object of class "cv_risk_mod", usually a result of a call to
|
... |
Additional arguments affecting the plot produced |
Value
Object of class "ggplot".
[Package riskscores version 1.1.1 Index]