Package: MRTSampleSizeBinary 0.1.2

Tianchen Qian
MRTSampleSizeBinary: Sample Size Calculator for MRT with Binary Outcomes
Provides a sample size calculator for micro-randomized trials (MRTs) with binary outcomes based on Cohn et al. (2023) <doi:10.1002/sim.9748>. Also provides a power calculator when the sample size is input by the user.
Authors:
MRTSampleSizeBinary_0.1.2.tar.gz
MRTSampleSizeBinary_0.1.2.tar.gz(r-4.5-noble)MRTSampleSizeBinary_0.1.2.tar.gz(r-4.4-noble)
MRTSampleSizeBinary_0.1.2.tgz(r-4.4-emscripten)MRTSampleSizeBinary_0.1.2.tgz(r-4.3-emscripten)
MRTSampleSizeBinary.pdf |MRTSampleSizeBinary.html✨
MRTSampleSizeBinary/json (API)
NEWS
# Install 'MRTSampleSizeBinary' in R: |
install.packages('MRTSampleSizeBinary', repos = 'https://cloud.r-project.org') |
- alpha_1 - Vector that defines the success probability null curve.
- beta_1 - Vector that defines the MEE under the alternative hypothesis.
- f_t_1 - A matrix defining the MEE under the alternative hypothesis.
- g_t_1 - A matrix defining the success probability null curve.
- m_matrix_1 - An example matrix for "bread" of sandwich estimator of variance.
- p_t_1 - A vector of randomization probabilities for each time point.
- sigma_matrix_1 - An example matrix for "meat" of sandwich estimator of variance.
- tau_t_1 - Vector that holds the average availability at each time point.
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 1 years agofrom:838952648e. Checks:3 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 28 2025 |
R-4.5-linux | OK | Mar 28 2025 |
R-4.4-linux | OK | Mar 28 2025 |
Exports:compute_m_sigmacompute_ncpis_full_column_rankmax_sampmin_sampmrt_binary_powermrt_binary_sspower_summarypower_vs_n_plot
Dependencies:clicolorspacefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
Citation
To cite package ‘MRTSampleSizeBinary’ in publications use:
Wong-Toi E, Dahdoul T, Qian T (2023). MRTSampleSizeBinary: Sample Size Calculator for MRT with Binary Outcomes. R package version 0.1.2, https://CRAN.R-project.org/package=MRTSampleSizeBinary.
ATTENTION: This citation information has been auto-generated from the package DESCRIPTION file and may need manual editing, see ‘help("citation")’.
Corresponding BibTeX entry:
@Manual{, title = {MRTSampleSizeBinary: Sample Size Calculator for MRT with Binary Outcomes}, author = {Eliot Wong-Toi and Thabat Dahdoul and Tianchen Qian}, year = {2023}, note = {R package version 0.1.2}, url = {https://CRAN.R-project.org/package=MRTSampleSizeBinary}, }
Readme and manuals
MRTSampleSizeBinary
This package provides a sample size calculator for Micro-randomized Trials with binary outcomes, based on the following article. Cohn, E. R., Qian, T., & Murphy, S. A. (2023). Sample size considerations for micro‐randomized trials with binary proximal outcomes. Statistics in Medicine.
Before using the calculator the user should have knowledge of the following:
-
Study Setup The number of decision time points and the randomization probability, i.e. the probability of assigning the treatment at each decision time point.
-
Availability Treatment can only be provided when an individual is available. The expected availability is the probability a person is available to receive the intervention at the decision times. You need to select a time-varying pattern for the expected availability.
-
Success Probability Null Curve The Success Probability Null Curve at each decision time point is defined as the probability of the proximal outcome equal to 1 for available individuals who are not assigned treatment. You need to provide the trend of success probability null curve.
-
Proximal Treatment Effect The Proximal Treatment Effect at each decision time point is defined as the mean difference in the proximal outcome between available people who are assigned a treatment versus available people who are not assigned treatment. In this work, we only consider the binary treatment. You need to provide the trend of proximal treatment effects.
The outputs one can get using this package are mainly two values, power and sample size. In both cases, you will need to input the desired significance level.