
citHeader("Please cite the following when using 'lmtp' in publications. Citation should include both the R package article and the paper establishing the statistical methodolgy.")

note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Article",
         journal = "Observational Studies",
         title = "lmtp: An R package for estimating the causal effects of modified treatment policies",
         author = c(person(given = "Nicholas", family = "Williams"),
                    person(given = "Iván", family = "Díaz")),
         year = "2023",
         url = "https://muse.jhu.edu/article/883479")

bibentry(bibtype = "Article",
         journal = "Journal of the American Statistical Association",
         title = "Non-parametric causal effects based on longitudinal modified treatment policies",
         author = c(person(given = "Iván", family = "Díaz"),
                    person(given = "Nicholas", family = "Williams"),
                    person(given = "Katherine", family = "Hoffman"),
                    person(given = "Edward", family = "Schneck")),
         year = "2021",
         doi = "10.1080/01621459.2021.1955691")
