Learn R Programming

singleRcapture (version 0.2.3)

confint.singleRStaticCountData: Confidence intervals for model parameters

Description

A function that computes studentized confidence intervals for model coefficients.

Usage

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

Value

An object with named columns that include upper and lower limit of confidence intervals.

Arguments

object

object of singleRStaticCountData class.

parm

names of parameters for which confidence intervals are to be computed, if missing all parameters will be considered.

level

confidence level for intervals.

...

currently does nothing.