Skip to content

Commit 47e9e26

Browse files
Update to be compatible with new rCausalMGM version
1 parent cf1e357 commit 47e9e26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/CausalMGM/StaTS.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ StaTS <- function(data, target, alphas=c(0.01, 0.05, 0.1, 0.15, 0.2, 0.25), lamb
4848
}
4949

5050
for (a in 1:length(alphas)) {
51-
graph <- fciMax(data[sub,], initialGraph=ig, alpha=alphas[a])
51+
graph <- fciMax(data[sub,], initialGraph=ig, alpha=alphas[a], fdr=F)
5252
## print(graph$markov.blankets[[target]])
5353
## for (i in 1:ncol(data)) {
5454
i <- which(colnames(data) %in% target)

0 commit comments

Comments
 (0)