ge_means: Genotype by Environment Interaction Means and Ranks

Description Usage Arguments Value Author(s) References Examples

View source: R/ge_means.R

Description

Calcuates Genotype by Environment Interaction Means along with their Ranks

Usage

1
2
3
4
ge_means(.data, .y, .gen, .env)

## Default S3 method:
ge_means(.data, .y, .gen, .env)

Arguments

.data

data.frame

.y

Response Variable

.gen

Genotypes Factor

.env

Environment Factor

Value

Means and Ranks

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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

MYaseen208/stability documentation built on May 28, 2019, 3:56 p.m.