factor.labels: determine labels for all factors used in model fit

Usage Arguments Value See Also Examples

Usage

1

Arguments

object

object from linear model fit

data

data frame in which to interpret the variables named inthe full and reduced objects (determined from reduced fit if omitted)

Value

list containing labels of factors used in model fit

See Also

lsd.plot,margin.plot.lm.

Examples

1
2
3
4
5
## Not run: 
# return list of length 2 with labels for a and b
factor.labels(lm(y~a+b,data))

## End(Not run)

byandell/pda documentation built on May 13, 2019, 9:27 a.m.