Diff of /partyMod/inst/CITATION [000000] .. [fbf06f]

Switch to unified view

a b/partyMod/inst/CITATION
1
citHeader("To cite party in publications use:")
2
3
citEntry(entry="Article",
4
         title = "Unbiased Recursive Partitioning: A Conditional Inference Framework",
5
         author = personList(as.person("Torsten Hothorn"), as.person("Kurt Hornik"), 
6
                             as.person("Achim Zeileis")),
7
         journal      = "Journal of Computational and Graphical Statistics",
8
         year         = "2006",
9
         volume       = "15",
10
         number       = "3",
11
         pages        = "651--674",
12
13
         textVersion =
14
         paste("Torsten Hothorn, Kurt Hornik and Achim Zeileis (2006).",
15
               "Unbiased Recursive Partitioning: A Conditional Inference Framework.",
16
               "Journal of Computational and Graphical Statistics, 15(3), 651--674."),
17
     header = "If ctree() is used cite:"
18
)
19
20
citEntry(entry="Article",
21
         title = "Model-Based Recursive Partitioning",
22
         author = personList(as.person("Achim Zeileis"), as.person("Torsten Hothorn"),
23
                         as.person("Kurt Hornik")),
24
         journal      = "Journal of Computational and Graphical Statistics",
25
         year         = "2008",
26
         volume       = "17",
27
         number       = "2",
28
         pages        = "492--514",
29
30
         textVersion =
31
         paste("Achim Zeileis, Torsten Hothorn and Kurt Hornik (2008).",
32
               "Model-Based Recursive Partitioning.",
33
               "Journal of Computational and Graphical Statistics, 17(2), 492--514."),
34
     header = "If mob() is used cite:"
35
)
36
37
citEntry(entry="Article",
38
         title = "Survival Ensembles",
39
         author = personList(as.person("Torsten Hothorn"), as.person("Peter Buehlmann"),
40
                         as.person("Sandrine Dudoit"), as.person("Annette Molinaro"),
41
                             as.person("Mark Van Der Laan")),
42
         journal      = "Biostatistics",
43
         year         = "2006",
44
         volume       = "7",
45
         number       = "3",
46
         pages        = "355--373",
47
48
         textVersion =
49
         paste("Torsten Hothorn, Peter Buehlmann, Sandrine Dudoit, Annette Molinaro and Mark Van Der Laan (2006).",
50
               "Survival Ensembles.",
51
               "Biostatistics, 7(3), 355--373."),
52
     header = "If cforest() is used cite:"
53
)
54
55
citEntry(entry="Article",
56
         title = "Bias in Random Forest Variable Importance Measures: Illustrations, Sources and a Solution",
57
         author = personList(as.person("Carolin Strobl"), as.person("Anne-Laure Boulesteix"),
58
                         as.person("Achim Zeileis"), as.person("Torsten Hothorn")),
59
         journal      = "BMC Bioinformatics",
60
         year         = "2007",
61
         volume       = "8",
62
         number       = "25",
63
         url          = "http://www.biomedcentral.com/1471-2105/8/25",
64
65
         textVersion =
66
         paste("Carolin Strobl, Anne-Laure Boulesteix, Achim Zeileis and Torsten Hothorn (2007).",
67
               "Bias in Random Forest Variable Importance Measures: Illustrations, Sources and a Solution.",
68
               "BMC Bioinformatics, 8(25). URL http://www.biomedcentral.com/1471-2105/8/25."),
69
     
70
)
71
72
citEntry(entry="Article",
73
         title = "Conditional Variable Importance for Random Forests",
74
         author = personList(as.person("Carolin Strobl"), as.person("Anne-Laure Boulesteix"),
75
                         as.person("Thomas Kneib"), as.person("Thomas Augustin"),
76
                             as.person("Achim Zeileis")),
77
         journal      = "BMC Bioinformatics",
78
         year         = "2008",
79
         volume       = "9",
80
         number       = "307",
81
         url          = "http://www.biomedcentral.com/1471-2105/9/307",
82
83
         textVersion =
84
         paste("Carolin Strobl, Anne-Laure Boulesteix, Thomas Kneib, Thomas Augustin and Achim Zeileis (2008).",
85
               "Conditional Variable Importance for Random Forests.",
86
               "BMC Bioinformatics, 9(307). URL http://www.biomedcentral.com/1471-2105/9/307."),
87
     
88
)
89
90