Re: [R] How to do Naive Bayes in R?

2009-05-07 Thread Dylan Beaudette
On Wednesday 06 May 2009, spencerg wrote: help.search('bayes') only searches installed packages. To go beyond that, you might try the following: Thanks for the clarification. Dylan -- Dylan Beaudette Soil Resource Laboratory http://casoilresource.lawr.ucdavis.edu/ University of

[R] How to do Naive Bayes in R?

2009-05-06 Thread Tim LIU
thanks! -- View this message in context: http://www.nabble.com/How-to-do-Naive-Bayes-in-R--tp23413794p23413794.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] How to do Naive Bayes in R?

2009-05-06 Thread Dylan Beaudette
On Wednesday 06 May 2009, Tim LIU wrote: I am wondering if anybody here have a simple example in R for Naive Bayes. For example, I can do k-means clustering on the iris data - data(iris) cl - kmeans(iris[,1:4], 3) cl$cluster cbind(1:150,iris$Species) === But how to do Naive

Re: [R] How to do Naive Bayes in R?

2009-05-06 Thread spencerg
help.search('bayes') only searches installed packages. To go beyond that, you might try the following: library(RSiteSearch) bayes - RSiteSearch.function('bayes', 999) summary(bayes) # This produces a Parato analysis of packages in terms of references # to the search term in their