Learn R Programming

stability (version 0.6.0)

ge_means: Genotype by Environment Interaction Means and Ranks

Description

Calcuates Genotype by Environment Interaction Means along with their Ranks

Usage

ge_means(.data, .y, .gen, .env)

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

Value

Means and Ranks

Arguments

.data

data.frame

.y

Response Variable

.gen

Genotypes Factor

.env

Environment Factor

Author

  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

Run this code

data(ge_data)

Yield.ge_means <-
          ge_means(
                .data  = ge_data
               , .y    = Yield
               , .gen  = Gen
               , .env  = Env
               )

Yield.ge_means$ge_means
Yield.ge_means$ge_ranks
Yield.ge_means$g_means
Yield.ge_means$e_means


Run the code above in your browser using DataLab