relimplmboot-class {relaimpo} | R Documentation |
This is the class for output objects from function boot.relimp
. It is needed as input to function booteval.relimp
.
Objects should only be created by calls to the function boot.relimp
.
boot
:"boot"
, output from bootstrapping type
:"character"
, metrics that have been bootstrapped nboot
:"numeric"
, number of bootstrap runs rank
:"logical"
, have ranks been bootstrapped ? diff
:"logical"
, have differences been bootstrapped ? rela
:"logical"
, have the metrics been forced to add up to 100pct (TRUE) or not? fixed
:"logical"
, has bootstrapping been done for fixed (TRUE) or random (FALSE) regressors? namen
:"character"
: variable names of all variables (y and the regressors) nobs
:"numeric"
: number of valid observations used in calculations always
:"numintnull"
: variables always in the model alwaysnam
:"charnull"
: variable names of variables always in model This documentation section documents S4 methods only. There is an analogous S3-method for printing.
print
Ulrike Groemping, TFH Berlin
boot.relimp
, booteval.relimp
,
relimplmbooteval-class
,relimplmbootMI-class