inst/Examples/randomSlippageTest.R

invisible(require(SoDA, quietly = TRUE))
RNGkind("default", "Ahrens")
set.seed(211)
xx <- randomSlippage(1000, rnorm(10), rnorm(10))
table(xx[,1], xx[,2])

Try the SoDA package in your browser

Any scripts or data that you put into this service are public.

SoDA documentation built on Oct. 28, 2020, 9:07 a.m.