stability.hue {agrostab}R Documentation

Nonparametric stability analysis

Description

This function calculates the Nassar&Huehn's stability parameters.

Usage

stability.hue(dataf, res_var, gen_var, env_var, rep_var, alpha = 0.05,
  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.

alpha

the significance level; default is 0.5

plotIt

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

Value

Returns a list of two objects:

statistic

the data frame object of stability analysis results:

scores

the data frame object of summary results:

References

Nassar, R. and M. Huehn. 1987. Studies on estimation of phenotypic stability: Tests of significance for nonparametric measures of phenotypic stability. Biometrics 43: 45-53. doi: 10.2307/2531947

Examples

data(exp_data)
stability.hue(exp_data,"yield","gen","env","rep")

[Package agrostab version 0.1.0 Index]