citHeader("To cite package 'orf' in publications use:")

citEntry(
  entry       = "Manual",
  title       = "{orf}: Ordered Random Forests",
  author      = personList(as.person("Gabriel Okasa"),
                   as.person("Michael Lechner")) ,
  year        = "2019",
  note        = "R package version 0.1.0",
  textVersion = paste("Gabriel Okasa and Michael Lechner (2019).",
        "orf: Ordered Random Forests",
        "R package version 0.1.0")
)

citEntry(
  entry       = "Article",
  title       = "Random Forest Estimation of the Ordered Choice Model",
  author      = personList(as.person("Michael Lechner"),
                   as.person("Gabriel Okasa")) ,
  year        = "2019",
  journal     = "arXiv preprint arXiv:1907.02436",
  url         = "https://arxiv.org/abs/1907.02436",
  textVersion = paste("Michael Lechner and Gabriel Okasa (2019).",
        "Random Forest Estimation of the Ordered Choice Model.",
        "arXiv preprint arXiv:1907.02436.",
        "URL: https://arxiv.org/abs/1907.02436"),
  header      = "To cite the Ordered Forest estimator in publications use:"
)
