Description Usage Arguments Value Author(s) References Examples
Calcuates Genotype by Environment Interaction Effects
1 2 3 4 | ge_effects(.data, .y, .gen, .env)
## Default S3 method:
ge_effects(.data, .y, .gen, .env)
|
.data |
data.frame |
.y |
Response Variable |
.gen |
Genotypes Factor |
.env |
Environment Factor |
Effects
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 | data(ge_data)
Yield.Effects <-
ge_effects(
.data = ge_data
, .y = Yield
, .gen = Gen
, .env = Env
)
names(Yield.Effects)
Yield.Effects$ge_means
Yield.Effects$ge_effects
Yield.Effects$gge_effects
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.