ss_fn {cbl}R Documentation

Infer causal direction using stability selection

Description

Infer causal direction using stability selection

Usage

ss_fn(df, epsilon, order, rule, B)

Arguments

df

Table of (de)activation rates.

epsilon

Consistency lower bound, as computed by epsilon_fn.

order

Causal order of interest, either "ij" or "ji".

rule

Inference rule, either "R1" or "R2".

B

Number of complementary pairs to draw for stability selection.


[Package cbl version 0.1.3 Index]