Thennarasu | R Documentation |
Performs a stability analysis based on Thennarasu (1995) statistics.
Thennarasu(.data, env, gen, resp, verbose = TRUE)
.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. |
resp |
The response variable(s). To analyze multiple variables in a
single procedure use, for example, |
verbose |
Logical argument. If |
An object of class Thennarasu
, which is a list containing the results
for each variable used in the argument resp
. For each variable, a
tibble with the columns GEN, N1, N2, N3 and N4 is returned.
Tiago Olivoto tiagoolivoto@gmail.com
Thennarasu, K. 1995. On certain nonparametric procedures for studying genotype x environment interactions and yield stability. Ph.D. thesis. P.J. School, IARI, New Delhi, India.
library(metan) out <- Thennarasu(data_ge, ENV, GEN, GY) print(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.