pedprobr 1.0.0
-
Methods for allele lumping have been rewritten and expanded. In particular, markers with an un-lumpable mutation model (in the Kemeny-Snell sense) can now, in certain cases, be lumped using the special lumping recently implemented in pedmut. To activate this, set
special = TRUEinlikelihood()andlikelihood2(). By default,specialis FALSE in the former and TRUE in the latter. -
likelihood()andlikelihood2()also gain a new argumentalleleLimit, limiting the number of alleles in unlumpable markers. If the limit is exceeded, the mutation model is replaced with the simplerequalmodel, which always permits lumping. By default, this behaviour is disabled (i.e.,alleleLimit = Inf). -
Improve structure of
likelihood()andlikelihood2(), to avoid redundant calculations. -
Skip unneeded checks in
[one/two]MarkerDistribution().