-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
877 additions
and
1,253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
Package: trajmsm | ||
Type: Package | ||
Title: Marginal Structural Models with Latent Class Growth Analysis of Treatment Trajectories | ||
Version: 0.1.0 | ||
Author: Awa Diop, Denis Talbot | ||
Version: 0.1.2 | ||
Authors@R: c( | ||
person("Awa", "Diop", email = "awa.diop.2@ulaval.ca", role = c("aut", "cre")), | ||
person("Denis", "Talbot", role = "aut")) | ||
Maintainer: Awa Diop <awa.diop.2@ulaval.ca> | ||
Description: The package trajmsm is based on the paper Marginal Structural Models with Latent Class Growth Analysis of Treatment Trajectories:https://journals.sagepub.com/doi/pdf/10.1177/09622802231202384. | ||
License: GPL-3 | ||
Description: Implements marginal structural models combined with latent class growth analysis framework for assessing the causal effect of treatment trajectories. Based on the approach described in "Marginal Structural Models with Latent Class Growth Analysis of Treatment Trajectories" (https://journals.sagepub.com/doi/pdf/10.1177/09622802231202384). | ||
License: GPL (>= 3) | ||
Encoding: UTF-8 | ||
Imports: | ||
class, | ||
e1071, | ||
flexmix, | ||
geepack, | ||
ggplot2, | ||
survival | ||
survival, | ||
sandwich | ||
LazyData: true | ||
Suggests: | ||
knitr, | ||
rmarkdown | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.2.0 | ||
URL: https://github.com/awamaeva/R-package-trajmsm | ||
BugReports: https://github.com/awamaeva/R-package-trajmsm/issues |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(IPCW_sw) | ||
export(IPCW_w) | ||
export(IPTW_sw) | ||
export(IPTW_w) | ||
export(IPW) | ||
export(buildtraj) | ||
export(gendatatraj) | ||
export(genobsdata_msm) | ||
export(ggplotraj) | ||
export(longtowide) | ||
export(trajMSM_IPW) | ||
export(trajMSM_gform) | ||
export(trajMSM_pooled_ltmle) | ||
export(widetolong) | ||
export(build_traj) | ||
export(gendata) | ||
export(gformula) | ||
export(ggtraj) | ||
export(inverse_probability_weighting) | ||
export(pltmle) | ||
export(predict_traj) | ||
export(split_data) | ||
export(stabilized_ipcw) | ||
export(stabilized_iptw) | ||
export(trajhrmsm_gform) | ||
export(trajhrmsm_ipw) | ||
export(trajmsm_gform) | ||
export(trajmsm_ipw) | ||
export(trajmsm_pltmle) | ||
export(unstabilized_ipcw) | ||
export(unstabilized_iptw) | ||
import(e1071) | ||
import(flexmix) | ||
import(ggplot2) | ||
importFrom(geepack,geeglm) | ||
import(sandwich) | ||
importFrom(survival,coxph) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.