Skip to content

Commit c5d0828

Browse files
author
hornik
committed
Updated.
git-svn-id: https://svn.r-project.org/R/trunk@88709 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent e3d94e4 commit c5d0828

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

share/bibliographies/datasets.R

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,3 +1032,115 @@ bibentry(bibtype = "InCollection",
10321032
family = "Lange"),
10331033
chapter = "11",
10341034
address = "New York")
1035+
1036+
bibentry(bibtype = "MastersThesis",
1037+
key = "R:Marske:1967",
1038+
author = person(given = c("D.", "M."),
1039+
family = "Marske"),
1040+
title = "Biochemical Oxygen Demand Data Interpretation Using Sum of Squares Surface",
1041+
school = "University of Wisconsin -- Madison",
1042+
year = "1967")
1043+
1044+
bibentry(bibtype = "Book",
1045+
key = "R:Crowder+Hand:1990",
1046+
author = c(person(given = c("Martin", "J."),
1047+
family = "Crowder"),
1048+
person(given = c("David", "J."),
1049+
family = "Hand")),
1050+
title = "Analysis of Repeated Measures",
1051+
publisher = "Chapman & Hall",
1052+
year = "1990",
1053+
address = "London",
1054+
isbn = "041231830X",
1055+
pointers = "https://permalink.obvsg.at/AC00242159")
1056+
1057+
bibentry(bibtype = "Book",
1058+
key = "R:Hand+Crowder:1996",
1059+
author = c(person(given = c("David", "J."),
1060+
family = "Hand"),
1061+
person(given = c("Martin", "J."),
1062+
family = "Crowder")),
1063+
title = "Practical Longitudinal Data Analysis",
1064+
publisher = "Chapman & Hall",
1065+
year = "1996",
1066+
address = "London",
1067+
isbn = "0412599406",
1068+
pointers = "https://permalink.obvsg.at/AC01274978")
1069+
1070+
bibentry(bibtype = "Book",
1071+
key = "R:Bennett+Franklin:1954",
1072+
author = c(person(given = c("Carl", "A."),
1073+
family = "Bennett"),
1074+
person(given = c("Norman", "L."),
1075+
family = "Franklin")),
1076+
title = "Statistical Analysis in Chemistry and the Chemical Industry",
1077+
publisher = "Wiley",
1078+
year = "1954",
1079+
address = "New York, NY",
1080+
pointers = "https://permalink.obvsg.at/AC01178416")
1081+
1082+
bibentry(bibtype = "Book",
1083+
key = "R:Shumway+Stoffer:2000",
1084+
author = c(person(given = c("Robert", "H."),
1085+
family = "Shumway"),
1086+
person(given = c("David", "S."),
1087+
family = "Stoffer")),
1088+
title = "Time Series Analysis and its Applications",
1089+
publisher = "Springer",
1090+
year = "2000",
1091+
address = "New York, NY",
1092+
isbn = "0387989501",
1093+
pointers = "https://permalink.obvsg.at/AC02922027")
1094+
1095+
bibentry(bibtype = "Book",
1096+
key = "R:Draper+Smith:1998",
1097+
author = c(person(given = c("Norman", "Richard"),
1098+
family = "Draper"),
1099+
person(given = "Harry",
1100+
family = "Smith")),
1101+
title = "Applied Regression Analysis",
1102+
publisher = "Wiley",
1103+
year = "1998",
1104+
address = "New York, NY",
1105+
edition = "Third",
1106+
isbn = "9780471170822",
1107+
pointers = "https://permalink.obvsg.at/AC02409562")
1108+
1109+
bibentry(bibtype = "Book",
1110+
key = "R:Finney:1947",
1111+
author = person(given = c("David", "John"),
1112+
family = "Finney"),
1113+
title = "Probit Analysis",
1114+
publisher = "Cambridge University Press",
1115+
year = "1947",
1116+
address = "Cambridge")
1117+
1118+
bibentry(bibtype = "Book",
1119+
key = "R:British_Government:1990",
1120+
author = person(given = "British Government"),
1121+
title = "Report on the Loss of the {SS Titanic}",
1122+
publisher = "Allan Sutton Publishing",
1123+
year = "1990",
1124+
address = "Gloucester, UK",
1125+
isbn = "978-0862997236")
1126+
1127+
bibentry(bibtype = "Book",
1128+
key = "R:Bliss:1952",
1129+
author = person(given = c("C.", "I."),
1130+
family = "Bliss"),
1131+
title = "The Statistics of Bioassay",
1132+
publisher = "Academic Press",
1133+
year = "1952",
1134+
address = "New York, NY",
1135+
pointers = "https://permalink.obvsg.at/AC01773949")
1136+
1137+
bibentry(bibtype = "Book",
1138+
key = "R:Diggle:1991",
1139+
author = person(given = c("Peter", "J."),
1140+
family = "Diggle"),
1141+
title = "Time Series: A Biostatistical Introduction",
1142+
publisher = "Clarendon Press",
1143+
year = "1991",
1144+
address = "Oxford",
1145+
isbn = "0198522266",
1146+
pointers = "https://permalink.obvsg.at/AC00531463")

0 commit comments

Comments
 (0)