Skip to contents

Run a suite of DGPs with given estimators

Usage

cs_run_suite(suite_id, estimator_ids, seeds = 1:50, n = 2000, ...)

Arguments

suite_id

Character scalar identifying the suite.

estimator_ids

Character vector of estimator IDs.

seeds

Integer vector of seeds to run for each DGP/estimator pair.

n

Integer, sample size per run.

...

Passed through to cs_run_grid().

Value

The tibble returned by cs_run_grid().