summary.asm | R Documentation |
asm
regression modelOutputs estimated coefficients, standard errors and p-values based on a fitted asm
regression model
## S3 method for class 'asm'
summary(object, ...)
object |
asm object |
... |
additional arguments to ensure compatibility with the generic function summary() |
summary.asm
class object containing the following components:
coefficients
:estimated coefficients, standard errors, z-values and p-values
residuals
:residuals of the fitted model
call
:call to the asm
function
model = asm(mpg ~ cyl + hp + disp, data=mtcars)
summary(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.