diallelMatrixMakerSexed: diallelMatrixMakerSexed

View source: R/litterDiallel.R

diallelMatrixMakerSexedR Documentation

diallelMatrixMakerSexed

Description

Make design matrices for diallel, fulls model

Usage

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,
  ...
)

Arguments

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

Value

returns diallel incidence matrices

Examples

## not run

mauriziopaul/litterDiallel documentation built on June 3, 2022, 12:39 a.m.