design.full: Setting-up design matrices for a full polytomous model with...

Description Usage Arguments Details Value Author(s) References See Also

View source: R/design.full.R

Description

This function sets up two identical lists of three design matrices, one for each linear predictor of the logit of the three outcome levels defined by the combination of two dichotomous traits against the reference level (0,0) under a full model with main effects and product terms for two biallelic markers.

Usage

1
design.full(x, par.constrained, constraints)

Arguments

x

A 2-column matrix of numeric values representing genotypes of biallelic markers, with one column per marker and one row per subject. The two homozygous genotypes must be coded 0 and 1, and the heterozygous genotype value depends on the genetic model: 0 (recessive), 1/2 (allelic) or 1 (dominant).

par.constrained

Optional matrix of dimensions (n.levels-1) x nc specifying the parameter (1, 2 or 3) in the linear predictor for each level involved in the nc constraints BETWEEN the logistic models for different levels of the response variable, one constraint per column. This functionality is not yet implemented.

constraints

Optional matrix of dimensions (n.levels-1) x nc specifying the nc linear constraints BETWEEN the logistic models for different levels of the response variable, involving the parameters specified in par.constrained, one constraint per column. A 0 means that the corresponding parameter is not involved in the constraint. This functionality is not yet implemented.

Details

Let Y[1] and Y[2] be binary variables coding the presence (1) or absence (0) of the two traits (e.g. and endophenotype and a disease trait, respectively). The linear predictors (without intercept) of the logistic functions between outcome levels and the reference level Y[1] = 0 and Y[2] = 0 for the full model are as follows:

Y[1] = 1 , Y[2] = 0 : β[11] X[1] + β[12] X[2] + β[13] X[1] X[2]

Y[1] = 0 , Y[2] = 1 : β[21] X[1] + β[22] X[2] + β[23] X[1] X[2]

Y[1] = 1 , Y[2] = 1 : β[31] X[1] + β[32] X[2] + β[33] X[1] X[2]

The design matrices for the above model are constructed by this function.

Value

x.e

List of 3 design matrices containing all terms forming the full model

x.loc.e

list of character strings containing the indices of the variables in x involved in each term of the full model

x.l

identical to x.e

x.loc.l

identical to x.l

Author(s)

Alexandre Bureau <alexandre.bureau@msp.ulaval.ca>

References

Bureau A., Croteau J., Chagnon, Y.C., Roy, M.-A. and Maziade, M. Extension of the Generalized Disequilibrium Test to polytomous phenotypes and two locus models. Frontiers in Genetics, 5: Article 258.

See Also

fat2Lpoly, design.endo2disease


fat2Lpoly documentation built on Jan. 4, 2022, 5:08 p.m.