/usr/lib/R/site-library/pbkrtest/CITATION is in r-cran-pbkrtest 0.4-7-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | citHeader("To cite pbkrtest in publications use:")
citEntry(entry = "Article",
title = "A Kenward-Roger Approximation and Parametric Bootstrap Methods for Tests in Linear Mixed Models -- The {R} Package {pbkrtest}",
author = personList(as.person("Ulrich Halekoh"),
as.person("S{\\o}ren H{\\o}jsgaard")),
journal = "Journal of Statistical Software",
year = "2014",
volume = "59",
number = "9",
pages = "1--30",
url = "http://www.jstatsoft.org/v59/i09/",
textVersion =
paste("Ulrich Halekoh, Søren Højsgaard (2014).",
"A Kenward-Roger Approximation and Parametric Bootstrap Methods for Tests in Linear Mixed Models - The R Package pbkrtest.",
"Journal of Statistical Software, 59(9), 1-30.",
"URL http://www.jstatsoft.org/v59/i09/.")
)
|