Compute set of intervention effects
This function is DEPRECATED! Use ida
instead.
beta.special(dat=NA, x.pos, y.pos, verbose=0, a=0.01, myDAG=NA, myplot=FALSE, perfect=FALSE, method="local", collTest=TRUE, pcObj=NA, all.dags=NA, u2pd="rand")
dat
: Data matrixx.pos, y.pos
: integer column positions of and in dat
.verbose
: 0=no comments, 2=detail on estimatesa
: Significance level of tests for finding CPDAGmyDAG
: Needed if true correlation matrix shall be computedmyplot
: Plot estimated graphperfect
: True cor matrix is calculated from myDAGmethod
: "local" - local (all combinations of parents in regr.); "global" - all DAGscollTest
: True - Exclude orientations of undirected edges that introduce a new colliderpcObj
: Fit of PC Algorithm (CPDAG); if this is available, no new fit is doneall.dags
: All DAGs in the format of function allDags; if this is available, no new function call allDags is doneu2pd
: function for converting a UDAG to a PDAG; "rand": udag2pdag
; "relaxed": udag2pdagRelaxed
; "retry": udag2pdagSpecial
.estimates of intervention effects
Markus Kalisch (kalisch@stat.math.ethz.ch )
pcAlgo
, dag2cpdag
; beta.special.pcObj
for a fast version of beta.special()
, using a precomputed pc-object.