[R] Error Message when using VarSelection in YaiImpute package with the randomForest

andrew haywood ahaywood3 at gmail.com
Wed Sep 16 19:57:24 CEST 2015


Dear All,

when using the following code

x <- iris[,1:2]  # Sepal.Length Sepal.Width
y <- iris[,3:4]  # Petal.Length Petal.Width
vsel <-
varSelection(x=x,y=y,nboot=5,yaiMethod="randomForest",useParallel=FALSE)


I get the following error code

Error in yai(x = xa, y = y, method = yaiMethod, bootstrap = bootstrap,  :
  object 'xcvRefs' not found


If anybody could tell me what I am doing wrong.

Cheers
Andrew

	[[alternative HTML version deleted]]



More information about the R-help mailing list