confint.serp | R Documentation |
Provides the confidence interval of estimates for an object of class serp
.
## S3 method for class 'serp' confint(object, ..., parm, level = 0.95)
object |
An object of class |
... |
additional arguments. |
parm |
unused argument. |
level |
significance level. |
A matrix of the the confidence intervals of fitted model.
serp
, anova.serp
, vcov.serp
library(serp) m <- serp(rating ~ temp + contact, slope = "parallel", link = "logit", data = wine) confint(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.