Re: [R] cannot access the functions in the package

2011-12-09 Thread David Winsemius
On Dec 9, 2011, at 7:27 AM, Duncan Murdoch wrote: On 11-12-08 1:30 PM, Weizeng Ni wrote: 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

Re: [R] cannot access the functions in the package

2011-12-09 Thread Duncan Murdoch
On 11-12-08 1:30 PM, Weizeng Ni wrote: 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 = "in

[R] cannot access the functions in the package

2011-12-08 Thread Weizeng Ni
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 co