Skip to contents

Prints a brief summary of the oblr model, including estimated coefficients and convergence information.

Usage

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

Arguments

x

An object of class oblr.

digits

Number of significant digits to display. Defaults to the maximum between 3 and getOption("digits") - 3.

...

Additional arguments passed to or from other methods.