Skip to content

Commit

Permalink
Doc + NS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreifer committed Aug 10, 2024
1 parent 86db4a2 commit 2bf5e6a
Show file tree
Hide file tree
Showing 28 changed files with 72 additions and 523 deletions.
51 changes: 18 additions & 33 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,58 +1,43 @@
Package: devMSMs
Type: Package
Title: Implementing Marginal Structural Models with Longitudinal Data
Version: 0.0.0.9000
Authors@R: c(person("Isabella", "Stallworthy",
email = "istall@seas.upenn.edu",
role = c("aut", "cre")),
person("Noah", "Greifer",
email = "ngreifer@iq.harvard.edu",
role = c("aut", "ctb")),
person("Kyle", "Butts",
email = "buttskyle96@gmail.com",
role = ("ctb")),
person("Meriah", "DeJoseph",
email = "meriahd@stanford.edu",
role = c("aut")),
person("Emily", "Padrutt",
email = "padru004@umn.edu",
role = c("aut")),
person("Daniel", "Berry",
email = "dberry@umn.edu",
role = c("aut")))
Version: 0.0.0.9001
Authors@R: c(person("Isabella", "Stallworthy", email = "istall@seas.upenn.edu", role = c("aut", "cre")),
person("Noah", "Greifer", email = "noah.greifer@gmail.com", role = c("aut", "ctb"),
comment=c(ORCID="0000-0003-3067-7154")),
person("Kyle", "Butts", email = "buttskyle96@gmail.com", role = ("ctb")),
person("Meriah", "DeJoseph", email = "meriahd@stanford.edu", role = c("aut")),
person("Emily", "Padrutt", email = "padru004@umn.edu", role = c("aut")),
person("Daniel", "Berry", email = "dberry@umn.edu", role = c("aut")))
Description: Functions for implementing MSMS with longitudinal data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Imports:
cobalt,
dreamerr,
ggplot2,
marginaleffects,
markdown,
cobalt (>= 4.5.0),
dreamerr (>= 1.4.0),
fs (>= 1.6.4),
ggplot2 (>= 3.5.1),
lmtest (>= 0.9-40),
marginaleffects (>= 0.21.0),
modelsummary,
rlang,
stats,
survey,
tinytable,
WeightIt,
utils,
fs
WeightIt (>= 1.2.0),
utils
Suggests:
CBPS,
dbarts,
gbm,
knitr,
mice,
mitml,
rmarkdown,
SuperLearner,
webshot2,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://istallworthy.github.io/devMSMs/, https://github.com/istallworthy/devMSMs
VignetteBuilder: knitr
Depends:
R (>= 2.10)
R (>= 4.0.0)
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ S3method(print,devMSM_models)
S3method(print,devMSM_weights)
S3method(summary,devMSM_bal_stats)
S3method(summary,devMSM_comparisons)
S3method(summary,devMSM_weights)
export(assessBalance)
export(compareHistories)
export(createFormulas)
export(createWeights)
export(fitModel)
export(initMSM)
export(trimWeights)
import(ggplot2)
import(stats)
import(utils)
importFrom(survey,svyglm)
importFrom(ggplot2,.data)
14 changes: 7 additions & 7 deletions man/assessBalance.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions man/calc_bal_stats.Rd

This file was deleted.

17 changes: 6 additions & 11 deletions man/compareHistories.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/createFormulas.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 21 additions & 17 deletions man/createWeights.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 0 additions & 54 deletions man/devMSM_common_docs.Rd

This file was deleted.

Loading

0 comments on commit 2bf5e6a

Please sign in to comment.