stab_fox: Stability Fox Function

Description Usage Arguments Author(s) References Examples

View source: R/stab_fox.R

Description

Performs a stability analysis based on the criteria of Fox et al. (1990), using the statistical "TOP third" only. In Fox function, a stratified ranking of the genotypes at each environment separately is done. The proportion of locations at which the genotype occurred in the top third are expressed in TOP output.

Usage

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

## Default S3 method:
stab_fox(.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. Fox, P.N. and Skovmand, B. and Thompson, B.K. and Braun, H.J. and Cormier, R. (1990). Yield and adaptation of hexaploid spring triticale. Euphytica, 47, 57-64.

Examples

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

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