print.mreg {mreg} | R Documentation |
Prints the coefficients from an mreg object
Description
Prints the coefficients from an mreg object
Usage
## S3 method for class 'mreg'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
an mreg object |
digits |
number of digits to print decimals to. |
... |
other arguments, not currently used but required for generic methods |
Value
It prints the coefficients from an
mreg
regression model.
See Also
[Package mreg version 1.2.1 Index]