initialize-fMatrix-method: Constructor method of fMatrix

initialize,fMatrix-methodR Documentation

Constructor method of fMatrix

Description

Constructor method of fMatrix

Usage

## S4 method for signature 'fMatrix'
initialize(.Object, ncol, nrow, ped, map, log.emiss, epsilon = 0.001)

Arguments

.Object

the object type

ncol

number of loci

nrow

number of individual

ped

the first 6 columns of a .ped

map

id, chr, distance

log.emiss

matrix of log proba emission if statut = 0 or 1(2 nb inds x nb msats)

epsilon

value of epsilon = genotyping error rare, to use for computing log emission precalculated at initialisation


genostats/FEstim documentation built on Feb. 3, 2023, 7:33 p.m.