NDIKUMAGENGE Alice wrote:

Hello,
I would like to use Bayesian Networks with R.
I have already installed the package called deal which has succefully unpacked (package 'deal' successfully unpacked and MD5 sums checked)
.
But when I try to write " <- network (df)
I have that kind of error message (be low)!




Quite certainly you forgot to load the package:

library(deal)

Uwe Ligges



rats <- network(rats.df)
Error: couldn't find function "network"

Thank u for your help
Alice




        [[alternative HTML version deleted]]

______________________________________________
[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

______________________________________________ [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

Reply via email to