print.summary.asm | R Documentation |
asm
regression modelPrints the summary of a fitted asm
regression model
## S3 method for class 'summary.asm'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
concise = FALSE,
...
)
x |
summary.asm object |
digits |
number of digits to print |
signif.stars |
logical; if TRUE, 'significance stars' are printed |
concise |
logical; if TRUE, the output is concise |
... |
additional arguments to ensure compatibility with the generic function print() |
No return value
model = asm(mpg ~ cyl + hp + disp, data=mtcars)
print(summary(model))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.