ss_fn: Infer causal direction using stability selection

View source: R/utils.R

ss_fnR 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.


cbl documentation built on Dec. 28, 2022, 1:55 a.m.

Related to ss_fn in cbl...