summary.resample.sprinter: Generates a summary for objects of class resample.sprinter
Description
Shows the interactions with the largest variable inclusion frequencies together with its mean coefficients and plots the mean coefficient of each variable against its single coefficients.
Usage
## S3 method for class 'resample.sprinter':
summary(object, print = TRUE, plot = TRUE, optional.only = FALSE, threshold.vif = 0, \ldots)
logical value. If true, a list of interactions with the largest inclusion frequencies together with its mean coefficients is shown.
plot
logical value. If true, the mean coefficients for each selected covariate are plotted against its single coefficients.
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
only the coefficients with inclusion frequencies larger than threshold.vif are plotted.