Package: COMMA
Title: Correcting Misclassified Mediation Analysis
Version: 1.1.1
Authors@R: 
    person("Kimberly", "Webb",
           email = "kah343@cornell.edu", role = c("aut", "cre"))
Author: Kimberly Webb [aut, cre]
Maintainer: Kimberly Webb  <kah343@cornell.edu>
Description: Use three methods to estimate parameters from a mediation analysis
  with a binary misclassified mediator. These methods correct for the problem
  of "label switching" using Youden's J criteria. A detailed description of the 
  analysis methods is available in Webb and Wells (2024), "Effect estimation in 
  the presence of a misclassified binary mediator" <doi:10.48550/arXiv.2407.06970>.
Depends: R (>= 4.2.0)
Imports: Matrix (> 1.4-1), turboEM (>= 2021.1), dplyr (>= 1.1.4),
        foreach (>= 1.5.2), parallel (>= 4.3.1), doParallel (>= 1.0.17)
Suggests: knitr (>= 1.40), kableExtra (>= 1.3.4), ggplot2 (>= 3.5.0),
        markdown (>= 1.13), stats (>= 4.3.1), svglite (>= 2.1.3)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Collate: 'sum_every_n1.R' 'sum_every_n.R' 'pistar_compute.R'
        'pi_compute.R' 'COMBO_weight.R' 'COMBO_EM_function.R'
        'COMBO_EM_algorithm.R' 'COMMA_data.R' 'w_m_normalY.R'
        'w_m_binaryY.R' 'EM_function_normalY_XM.R'
        'EM_function_normalY.R' 'EM_function_bernoulliY_XM.R'
        'EM_function_bernoulliY.R' 'COMMA_EM.R' 'COMMA_boot_sample.R'
        'COMMA_EM_bootstrap_SE.R' 'COMMA_OLS.R'
        'COMMA_OLS_bootstrap_SE.R' 'COMMA_PVW.R'
        'COMMA_PVW_bootstrap_SE.R' 'EM_function_poissonY.R'
        'EM_function_poissonY_XM.R' 'NCHS2022_sample.R'
        'misclassification_prob.R' 'theta_optim.R' 'theta_optim_XM.R'
        'true_classification_prob.R' 'w_m_poissonY.R'
LazyData: true
NeedsCompilation: no
Packaged: 2024-12-13 20:40:28 UTC; KIW58
Repository: CRAN
Date/Publication: 2024-12-13 21:10:02 UTC
Built: R 4.6.0; ; 2025-07-18 07:44:16 UTC; unix
