- .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, resp = c(var1, var2, var3)
.
- use
The method for computing covariances in the presence of missing
values. Defaults to complete.obs
, i.e., missing values are handled
by casewise deletion.
- mineval
The minimum value so that an eigenvector is retained in the
factor analysis.
- verbose
Logical argument. If verbose = FALSE
the code will run
silently.