View source: R/litterDiallel.R
diallelMatrixMakerSexed | R Documentation |
Make design matrices for diallel, fulls model
diallelMatrixMakerSexed( data, dam.col.name, sire.col.name, batch.col.name = NULL, batch.1.col.name = NULL, strains = c("AJ", "B6", "129", "NOD", "NZO", "CAST", "PWK", "WSB"), sex.col.name, female.sex.label, ... )
data |
data frame |
dam.col.name |
dam column name |
sire.col.name |
sire column name |
batch.col.name |
name of batch/random effect column |
batch.1.col.name |
name of additional batch/random effect column |
strains |
character vector indicating expected strain names |
sex.col.name |
the column name for sex |
female.sex.label |
the character string indicating female sex |
... |
additional arguments |
returns diallel incidence matrices
## not run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.