Hello,
I'm new to R and statistic. I want to impute data and i'm using missForest for data imputation. I've already done an imputation with this: missForest(data,maxiter=5, verbose=TRUE,parallelize = "variables").
How can i improve the imputation?
Thank you