Skip to contents

Print the coefficients from a streg fit.

Usage

# S3 method for streg
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

An object of class streg.

digits

The number of significant digits to use when printing.

...

Not used.