search for: questger

Displaying 2 results from an estimated 2 matches for "questger".

Did you mean: quester
2008 Jul 03
1
Migrating from S-Plus to R - Exporting Tables
...write.table(i, row.names=FALSE, col.names=FALSE, file=output, quote=FALSE) write.table(x[[i]], file=output, quote=FALSE) } close(output) On Wed, Jul 2, 2008 at 12:15 PM, Leandro Marino <leandro at cesgranrio.org.br> wrote: > I am puting again without some columns. > > The questgeral it is a list that have this layout: > > questimp[[1]] > Num Perc media stdev min P5 P10 P25 P50 P75 P90 > 1 12418 58.00 183.71 37.28 86.98 126.11 138.11 157.58 180.95 207.55 > 233.76 > 2 4898 22.88 188.45 38.79 86.98 128.89 140.62 160.69 185.38 21...
2008 Jul 02
1
randomForest training error
While trying to train randomForest with my dataset, I am ending up with the following error Error in randomForest.default(datatrain, classtrain) : length of response must be the same as predictors My data looks like: A,B,C,D,Class 1,2,1,2,cl1 1,2,1,2,cl1 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,1,2,cl2 3,2,12,3,cl2 3,2,1,2,cl2 Actual dataset has around 4000