Prints a detailed summary of the oblr
model, including coefficients, standard errors, z-values, p-values, and model fit statistics.
Usage
# S3 method for class 'summary.oblr'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
- x
An object of class summary.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.