pacman::p_load(
"tidyverse"
)
devtools::load_all()
initialize_experiment()
applicants <- read_applicant_file("Z:/FSC - NPower/data-2022/transfer/Cohort Applicants May 2022/NPower May2022 Cohort Applicants RCT 2022-05-06.csv")
test_assignments <- assign_to_condition(
applicants,
n_offers_by_program = list(JITA = 217, JDA = 166),
seed = 489,
browse = TRUE
)
test_assignment_data <- assign_applicant_batch_exact(
applicants,
n_offers_by_program = list(JITA = 217, JDA = 166),
seed = 489,
activity_id = "TEST"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.