Learn R Programming

lmDiallel (version 1.0.1)

RSCA: Reciprocal Specific Combining Ability

Description

RSCA effect to fit Hayman 1 & 2 models with lm function

Usage

RSCA(P1,P2,type = "fix",data)

Value

A design matrix for the RSCA effect

Arguments

P1

a variable for the first parent

P2

a variable for the second parent

type

a variable for model selection. May be "fix" (fixed model) or "random" (random model).

data

a 'data.frame' where to look for explanatory variables

Author

Andrea Onofri, Niccolo' Terzaroli, Luigi Russi

Details

a design matrix of all possible combinations between parentals with no selfs and no reciprocals

References

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

Examples

Run this code
data("hayman54")
dMod<-lm(Ftime~ Block + GCA(Par1,Par2)
         + tSCA(Par1, Par2) + RGCA(Par1, Par2)
         + RSCA(Par1,Par2), data = hayman54)
anova(dMod)

Run the code above in your browser using DataLab