Previous Page | Next Page

The HAPLOTYPE Procedure

Syntax: HAPLOTYPE Procedure

The following statements are available in PROC HAPLOTYPE.

PROC HAPLOTYPE <options> ;
BY variables ;
ID variables ;
TRAIT variable </ options> ;
VAR variables ;

Items within angle brackets (< >) are optional, and statements following the PROC HAPLOTYPE statement can appear in any order. Only the VAR statement is required.

Previous Page | Next Page | Top of Page