hardlyworking | R Documentation |
A sample (simulated) dataset, used in tests and some examples.
A data frame with 500 rows and 5 variables:
Salary, in Shmekels
Number of overtime hours (on average, per week)
Number of compliments given to the boss (observed over the last week)
Age in years
How many years with the company
Has this person been working here for more than 4 years?
data("hardlyworking") head(hardlyworking, n = 5) #> salary xtra_hours n_comps age seniority is_senior #> 1 19744.65 4.16 1 32 3 FALSE #> 2 11301.95 1.62 0 34 3 FALSE #> 3 20635.62 1.19 3 33 5 TRUE #> 4 23047.16 7.19 1 35 3 FALSE #> 5 27342.15 11.26 0 33 4 FALSE
Other effect size datasets:
Music_preferences
,
Music_preferences2
,
RCT_table
,
Smoking_FASD
,
food_class
,
rouder2016
,
screening_test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.