Analyzes the consistency of estimators across different sample sizes.
Arguments
- config
List. Configuration object created by
create_default_config
or related configuration functions.- seeds
List. Seeds for reproducibility, typically generated by
generate_all_seeds
.- verbose
Logical. Whether to show progress information during execution (default: TRUE).
Examples
if (FALSE) { # \dontrun{
config <- create_default_config()
seeds <- generate_all_seeds(config)
size_results <- run_sample_size_analysis(config, seeds)
} # }