Other packages > Find by keyword >

causaloptim  

An Interface to Specify Causal Graphs and Compute Bounds on Causal Effects
View on CRAN: Click here


Download and install causaloptim package within the R console
Install from CRAN:
install.packages("causaloptim")

Install from Github:
library("remotes")
install_github("cran/causaloptim")

Install by package version:
library("remotes")
install_version("causaloptim", "1.0.0")



Attach the package and use:
library("causaloptim")
Maintained by
Michael C Sachs
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-03-20
Latest Update: 2023-10-31
Description:
When causal quantities are not identifiable from the observed data, it still may be possible to bound these quantities using the observed data. We outline a class of problems for which the derivation of tight bounds is always a linear programming problem and can therefore, at least theoretically, be solved using a symbolic linear optimizer. We extend and generalize the approach of Balke and Pearl (1994) and we provide a user friendly graphical interface for setting up such problems via directed acyclic graphs (DAG), which only allow for problems within this class to be depicted. The user can then define linear constraints to further refine their assumptions to meet their specific problem, and then specify a causal query using a text interface. The program converts this user defined DAG, query, and constraints, and returns tight bounds. The bounds can be converted to R functions to evaluate them for specific datasets, and to latex code for publication. The methods and proofs of tightness and validity of the bounds are described in a paper by Sachs, Jonzon, Gabriel, and Sj
How to cite:
Michael C Sachs (2020). causaloptim: An Interface to Specify Causal Graphs and Compute Bounds on Causal Effects. R package version 1.0.0, https://cran.r-project.org/web/packages/causaloptim. Accessed 03 Dec. 2024.
Previous versions and publish date:
0.6.4 (2020-03-20 09:40), 0.6.5 (2020-03-25 19:30), 0.7.1 (2020-05-07 17:30), 0.8.2 (2021-06-09 12:10), 0.9.1 (2021-12-10 17:20), 0.9.2 (2022-03-25 15:00), 0.9.3 (2023-01-22 17:20), 0.9.7 (2023-03-24 13:00), 0.9.8 (2023-10-31 15:30)
Other packages that cited causaloptim R package
View causaloptim citation profile
Other R packages that causaloptim depends, imports, suggests or enhances
Complete documentation for causaloptim
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  
EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA