Package: MOST 0.1.2
MOST: Multiphase Optimization Strategy
Provides functions similar to the 'SAS' macros previously provided to accompany Collins, Dziak, and Li (2009) <doi:10.1037/a0015826> and Dziak, Nahum-Shani, and Collins (2012) <doi:10.1037/a0026972>, papers which outline practical benefits and challenges of factorial and fractional factorial experiments for scientists interested in developing biological and/or behavioral interventions, especially in the context of the multiphase optimization strategy (see Collins, Kugler & Gwadz 2016) <doi:10.1007/s10461-015-1145-4>. The package currently contains three functions. First, RelativeCosts1() draws a graph of the relative cost of complete and reduced factorial designs versus other alternatives. Second, RandomAssignmentGenerator() returns a dataframe which contains a list of random numbers that can be used to conveniently assign participants to conditions in an experiment with many conditions. Third, FactorialPowerPlan() estimates the power, detectable effect size, or required sample size of a factorial or fractional factorial experiment, for main effects or interactions, given several possible choices of effect size metric, and allowing pretests and clustering.
Authors:
MOST_0.1.2.tar.gz
MOST_0.1.2.zip(r-4.5)MOST_0.1.2.zip(r-4.4)MOST_0.1.2.zip(r-4.3)
MOST_0.1.2.tgz(r-4.4-any)MOST_0.1.2.tgz(r-4.3-any)
MOST_0.1.2.tar.gz(r-4.5-noble)MOST_0.1.2.tar.gz(r-4.4-noble)
MOST_0.1.2.tgz(r-4.4-emscripten)MOST_0.1.2.tgz(r-4.3-emscripten)
MOST.pdf |MOST.html✨
MOST/json (API)
# Install 'MOST' in R: |
install.packages('MOST', repos = c('https://dziakj1.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:db3044fe98. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win | OK | Nov 18 2024 |
R-4.5-linux | OK | Nov 18 2024 |
R-4.4-win | OK | Nov 18 2024 |
R-4.4-mac | OK | Nov 18 2024 |
R-4.3-win | OK | Nov 18 2024 |
R-4.3-mac | OK | Nov 18 2024 |
Exports:FactorialPowerPlanRandomAssignmentGeneratorRelativeCosts1
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
sample size, power and effect size calculations for a factorial or fractional factorial experiment | FactorialPowerPlan |
Random Assignment Generator for a Factorial Experiment with Many Conditions | RandomAssignmentGenerator |
The relative cost of reduced factorial designs | RelativeCosts1 |