Description
Linear Fixed/Mixed Effects Models for Diallel Crosses.
Description
Several service functions to be used to analyse datasets obtained from diallel experiments within the frame of linear models in R, as described in Onofri et al (2020) <DOI:10.1007/s00122-020-03716-8>.
README.md
lmDiallel
Overview
This package contains several functions to fit diallel models in R by using general purpose functions for linear model fitting, such as 'lm()' and 'sommer()'. Convenient wrappers are provided for the ease of users.
Installation
# You can install lmDiallel from GitHub
# install.packages("devtools")
# devtools::install_github("onofriAndreaPG/lmDiallel")