stability.kilch: Variance of specific adaptive ability

Description Usage Arguments Value References Examples

Description

This function calculates several stability parameters suggested by Kilchevsky & Khotyleva.

Usage

1
stability.kilch(dataf, res_var, gen_var, env_var, rep_var, plotIt = TRUE)

Arguments

dataf

the name of the data frame containing the data to analyze.

res_var

the response variable.

gen_var

the genotypes variable.

env_var

the environments variable.

rep_var

the replications variable.

plotIt

a logical value specifying if plot should be drawn; default is TRUE

Value

Returns a list of two objects:

ANOVA

the analysis of variance table

scores

the data frame object of stability analysis results:

References

Kilchevsky A.V., Khotyleva L.V. 1989. Genotype and environment in plant breeding. - Minsk: Science and technology. (In Russian).

Examples

1
2
data(exp_data)
stability.kilch(exp_data,"yield","gen","env","rep")

agrostab documentation built on Oct. 30, 2019, 10:51 a.m.