metan (version 1.2.1)

superiority: Lin e Binns' superiority index

Description

Nonparametric stability analysis using the superiority index proposed by Lin & Binns, (1992).

Usage

superiority(.data, env, gen, rep, resp, verbose = TRUE)

Arguments

.data

The dataset containing the columns related to Environments, Genotypes, replication/block and response variable(s)

env

The name of the column that contains the levels of the environments.

gen

The name of the column that contains the levels of the genotypes.

rep

The name of the column that contains the levels of the replications/blocks

resp

The response variable(s). To analyze multiple variables in a single procedure use, for example, resp = c(var1, var2, var3).

verbose

Logical argument. If verbose = FALSE the code will run silently.

Value

An object of class superiority where each element is the result of one variable and contains the following items:

  • environments The mean for each environment, the environment index and classification as favorable and unfavorable environments.

  • index The superiority index computed for all, favorable and unfavorable environments.

References

Lin, C.S., and M.R. Binns. 1988. A superiority measure of cultivar performance for cultivar x location data. Can. J. Plant Sci. 68:193-198. doi:10.4141/cjps88-018

See Also

Annicchiarico, ecovalence, ge_stats

Examples

Run this code
# NOT RUN {
library(metan)
out <- superiority(data_ge2,
                   env = ENV,
                   gen = GEN,
                   rep = REP,
                   resp = PH)


# }

Run the code above in your browser using DataCamp Workspace