select_next_intervention: Select a Candidate for Intervention Selects the a target for...

Description Usage Arguments

Description

Select a Candidate for Intervention Selects the a target for intervention from a list of candidates based on which is expected to provide the most information gain.

Usage

1
2
select_next_intervention(dags, selected, candidates, k, beta = NULL,
  cluster = NULL, debug = FALSE)

Arguments

selected

a set of already selected interventions

candidates

a set of potential targets

k

threshold stopping critera (threshold for odds of no information gain for an intervention)

beta

dataframe for edge-wise probability prior

cluster

a cluster object such as in the package "parallel"

debug

boolean for reporting debugging messages

DAGS

A sample of high scoring DAG structures


robertness/bninfo documentation built on May 27, 2019, 10:32 a.m.