Skip to content

A microsimulation model for projecting disability status #1

@jfreedman-svg

Description

@jfreedman-svg
  1. Using a cleaned person-period file, estimate transition probabilities for each time-varying covariate of interest and the 4 states.

    1. The 4-state model: healthy [1], mild disability [2], moderate disability [3], and death [4]. The only reverse transition allowed is [2] -> [1].
    2. This can be modelled using logit or probit. All evolving covariates are binary and can be modelled using logit or survival models.
    3. The ordering of the transition models is as the following
      1. DisabilityState = Age + Sex + Education + v1 + v2 + v3 + v4
      2. v4 = Age + Sex + Education + v1 + v2 + v3
      3. v3 = Age + Sex + Education + v1 + v2
      4. v2 = Age + Sex + Education + v1
      5. v1 = Age + Sex + Education
    4. [Q1]: How to link the 4-state transition model with the other transition models?
  2. Transition matrices are calculated and stored. Now, generate a starting population of size N using a bootstrapped approach.

  3. We have our transition matrices and our starting population. Now, we simulate. *In the complex case, this will be done for each of the time-varying covariates and the ultimately the 4-state model.

  4. This process repeats itself for 15 simulation cycles (years)

  5. Output: Aggregated counts in each state. Dis-aggregated counts by covariates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions