|
1 | 1 | Package: PlackettLuce
|
2 | 2 | Type: Package
|
3 | 3 | Title: Plackett-Luce Models for Rankings
|
4 |
| -Version: 0.2-4 |
5 |
| -Authors@R: c(person("Heather", "Turner", |
| 4 | +Version: 0.2-5 |
| 5 | +Authors@R: c(person("Heather", "Turner", |
6 | 6 | email = " [email protected]", role = c("aut", "cre"),
|
7 | 7 | comment = c(ORCID = "0000-0002-1256-3375")),
|
8 | 8 | person("Ioannis", "Kosmidis", role = "aut",
|
9 |
| - comment = c(ORCID = "0000-0003-1556-0302")), |
10 |
| - person("David", "Firth", role = "aut", |
11 |
| - comment = c(ORCID = "0000-0003-0302-2312")), |
| 9 | + comment = c(ORCID = "0000-0003-1556-0302")), |
| 10 | + person("David", "Firth", role = "aut", |
| 11 | + comment = c(ORCID = "0000-0003-0302-2312")), |
12 | 12 | person("Jacob", "van Etten", role = "ctb",
|
13 | 13 | comment = c(ORCID = "0000-0001-7554-2558")))
|
14 | 14 | URL: https://hturner.github.io/PlackettLuce/
|
15 | 15 | BugReports: https://github.com/hturner/PlackettLuce/issues
|
16 | 16 | Description: Functions to prepare rankings data and fit the Plackett-Luce model
|
17 |
| - jointly attributed to Plackett (1975) <doi:10.2307/2346567> and Luce |
18 |
| - (1959, ISBN:0486441369). The standard Plackett-Luce model is generalized |
19 |
| - to accommodate ties of any order in the ranking. Partial rankings, in which |
| 17 | + jointly attributed to Plackett (1975) <doi:10.2307/2346567> and Luce |
| 18 | + (1959, ISBN:0486441369). The standard Plackett-Luce model is generalized |
| 19 | + to accommodate ties of any order in the ranking. Partial rankings, in which |
20 | 20 | only a subset of items are ranked in each ranking, are also accommodated in
|
21 |
| - the implementation. Disconnected/weakly connected networks implied by the |
22 |
| - rankings may be handled by adding pseudo-rankings with a hypothetical item. |
23 |
| - Optionally, a multivariate normal prior may be set on the log-worth |
24 |
| - parameters and ranker reliabilities may be incorporated as proposed by |
25 |
| - Raman and Joachims (2014) <doi:10.1145/2623330.2623654>. Maximum a |
26 |
| - posteriori estimation is used when priors are set. Methods are provided to |
27 |
| - estimate standard errors or quasi-standard errors for inference as well as |
28 |
| - to fit Plackett-Luce trees. See the package website or vignette for further |
| 21 | + the implementation. Disconnected/weakly connected networks implied by the |
| 22 | + rankings may be handled by adding pseudo-rankings with a hypothetical item. |
| 23 | + Optionally, a multivariate normal prior may be set on the log-worth |
| 24 | + parameters and ranker reliabilities may be incorporated as proposed by |
| 25 | + Raman and Joachims (2014) <doi:10.1145/2623330.2623654>. Maximum a |
| 26 | + posteriori estimation is used when priors are set. Methods are provided to |
| 27 | + estimate standard errors or quasi-standard errors for inference as well as |
| 28 | + to fit Plackett-Luce trees. See the package website or vignette for further |
29 | 29 | details.
|
30 | 30 | License: GPL-3
|
31 | 31 | Encoding: UTF-8
|
32 | 32 | LazyData: true
|
33 | 33 | Depends: R (>= 2.10)
|
34 |
| -Imports: Matrix, igraph, methods, partykit, psychotools, |
| 34 | +Imports: Matrix, igraph, methods, partykit, psychotools, |
35 | 35 | psychotree, rARPACK, qvcalc, sandwich, stats
|
36 |
| -Suggests: BiocStyle, BradleyTerry2, BradleyTerryScalable, |
37 |
| - Matrix.utils, PLMIX, StatRank, covr, hyper2, kableExtra, knitr, |
| 36 | +Suggests: BiocStyle, BradleyTerry2, BradleyTerryScalable, |
| 37 | + Matrix.utils, PLMIX, StatRank, covr, hyper2, kableExtra, knitr, |
38 | 38 | lbfgs, gnm, pmr, rmarkdown, testthat, tibble
|
39 | 39 | RoxygenNote: 6.1.1
|
40 | 40 | VignetteBuilder: knitr
|
|
0 commit comments