print.mreg | R Documentation |
Prints the coefficients from an mreg object
## S3 method for class 'mreg'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
an mreg object |
digits |
number of digits to print decimals to. |
... |
other arguments, not currently used but required for generic methods |
It prints the coefficients from an
mreg
regression model.
mreg
summary.mreg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.