call.moment: Calculating the expectation and variance of the offspring's...

Description Usage Arguments Value References Examples

View source: R/betafam.R

Description

The expectation and variance are calculated with respect to parental genotypes at a single marker under the null distribution of parental random transmission using Mendel's laws.

Usage

1
call.moment(father,mother)  

Arguments

father

indicates the father's genotype, coded as 0, 1 and 2.

mother

indicates the mother's genotype, coded as 0, 1 and 2.

Value

mean

expecation of the offspring's genotype.

var

variance of the offspring's genotype.

References

Guo W , Shugart YY, Detecting Rare Variants for Quantitative Traits Using Nuclear Families (manuscript).

Examples

1
2

betafam documentation built on May 2, 2019, 1:05 p.m.

Related to call.moment in betafam...