hi, I am using the package of "Fslector" which contains a function named
"information.gain". I want to see the detailed code of this function. the
result shows
> information.gainfunction (formula, data)
{
information.gain.body(formula, data, type = "infogain")
}
When I then try to see the code of information.gain.body, it shows
Error: could not find function "information.gain.body".
Why cannot I get access to the codes?
Thanks in advance!
--
Best Regards,
[[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
and provide commented, minimal, self-contained, reproducible code.