Description Usage Format dosage acquisition_costs discounts administration_costs lookup Examples
Information on dosage, strength, pricing, and administration costs needed to estimate costs of treatments sequences.
1 |
A list with the following elements:
A data.table
containing information on dosage for each
agent used for treatments that can be included in a treatment sequence. The variables
strength1
, strength2
, quantity1
, quantity2
, units_per_day
,
and duration_days
can be modified to change annualized costs.
Name of the agent used in the treatment; combination therapies will have more than one agents.
Amount, number. and frequency of doses over a specified time period.
Specified amount of medication taken at one time. By default, doses based on body surface area (BSA) and weight are based on mean BSA and weight, respectively.
The unit used to compute costs.
The amount of the drug in a single dosage form (e.g., tablet or vial).
If a unit consists of multiple dosage forms, then the amount of the drug
in the dosage form not included in strength1
.
Quantity of dosage form specified in strength1
in a unit.
Quantity of dosage form specified in strength2
in a unit.
Number of units of the treatment (based on dosage) used per day.
Number of days to use the treatment. If used until progression, then
must equal Inf
.
Source for dosage information.
A data.table
of acquisition costs by agent
and strength
.
Default costs are based on wholesale acquisition costs (WACs). The variable
acquisition_cost
can be modified to change annualized acquisition costs.
Name of the agent
The amount of the agent in a given unit of the dosage form.
The acquisition cost of an agent
for a given strength
.
Source used for acquisition cost
.
Name of the agent.
Lower bound for discount and rebates as a
proportion of acquisition_cost
in the acquisition_costs
table.
Assumed to follow a uniform distribution in the probabilistic sensitivity analysis.
Upper bound for discount and rebates as a
proportion of acquisition_cost
in the acquisition_costs
table.
Assumed to follow a uniform distribution in the probabilistic sensitivity analysis.
A data.table
of administration costs. The variable costs
can be modified to change annualized administration costs.
Name of the agent.
The costs of administering an agent.
Source used for administration cost
.
A lookup data.table
used to match treatments from the treatments
table to agents comprising a particular treatment.
Name of treatment.
Name of first agent used for treatment.
Name of second agent used for treatment.
Name of third agent used for treatment.
Name of fourth agent used for treatment.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.