powered by
A function returning simulated data on test_scores.
get_test_scores( effect_size = 15, n_students = 1000L, n_grades = 4L, include_unobservables = FALSE, random_assignment = FALSE )
tbl_df
Effect of attending camp on subsequent test scores
Number of students in simulated data set
Number of grades in simulated data set
Include talent in returned data (TRUE or FALSE)
Is assignment to treatment completely random? (TRUE or FALSE)
set.seed(2021) library(dplyr, warn.conflicts = FALSE) get_test_scores() %>% head()
Run the code above in your browser using DataLab