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, ...)Value
Invisibly returns the input object x. Called for its
side effect of printing a formatted summary to the console.
See also
Other regression functions:
compfit(),
fit(),
fullfit(),
multifit(),
print.compfit_result(),
print.fullfit_result(),
print.multifit_result(),
print.uniscreen_result(),
uniscreen()