Executes the main Monte Carlo simulation to evaluate the performance of Lewbel's (2012) heteroscedasticity-based identification strategy.
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(num_simulations = 100)
seeds <- generate_all_seeds(config)
results <- run_main_simulation(config, seeds)
} # }