stab_asv {stability}R Documentation

Additive Main Effects and Multiplicative Interacion Stability Value

Description

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)

Arguments

.data

data.frame

.y

Response Variable

.rep

Replication Factor

.gen

Genotypes Factor

.env

Environment Factor

Value

Additive ANOVA

Author(s)

  1. Muhammad Yaseen (myaseen208@gmail.com)

  2. 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)
YieldASV <-
     stab_asv(
            .data = ge_data
          , .y    = Yield
          , .rep  = Rep
          , .gen  = Gen
          , .env  = Env
      )
YieldASV


[Package stability version 0.5.0 Index]