furrer-lab / abn

Bayesian network analysis in R
https://r-bayesian-networks.org/
GNU General Public License v3.0
1 stars 0 forks source link

example not executable in fitAbn() #29

Closed matteodelucchi closed 2 months ago

matteodelucchi commented 2 months ago

Unexecutable code in man/fitAbn.Rd. Please make sure that all your examples are executable. I think you forgot to comment out a line there:

This is a basic plot of some posterior densities. The algorithm used

for selecting

density points is quite straightforward, but it might result in a

sparse distribution.

Therefore, we also recompute the density over an evenly spaced grid

of 50 points between the two endpoints that had a minimum PDF at f=min.pdf.

Setting max.mode.error=0 forces the use of the internal C code.