View source: R/model_refinement_audit.R
| as_gt.refinement_audit | R Documentation |
Format the risk-factor and level impact calculated by
audit_refinement() for a technical note or actuarial review.
## S3 method for class 'refinement_audit'
as_gt(
x,
locale = "nl-NL",
value_decimals = 2,
ratio_decimals = 1,
title = "Refinement impact",
subtitle = NULL,
...
)
x |
A |
locale |
Character string used for number formatting. |
value_decimals |
Non-negative whole number for fitted values and absolute changes. |
ratio_decimals |
Non-negative whole number for percentage changes. |
title |
Optional table title. |
subtitle |
Optional table subtitle. If |
... |
Currently unused. |
A gt_tbl object.
audit_refinement()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.