A collection of example datasets containing simulated survival, costs, and utility data for a 4-state partitioned survival model.
psm4_exdata
A list containing the following elements:
A data frame containing patient information and time to 3 separate survival endpoints.
A list of data frames. The first data frame contains medical cost data and the second data frame contains drug cost data.
The survival data frame contains a list of 3 survival curves, each containing the following columns.
An indicator variable equal to 1 if the patient is female and 0 otherwise.
The age of the patient in years.
The id of the treatment strategy used.
Follow up time with right censored data to survival endpoint 1.
A status indicator for survival endpoint 1 equal to 0 if alive and 1 if dead.
Follow up time with right censored data to survival endpoint 2.
A status indicator for survival endpoint 2 equal to 0 if alive and 1 if dead.
Follow up time with right censored data to survival endpoint 3.
A status indicator for survival endpoint 3 equal to 0 if alive and 1 if dead.
The cost list contains two data frames.The first data frame contains data on the medical costs by patient and health state, and contains the following columns:
An integer denoting the id of the patient.
An indicator variable equal to 1 if the patient is female and 0 otherwise.
A categorical variable denoting the three possible health states.
Annualized medical costs.
The second data frame contains data on the drug costs associated with each treatment strategy.
The id of each treatment strategy.
Annualized drug costs.