Simulate random populations
simulate_pops(pop_n = 100, pop_names = NULL, pop_totals = NULL,
aims_n = 50, aims_names = NULL)
Number of populations to simulate
Their names. If NULL: The names are "pop_001" through "pop_pop_n"
How many observations/sampled individuals per population. If one number this is used as parameter in a Poisson distribution
Number of AIMs
Their names. If NULL: The names are "rs_001" through "rs_aims_n"