extract_dim: Extract Dimension Information from Model Initialization

View source: R/prints.R

extract_dimR Documentation

Extract Dimension Information from Model Initialization

Description

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.

Usage

extract_dim(cat_init)

Arguments

cat_init

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).

Value

A character string summarizing the dimensions of the dataset used in the model.


catalytic documentation built on April 4, 2025, 5:51 a.m.