I am trying to run a lme model with these data:
tot_nochc=runif(10,1,15) cor_partner=factor(c(1,1,0,1,0,0,0,0,1,0)) age=runif(10,18,75) agecu=age^3 day=facto
if your data contain Na or missing values you can use this it will pass the data exactly the same as it is in datasets.
rf<-randomForest(target~.,data=train, na.action = na.roughfix)