er_anova: Eberhart & Russel<e2><80><99>s Model ANOVA

Description Usage Arguments Value Author(s) References Examples

View source: R/er_anova.R

Description

ANOVA of Eberhart & Russel<e2><80><99>s Model

Usage

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

## Default S3 method:
er_anova(.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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(ge_data)
Yield.er_anova <-
         er_anova(
            .data = ge_data
          , .y    = Yield
          , .rep  = Rep
          , .gen  = Gen
          , .env  = Env
          )
Yield.er_anova

stability documentation built on May 2, 2019, 4:18 a.m.