File: CITATION

package info (click to toggle)
r-cran-sjplot 2.8.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,596 kB
  • sloc: sh: 13; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype="manual",
         title = "sjPlot: Data Visualization for Statistics in Social Science",
         author = person("Daniel", "Lüdecke"),
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=sjPlot")