Learn R Programming

PathSelectMP (version 1.1)

Simulate: Simulate data set

Description

a data set for example purposes

Usage

Simulate(n = 1000, seedNum = 1000, MissingYN = 0, exampleNum = 1)

Arguments

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

Value

returns generated dataframe

Details

generates data frame

References

no references

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
InitD=Simulate(n=500,seedNum=1001,MissingYN=1,exampleNum=1)

# }

Run the code above in your browser using DataLab