File: CITATION

package info (click to toggle)
r-cran-ordinal 2022.11-16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,856 kB
  • sloc: ansic: 979; sh: 13; makefile: 5
file content (18 lines) | stat: -rwxr-xr-x 590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
citHeader("To cite the ordinal-package in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste0("R package version ", meta$Version,
              ". https://CRAN.R-project.org/package=ordinal")

citEntry(entry="misc",
         title = "ordinal---Regression Models for Ordinal Data ",
         author = personList(as.person("R. H. B. Christensen")),
         year         = year,
	 note	      = vers,

         textVersion =
         paste("Christensen, R. H. B. (", year,
 		"). ordinal - Regression Models for Ordinal Data. ",
		vers, ".", sep="")
)