| 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" R2.decomp:"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 nobs:"numeric": number of valid observations used in analysis
(available only if calculations are based on raw data) type:"character": metrics that have been calculated rela:"logical": TRUE means that metrics have been normalized to sum 100pct always:"numintnull": variables always in the model (adjusted for) alwaysnam:"charnull": variable names of variables always in model 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,
rela, always, alwaysnam
printIn addition, there is a method for plotting.
Ulrike Groemping, TFH Berlin
See also calc.relimp, print.relimplm, plot.relimplm, relaimpo