Closed llrs closed 1 year ago
This other package can be relevant: https://github.com/hoehleatsu/socialroulette/
I'm also interested in this issue too, but couldn't find anything in the literature. I'm not even sure if "extending an experiment" is the right terminology to use here, since a google search of the phrase would yield many irrelevant results.
Hi Wu, thanks for commenting showing your interest! Given that someone else is interested I might dedicate some time to provide a solution to this. Probably extending experiment is not accurate ( I am not native speaker, so there might be better expressions for it) but I haven't come up with or found a better name for it.
On the CRAN task View of Experimental Design there might be something, perhaps adaptive design or stage-design are better, or we might something relevant on the references provided.
It might be interesting to use Minirand for this (check this thread in twitter), instead of provide my own solution (there is some code at one of the references' supplementary information).
Hi @dwuab, I've added some functions in the devel version (soon to be released). There are a follow_up
and follow_up2
functions to help with this.
I am still unsure about the name, let me know if these functions help you.
Note that I also added a new function check_data
to provide some feedback about the data.
What I haven't added yet is suggesting some samples to avoid a batch effect.
Sometimes people sequence 50 samples and then wants to add 25 more samples to that cohort. Explain some problems on the vignette. Provide a specific function.