Re: [R] question on rpart

2010-04-23 Thread josh franta
attached is the data set which generates the rgui.exe cpu loop... here are commands : library(rpart) train-read.csv(traindata.csv,header=T) y-as.numeric(train[,18]) x-train[,1:3] fit-rpart(y~.,x) On Thu, Apr 22, 2010 at 9:25 AM, Terry Therneau thern...@mayo.edu wrote: --- Begin included

[R] question on rpart

2010-04-21 Thread josh franta
Hello, I have attempted to email the author of this package without success, just wondering if anybody else has experienced this. I am having an using rpart on 4000 rows of data with 13 attributes. I can run the same test on 300 rows of the same data with no issue. When I run on 4000 rows,