relimplm-class {relaimpo} | R Documentation |
This is the class of output objects from the function calc.relimp
in package relaimpo. Its elements are described in the documentation of calc.relimp
.
Objects should only be created by calls to the function calc.relimp
.
var.y
:"numeric"
R2
:"numeric"
lmg
:"numeric"
pmvd
:"numeric"
last
:"numeric"
first
:"numeric"
betasq
:"numeric"
pratt
:"numeric"
lmg.rank
:"numeric"
pmvd.rank
:"numeric"
last.rank
:"numeric"
first.rank
:"numeric"
betasq.rank
:"numeric"
pratt.rank
:"numeric"
lmg.diff
:"numeric"
pmvd.diff
:"numeric"
last.diff
:"numeric"
first.diff
:"numeric"
betasq.diff
:"numeric"
pratt.diff
:"numeric"
namen
:"character"
: variable names, starting with name for response type
:"character"
: metrics that have been calculated as(object, "list")
,
the slots are output to the list in the following order: var.y
, R2
, lmg
, lmg.rank
, lmg.diff
,
next three in non-US version only: pmvd
, pmvd.rank
, pmvd.diff
, last
,
last.rank
, last.diff
, ..., pratt
, pratt.rank
, pratt.diff
, namen
, type
Ulrike Groemping, TFH Berlin
See also calc.relimp