print.mreg: Prints the coefficients from an mreg object
Description
Prints the coefficients from an mreg object
Usage
# S3 method for mreg
print(x, digits = max(3, getOption("digits") - 3), ...)
Value
It prints the coefficients from an
mreg
regression model.
Arguments
- x
an mreg object
- digits
number of digits to print decimals to.
- ...
other arguments, not currently used but required for generic methods