plot_accuracy.cv_risk_mod {riskscores}R Documentation

Plot Risk Score Cross-Validation Results

Description

Plots the mean accuracy for each lambda_0 tested during cross-validation.

Usage

plot_accuracy.cv_risk_mod(x, ...)

Arguments

x

An object of class "cv_risk_mod", usually a result of a call to cv_risk_mod().

...

Additional arguments affecting the plot produced

Value

Object of class "ggplot".


[Package riskscores version 1.2.1 Index]