listObjContrasts {rrMisc} | R Documentation |
Get the contrasts of all factor variables in a data.frame.
listObjContrasts(d.frame, ...)
d.frame |
data.frame |
... |
arguments passed to further functions |
Get the contrasts of all factor variables in a data.frame.
contrasts of factor variables of data.frame
under continuous developement
Roland Rapold
none
other utility-functions in this R-package
if(require("MASS")){ data(crabs, package="MASS") print(listObjContrasts(crabs)) }