Displaying 1 result from an estimated 1 matches for "subset5".
Did you mean:
subset
2008 May 05
1
Problems using rfImpute
Hello R-user!
I am running R 2.7.0 on a Power Book (Tiger). (I am still R and
statistics beginner)
I tried rfImpute (randomForest) and as far as I understood should it
replace NA`s using a proximity matrix:
> set.seed(100000)
> Subset5Imputed<-rfImpute(Sex~., data=Subset5)
ntree OOB 1 2
300: 11.78% 12.36% 11.21%
ntree OOB 1 2
300: 12.07% 12.64% 11.49%
ntree OOB 1 2
300: 11.49% 11.21% 11.78%
ntree OOB 1 2
300: 12.50% 12.93% 12.07%
ntree OOB 1 2
300:...