control.pointer {pointer}R Documentation

Control routine for pointer

Description

Set various parameters for function pointer

Usage

control.pointer(sexlink=FALSE, split=FALSE, 
                       mating.type='00,01,02,10,11,12,20,21,22',
                       pointer.selection='0,4,5,6', 
                       pointer.degree='1,2,3,4,5', 
                       ascertainment='C')

Arguments

sexlink TRUE if X-linked data are used
split To allow for any combination of mating type, pointer, pointer degree, and ascertainment. The intersection of te criteria is put in one file, the complement in another. They are analysed separately, giving a heterogeneity test.
mating.type set(s) of mating types listed above
pointer.selection set(s) of pointers to be selected
pointer.degree pointer degree(s) to be selected
ascertainment 'C' for compelete ascertainment, 'M' for multiple ascertainment

Value

a list with values specified.

See Also

pointer

Examples

## Not run: 
# Sibships with one or more unclassified parent and no pointer in one file,
# all other sibships in the other
control.pointer(mating.type="09,90,99",pointer.selection="0")
## End(Not run)

[Package pointer version 1.0-3 Index]