Last data update: 2014.03.03

R: The Bayesian Causal Effect Estimation (BCEE) Algorithm
BCEE-packageR Documentation

The Bayesian Causal Effect Estimation (BCEE) Algorithm

Description

Contains two functions that correspond to the approximate BCEE (A-BCEE) and the naive BCEE (N-BCEE) implementations of the BCEE algorithm described in Talbot et al. (2015).

Details

Package: BCEE
Type: Package
Version: 1.1
Date: 2015-11-03
License: GPL (>=2)

ABCEE(X, Y, U, omega),
NBCEE(X, Y, U, omega).

Author(s)

Denis Talbot, Genevieve Lefebvre, Juli Atherton.

Maintainer: Denis Talbot denis.talbot@fmed.ulaval.ca

References

Talbot, D., Lefebvre, G., Atherton, J. (2015) The Bayesian causal effect estimation algorithm, Journal of Causal Inference, 3(2), 207-236.

See Also

ABCEE, NBCEE.

Results