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

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

bibentry(bibtype = "Manual",
         title = "lmtp: {Non}-parametric {Causal} {Effects} of {Feasible} {Interventions} {Based} on {Modified} {Treatment} {Policies}",
         author = c(person(given = "Nicholas", family = "Williams"),
                    person(given = "Iván", family = "Díaz")),
         year = "2020",
         note = note,
         doi = "10.5281/zenodo.3874931",
         url = "https://github.com/nt-williams/lmtp")

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")
