Generate Appropriate Data Summary Based on Variable Types
Source:R/makeme_helpers.R
generate_data_summary.RdInternal helper function that routes to the appropriate data summarization function based on the detected variable types (categorical vs continuous).
Usage
generate_data_summary(
variable_types,
subset_data,
dep_crwd,
indep_crwd,
args,
full_category_levels = NULL,
...
)Arguments
- variable_types
List with dep and indep variable type information
- subset_data
Data frame subset for the current crowd
- dep_crwd
Character vector of dependent variable names for current crowd
- indep_crwd
Character vector of independent variable names for current crowd
- args
List of makeme function arguments
- full_category_levels
Optional pre-computed full category levels for consistency
- ...
Additional arguments passed to summarization functions