halton: Halton sequences

Description Usage Arguments Value Author(s)

View source: R/rlogit.misc.R

Description

This function enables the creation of a halton sequence with a user supplied length and prime number

Usage

1
halton(prime = 3, length = 100, drop = 10)

Arguments

prime

a prime number,

length

the length of the sequence,

drop

the number of numbers droped at the begining of the sequence.

Value

a numeric vector

Author(s)

Yves Croissant


rlogit documentation built on May 2, 2019, 4:59 p.m.

Related to halton in rlogit...