powered by
a data set for example purposes
Simulate(n = 1000, seedNum = 1000, MissingYN = 0, exampleNum = 1)
the sample size
the seed number for random number generation
0 is no missing values 1 is missing values
1,2, or 3 for the example to use
returns generated dataframe
generates data frame
no references
# NOT RUN { # } # NOT RUN { InitD=Simulate(n=500,seedNum=1001,MissingYN=1,exampleNum=1) # }
Run the code above in your browser using DataLab