Create a standard set of Halton draws to use in estimation
create_halton_draws(Nindividuals, nDraws, draw_dimensions)
Nindividuals
: The number individuals in the datasetnDraws
: The number of draws neededdraw_dimensions
: the number of draw dimensions neededMatrix of availabilities for alternatives and the number of choice observations
create_halton_draws(100, 10, 5) create_halton_draws(100, 100, 20)
Useful links