Represents prediction performances upon sequential inclusion of the
predictors in a logistic or Cox regression model as produced by
Incremental
. The median and quantiles
of the performance
metric are reported. See examples in Incremental
.
# S3 method for incremental
plot(
x,
quantiles = c(0.05, 0.95),
col = c("red", "grey"),
col.axis = NULL,
xgrid = FALSE,
ygrid = FALSE,
output_data = FALSE,
...
)IncrementalPlot(
x,
quantiles = c(0.05, 0.95),
col = c("red", "grey"),
col.axis = NULL,
xgrid = FALSE,
ygrid = FALSE,
output_data = FALSE,
...
)
PlotIncremental(
x,
quantiles = c(0.05, 0.95),
col = c("red", "grey"),
col.axis = NULL,
xgrid = FALSE,
ygrid = FALSE,
output_data = FALSE,
...
)
A plot.
output of Incremental
.
quantiles defining the lower and upper bounds.
vector of colours by stable selection status.
optional vector of label colours by stable selection status.
logical indicating if a vertical grid should be drawn.
logical indicating if a horizontal grid should be drawn.
logical indicating if the median and quantiles should be returned in a matrix.
additional plotting arguments (see par
).
Incremental