Hi R users I need to apply discretization to my continuous data. Is there a method in R to do this? Thanks in advance, Jaime
On Tue, 23 Sep 2003, Jaime Lopez Carvajal wrote:> I need to apply discretization to my continuous data. > Is there a method in R to do this?See help("cut"). - tom blackwell - u michigan medical school - ann arbor -
Consider: ?cut ?round With more detail we might be able to help more ... On Tue, 23 Sep 2003, Jaime Lopez Carvajal wrote:> Hi R users > > I need to apply discretization to my continuous data. > Is there a method in R to do this? > > Thanks in advance, > > Jaime >-- 620B Bartram Hall bolker at zoo.ufl.edu Zoology Department, University of Florida http://www.zoo.ufl.edu/bolker Box 118525 (ph) 352-392-5697 Gainesville, FL 32611-8525 (fax) 352-392-3704
there are plenty of discretization methods, which one are you looking for? (In Spanish hay bastantes metodos de discretizacion cual de ellos estas busacando? Regards (saludos) Edgar Acuna On Tue, 23 Sep 2003, Jaime Lopez Carvajal wrote:> Hi R users > > I need to apply discretization to my continuous data. > Is there a method in R to do this? > > Thanks in advance, > > Jaime >