confint.asm {asm} | R Documentation |
Confidence intervals for coefficients
in an asm
regression model
Description
Computes confidence intervals for individual regression coefficients based on a fitted asm
regression model
Usage
## 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() |
Value
matrix of confidence intervals for the regression coefficients
Examples
model = asm(mpg ~ cyl + hp + disp, data=mtcars)
confint(model)
[Package asm version 0.2.0 Index]