stability.nonpar {agricolae} | R Documentation |
A method based on the statistical ranges of the study variable per environment for the stability analysis.
stability.nonpar(data, variable = NULL, ranking = FALSE)
data |
First column the genotypes following environment |
variable |
Name of variable |
ranking |
print ranking |
data |
Numeric |
variable |
Character |
ranking |
Logical |
Felipe de Mendiburu
Haynes K G, Lambert D H, Christ B J, Weingartner D P, Douches D S, Backlund J E, Fry W and Stevenson W. 1998. Phenotypic stability of resistance to late blight in potato clones evaluated at eight sites in the United States American Journal Potato Research 75, pag 211-217.
library(agricolae) data(haynes) stability.nonpar(haynes,"YIELD",ranking=TRUE)