stab_par: Stability Parameters for Genotypes by Environment Interaction...

Description Usage Arguments Value Author(s) References Examples

View source: R/stab_par.R

Description

Stability Parameters for Genotypes by Environment Interaction (GEI)

Usage

1
2
3
4
5
stab_par(.data, .y, .rep, .gen, .env, alpha = 0.1, .envCov = NULL)

## Default S3 method:
stab_par(.data, .y, .rep, .gen, .env, alpha = 0.1,
  .envCov = NULL)

Arguments

.data

data.frame

.y

Response Variable

.rep

Replication Factor

.gen

Genotypes Factor

.env

Environment Factor

alpha

Level of Significance, default is 0.1

.envCov

Environmental Covariate, default is NULL

Value

Stability Parameters

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
data(ge_data)
Yield.StabPar <-
   stab_par(
            .data   = ge_data
          , .y      = Yield
          , .rep    = Rep
          , .gen    = Gen
          , .env    = Env
          , alpha   = 0.1
          , .envCov = NULL
)

Yield.StabPar

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