make_hlth_ec_smry | R Documentation |
make_hlth_ec_smry() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make health economic summary. The function returns He summary (a list).
make_hlth_ec_smry(
ds_tb,
predn_ds_ls,
wtp_dbl = 50000,
bootstrap_iters_1L_int = 1000,
benefits_pfx_1L_chr = "qalys_dbl",
benefits_var_nm_1L_chr = "qalys",
costs_var_nm_1L_chr = "costs",
change_sfx_1L_chr = "change"
)
ds_tb |
Dataset (a tibble) |
predn_ds_ls |
Prediction dataset (a list) |
wtp_dbl |
Willingness to pay (a double vector), Default: 50000 |
bootstrap_iters_1L_int |
Bootstrap iterations (an integer vector of length one), Default: 1000 |
benefits_pfx_1L_chr |
Benefits prefix (a character vector of length one), Default: 'qalys_dbl' |
benefits_var_nm_1L_chr |
Benefits variable name (a character vector of length one), Default: 'qalys' |
costs_var_nm_1L_chr |
Costs variable name (a character vector of length one), Default: 'costs' |
change_sfx_1L_chr |
Change suffix (a character vector of length one), Default: 'change' |
He summary (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.