Learn R Programming

kinship2 (version 1.3.1)

bitSize: Calculate pedigree bitsize, defined as 2 * # NonFounders - # Founders

Description

This is a utility function used in pedigree.shrink()

Usage

bitSize(ped)

Arguments

ped
A pedigree object

Value

  • A list with the following components:
  • bitSizeThe bitSize of input pedigree
  • nFounderThe number of founders in the pedigree
  • nNonFounderThe number of nonfounders in the pedgiree

See Also

pedigree.shrink