confint.asm function

Confidence intervals for coefficients in an asm regression model

Confidence intervals for coefficients in an asm regression model

Computes confidence intervals for individual regression coefficients based on a fitted asm regression model

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

Arguments

  • object: asm object
  • parm: parameters to calculate confidence intervals
  • level: confidence level
  • ...: additional arguments to ensure compatibility with the generic function confint()

Returns

matrix of confidence intervals for the regression coefficients

Examples

model = asm(mpg ~ cyl + hp + disp, data=mtcars) confint(model)
  • Maintainer: Min Xu
  • License: GPL (>= 3)
  • Last published: 2025-03-23

Useful links