powered by
Provides the confidence interval of estimates for an object of class serp.
serp
# S3 method for serp confint(object, ..., parm, level = 0.95)
A matrix of the the confidence intervals of fitted model.
An object of class serp.
additional arguments.
unused argument.
significance level.
serp, anova.serp, vcov.serp
anova.serp
vcov.serp
library(serp) m <- serp(rating ~ temp + contact, slope = "parallel", link = "logit", data = wine) confint(m)
Run the code above in your browser using DataLab