Bug fixes Factor columns can now have custom names rather than ENV, GEN, and REP only (#2). New functions gmd() a shortcut to get_model_data() gtb() to generate a genotype-by-trait biplot. gamem_met() to analyze genotypes in multi-environment trials using mixed- or random-effect models allowing unbalanced data. Thanks to @EderOliveira for his e-mail. has_class() to check if a class exists. impute_missing_val() to impute missing values in a two-way table based on Expectation-Maximization algoritms. non_collinear_vars() to select a set of predictors with minimal multicollinearity. replace_na() to replace NA values quicly. random_na() to generate random NA values based on a desired proportion. Minor changes gge(), performs_ammi(), waas()...