powered by
Performs the Best Linear Unbiased Prediction (BLUP)
blup( x, sample = NULL, year = NULL, loc = NULL, rep = NULL, phe = NULL, fold = 1.5 )
Input phenotype data file.
The column name of the sample name in phenotypic data. (Default: NULL)
The column name of the year in phenotypic data. (Default: NULL)
The column name of the location in phenotypic data. (Default: NULL)
The column name of the replication in phenotypic data. (Default: NULL)
The column name of the phenotypic value in data. (Default: NULL)
Fold before inter-quartile range. (Default: 1.5)
Estimate BLUPs for a phenotypic data with outliers removed on a per sample basis.
# NOT RUN { data("wheatds") blup_out <- blup(wheatds, sample = "Line", loc = "Env", rep = "Rep", phe = "DS") # }
Run the code above in your browser using DataLab