Learn R Programming

stability (version 0.6.0)

stab_par: Stability Parameters for Genotypes by Environment Interaction (GEI)

Description

Stability Parameters for Genotypes by Environment Interaction (GEI)

Usage

stab_par(.data, .y, .rep, .gen, .env, alpha = 0.1, .envCov = NULL)

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

Value

Stability Parameters

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

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

Yield.StabPar

Run the code above in your browser using DataLab