haplo.em.fitter {haplo.stats}R Documentation

Compute engine for haplotype EM algorithm

Description

For internal use within the haplo.stats library

Usage

haplo.em.fitter(n.loci, n.subject, weight, geno.vec, n.alleles,
                max.haps, max.iter, loci.insert.order, min.posterior, 
                tol, insert.batch.size, random.start, iseed1, iseed2, 
                iseed3, verbose)

Arguments

n.loci
n.subject
weight
geno.vec
n.alleles
max.haps
max.iter
loci.insert.order
min.posterior
tol
insert.batch.size
random.start
iseed1
iseed2
iseed3
verbose

Details

For internal use within the haplo.stats library


[Package haplo.stats version 1.3.8 Index]