Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbayer committed Jul 25, 2022
1 parent 37897e7 commit 74ab97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/SubGroupSeparation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Inference describes the calculation of the marginal probability $P(v'|e)$ of a f
set.seed(6)
myBayesNet <- randomBN(3)
myBayesNet@variables <- c("rain", "sprinkler", "wet grass")
plot(myBayesNet)
plot_bn(myBayesNet)
```

What is the probability that it rained?
Expand Down

0 comments on commit 74ab97c

Please sign in to comment.