Package: steppedwedge
Type: Package
Title: Analyze Data from Stepped Wedge Cluster Randomized Trials
Version: 1.0.0
Authors@R: c(
    person("Avi", "Kenny", email = "avi.kenny@gmail.com", 
      role = c("aut", "cre", "cph")),
    person("David", "Arthur", email = "david.arthur291@duke.edu", role = "aut"),
    person("Yongdong", "Ouyang", email = "yongdong.ouyang@sickkids.ca", 
      role = "aut"))
Description: Provide various functions and tools to help fit models for
    estimating treatment effects in stepped wedge cluster randomized trials.
    Implements methods described in Kenny, Voldal, Xia, and Heagerty (2022) 
    "Analysis of stepped wedge cluster randomized trials in the presence of a 
    time-varying treatment effect", <doi:10.1002/sim.9511>.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Imports: dplyr (>= 1.0.10), stats (>= 4.0.0), forcats (>= 1.0.0),
        stringr (>= 1.5.1), magrittr (>= 2.0.3), methods (>= 3.6.2),
        ggplot2 (>= 3.5.1), lme4 (>= 1.1.35.5), geepack (>= 1.3.12),
        performance (>= 0.12.4)
URL: https://avi-kenny.github.io/steppedwedge/,
        https://github.com/Avi-Kenny/steppedwedge
BugReports: https://github.com/Avi-Kenny/steppedwedge/issues
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2025-02-20 16:29:34 UTC; dea30
Author: Avi Kenny [aut, cre, cph],
  David Arthur [aut],
  Yongdong Ouyang [aut]
Maintainer: Avi Kenny <avi.kenny@gmail.com>
Repository: CRAN
Date/Publication: 2025-02-21 11:40:03 UTC
Built: R 4.6.0; ; 2025-07-18 08:44:09 UTC; unix
