citHeader("To cite CICI in publications, please use:")

vers <- paste("R package version", meta$Version)

bibentry(bibtype="article",
  author = c(as.person("Michael Schomaker"),
                   as.person("Helen McIlleron"),
                   as.person("Paolo Denti"),
                   as.person("Ivan Diaz")
                   ),
  title = "Causal Inference for Continuous Multiple Time Point Interventions",
  journal      = "Statistics in Medicine",
  year         = "2024",
  volume       = "43",
  pages        = "5380-5400",
  textVersion = paste("I) Michael Schomaker, Helen McIlleron, Paolo Denti, Ivan Diaz (2024).",
        "Causal Inference for Continuous Multiple Time Point Interventions.",
        "Statistics in Medicine, 2024, 43:5380-5400"),
)

bibentry(bibtype="Manual",
  title        = "{CICI}: Causal Inference for Continuous (Multiple Time Point) Interventions",
  author       = "Michael Schomaker",
  year = 2025,
  note = vers,
  textVersion  =
  paste("II) Michael Schomaker (2025)",
        "CICI: Causal Inference for Continuous (Multiple Time Point) Interventions.",
        "URL: https://michaelschomaker.github.io/project/cici/.",
        vers)
)


