Returns an expression that will be evaluated in logL.UKX whenever the likelihood of the model is calculated using the current method, and encodes the additional findings needed to implement the method; the details of the model and the extra information needed are held in the list z
expr.make.findings(z)Expression encoding the additional findings.
A list specifying the additional findings; for the format, see Details
Peter Green (P.J.Green@bristol.ac.uk)
Each component of the list z is a list encoding a particular type of additional finding: the first component of this (sub-)list being a character string specifying the type of finding, and the remainder of its components being named parameters giving details of the finding. The types of finding and the valid parameters of each are as follows:
Maleind: index of relevant contributor: which `unknown' contributor are we modelling by amending his CPTs?
Femaleind: index of relevant contributor
Rlikdaca: allele count array, cgt: character string naming genotype profile data frame, evid: character string naming list with one component for each marker, whose value is the evidence
Acaind: index of relevant contributor, aca: allele count array
Cacaind: index of relevant contributor, aca: allele count array
Denomno parameters
If z is NULL, then there are no additional findings.