Additive Main Effects and Multiplicative Interacion Stability Value
Source:R/stab_asv.R
stab_asv.Rd
Additive ANOVA for Genotypes by Environment Interaction (GEI) model
Usage
stab_asv(.data, .y, .rep, .gen, .env)
# Default S3 method
stab_asv(.data, .y, .rep, .gen, .env)
References
Singh, R. K. and Chaudhary, B. D. (2004) Biometrical Methods in Quantitative Genetic Analysis. New Delhi: Kalyani.
Author
Muhammad Yaseen (myaseen208@gmail.com)
Kent M. Edkridge (keskridge1@unl.edu)
Examples
data(ge_data)
YieldASV <-
stab_asv(
.data = ge_data
, .y = Yield
, .rep = Rep
, .gen = Gen
, .env = Env
)
YieldASV
#> $ASD
#> # A tibble: 60 × 6
#> Gen Mean ASD[,"PC1"] rMean rASD YSI
#> <fct> <dbl> <dbl> <int> <int> <int>
#> 1 013BT034 4248. 7.21 11 18 29
#> 2 122557 4062. 10.5 31 28 59
#> 3 122559 4259. 10.3 10 27 37
#> 4 12B.2511 4414. 21.1 4 59 63
#> 5 12FJ26 4057. 9.04 32 22 54
#> 6 14B.1030 3995. 12.9 37 39 76
#> 7 14C036 3943. 12.6 41 37 78
#> 8 14C040 3825. 13.9 53 42 95
#> 9 9496 4072. 4.93 30 10 40
#> 10 AUR0809 3792. 12.4 54 36 90
#> # ℹ 50 more rows
#>