create_halton_draws: Create a standard set of Halton draws to use in estimation

Description Usage Arguments Value Examples

View source: R/helper_functions.R

Description

Create a standard set of Halton draws to use in estimation

Usage

1
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

Value

Matrix of availabilities for alternatives and the number of choice observations

Examples

1
2
create_halton_draws(100, 10, 5)
create_halton_draws(100, 100, 20)

mixl documentation built on Dec. 11, 2021, 9:07 a.m.