confint.singleRStaticCountData function

Confidence intervals for model parameters

Confidence intervals for model parameters

A function that computes studentized confidence intervals for model coefficients.

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

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.

Returns

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

  • Maintainer: Maciej Beręsewicz
  • License: MIT + file LICENSE
  • Last published: 2025-02-13