Package: smoothedIPW Title: Time-Smoothed Inverse Probability Weighting for Repeatedly Measured Outcomes Version: 0.1.1 Authors@R: c(person("Sean", "McGrath", role = c("aut", "cre"), email = "sean.mcgrath514@gmail.com", comment = c(ORCID = "0000-0002-7281-3516")), person("Takuya", "Kawahara", role = c("aut")), person("Jessica", "Young", role = c("aut"), email = "jyoung@hsph.harvard.edu", comment = c(ORCID = "0000-0002-2758-6932"))) Description: Implements several methods to estimate effects of generalized time-varying treatment strategies on the mean of an outcome at one or more selected follow-up times of interest. Specifically, the package implements the time-smoothed inverse probability weighted estimators described in McGrath et al. (2025) . Outcomes may be repeatedly, non-monotonically, informatively, and sparsely measured in the data source. The package also supports settings where outcomes are truncated by death, i.e. some individuals die during follow-up which renders the outcome of interest undefined at the follow-up time of interest. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: data.table, progress Depends: R (>= 2.10) LazyData: true BugReports: https://github.com/stmcg/smoothedIPW/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://stmcg.r-universe.dev Date/Publication: 2026-06-03 01:54:46 UTC RemoteUrl: https://github.com/stmcg/smoothedipw RemoteRef: HEAD RemoteSha: 9f243f85974b0cc367be875f1883c3e9b0738b79 NeedsCompilation: no Packaged: 2026-07-03 06:58:53 UTC; root Author: Sean McGrath [aut, cre] (ORCID: ), Takuya Kawahara [aut], Jessica Young [aut] (ORCID: ) Maintainer: Sean McGrath