DesignLibrary
DesignLibrary copied to clipboard
Library of Research Designs
Need to update at least this and probably elsewhere: https://declaredesign.org/library/articles/block_cluster_two_arm.html
Mentioned this to Macartan today. Some of this was written in June, so apologies if you have updated the templates mentioned here in the meantime. In June, I taught Learning...
Return warning for which value takes precedence when user inputs both `sd` and `outcome_sds` and they do not match.
For example `ate` and `control_mean` and `treatment_mean` in two_arm_designer().
For example in two_arm_designer(), when both `ate` and `treatment_mean` are provided and don't match, return warning message of the sort "Arguments `treatment_mean` and `ate` are both provided. The design uses...
In the `definitions` attribute of `two_by_two_designer`, the value in the `vector` column of `outcome_means` should be set to `TRUE` and not `FALSE`.
# Description mediation_analysis_designer with Imai's package feature. Finally! it needs GitHub's version of broom. # Checklist: - [ ] Designer is documented according to the [contributing guidelines](https://declaredesign.org/library/articles/how_to_write_and_contribute_designers.html) - [ ]...
Per @rdrr1990
I agree there are high maintenance costs to adding `fixed` functionality and using quasi-quotation in all designers, but also think that there's value to (a) more flexible designer functions that...