Dear R-help,

what are the limits on xtest?

> NOT_A.rf <-  randomForest (log10(Y[!A]  ) ~ . , data = notA_desc , 
proximity=T ,xtest =  A_desc)

 *** caught segfault ***
address 0x9cdd000, cause 'memory not mapped'
Segmentation fault

I don't think that the matrix are large:

notA_desc is 651 obs of 27 variables
A_desc is 17 obs of 27 variables

thanks in advance,

Clayton
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to