confint.serp {serp} | R Documentation |
Confidence interval for a fitted serp object
Description
Provides the confidence interval of estimates for an object of class serp
.
Usage
## S3 method for class 'serp'
confint(object, ..., parm, level = 0.95)
Arguments
object |
An object of class |
... |
additional arguments. |
parm |
unused argument. |
level |
significance level. |
Value
A matrix of the the confidence intervals of fitted model.
See Also
Examples
library(serp)
m <- serp(rating ~ temp + contact, slope = "parallel", link = "logit",
data = wine)
confint(m)
[Package serp version 0.2.4 Index]