View source: R/lm-extract-function.R
lm.extract | R Documentation |
Extract data from fitted lm-model
df <- data.frame(x=1:10, y=rnorm(10))
fm <- lm(y~x,data=df)
cc <- lm.extract(fm)
trace |
controls output during execution |
list of data
Claus E. Andersen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.