powered by
Calculate statistical indicators of phenotypic data
stat(x, sample = NULL, phe = NULL)
Input phenotype data file.
The column name of the sample name in phenotypic data. (Default: NULL)
The column name of the phenotypic value in data. (Default: NULL)
Mean, median, standard deviation, standard error of phenotypic data for each sample.
# NOT RUN { data("wheatds") inlier <- outlier(wheatds, sample = "Line", loc = "Env", rep = "Rep", phe = "DS", mode = "blup") stat_out <- stat(x = inlier, sample = "Sample", phe = "inlier") # }
Run the code above in your browser using DataLab