make_scrambled_sobol: Make scrambled sobol draws

View source: R/draws.R

make_scrambled_sobolR Documentation

Make scrambled sobol draws

Description

Wrapper function for sobol() from randtoolbox to create a common interface. Owen + Fazure_Tezuka Scrambling

Usage

make_scrambled_sobol(n_ind, n_draws, n_dim, seed = seed)

Arguments

n_ind

Number of individuals in your sample

n_draws

Number of draws per respondent

n_dim

Number of dimensions

seed

A seed to change the scrambling of the sobol sequence.


spdesign documentation built on Oct. 18, 2024, 5:07 p.m.