-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
15 lines (15 loc) · 1.32 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: McBias
Title: Quantify How Much Bias Impacts Statistical Findings with DAG Theory
Version: 0.0.0.9000
Authors@R:
person("Ash", "Breidenbach", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3672-1128"))
Depends: R (>= 3.5.0), rjags, plyr, dplyr, checkmate, magrittr, stringr, utils, stats, ggplot2, gtable, grid, ggridges, knitr, rmarkdown, MatchIt
Suggests:
Description: McBias uses DAG theory to model biases and uses MCMC simulations to quantify how much they will affect final test statistics. It accomplishes this in a four step process. First the user sets all node distributions and arc effect sizes in the DAG, which creates a Bayesian network (BN). From this, the r package simulates datasets where the true effect sizes, prevalences, and means for all variables are known. The package then analyzes and stratifies the datasets as set by the user. Finally, the package outputs a matrix which contains the true effect size, the effect size estimate, and other summary statistics from the given analysis. From there the package provides functions for calculating total bias and other metrics, as well as for data visualization.
License: `use_mit_license()`
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LazyData: true
VignetteBuilder: knitr