confint.serp: Confidence interval for a fitted serp object

confint.serpR 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 serp.

...

additional arguments.

parm

unused argument.

level

significance level.

Value

A matrix of the the confidence intervals of fitted model.

See Also

serp, anova.serp, vcov.serp

Examples

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


serp documentation built on March 18, 2022, 6:33 p.m.