stab_par | R Documentation |
Stability Parameters for Genotypes by Environment Interaction (GEI)
stab_par(.data, .y, .rep, .gen, .env, alpha = 0.1, .envCov = NULL)
## Default S3 method:
stab_par(.data, .y, .rep, .gen, .env, alpha = 0.1, .envCov = NULL)
.data |
data.frame |
.y |
Response Variable |
.rep |
Replication Factor |
.gen |
Genotypes Factor |
.env |
Environment Factor |
alpha |
Level of Significance, default is 0.1 |
.envCov |
Environmental Covariate, default is NULL |
Stability Parameters
Muhammad Yaseen (myaseen208@gmail.com)
Kent M. Edkridge (keskridge1@unl.edu)
Singh, R. K. and Chaudhary, B. D. (2004) Biometrical Methods in Quantitative Genetic Analysis. New Delhi: Kalyani.
data(ge_data)
Yield.StabPar <-
stab_par(
.data = ge_data
, .y = Yield
, .rep = Rep
, .gen = Gen
, .env = Env
, alpha = 0.1
, .envCov = NULL
)
Yield.StabPar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.