Usage Arguments Value See Also Examples
| 1 | factor.labels(object, data)
 | 
| 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) | 
list containing labels of factors used in model fit
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.