| resSimAWX | R Documentation |
Simulation of big sample sizes, by parts
resSimAWX(n_thousands, params)
n_thousands |
what is the desired n (in thousands)? |
params |
named list of parameters (output of 'listParams()'). |
AWX dataframe
params <- exampleParams() a <- Sys.time() res <- resSimAWX(3, params = params)# 10 K Sys.time() - a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.