Learn R Programming

serp (version 0.2.5)

confint.serp: Confidence interval for a fitted serp object

Description

Provides the confidence interval of estimates for an object of class serp.

Usage

# S3 method for serp
confint(object, ..., parm, level = 0.95)

Value

A matrix of the the confidence intervals of fitted model.

Arguments

object

An object of class serp.

...

additional arguments.

parm

unused argument.

level

significance level.

See Also

serp, anova.serp, vcov.serp

Examples

Run this code
library(serp)
m <- serp(rating ~ temp + contact, slope = "parallel", link = "logit",
           data = wine)
confint(m)

Run the code above in your browser using DataLab