Skip to content

Commit

Permalink
Merge pull request #277 from istallworthy/debugging
Browse files Browse the repository at this point in the history
desc
  • Loading branch information
istallworthy authored Oct 8, 2024
2 parents bf6746b + ee30844 commit 0787d44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Authors@R: c(person("Isabella", "Stallworthy", email = "[email protected]",
comment=c(ORCID="0000-0003-3067-7154")),
person("Meriah", "DeJoseph", email = "[email protected]", role = c("aut")),
person("Emily", "Padrutt", email = "[email protected]", role = c("aut")),
person("Kyle", "Butts", email = "[email protected]", role = c("aut", ctb")),
person("Daniel", "Berry", email = "[email protected]", role = c("aut"))
)
person("Kyle", "Butts", email = "[email protected]", role = c("aut", "ctb")),
person("Daniel", "Berry", email = "[email protected]", role = c("aut")))
Description: Functions for implementing MSMS with longitudinal data.
License: GPL-3
Encoding: UTF-8
Expand Down
6 changes: 1 addition & 5 deletions man/devMSMs-package.Rd

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

10 changes: 5 additions & 5 deletions vignettes/Workflow_Continuous_Exposure.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ weights.cbps <- createWeights(obj = obj,
method = method,
formulas = formulas,
verbose = TRUE,
maxit = 1, # just for testing to speed up --will remove
maxit = 1, # just for testing to speed up
save.out = save.out)
```

Expand Down Expand Up @@ -535,16 +535,16 @@ As shown above, the GLM method produces a higher median of 1.27 and a much great
# weights.gbm <- createWeights(obj = obj,
# data = data,
# method = method,
# formulas = formulas,
# formulas = formulas,
# save.out = save.out)
#
# print(weights.gbm,
# print(weights.gbm,
# i = 1)
#
# summary(weights.gbm[[1]])
#
# plot(weights.gbm,
# i = 1,
# plot(weights.gbm,
# i = 1,
# save.out = save.out)
```

Expand Down

0 comments on commit 0787d44

Please sign in to comment.