Description Usage Arguments Value See Also
View source: R/productivity-costs.R
Compute simulated productivity costs given simulated disease progression including costs from temporary disability, permanent disability, and premature mortality.
1 2 | sim_prod_costs(econmod, patients, params = iviNSCLC::params_costs_prod,
dr = 0.03, retirement_age = 65, method = "hca")
|
econmod |
An economic model of class |
patients |
A |
params |
An object of the same format as |
dr |
Discount rate. |
retirement_age |
A numeric scalar denoting age at retirement. |
method |
Method used to compute productivity losses. Currently only supports
the "human capital approach" ( |
An object of class "prod_costs", which is a data.table
containing productivity costs. Columns are:
The cost category.
The discount rate.
sample
from econmod$disprog_
strategy_id
from econmod$disprog_
Productivity costs.
See the example in the tutorial.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.