A list with some or all of the following components:
AgePriorsMatrix with age-difference based probability ratios for
  each relationship, used for full pedigree reconstruction; see
  MakeAgePrior for details. When running only parentage
  assignment (Module="par") the returned AgePriors has been updated to
  incorporate the information of the assigned parents, and is ready for use
  during full pedigree reconstruction.
DummyIDsDataframe with pedigree for dummy individuals, as well as
their sex, estimated birth year (point estimate, upper and lower bound of
95% confidence interval; see also CalcBYprobs), number of
offspring, and offspring IDs. From version 2.1 onwards, this includes dummy
offspring.
DupGenotypeDataframe, duplicated genotypes (with different IDs,
 duplicate IDs are not allowed). The specified number of maximum mismatches
  is used here too. Note that this dataframe may include pairs of closely
  related individuals, and monozygotic twins.
DupLifeHistIDDataframe, row numbers of duplicated IDs in life
  history dataframe. For convenience only, but may signal a problem. The
  first entry is used.
ErrMError matrix; probability of observed genotype (columns)
  conditional on actual genotype (rows)
ExcludedIndIndividuals in GenoM which were excluded because of a
  too low genotyping success rate (<50%).
ExcludedSNPsColumn numbers of SNPs in GenoM which were excluded
  because of a too low genotyping success rate (<10%).
LifeHistProvided dataframe with sex and birth year data.
LifeHistParLifeHist with additional columns 'Sexx' (inferred Sex when
assigned as part of parent-pair), 'BY.est' (mode of birth year probability
distribution), 'BY.lo' (lower limit of 95% highest density region), 'BY.hi'
(higher limit), inferred after parentage assignment. 'BY.est' is NA when the
probability distribution is flat between 'BY.lo' and 'BY.hi'.
LifeHistSibas LifeHistPar, but estimated after full pedigree
reconstruction
MaybeParentDataframe with pairs of individuals who are more likely
  parent-offspring than unrelated, but which could not be phased due to
  unknown age difference or sex, or for whom LLR did not pass Tassign.
MaybeRelDataframe with pairs of individuals who are more likely
  to be first or second degree relatives than unrelated, but which could not
  be assigned.
MaybeTrioDataframe with non-assigned parent-parent-offspring trios
(both parents are of unknown sex), with similar columns as the pedigree
NoLHVector, IDs in genotype data for which no life history data is
 provided.
PedigreeDataframe with assigned genotyped and dummy parents from
  Sibship step; entries for dummy individuals are added at the bottom.
PedigreeParDataframe with assigned parents from Parentage step.
SpecsNamed vector with parameter values.
TotLikParentsNumeric vector, Total likelihood of the genotype data
  at initiation and after each iteration during Parentage.
TotLikSibNumeric vector, Total likelihood of the genotype data
  at initiation and after each iteration during Sibship clustering.
AgePriorExtraAs AgePriors, but including columns for grandparents
 and avuncular pairs. NOT updated after parentage assignment, but returned
 as used during the run.
DummyClonesHermaphrodites only: female-male dummy ID pairs that refer
  to the same non-genotyped individual
List elements PedigreePar and Pedigree both have the following columns:
 
idIndividual ID
 damAssigned mother, or NA
 sireAssigned father, or NA
 LLRdamLog10-Likelihood Ratio (LLR) of this female being the mother,
 versus the next most likely relationship between the focal individual and
 this female. See Details below for relationships considered, and see
 CalcPairLL for underlying likelihood values and further
 details)
 LLRsireidem, for male parent
 LLRpairLLR for the parental pair, versus the next most likely
  configuration between the three individuals (with one or neither parent
  assigned)
 OHdamNumber of loci at which the offspring and mother are
   opposite homozygotes
 OHsireidem, for father
 MEpairNumber of Mendelian errors between the offspring and the
   parent pair, includes OH as well as e.g. parents being opposing
   homozygotes, but the offspring not being a heterozygote. The offspring
   being OH with both parents is counted as 2 errors.