powered by
Regression-based stability analysis using the Eberhart and Russell (1966) model.
ge_reg(.data, env, gen, rep, resp, verbose = TRUE)
The dataset containing the columns related to Environments, Genotypes, replication/block and response variable(s)
The name of the column that contains the levels of the environments.
The name of the column that contains the levels of the genotypes.
The name of the column that contains the levels of the replications/blocks
The response variable(s). To analyze multiple variables in a single procedure use, for example, resp = c(var1, var2, var3).
resp = c(var1, var2, var3)
Logical argument. If verbose = FALSE the code will run silently.
verbose = FALSE
An object of class ge_reg with the folloing items for each variable:
ge_reg
The data with means for genotype and environment combinations and the environment index
The analysis of variance for the regression model.
The estimated coefficients of the regression model.
Eberhart, S.A., and W.A. Russell. 1966. Stability parameters for comparing Varieties. Crop Sci. 6:36-40. doi:10.2135/cropsci1966.0011183X000600010011x.
superiority, ecovalence, ge_stats
# NOT RUN { library(metan) reg <- ge_reg(data_ge2, env = ENV, gen = GEN, rep = REP, resp = PH) plot(reg) # }
Run the code above in your browser using DataLab