print.mreg: Prints the coefficients from an mreg object

View source: R/print.mreg.R

print.mregR 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

mreg summary.mreg


mreg documentation built on Oct. 26, 2023, 5:07 p.m.