stability.linbin {agrostab} | R Documentation |
This function calculates the Lin&Binn's superiority measure.
stability.linbin(dataf, res_var, gen_var, env_var, rep_var,
plotIt = TRUE)
dataf |
the name of the data frame containing the data to analyze. |
res_var |
the response variable. |
gen_var |
the genotypes variable. |
env_var |
the environments variable. |
rep_var |
the replications variable. |
plotIt |
a logical value specifying if plot should be drawn; default is TRUE |
A numeric vector with superiority measure Pi of genotypes.
Lin, C.S. and M.R. Binns. 1988. A superiority measure of cultivar performance for cultivar x location data. Can J Plant Sci 68: 193?198. doi: 10.4141/cjps88-018
data(exp_data)
stability.linbin(exp_data,"yield","gen","env","rep")