fortify.summary.lm | R Documentation |
Extract data from R objects
## S3 method for class 'summary.lm'
fortify(model, data = NULL, level = 0.95, ...)
## S3 method for class 'summary.glm'
fortify(model, data = NULL, level = 0.95, ...)
## S3 method for class 'TukeyHSD'
fortify(model, data, order = c("asis", "pval", "difference"), ...)
model |
an R object |
data |
original data set, if needed |
level |
confidence level |
... |
additional arguments |
order |
one of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.