R/causaloptim-package.R

#' An Interface to Specify Causal Graphs and Compute Bounds on Causal Effects
#' 
#' Specify causal graphs using a visual interactive interface and then analyze them and compute symbolic bounds for the causal effects in terms of the observable parameters.
#' 
#' @details Run the shiny app by \code{results <- specify_graph()}. See detailed instructions in the vignette \code{browseVignettes("causaloptim")}.
#' @author Michael C Sachs, Arvid Sjölander, Gustav Jonzon, Alexander Balke, Colorado Reed, and Erin Gabriel
#'     Maintainer: Michael C Sachs <sachsmc at gmail.com>
#' @references Sachs, M. C., Jonzon, G., Sjölander, A., & Gabriel, E. E. 2022, A general method for deriving tight symbolic bounds on causal effects. Journal of Computational and Graphical Statistics, In press. \url{https://www.tandfonline.com/doi/full/10.1080/10618600.2022.2071905} .
#' 
#' @docType package
#' @seealso \code{browseVignettes('causaloptim')} \link{specify_graph}
#' @name causaloptim-package
#' @aliases causaloptim

NULL

Try the causaloptim package in your browser

Any scripts or data that you put into this service are public.

causaloptim documentation built on Nov. 2, 2023, 6:06 p.m.