Confidence intervals for coefficients in an asm
regression model
asm
regression modelComputes confidence intervals for individual regression coefficients based on a fitted asm
regression model
## S3 method for class 'asm' confint(object, parm, level = 0.95, ...)
object
: asm objectparm
: parameters to calculate confidence intervalslevel
: confidence level...
: additional arguments to ensure compatibility with the generic function confint()matrix of confidence intervals for the regression coefficients
model = asm(mpg ~ cyl + hp + disp, data=mtcars) confint(model)
Useful links