listObjContrasts: Get contrasts of data.frame

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/describe.R

Description

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

Usage

1

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

1
2
3
4
if(require("MASS")){
    data(crabs, package="MASS")
    print(listObjContrasts(crabs))
}

rrMisc documentation built on June 25, 2021, 3 a.m.