Tidying methods for a linear model
1 2 3 4 5 6 7 8 9  | ## S3 method for class 'lm'
tidy2(x, conf.int = FALSE, conf.level = 0.95,
  exponentiate = FALSE, quick = FALSE, ...)
## S3 method for class 'lm'
contextualize(x, ...)
## S3 method for class 'glm'
contextualize(x, ...)
 | 
x | 
 lm object  | 
conf.int | 
 whether to include a confidence interval  | 
conf.level | 
 confidence level of the interval, used only if
  | 
exponentiate | 
 whether to exponentiate the coefficient estimates and confidence intervals (typical for logistic regression)  | 
quick | 
 whether to compute a smaller and faster version, containing
only the   | 
... | 
 extra arguments (not used)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.