/usr/lib/R/site-library/VGAM/CITATION is in r-cran-vgam 1.0-3-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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | citHeader("To cite VGAM in publications please use:")
## R >= 2.8.0 passes package metadata to citation().
if(!exists("meta") || is.null(meta)) meta <- packageDescription("VGAM")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
citEntry(entry = "Book",
title = "Vector Generalized Linear and Additive Models: With an Implementation in R",
author = personList(as.person("Thomas W. Yee")),
year = "2015",
publisher = "Springer",
address = "New York, USA",
textVersion =
paste("Thomas W. Yee (2015).",
"Vector Generalized Linear and Additive Models:",
"With an Implementation in R. New York, USA: Springer.")
)
citEntry(entry = "Article",
title = "Vector Generalized Additive Models",
author = personList(as.person("Thomas W. Yee"),
as.person("C. J. Wild")),
journal = "Journal of Royal Statistical Society, Series B",
year = "1996",
volume = "58",
number = "3",
pages = "481--493",
textVersion =
paste("Thomas W. Yee and C. J. Wild (1996).",
"Vector Generalized Additive Models.",
"Journal of Royal Statistical Society, Series B, 58(3), 481-493.")
)
citEntry(entry = "Article",
title = "The {VGAM} Package for Categorical Data Analysis",
author = personList(as.person("Thomas W. Yee")),
journal = "Journal of Statistical Software",
year = "2010",
volume = "32",
number = "10",
pages = "1--34",
url = "http://www.jstatsoft.org/v32/i10/",
textVersion =
paste("Thomas W. Yee (2010).",
"The VGAM Package for Categorical Data Analysis.",
"Journal of Statistical Software, 32(10), 1-34.",
"URL http://www.jstatsoft.org/v32/i10/."),
header = "and/or"
)
citEntry(entry = "Article",
title = "Row-column interaction models, with an {R} implementation",
author = personList(as.person("Thomas W. Yee"),
as.person("Alfian F. Hadi")),
journal = "Computational Statistics",
year = "2014",
volume = "29",
number = "6",
pages = "1427--1445",
textVersion =
paste("Thomas W. Yee, Alfian F. Hadi (2014).",
"Row-column interaction models, with an R implementation.",
"Computational Statistics, 29(6), 1427--1445."),
header = "and/or"
)
citEntry(entry = "Manual",
title = "{VGAM}: Vector Generalized Linear and Additive Models",
author = personList(as.person("Thomas W. Yee")),
year = year,
note = note,
url = "https://CRAN.R-project.org/package=VGAM",
textVersion =
paste("Thomas W. Yee",
sprintf("(%s).", year),
"VGAM: Vector Generalized Linear and Additive Models.",
paste(note, ".", sep = ""),
"URL https://CRAN.R-project.org/package=VGAM"),
header = "and/or"
)
citEntry(entry = "Article",
title = "Two-parameter reduced-rank vector generalized linear models",
author = personList(as.person("Thomas W. Yee")),
journal = "Computational Statistics and Data Analysis",
year = "2013",
url = "http://ees.elsevier.com/csda",
textVersion =
paste("Thomas W. Yee (2013).",
"Two-parameter reduced-rank vector generalized linear models.",
"Computational Statistics and Data Analysis.",
"URL http://ees.elsevier.com/csda."),
header = "and/or"
)
citEntry(entry = "Article",
title = "The {VGAM} Package for Capture-Recapture Data Using the Conditional Likelihood",
author = personList(as.person("Thomas W. Yee"),
as.person("Jakub Stoklosa"),
as.person("Richard M. Huggins")),
journal = "Journal of Statistical Software",
year = "2015",
volume = "65",
number = "5",
pages = "1--33",
url = "http://www.jstatsoft.org/v65/i05/",
textVersion =
paste("Thomas W. Yee, Jakub Stoklosa, Richard M. Huggins (2015).",
"The VGAM Package for Capture-Recapture Data Using the Conditional Likelihood.",
"Journal of Statistical Software, 65(5), 1-33.",
"URL http://www.jstatsoft.org/v65/i05/.")
)
|