Søren Højsgaard wrote: > Jose, > I am not entirely sure what Matlabs Bayes net toolbox does, but I guess it > implements as propagation algorithm for Bayesian networks. There is no such > package on CRAN - yet - but there will be soon: I've created a package called > gRbayesnet which implements the "Lauritzen-Spiegelhalter" propagation > algorithm. I expect to upload it to CRAN within the next few days.
An alternative could be to extend the current R-Weka interface from Kurt Hornik et alii http://cran.r-project.org/src/contrib/Descriptions/RWeka.html to include as well an interface to the Weka Bayes net package described at http://downloads.sourceforge.net/weka/BayesianNetClassifiers-3.5.6.pdf library(RWeka) ?list_Weka_interfaces describes how to register new interfaces. HTH, Tobias -- Tobias Verbeke - Consultant Business & Decision Benelux Rue de la révolution 8 1000 Brussels - BELGIUM +32 499 36 33 15 [EMAIL PROTECTED] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
