| print.fit_result | R Documentation |
Displays a summary header with model scope (Univariable/Multivariable), model type, formula, sample size, and event count before printing the formatted results table.
## S3 method for class 'fit_result'
print(x, ...)
x |
fit_result object. |
... |
Additional arguments passed to print methods. |
Invisibly returns the input object x. Called for its
side effect of printing a formatted summary to the console.
Other regression functions:
compfit(),
fit(),
fullfit(),
multifit(),
print.compfit_result(),
print.fullfit_result(),
print.multifit_result(),
print.uniscreen_result(),
uniscreen()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.