Remove Outliers from Phenotypic Data and Performs the Best Linear Unbiased Prediction
data("wheatph")
inlier <- outlier(x = wheatph, col = 5, fold = 1.5)
stat_out <- stat(x = inlier, col = 2)
data("wheatph")
inlier <- outlier(x = wheatph, col = 5, fold = 1.5)
stat_out <- stat(x = inlier, col = 2)
histplot(x = stat_out$mean)
For any bugs/issues/suggestions, please send emails to: Peng Zhao pengzhao@nwafu.edu.cn.