resSimAWX: Simulation of big sample sizes, by parts

View source: R/simulation.R

resSimAWXR Documentation

Simulation of big sample sizes, by parts

Description

Simulation of big sample sizes, by parts

Usage

resSimAWX(n_thousands, params)

Arguments

n_thousands

what is the desired n (in thousands)?

params

named list of parameters (output of 'listParams()').

Value

AWX dataframe

Examples

params <-  exampleParams()
a <- Sys.time()
res <- resSimAWX(3, params = params)# 10 K
Sys.time() - a

blebedenko/impatience2 documentation built on April 10, 2022, 11:01 a.m.