Learn R Programming

R-package-trajmsm

The trajmsm package is inspired by the paper "Marginal Structural Models with Latent Class Growth Analysis of Treatment Trajectories," published in Statistical Methods for Medical Research. Read the paper.

Latent Class Growth Analysis (LCGA) is increasingly used to summarize longitudinal treatment data into distinct groups. However, combining LCGA with standard methods like Cox proportional hazards models often fails to control time-dependent confounding due to covariates acting as both confounders and mediators. Our solution employs LCGA to classify individuals into latent classes based on their medication adherence patterns. We then utilize a Marginal Structural Model (MSM) to relate outcomes to these groups. The key parameter is nonparametrically defined, projecting the true MSM onto the selected working model.

Integrating LCGA with MSM (termed LCGA-MSM) offers an effective way to describe treatment adherence and control time-dependent confounding. Common methods to estimate MSM parameters include Inverse Probability Weighting (IPW), which creates a pseudo-population for balanced treatment groups. In longitudinal settings, IPW adjusts for time-varying covariates impacted by previous exposures and selection bias.

In this initial version of trajmsm, we estimate LCGA-MSM parameters using IPW, g-computation, and pooled Longitudinal Targeted Maximum Likelihood Estimation (LTMLE). We also introduce an extension for time-dependent outcomes, termed LCGA-History-Restricted MSM (LCGA-HRMSM), with the same three estimators.

For access to the R codes, visit our GitHub repository.

For additional insights on trajectory analysis, check out the trajectory_analysis repository.

Copy Link

Version

Install

install.packages('trajmsm')

Monthly Downloads

185

Version

0.1.3

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Awa Diop

Last Published

October 5th, 2024

Functions in trajmsm (0.1.3)

gformula

Counterfactual means via G-Formula
inverse_probability_weighting

Inverse Probability Weighting
predict_traj

Predict trajectory groups for deterministic treatment regimes
build_traj

Wrapper for flexmix
ggtraj

ggplot Trajectory
gendata

Generate data trajectories for MSM
trajhrmsm_gform

History Restricted MSM and Latent Class of Growth Analysis estimated with G-formula.
pltmle

Counterfactual means for a Pooled LTMLE
split_data

Split observed data into multiple subsets
trajhrmsm_ipw

History Restricted MSM and Latent Class of Growth Analysis estimated with IPW.
trajmsm_ipw

Marginal Structural Model and Latent Class of Growth Analysis estimated with IPW
trajmsm_pltmle

Pooled LTMLE
trajhrmsm_pltmle

History Restricted MSM and Latent Class of Growth Analysis estimated with a Pooled LTMLE.
trajmsm_gform

Parametric g-formula