listObjContrasts {rrMisc}R Documentation

Get contrasts of data.frame

Description

Get the contrasts of all factor variables in a data.frame.

Usage

listObjContrasts(d.frame, ...)

Arguments

d.frame

data.frame

...

arguments passed to further functions

Details

Get the contrasts of all factor variables in a data.frame.

Value

contrasts of factor variables of data.frame

Note

under continuous developement

Author(s)

Roland Rapold

References

none

See Also

other utility-functions in this R-package

Examples

if(require("MASS")){
    data(crabs, package="MASS")
    print(listObjContrasts(crabs))
}

[Package rrMisc version 0.31 Index]