Hi I want to find the information value for my overall data. I have data like this.my data set name is data Id smoke drink nothing 1 yes no no 2 no yes yes 3 yes yes no . . . . Etc I have tried this code Iv.mult(data) Error:There is no function called iv.mult Please help me to find out the information value for the oveall data. Please give me the simple functions to calculate information value Thanks in advance
Information value
3 messages · Venky, Sarah Goslee, Michael Dewey
A search on rseek.org for information value turns up several contributed packages that may do what you want. Sarah
On Wed, Mar 9, 2016 at 9:31 AM, Venky <venkynov10 at gmail.com> wrote:
Hi
I want to find the information value for my overall data.
I have data like this.my data set name is data
Id smoke drink nothing
1 yes no no
2 no yes yes
3 yes yes no
. . . .
Etc
I have tried this code
Iv.mult(data)
Error:There is no function called iv.mult
Please help me to find out the information value for the oveall data.
Please give me the simple functions to calculate information value
Thanks in advance
[[alternative HTML version deleted]]
Just to help next time some comments in-line
On 09/03/2016 14:31, Venky wrote:
Hi I want to find the information value for my overall data. I have data like this.my data set name is data
Best not to call your data.frame data as it may conflict with the function data()
Id smoke drink nothing 1 yes no no 2 no yes yes 3 yes yes no . . . . Etc I have tried this code Iv.mult(data) Error:There is no function called iv.mult
So you did not actually type Iv.mult as you told us, or alternatively the error message is not as you stated. Please give us what you _actually_ typed and do not re-type something like it. You presumably need to find which package contains iv.mult and load it first.
Please help me to find out the information value for the oveall data. Please give me the simple functions to calculate information value Thanks in advance [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.