Description Usage Arguments Examples
Helper function that builds out user-specified confidence intervals.
1 2 |
model |
Model takes the object name of your linear regression model. Example - if you run the following command: m1 <- lm(y~x), then enter m1 for this argument. |
level |
User-specified confidence interval. Default = 0.95 |
vars |
Variable selection (default all) |
var.labels |
Variable names if not default |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.