ge_acv | R Documentation |
Performs a stability analysis based on the scale-adjusted coefficient of
variation (Doring and Reckling, 2018). For more details see
acv()
ge_acv(.data, env, gen, resp, verbose = TRUE)
.data |
The dataset containing the columns related to Environments, Genotypes 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. |
resp |
The response variable(s). To analyze multiple variables in a
single procedure use, for example, |
verbose |
Logical argument. If |
An object of class ge_acv
, which is a list containing the
results for each variable used in the argument resp
. For each
variable, a tibble with the following columns is returned.
GEN the genotype's code.
ACV The adjusted coefficient of variation
ACV_R The rank for the ACV value.
Tiago Olivoto tiagoolivoto@gmail.com
Doring, T.F., and M. Reckling. 2018. Detecting global trends of cereal yield stability by adjusting the coefficient of variation. Eur. J. Agron. 99: 30-36. doi: 10.1016/j.eja.2018.06.007
library(metan) out <- ge_acv(data_ge2, ENV, GEN, c(EH, PH, EL, CD, ED, NKE)) gmd(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.