Additive ANOVA for Genotypes by Environment Interaction (GEI) model

stab_asv(.data, .y, .rep, .gen, .env)

# S3 method for default
stab_asv(.data, .y, .rep, .gen, .env)

Arguments

.data

data.frame

.y

Response Variable

.rep

Replication Factor

.gen

Genotypes Factor

.env

Environment Factor

Value

Additive ANOVA

References

Singh, R. K. and Chaudhary, B. D. (2004) Biometrical Methods in Quantitative Genetic Analysis. New Delhi: Kalyani.

Examples

data(ge_data) YieldASV <- stab_asv( .data = ge_data , .y = Yield , .rep = Rep , .gen = Gen , .env = Env ) YieldASV
#> $ASD #> # A tibble: 60 x 6 #> Gen Mean ASD 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 #> # ... with 50 more rows #>