This PR addresses #243 by updating epidist_db() to select parameter entries that account for truncation in their estimation methods ($method_assess$right_truncated == TRUE in the <epidist> and right_truncated: true in the library database parameters.json).
A new unit test has been added to check that epidist_db() selects an entry with truncation when available. The function documentation of epidist_db() (?epidist_db) has been updated to state that truncation adjusted entries are chosen if available.
This PR addresses #243 by updating
epidist_db()
to select parameter entries that account for truncation in their estimation methods ($method_assess$right_truncated == TRUE
in the<epidist>
andright_truncated: true
in the library databaseparameters.json
).A new unit test has been added to check that
epidist_db()
selects an entry with truncation when available. The function documentation ofepidist_db()
(?epidist_db
) has been updated to state that truncation adjusted entries are chosen if available.