Format the risk-factor and level impact calculated by
audit_refinement() for a technical note or actuarial review.
# S3 method for refinement_audit
as_gt(
x,
locale = "nl-NL",
value_decimals = 2,
ratio_decimals = 1,
title = "Refinement impact",
subtitle = NULL,
...
)A gt_tbl object.
A refinement_audit object.
Character string used for number formatting.
Non-negative whole number for fitted values and absolute changes.
Non-negative whole number for percentage changes.
Optional table title.
Optional table subtitle. If NULL, package version and audit
date are used.
Currently unused.
audit_refinement()