Skip to content
Prev 378854 / 398502 Next

How to change the number of bins?

Hi Bowie,
As David suggested, you can substitute the R missing value (NA) for
999 (probably an SPSS missing  value). If you don't want to change it,
you could probably just subset your data like this:

V<-create_infotables(data=Test[Test[n] != 999,-1],y="class",bins=10)

where "n" is the column number in Test of the variable of interest.

Jim
On Mon, Mar 11, 2019 at 9:45 AM wong bowie <bowiewongg at gmail.com> wrote: