factor.labels {pda} | R Documentation |
determine labels for all factors used in model fit
Description
Usage
factor.labels(object, data)
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
## Not run:
# return list of length 2 with labels for a and b
factor.labels(lm(y~a+b,data))
## End(Not run)
[Package
pda version 1.1-2
Index]