Summary of an asm
regression model
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-valuesresiduals
:: residuals of the fitted modelcall
:: call to the asm
functionmodel = asm(mpg ~ cyl + hp + disp, data=mtcars) summary(model)
Useful links