Dear useRs,

I use dics.ef function from dprep package to discretize continuous 
variable using intervals of equal frequencies. Dataset to be discretized 
include 4 continuous and 2 discrete variables in the following order:

Continuous Countinuous Countinuous Discrete Discrete Continuous

The problem emerge when I try to discretize the last continuos variable:

library(dprep)
dics.ef(my.dataframe, 1:6,5) ## all 6 variables in data.frame

I have no further idea why the function above don't work on the last 
variable in dataframe.

Thanks in advance for any further notes,

Andrej

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to