Learn R Programming

bellreg (version 0.0.2.1)

confint.zibellreg: Confidence intervals for the regression coefficients

Description

Confidence intervals for the regression coefficients

Usage

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

Value

100(1-alpha)% confidence intervals for the regression coefficients

Arguments

object

an object of the class zibellreg

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

level

the confidence level required

...

further arguments passed to or from other methods

Examples

Run this code
# \donttest{
data(cells)
fit <- zibellreg(cells ~ smoker+gender|smoker+gender, data = cells, approach = "mle")
confint(fit)
# }

Run the code above in your browser using DataLab