Skip to contents

Displays a summary header with model scope (Univariable/Multivariable), model type, formula, sample size, and event count before printing the formatted results table.

Usage

# S3 method for class 'fit_result'
print(x, ...)

Arguments

x

fit_result object.

...

Additional arguments passed to print methods.

Value

Invisibly returns the input object x. Called for its side effect of printing a formatted summary to the console.