This function retrieves and formats the dimensions of the dataset used in the model, including the number of observed and synthetic data points and the total number of rows and columns.
extract_dim(cat_init)
A character string summarizing the dimensions of the dataset used in the model.
A list containing model initialization data, expected to include
obs_size
(observed data size), syn_size
(synthetic data size), size
(total data size),
and x
(the covariate matrix).