File: CITATION

package info (click to toggle)
r-cran-caic4 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 356 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 958 bytes parent folder | download
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


year <- 2018
vers <- "0.3"

citHeader("To cite package 'cAIC4' itself use the manual and the software paper.")

citEntry(
 entry = "manual",
 title = "cAIC4: Conditional Akaike information criterion for lme4",
 author = "Benjamin Saefken and David Ruegamer and with contributions from Sonja Greven and Thomas Kneib",
 year = year,
 textVersion = paste0("Saefken, B. and Ruegamer, D. ", "(",year,"), ", "cAIC4: Conditional Akaike information criterion for lme4, ",
                     "R package version ", vers)
)

citEntry(
 entry = "Article",
 title = "Conditional Model Selection in Mixed-Effects Models with cAIC4",
 author = "Benjamin Saefken, David Ruegamer, Thomas Kneib, and Sonja Greven",
 journal = "ArXiv e-prints",
 year = "2018",
 eprint = "1803.05664",
 month = "march",
 textVersion="Saefken, B., Ruegamer, D., Kneib, T., and Greven, S. (2018), Conditional Model Selection in Mixed-Effects Models with cAIC4, ArXiv e-prints 1803.05664."
)