View source: R/model.matrix.diallel_v1.98.R
RGCA | R Documentation |
RGCA effect to fit Hayman1 & 2 models with lm
function
RGCA(P1,P2,type = "fix", data)
P1 |
|
P2 |
|
type |
|
data |
|
a design matrix of n-1 parentals
A design matrix for the RGCA effect
Andrea Onofri, Niccolo' Terzaroli, Luigi Russi
Onofri, A., Terzaroli, N. & Russi, L. Linear models for diallel crosses: a review with R functions. Theor Appl Genet (2020). https://doi.org/10.1007/s00122-020-03716-8
data("hayman54") dMod<-lm(Ftime~ Block + GCA(Par1,Par2) + tSCA(Par1, Par2) + RGCA(Par1, Par2) + RSCA(Par1,Par2), data = hayman54) anova(dMod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.