relimplm-class {relaimpo}R Documentation

Class relimplm

Description

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 from the Class

Objects should only be created by calls to the function calc.relimp.

Slots

var.y:
Object of class "numeric"
R2:
Object of class "numeric"
R2.decomp:
Object of class "numeric"
lmg:
Object of class "numeric"
pmvd:
Object of class "numeric"
last:
Object of class "numeric"
first:
Object of class "numeric"
betasq:
Object of class "numeric"
pratt:
Object of class "numeric"
lmg.rank:
Object of class "numeric"
pmvd.rank:
Object of class "numeric"
last.rank:
Object of class "numeric"
first.rank:
Object of class "numeric"
betasq.rank:
Object of class "numeric"
pratt.rank:
Object of class "numeric"
lmg.diff:
Object of class "numeric"
pmvd.diff:
Object of class "numeric"
last.diff:
Object of class "numeric"
first.diff:
Object of class "numeric"
betasq.diff:
Object of class "numeric"
pratt.diff:
Object of class "numeric"
namen:
Object of class "character": variable names, starting with name for response
nobs:
Object of class "numeric": number of valid observations used in analysis (available only if calculations are based on raw data)
type:
Object of class "character": metrics that have been calculated
rela:
Object of class "logical": TRUE means that metrics have been normalized to sum 100pct
always:
Object of class "numintnull": variables always in the model (adjusted for)
alwaysnam:
Object of class "charnull": variable names of variables always in model

Methods

coerce
If an object of this class is coerced to list by 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
print
~~meaningful printout of object
show
~~identical to print

In addition, there is a method for plotting.

Author(s)

Ulrike Groemping, TFH Berlin

See Also

See also calc.relimp, print.relimplm, plot.relimplm, relaimpo


[Package relaimpo version 1.2 Index]