Learn R Programming

sprinter (version 1.1.0)

plot.resample.sprinter: Plots coefficients generated by resample.sprinter

Description

Plots for each variable which is selected in resample.sprinter the mean coefficient over all subsamples against its single coefficients.

Usage

## S3 method for class 'resample.sprinter':
plot(x, optional.only = FALSE, threshold.vif = 0,\ldots)

Arguments

x
resample.sprinter object from a resample.sprinter call.
optional.only
logical value. If true, only the coefficients of the optional variables are plotted. If false, the coefficients of the mandatory variables are plotted as well.
threshold.vif
value. Only the coefficients with inclusion frequencies larger than threshold.vif are plotted.
...
additional arguments.

Value

  • No value is returned, but a plot is generated.