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"
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
type:
Object of class "character": metrics that have been calculated

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

Author(s)

Ulrike Groemping, TFH Berlin

See Also

See also calc.relimp


[Package relaimpo version 0.5 Index]