print.mfp2 | R Documentation |
mfp2
Enhances printing by information on data processing and fractional polynomials.
## S3 method for class 'mfp2'
print(x, ...)
x |
|
... |
passed to |
Two dataframes: the first one contains preprocessing parameters (shifting, scaling, and
centering), and the second one includes additional parameters such as df
, select
, and
alpha
passed through mfp2
. It also returns a list of the final model fitted, which can be
either a GLM or Cox model depending on the chosen family.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.