Package: CIEE 0.1.1
CIEE: Estimating and Testing Direct Effects in Directed Acyclic Graphs using Estimating Equations
In many studies across different disciplines, detailed measures of the variables of interest are available. If assumptions can be made regarding the direction of effects between the assessed variables, this has to be considered in the analysis. The functions in this package implement the novel approach CIEE (causal inference using estimating equations; Konigorski et al., 2018, <doi:10.1002/gepi.22107>) for estimating and testing the direct effect of an exposure variable on a primary outcome, while adjusting for indirect effects of the exposure on the primary outcome through a secondary intermediate outcome and potential factors influencing the secondary outcome. The underlying directed acyclic graph (DAG) of this considered model is described in the vignette. CIEE can be applied to studies in many different fields, and it is implemented here for the analysis of a continuous primary outcome and a time-to-event primary outcome subject to censoring. CIEE uses estimating equations to obtain estimates of the direct effect and robust sandwich standard error estimates. Then, a large-sample Wald-type test statistic is computed for testing the absence of the direct effect. Additionally, standard multiple regression, regression of residuals, and the structural equation modeling approach are implemented for comparison.
Authors:
CIEE_0.1.1.tar.gz
CIEE_0.1.1.zip(r-4.5)CIEE_0.1.1.zip(r-4.4)CIEE_0.1.1.zip(r-4.3)
CIEE_0.1.1.tgz(r-4.4-any)CIEE_0.1.1.tgz(r-4.3-any)
CIEE_0.1.1.tar.gz(r-4.5-noble)CIEE_0.1.1.tar.gz(r-4.4-noble)
CIEE_0.1.1.tgz(r-4.4-emscripten)CIEE_0.1.1.tgz(r-4.3-emscripten)
CIEE.pdf |CIEE.html✨
CIEE/json (API)
# Install 'CIEE' in R: |
install.packages('CIEE', repos = c('https://skonigor.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 7 years agofrom:e916fff682. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win | WARNING | Nov 17 2024 |
R-4.5-linux | WARNING | Nov 17 2024 |
R-4.4-win | WARNING | Nov 17 2024 |
R-4.4-mac | WARNING | Nov 17 2024 |
R-4.3-win | WARNING | Nov 17 2024 |
R-4.3-mac | WARNING | Nov 17 2024 |
Exports:bootstrap_secieeciee_loopderiv_objest_funct_exprgenerate_dataget_estimateshessianmult_regnaive_seres_regsandwich_sescoressem_appl
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Bootstrap standard error estimates | bootstrap_se |
CIEE: Causal inference based on estimating equations | ciee ciee_loop |
Estimating functions. | est_funct_expr |
Data generation function | generate_data |
CIEE parameter point estimates | get_estimates |
Naive standard error estimates | naive_se |
Sandwich standard error estimates | sandwich_se |
Score and hessian matrix based on the estimating functions. | deriv_obj hessian scores score_and_hessian_matrix_functions |
Structural equation modeling approach | sem_appl |
Summary function. | summary.ciee |
Traditional regression approaches. | mult_reg res_reg traditional_regression_functions |