stab_kang: Stability Kang Function

Description Usage Arguments Author(s) References Examples

View source: R/stab_kang.R

Description

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

1
2
3
4
stab_kang(.data, .y, .rep, .gen, .env)

## Default S3 method:
stab_kang(.data, .y, .rep, .gen, .env)

Arguments

.data

data.frame

.y

Response Variable

.rep

Replication Factor

.gen

Genotypes Factor

.env

Environment Factor

Author(s)

  1. Muhammad Yaseen (myaseen208@gmail.com)

  2. Kent M. Edkridge (keskridge1@unl.edu)

References

  1. Kang, M.S. (1988). A rank-sum method for selecting high-yielding, stable corn genotypes. Cereal Research Communications, 16, 1-2.

  2. Shukla, G.K. (1972). Some aspects of partitioning genotype environmental components of variability. Heredity, 29, 237-245.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(ge_data)
YieldKang <-
     stab_kang(
            .data = ge_data
          , .y    = Yield
          , .rep  = Rep
          , .gen  = Gen
          , .env  = Env
      )
YieldKang

stability documentation built on May 2, 2019, 4:18 a.m.