Hey,

I just like to know how to extract details from the naiveBayes model
(package e1071). I mean, for each possible value the model defines how much
it influences the outcome. I want to sort those probabilities and show the
values with the highest impact.
How could I do that?

PS: I tried using []'s to get to the model's internals, however, all I get
is a "list" not a "matrix" I could work with. What am I doing wrong?

Cheers,
Stephan
-- 
View this message in context: 
http://www.nabble.com/Extract-naiveBayes-details-tp18111702p18111702.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-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to