relimplmboot-class {relaimpo} | R Documentation |
Class relimplmboot
Description
This is the class for output objects from function boot.relimp
. It is needed as input to function booteval.relimp
.
Objects from the Class
Objects should only be created by calls to the function boot.relimp
.
Slots
boot
:Object of class
"boot"
, output from bootstrappingtype
:Object of class
"character"
, metrics that have been bootstrappednboot
:Object of class
"numeric"
, number of bootstrap runsrank
: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 calculationsalways
:Object of class
"numintnull"
: variables always in the modelalwaysnam
:Object of class
"charnull"
: variable names of variables always in modelgroupdocu
:Object of class
"list"
: information on group definitionswt
:Object of class
"numintnull"
: observation weightsvcov
:Object of class
"numintmatnull"
: variance-covariance matrix of the estimatecall
:Object of class
"langnull"
: the call that created the object
Methods
This documentation section documents S4 methods only. There is an analogous S3-method for printing.
- show
S4 method: identical to
print
Author(s)
Ulrike Groemping, BHT Berlin
See Also
boot.relimp
, booteval.relimp
,
relimplmbooteval-class
,relimplmbootMI-class