View source: R/example.simfun.R
example.simfun | R Documentation |
These simulation functions can be loaded as examples or templates. They correspond to the functions in the 'simulation_functions' vignette. The vignette contains the code and a description of the simfuns.
example.simfun(name)
name |
Name of the simulation function as a character. Currently available are: 'ttest','anova','glm2','irt1','irt2','multi2'. |
The returned object is the simulation function.
simfun = example.simfun('ttest')
simfun(400)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.