chronofix_linelist.RdGenerate and export highlighted reconstructed linelist
chronofix_linelist(
mcmc_output = NULL,
observed_data = NULL,
error_threshold = 0.5,
format = "xlsx",
filename = NULL,
show_p_error = FALSE
)Samples generated by chronofix_mcmc_run().
Original observed data containing the 'id', 'group', and event columns.
Posterior probability threshold to classify a date as an error (default 0.5).
File format for the corrected linelist. Default xlsx.
Output file path. If NULL, defaults to "chronofix_linelist.xlsx".
Logical. If FALSE (default), posterior probability columns are hidden in Excel.
Output line list dataframe with estimated dates in the chosen file format.