model.data | R Documentation |
Extract data of model
model.data(fit)
model.y(fit)
model.x(fit)
fit |
fitted results |
dataframe in the model
fit <- lm(mpg~vs+am+poly(qsec,2),data=mtcars)
head(model.data(fit))
model.y(fit)
model.x(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.