Get a numeric vector of MRCAs from a datelifeResult object. Used in summarize_datelife_result().
Source: R/summary.R
datelife_result_MRCA.RdGet a numeric vector of MRCAs from a datelifeResult object. Used in summarize_datelife_result().
Arguments
- datelife_result
A
datelifeResultobject, usually an output ofget_datelife_result().- na_rm
If
TRUE, it drops rows containingNAs from thedatelifeResultpatristic matrix; ifFALSE, it returnsNAwhere there are missing entries.