stab_reg {stability} | R Documentation |
Individual Regression for each Genotype
Description
Individual Regression for each Genotype in Genotypes by Environment Interaction (GEI)
Usage
stab_reg(.data, .y, .rep, .gen, .env)
## Default S3 method:
stab_reg(.data, .y, .rep, .gen, .env)
Arguments
.data |
data.frame |
.y |
Response Variable |
.rep |
Replication Factor |
.gen |
Genotypes Factor |
.env |
Environment Factor |
Value
Additive ANOVA
Author(s)
Muhammad Yaseen (myaseen208@gmail.com)
Kent M. Edkridge (keskridge1@unl.edu)
References
Singh, R. K. and Chaudhary, B. D. (2004) Biometrical Methods in Quantitative Genetic Analysis. New Delhi: Kalyani.
Examples
data(ge_data)
Yield.StabReg <-
stab_reg(
.data = ge_data
, .y = Yield
, .rep = Rep
, .gen = Gen
, .env = Env
)
Yield.StabReg
[Package stability version 0.5.0 Index]