View source: R/table_perf_metrics.R
table_perf_metrics | R Documentation |
knitr::kable()
table objectCreate a knitr::kable()
table object
table_perf_metrics(
ps,
ci = c(0.05, 0.5, 0.95),
decimals = 0,
scen = NULL,
inc_mean = TRUE,
scen_names = NULL,
format = "latex",
...
)
ps |
A plot setup object as output by |
ci |
A vector of credible interval values. 0.5 must be included if the median is desired. |
decimals |
The number of decimals to round values to |
scen |
The scenario number to use. This is an integer representing the names given by |
inc_mean |
If TRUE, include the mean in the table |
scen_names |
Names to show in the columns for scenarios. You can experiment by shortening names
so that the table fits on the page. If |
format |
See |
... |
Arguments passed to |
a knitr::kable()
table object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.