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
:Object of class "boot"
, output from bootstrapping
type
:Object of class "character"
, metrics that have been bootstrapped
nboot
:Object of class "numeric"
, number of bootstrap runs
rank
:Object of class "logical"
, have ranks been bootstrapped ?
diff
:Object of class "logical"
, have differences been bootstrapped ?
rela
:Object of class "logical"
, have the metrics been forced to add up to 100pct (TRUE) or not?
fixed
:Object of class "logical"
, has bootstrapping been done for fixed (TRUE) or random (FALSE) regressors?
namen
:Object of class "character"
: variable names of all variables (y and the regressors)
nobs
:Object of class "numeric"
: number of valid observations used in calculations
always
:Object of class "numintnull"
: variables always in the model
alwaysnam
:Object of class "charnull"
: variable names of variables always in model
groupdocu
:Object of class "list"
: information on group definitions
wt
:Object of class "numintnull"
: observation weights
vcov
:Object of class "numintmatnull"
: variance-covariance matrix of the estimate
call
:Object of class "langnull"
: the call that created the object
This documentation section documents S4 methods only. There is an analogous S3-method for printing.
S4 method: identical to print
Ulrike Groemping, BHT Berlin
boot.relimp
, booteval.relimp
,
relimplmbooteval-class
,relimplmbootMI-class