print.cat_initialization | R Documentation |
This function provides a comprehensive summary of a catalytic initialization model object (cat_init
),
including formula details, data dimensions, and sample data previews.
## S3 method for class 'cat_initialization'
print(x, show_data = TRUE, detail = TRUE, ...)
x |
A catalytic initialization model object containing formula, family, data dimensions, and sampling details. |
show_data |
Logical, default |
detail |
Logical, default |
... |
Additional parameters to pass to other functions. |
The function provides a detailed overview of the initialization process for the cat_initialization
model,
including:
The formula used in the model.
The type of model (if Gaussian, the known or unknown variance is specified).
The family of the Generalized Linear Model (GLM), along with the associated link function.
The dimensions of the observation and synthetic data sets, with an option to display the first few rows.
Information on the data generation process if available.
The show_data
parameter controls whether the first few rows of the data are printed, while the detail
parameter controls whether additional help for interpreting the printed output is displayed.
Invisibly returns the x
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.