Description Usage Arguments Author(s) Examples
Draws in confidence line segments based on model objects.
1 | confbounds(model, xbounds = range(model$model[, 2]), level = 0.95, ...)
|
model |
an object containing the results returned by a model fitting function (e.g., lm or glm). |
xbounds |
left-right limits on the lines to be drawn. |
level |
float (0,1); the confidence level, defaults to 0.95. |
Mike Vlah, vlahm13@gmail.com
1 | confbars(mod1, lty=2, col='red')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.