search for: p17855119

Displaying 1 result from an estimated 1 matches for "p17855119".

2008 Jun 15
1
randomForest, 'No forest component...' error while calling Predict()
...function (package randomForest) I'm getting the following error message: "Error in predict.randomForest(model, newdata = CV) : No forest component in the object" Here's my complete code. For reproducing this task, please find my 2 data sets attached ( http://www.nabble.com/file/p17855119/data.rar data.rar ). Thanks in advance for any help! - Jim CT <- read.table("CT.txt",header=TRUE,sep="\t") CV <- read.table("CV.txt",header=TRUE,sep="\t") # Both CT & CV have the syntaxis X1, X2,...,X97,Y where all variables are numeric x <-...