Package: COMMA
Title: Correcting Misclassified Mediation Analysis
Version: 1.0.0
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)
Suggests: knitr (>= 1.40), kableExtra (>= 1.3.4), ggplot2 (>= 3.5.0),
        dplyr (>= 1.1.4), markdown (>= 1.13), stats (>= 4.3.1), svglite
        (>= 2.1.3)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
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_OLS.R'
        'COMMA_PVW.R' 'EM_function_poissonY.R'
        'EM_function_poissonY_XM.R' 'misclassification_prob.R'
        'theta_optim.R' 'theta_optim_XM.R' 'true_classification_prob.R'
        'w_m_poissonY.R'
NeedsCompilation: no
Packaged: 2024-07-18 15:37:41 UTC; kimho
Repository: CRAN
Date/Publication: 2024-07-21 10:10:05 UTC
