powered by
Mean performance of phenotypic data
mean_performance( data, genotypes, replications, columns = NULL, main_plots = NULL, design_type = c("RCBD", "LSD", "SPD"), method = c("REML", "Yates", "Healy", "Regression", "Mean", "Bartlett") )
Dataframe of mean performance analysis
data for analysis
genotypes vector (sub-plot treatments in SPD)
replication vector
vector containing columns (required for Latin Square Design only)
vector containing main plot treatments (required for Split Plot Design only)
experimental design type: "RCBD" (default), "LSD" (Latin Square), or "SPD" (Split Plot)
Method for missing value imputation: "REML" (default), "Yates", "Healy", "Regression", "Mean", or "Bartlett"
mean_performance(data = seldata[, 3:9], genotypes = seldata[, 2], replications = seldata[, 1])
Run the code above in your browser using DataLab