predict.quantregForest able to predict quantiles but not mean or sd? (stackoverflow.com)stack
27 points by Léa C in stackoverflow.com · 22m ago · stack
I have been using predict.quantregForest to get the mean and sd of a QRF model's predictions. But I have noticed that although this function can compute the quantiles of predictions reliably, when I try to compute the mean or sd, NAs appear. Here is my code: p1 <- predict(model,…