rpart - stack overflow
0
0
Entering edit mode
Liu, Xin ▴ 120
@liu-xin-811
Last seen 10.1 years ago
Hello group, I created an Expression Set as following: > esetSub Expression Set (exprSet) with 4986 genes 12 samples phenoData object with 2 variables and 12 cases varLabels cov1: Genotype cov2: Treatment > Y<-factor(esetSub$cov1) > table(Y) Y 0 1 6 6 Then I want to do rpart: > X<-t(exprs(esetSub)) > library(rpart) > df<-data.frame(Y=Y, X=X) > tr<-rpart(Y ~ ., data=df) Then I got the following error: "Error: protect(): stack overflow" Any suggestion? Thank you! Xin LIU This e-mail is from ArraGen Ltd\ \ The e-mail and any files ...{{dropped}}
• 988 views
ADD COMMENT

Login before adding your answer.

Traffic: 1017 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6