create_halton_draws function

Create a standard set of Halton draws to use in estimation

Create a standard set of Halton draws to use in estimation

create_halton_draws(Nindividuals, nDraws, draw_dimensions)

Arguments

  • Nindividuals: The number individuals in the dataset
  • nDraws: The number of draws needed
  • draw_dimensions: the number of draw dimensions needed

Returns

Matrix of availabilities for alternatives and the number of choice observations

Examples

create_halton_draws(100, 10, 5) create_halton_draws(100, 100, 20)
  • Maintainer: Joseph Molloy
  • License: GPL (>= 2)
  • Last published: 2024-02-07