confint.asm | R Documentation |
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 object |
parm |
parameters to calculate confidence intervals |
level |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.