[R] Bayesian Network
Uwe Ligges
ligges at statistik.uni-dortmund.de
Fri Feb 4 15:39:39 CET 2005
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]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list