Expand description
Declarative framework for designing efficient causal inference algorithms.
Allows for the specification of reachability-based algorithm with rule tables. Best used through the wrapper packages ciflypy and ciflyr for Python and R. Find more information on the CIfly website.
Re-exports§
pub use instance::Graph;pub use instance::ParseGraphError;pub use instance::ParseSetsError;pub use instance::Sets;pub use reach::Settings;pub use ruletable::ReadRuletableError;pub use ruletable::Ruletable;