Description Usage Arguments Details Value Note Author(s) References Examples
a data set for example purposes
1 | Simulate(n = 1000, seedNum = 1000, MissingYN = 0, exampleNum = 1)
|
n |
the sample size |
seedNum |
the seed number for random number generation |
MissingYN |
0 is no missing values 1 is missing values |
exampleNum |
1,2, or 3 for the example to use |
generates data frame
returns generated dataframe
Note in the examples that the names of the variables all start with a capital letter and contain no special symbols or spaces as required in this version
William Terry
no references
1 | InitD=Simulate(n=500,seedNum=1001,MissingYN=1,exampleNum=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.