Revision 68afe047079ea014454486566a7873c3d04e3ccd authored by Daniel Lüdecke on 13 May 2024, 17:50:02 UTC, committed by cran-robot on 14 May 2024, 02:38:25 UTC
1 parent ee11426
Raw File
CITATION
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")
back to top