stab_fox | R Documentation |
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.
stab_fox(.data, .y, .rep, .gen, .env)
## Default S3 method:
stab_fox(.data, .y, .rep, .gen, .env)
.data |
data.frame |
.y |
Response Variable |
.rep |
Replication Factor |
.gen |
Genotypes Factor |
.env |
Environment Factor |
Muhammad Yaseen (myaseen208@gmail.com)
Kent M. Edkridge (keskridge1@unl.edu)
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.
data(ge_data)
YieldFox <-
stab_fox(
.data = ge_data
, .y = Yield
, .rep = Rep
, .gen = Gen
, .env = Env
)
YieldFox
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.