A dataset containing randomly generated practice data of various classes for testing and developing elucidate package functions.
pdata
A data frame of 12,000 rows and 10 columns
a sequence of numbers from 1:1000 labelling the row id, repeats for each unique value of d
a sequence of dates (yyyy-mm-dd) ranging from 2008-01-01 to 2019-01-01 in 1 year increments
5 level factor of values "a", "b", "c", "d", and "e" which was assigned to ids randomly within d
character vector indicating whether y2 is above = "high" or below = "low" the mean value of 100
logical vector indicating whether a row id is even = TRUE or odd = FALSE
random samples from a normal distribution within each level of g and d
random sample from a normal distribution with mean of 100 and standard deviation of 10
random sample of values between 1-100
random sample of values between 101-200
random sample of values between 201-300
"Randomly generated data"