Re: [R] rpart with only two small groups

2008-09-17 Thread Birgitle
Thanks Gavin and sorry to all for this unnecessary question. B. Gavin Simpson wrote: > > On Tue, 2008-09-16 at 10:47 -0700, Birgitle wrote: >> Hello R-User! >> >> I try to do the following: >> >> New<-iris[c(1:7,90:97),1:5] >> New.rpart<-rpart(Species~., data=New, method="class") >> >> New.

Re: [R] rpart with only two small groups

2008-09-16 Thread Gavin Simpson
On Tue, 2008-09-16 at 10:47 -0700, Birgitle wrote: > Hello R-User! > > I try to do the following: > > New<-iris[c(1:7,90:97),1:5] > New.rpart<-rpart(Species~., data=New, method="class") > > New.rpart > n= 15 > > node), split, n, loss, yval, (yprob) > * denotes terminal node > > 1) root

[R] rpart with only two small groups

2008-09-16 Thread Birgitle
Hello R-User! I try to do the following: New<-iris[c(1:7,90:97),1:5] New.rpart<-rpart(Species~., data=New, method="class") New.rpart n= 15 node), split, n, loss, yval, (yprob) * denotes terminal node 1) root 15 7 versicolor (0.467 0.533) * Does it mean it is not possible to fi