Learn R Programming

phenability (version 1.0)

kang: Kang Function

Description

This function performs a stability analysis based on the Kang (1988) criteria. Kang nonparametric stability (ranksum) uses both "trait single value" and stability variance (Shukla, 1972), and the genotype with the lowest ranksum is commonly the most favorable one.

Usage

kang(data)

Arguments

kang
kang function
data
A numeric data.frame with fenotypic means values of MET, and genotypes and environments by rows and columns, respectively.

Value

  • Is returned a numerical "ranksum" value by genotype.

References

Kang, M.S. 1988. A ranksum method for selecting high yielding, stable corn genotypes. Cereal Res. Comm. 16:113. Shukla, G.K. 1972. Some aspects of partitioning genotype environmental components of variability. Heredity 28:237.

Examples

Run this code
require("phenability")
data(bean.data)
bean.data
x <- bean.data

kang(x)

Run the code above in your browser using DataLab