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.
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
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
3 matches
Mail list logo