[r-cran-matchit] 43/45: New upstream version 3.0.1

Andreas Tille tille at debian.org
Fri Oct 20 06:17:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-matchit.

commit 68703395fe8cb91c87f9fbfad033b64bacc596d6
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 20 08:11:04 2017 +0200

    New upstream version 3.0.1
---
 DESCRIPTION                        |    44 +-
 MD5                                |    77 +-
 NAMESPACE                          |    45 +-
 R/class_functions.R                |   750 ++
 R/discard.R                        |    13 +-
 R/distance2GAM.R                   |    53 +-
 R/distance2nnet.R                  |    10 +-
 R/distance2rpart.R                 |    11 +-
 R/help.matchit.R                   |     1 +
 R/match.data.R                     |     1 +
 R/matchit.R                        |     3 +-
 R/matchit2cem.R                    |     7 +-
 R/matchit2full.R                   |     5 +-
 R/matchit2genetic.R                |     9 +-
 R/matchit2optimal.R                |    11 +-
 R/plot.matchit.R                   |    25 -
 R/plot.matchit.subclass.R          |    45 -
 R/plot.summary.matchit.R           |    42 -
 R/print.matchit.R                  |    16 -
 R/print.matchit.exact.R            |    16 -
 R/print.matchit.full.R             |    17 -
 R/print.matchit.subclass.R         |    12 -
 R/print.summary.matchit.R          |    26 -
 R/print.summary.matchit.exact.R    |    11 -
 R/print.summary.matchit.subclass.R |    20 -
 R/summary.matchit.R                |    82 -
 R/summary.matchit.exact.R          |    34 -
 R/summary.matchit.full.R           |    79 -
 R/summary.matchit.subclass.R       |   126 -
 R/user.prompt.R                    |     1 +
 README.md                          |     3 +
 build/vignette.rds                 |   Bin 0 -> 241 bytes
 inst/doc/matchit.pdf               |   Bin 0 -> 281837 bytes
 inst/doc/matchit.pdf.asis          |     2 +
 man/get_matches.Rd                 |    31 +
 man/is.matchit.Rd                  |    19 +
 man/lalonde.Rd                     |     5 +-
 tests/testthat.R                   |     4 +
 tests/testthat/test-get_matches.R  |   289 +
 vignettes/Makefile                 |    10 -
 vignettes/asa.bst                  |  1505 ---
 vignettes/balance.tex              |   135 -
 vignettes/dcolumn.sty              |    91 -
 vignettes/face_off.jpg             |   Bin 8958 -> 0 bytes
 vignettes/faq.tex                  |   194 -
 vignettes/gk.bib                   | 20380 -----------------------------------
 vignettes/gkpubs.bib               |  2259 ----
 vignettes/graphics.R               |    48 -
 vignettes/html.sty                 |   360 -
 vignettes/index.shtml              |    72 -
 vignettes/intro.tex                |    84 -
 vignettes/makematchH               |     5 -
 vignettes/matchit.pdf              |   Bin 600716 -> 0 bytes
 vignettes/matchit.pdf.asis         |     2 +
 vignettes/matchit.tex              |   209 -
 vignettes/matchit2zelig.tex        |   285 -
 vignettes/matchitref.tex           |   393 -
 vignettes/mdataref.tex             |   103 -
 vignettes/notation.tex             |   151 -
 vignettes/overview.tex             |   199 -
 vignettes/plotref.tex              |   105 -
 vignettes/preprocess.tex           |   233 -
 vignettes/summaryref.tex           |   127 -
 63 files changed, 1253 insertions(+), 27642 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 262d6b4..d1694fb 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,24 +1,36 @@
 Package: MatchIt
-Version: 2.4-21
-Date: 2013-06-26
-Title: MatchIt: Nonparametric Preprocessing for Parametric Casual
-        Inference
-Author: Daniel Ho <daniel.e.ho at gmail.com>, Kosuke Imai
-        <kimai at Princeton.Edu>, Gary King <king at harvard.edu>, Elizabeth
-        Stuart <stuart at stat.harvard.edu>
+Version: 3.0.1
+Date: 2017-04-18
+Title: Nonparametric Preprocessing for Parametric Casual Inference
+Description: Selects matched samples of the original treated and
+    control groups with similar covariate distributions -- can be
+    used to match exactly on covariates, to match on propensity
+    scores, or perform a variety of other matching procedures.  The
+    package also implements a series of recommendations offered in
+    Ho, Imai, King, and Stuart (2007) <DOI:10.1093/pan/mpl013>.
+Authors at R: c(
+  person("Daniel", "Ho", , "daniel.e.ho at gmail.com", c("aut")),
+  person("Kosuke", "Imai", , "kimai at Princeton.Edu", c("aut", "cre")),
+  person("Gary", "King", , "king at harvard.edu", c("aut")),
+  person("Elizabeth", "Stuart", , "stuart at stat.harvard.edu", c("aut")),
+  person("Alex", "Whitworth", , "whitworth.alex at gmail.com", c("ctb"))
+  )
 Maintainer: Kosuke Imai <kimai at Princeton.Edu>
-Depends: R (>= 2.6), MASS
-Suggests: cem, optmatch, Matching, nnet, rpart, mgcv, WhatIf
-Description: MatchIt selects matched samples of the the original
-        treated and control groups with similar covariate distributions
-        -- can be used to match exactly on covariates, to match on
-        propensity scores, or perform a variety of other matching
-        procedures.
+Depends: R (>= 2.6)
+Imports: MASS, Matching, rgenoud
+Suggests: cem, nnet, optmatch, rpart, mgcv, WhatIf, R.rsp, testthat
+VignetteBuilder: R.rsp
 LazyLoad: yes
 LazyData: yes
 License: GPL (>= 2)
 URL: http://gking.harvard.edu/matchit
-Packaged: 2013-06-27 21:07:24 UTC; kimai
+RoxygenNote: 5.0.1
 NeedsCompilation: no
+Packaged: 2017-04-18 12:13:20 UTC; kimai
+Author: Daniel Ho [aut],
+  Kosuke Imai [aut, cre],
+  Gary King [aut],
+  Elizabeth Stuart [aut],
+  Alex Whitworth [ctb]
 Repository: CRAN
-Date/Publication: 2013-06-28 00:55:57
+Date/Publication: 2017-04-18 13:04:21 UTC
diff --git a/MD5 b/MD5
index 454df40..96a1535 100644
--- a/MD5
+++ b/MD5
@@ -1,44 +1,33 @@
-1d6ec647adf3b150e99efc85bc3fcefe *DESCRIPTION
-dc204a70f2b67992241ee0e5408ebd23 *NAMESPACE
-bc8a6a1ff969b14f81e943ddf3e4cb83 *R/discard.R
-105f86dfd4e75ca99cc84145f77724f4 *R/distance2GAM.R
+5ad5b77b983db990c01a5233fc09dfb7 *DESCRIPTION
+b30628ac0ee52d8b1610d133e572c902 *NAMESPACE
+9998c366a3c5c36d1d4ed1519a3bdaa8 *R/class_functions.R
+ed62025d3c0f97843134e919fe3534d9 *R/discard.R
+7c0120871315fade6af6cee738422bf1 *R/distance2GAM.R
 7609f0509313c85eebe66fe1493f1389 *R/distance2glm.R
 144da2b6b682f5c41a9482dd487b53b9 *R/distance2mahalanobis.R
-ce14dad890ce5071548cbde4d3b7aee4 *R/distance2nnet.R
-931e8cd4c0ae35bd58e396468ea2b340 *R/distance2rpart.R
+a43c16d86d85965e99ccd02f201e305e *R/distance2nnet.R
+f016cd083061d48afc0e964838fcc0bf *R/distance2rpart.R
 5f580ff3918496a1a445853fdc6b8fe0 *R/eqqplot.R
-ebea74fac3a3c58bebf5271051968aec *R/help.matchit.R
+92f1489efe0a6a454954434751ce438b *R/help.matchit.R
 52e4ed5c0327fbcc2b668b3f1af53a84 *R/hist.pscore.R
 3c36d8f77d3aec21fca511bd1eef4f16 *R/jitter.pscore.R
-00a4040ed1dd52f712af0d0b30b52db5 *R/match.data.R
+37b950f95aaa46c2ad5afbb1c586948c *R/match.data.R
 6cbef71c72b30938dd82993e06398ca3 *R/match.qoi.R
-1ccd1a4b57991395229239054b9b9a3e *R/matchit.R
+cf940b61b98c0483b2b540d80fc19853 *R/matchit.R
 4b04e5ff6fc50b37773b4cb1aecbf2cf *R/matchit.qqplot.R
-cd4e84995fff9f7b96662135b79bf786 *R/matchit2cem.R
+5178cebc57f2f2a2db69c30693b51372 *R/matchit2cem.R
 21a14b702e7d501cdf4161af256b2e7c *R/matchit2exact.R
-07fd880f983711d3b2e4dd7be94cc73c *R/matchit2full.R
-914addf1d6c24a82fbc36d838ddd012e *R/matchit2genetic.R
+b04b32355fd52db047e6b3b0638e5952 *R/matchit2full.R
+5c0028a2107aba0f7c71c80add98b1d9 *R/matchit2genetic.R
 aa55850e4a029db31a1c57328d5a785b *R/matchit2nearest.R
-faff750b898c0e464fd0bb0527fd2ac6 *R/matchit2optimal.R
+e610d71c6f932f36037766b847297ab9 *R/matchit2optimal.R
 8991d0cf380be259b3f76d8d12de7378 *R/matchit2subclass.R
-0aea9be3857a1615224574d3bb070c17 *R/plot.matchit.R
-42df7223665e64039685c04df289ec02 *R/plot.matchit.subclass.R
-56f6332707c706c90031deba83c11997 *R/plot.summary.matchit.R
-a37cc8fc172ab18faabc3b51e279e6f7 *R/print.matchit.R
-f33bb649fdd5f26dd8612daa7b647cb9 *R/print.matchit.exact.R
-62f401588a49e15e9d1896f480f86b26 *R/print.matchit.full.R
-ea652f0bcd9ec680649bc663642737ee *R/print.matchit.subclass.R
-8bf365dfaf6270ea240a9814ded6ed08 *R/print.summary.matchit.R
-74d977ab1c54520426a26f7de57eb7a3 *R/print.summary.matchit.exact.R
-350d6d6bad592afa2e6b8daa53892e52 *R/print.summary.matchit.subclass.R
 1dd4a4ccfab350865e0d5e218c156a8a *R/qqsum.R
-d61583cd5d64abb1c548dc7ca0ce6abf *R/summary.matchit.R
-abd44066b7992377acccebb825bb9fb2 *R/summary.matchit.exact.R
-b8eb4fe3ac4a5aa02a3f03c5fcf1cbc0 *R/summary.matchit.full.R
-0e20487a85c99769f8b0e63368091c35 *R/summary.matchit.subclass.R
-950b76a8b5b742dc4714ce93e730ff5f *R/user.prompt.R
+a5e34bb95ca36b69d0d3e65d8eced694 *R/user.prompt.R
 dc1fdc9ceaf5b35d0a69cc189db06dc2 *R/weights.matrix.R
 5d82fa6c1ae051325128757a29e38c55 *R/weights.subclass.R
+8e5a3e58c45c1ebacfeae12811807976 *README.md
+329e56593217fa0c9048b18f6dce2922 *build/vignette.rds
 a1a7a516af5ac0a8d1967cb29eb4acfe *data/lalonde.tab.gz
 870d0ee00f3fd621950dc7cfe268317a *demo/00Index
 da045e6883d634901d49484ab0dfcb1d *demo/analysis.R
@@ -51,31 +40,15 @@ c959726a30ddc8b1883717eedbc7c912 *demo/nearest.R
 878dbcbd1c485d1b3e71a72f73960385 *demo/optimal.R
 e08c2401c4a03d9e5f37456be103572a *demo/subclass.R
 3eda425777172d9aaa9d907061df3387 *inst/CITATION
+2f9bde7d816114183d114957cf0fbb61 *inst/doc/matchit.pdf
+45b7c211157672e0d15c81c74de32cfe *inst/doc/matchit.pdf.asis
+d4c5f142981d7eba4e9883acd24d4333 *man/get_matches.Rd
 6312a97d096669571c74667ef6cc078a *man/help.matchit.Rd
-2406dec35f1350b6ddbe61a3e3a2e6f7 *man/lalonde.Rd
+385bd1702bc302dc9a75b84ff85f58bc *man/is.matchit.Rd
+0358b2f82d3ddfa8a642b726b0c34755 *man/lalonde.Rd
 d3b0d22dad0e64fcf5b84f3303f7bc7a *man/match.data.Rd
 605af5ede3b2290c6233be639f85cb58 *man/matchit.Rd
 4cc2194b9b06d3765105272f7618dff5 *man/user.prompt.Rd
-74af268b63206f2e4d8f5a2fb2524294 *vignettes/Makefile
-c3c7f26c2e84a1eecfb3ec0c0b37159d *vignettes/asa.bst
-f87006e9491e7a4177175b7520a8910b *vignettes/balance.tex
-d816267de5c98f628c5f66e3ad65f1f1 *vignettes/dcolumn.sty
-a3707e9f4be0b8ab99cc8a31bf591a90 *vignettes/face_off.jpg
-ac28f0dbf93b6d593a6b3719497ac133 *vignettes/faq.tex
-20775eb895fffe614893f4f1b2ae19e5 *vignettes/gk.bib
-a35da60f3f139a9a7cd6749353eb430f *vignettes/gkpubs.bib
-1d64d9435ec019005bcd4768cd64d5bb *vignettes/graphics.R
-d66fa8f1c8db29c2d11842496bf29064 *vignettes/html.sty
-bb062f81aba5fc15b3dd7b8b95c6f950 *vignettes/index.shtml
-d3d0a275f38ef9a70cc29ea6891ab5f6 *vignettes/intro.tex
-fe44cc2288769a96718c4a3377af2e6a *vignettes/makematchH
-27ebdf9a173b6210592f5ef7ff5518b9 *vignettes/matchit.pdf
-4cd51e387b66c3183da2cdd8f1eb309c *vignettes/matchit.tex
-a627a20fb6aab7beddaedf6d317ab080 *vignettes/matchit2zelig.tex
-d1e3ba947a8ba3d434096bd4677e1eba *vignettes/matchitref.tex
-f50b58f9f778170f752e6924022993b2 *vignettes/mdataref.tex
-9301a74af38f9e7259e75be6594541d3 *vignettes/notation.tex
-b54051c8d51f38cf128c09e50841081a *vignettes/overview.tex
-77e2abd6da40f9154ee2683e4f280b41 *vignettes/plotref.tex
-662649fb68f014608424bc21b49237f6 *vignettes/preprocess.tex
-f6e303070a59b15096f3bcda0e871258 *vignettes/summaryref.tex
+4077dcfde39f1437a7af9482cf787086 *tests/testthat.R
+ca1cec28cd1042112fca6ec3c413e549 *tests/testthat/test-get_matches.R
+45b7c211157672e0d15c81c74de32cfe *vignettes/matchit.pdf.asis
diff --git a/NAMESPACE b/NAMESPACE
index d6f4433..b0dbb90 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,20 +1,27 @@
-import(MASS)
-export(matchit,	
-       help.matchit,
-       match.data, 
-       user.prompt) 
-
-S3method(print, matchit)
-S3method(print, matchit.exact)
-S3method(print, matchit.subclass)
-S3method(print, summary.matchit)
-S3method(print, summary.matchit.exact)
-S3method(print, summary.matchit.subclass)
-S3method(plot, matchit)
-S3method(plot, summary.matchit)
-S3method(plot, matchit.subclass)
-S3method(summary, matchit)
-S3method(summary, matchit.exact)
-S3method(summary, matchit.subclass)
-S3method(summary, matchit.full)
+# Generated by roxygen2: do not edit by hand
 
+S3method(get_matches,matchit)
+S3method(plot,matchit)
+S3method(plot,matchit.subclass)
+S3method(plot,summary.matchit)
+S3method(print,matchit)
+S3method(print,matchit.exact)
+S3method(print,matchit.full)
+S3method(print,matchit.subclass)
+S3method(print,summary.matchit)
+S3method(print,summary.matchit.exact)
+S3method(print,summary.matchit.subclass)
+S3method(summary,matchit)
+S3method(summary,matchit.exact)
+S3method(summary,matchit.full)
+S3method(summary,matchit.subclass)
+export(get_matches)
+export(help.matchit)
+export(is.matchit)
+export(match.data)
+export(matchit)
+export(user.prompt)
+import(MASS)
+import(graphics)
+import(stats)
+import(utils)
diff --git a/R/class_functions.R b/R/class_functions.R
new file mode 100644
index 0000000..8f6e03a
--- /dev/null
+++ b/R/class_functions.R
@@ -0,0 +1,750 @@
+
+#' @import MASS
+#' @import stats
+#' @import utils
+#' @import graphics
+
+in_frame <- function(df, col) {
+  exists(col, envir= as.environment(df))
+}
+
+int_rownames <- function(mat) {
+  options(warn= -1)
+  rn <- as.integer(rownames(mat))
+  options(warn= 0)
+  if (any(is.na(rn))) return(FALSE)
+  else return(TRUE)
+}
+
+#----------------------------------------------------------
+### Inheritance
+#----------------------------------------------------------
+
+#' @title Checks matchit Class
+#' @description Function that checks if the target object is a \code{matchit} object.
+#' @param object any R object
+#' @return Returns \code{TRUE} if its argument has class "matchit" among its classes and
+#' \code{FALSE} otherwise.
+#' @export
+is.matchit <- function(object) {
+  inherits(object, "matchit")
+}
+
+
+#----------------------------------------------------------
+### GET MATCHES 
+#----------------------------------------------------------
+
+#' @title Get matches from matchit object
+#' @description Get the resulting matches from a \code{matchit} model object. This function allows the 
+#' user to extract the matches from the original dataset used in model building or from a new dataset
+#' that has a matching set of key column(s) (\code{id_cols}).
+#' @param object The \code{'matchit'} class model object
+#' @param model_frame The \code{'data.frame'} class object used in creation of \code{object}.
+#' @param id_cols A string indicating the ID for the datset used in the call to \code{\link{matchit}}. 
+#' This can be used in combination with \code{newdata} to return the base dataset. Defaults to 
+#' \code{NULL}.
+#' @param newdata A new \code{data.frame} object to extract matched observations from. Used in 
+#' conjunction with \code{id_cols}. Defaults to \code{NULL}.
+#' @return If \code{newdata} is \code{NULL}, a subset of \code{model_frame} containing the rows 
+#' corresponding to the matched treatement and control observations with weights appended. If 
+#' \code{newdata} is not \code{NULL}, an equivalent subset of \code{newdata} is returned.
+#' @export
+get_matches <- function(object, model_frame, id_cols= NULL, newdata= NULL) {
+  UseMethod("get_matches", object)
+}
+
+
+#' @export
+get_matches.matchit <- function(object, model_frame, id_cols= NULL, newdata= NULL) {
+  # 00. error checking
+  if (!is.matchit(object)) stop("object must be a class 'matchit' object.")
+  if (!is.data.frame(model_frame)) stop("model_frame must be a data.frame")
+  if (nrow(model_frame) != nrow(object$X)) 
+    stop("model_frame must have the same number of rows as the data used in the call to 'matchit'.")
+  if ( (!is.null(id_cols) & is.null(newdata)) | (is.null(id_cols) & !is.null(newdata)) ) {
+    stop("For identity returns, both id_cols and newdata must be supplied.")
+  }
+  if (!is.null(id_cols) & !is.null(newdata)) {
+    if (!is.character(id_cols)) stop("id_cols must be a character vector.")
+    if (!all(sapply(id_cols, in_frame, df= model_frame))) 
+      stop("all values in id_cols must exist in model_frame")
+    if (!all(sapply(id_cols, in_frame, df= newdata))) 
+      stop("all values in id_cols must exist in newdata")
+  }
+  
+  # 01. preliminaries
+  if ( any(grepl(pattern= "replace", x= names(object$call))) ) {
+    idx_call_replace <- which(names(object$call) == "replace")
+  } else {
+    idx_call_replace <- -1L
+  }
+  use_subclass_matching <- base::grepl(x = object$call[4], 
+                             pattern= paste(c("exact", "full", "subclass", "cem"), collapse= "|"),
+                             ignore.case= TRUE)
+  # [deprecated] use_genetic_matching <- base::grepl(x = object$call[4], pattern= "genetic", ignore.case= TRUE)
+  use_newdata <- ifelse(is.null(newdata), FALSE, TRUE)
+  has_int_rownames <- int_rownames(model_frame)
+  
+  # 02. extract pairs, either exact matching or otherwise
+  if (use_subclass_matching) {
+    if (has_int_rownames) {
+      row_idx <- as.integer(names(object$subclass)[which(!is.na(object$subclass))])
+      match_wts <- object$weights[which(!is.na(object$subclass))]
+      model_subset <- data.frame(model_frame[row_idx, ], weight= match_wts)
+    } else {
+      row_idx <- names(object$subclass)[which(!is.na(object$subclass))]
+      match_wts <- object$weights[which(!is.na(object$subclass))]
+      model_subset <- data.frame(model_frame[which(rownames(model_frame) %in% row_idx), ], 
+                                 weight= match_wts)
+    }
+  } else {
+   model_subset <- get_matches_non_subclass(object= object, model_frame= model_frame,
+                     has_int_rownames= has_int_rownames,
+                     idx_call_replace= idx_call_replace)   
+  }
+  
+  # 03. return  
+  if (!use_newdata) {
+    return(model_subset)
+  } else { # using newdata via id_cols
+    newdata <- base::as.data.frame(newdata) # in case of data.table
+    unique_ids <- base::unique(x= model_subset[, c(id_cols, "weight")])
+    # use of all == FALSE for two cases: 
+    # a) newdata contains additional IDs not in the matching data -- most common
+    # b) if model_subset contains IDs that newdata does not have -- less common
+    return(merge(newdata, unique_ids, by= id_cols, all.x=FALSE, all.y=FALSE))
+  }
+}
+
+get_matches_non_subclass <- function(object, model_frame, has_int_rownames, use_genetic_matching,
+                                     idx_call_replace) {
+  ## get match weights
+  n_matches <- ncol(object$match.matrix)
+  # get control observations that have matches and their frequency (ie weight)
+  control_units <- object$match.matrix
+  attr(control_units, "dim") <- NULL
+  control_units <- control_units[!is.na(control_units)]
+  
+  control_wts <- table(control_units); class(control_wts) <- "vector"
+  control_wts <- data.frame(ob= names(control_wts), weight= control_wts / n_matches,
+                            stringsAsFactors= FALSE)
+  
+  if (has_int_rownames) {
+    treated_obs <- data.frame(model_frame[as.integer(rownames(object$match.matrix)), ], weight= 1)
+    control_obs <- data.frame(model_frame[as.integer(control_wts$ob), ], 
+                              weight= control_wts$weight)
+  } else {
+    treated_obs <- data.frame(
+      model_frame[which(rownames(model_frame) %in% rownames(object$match.matrix)), ],
+      weight= 1)
+    
+    model_frame$rownames <- rownames(model_frame)
+    control_obs <- merge(model_frame, control_wts, by.x= "rownames", by.y= "ob", all= FALSE)
+    rownames(control_obs) <- control_obs$rownames
+    control_obs$rownames <- NULL
+    control_obs$ob <- NULL
+  }
+  
+  model_subset <- do.call("rbind", list(control_obs, treated_obs))
+  return(model_subset)
+}
+
+#----------------------------------------------------------
+### PLOT METHODS
+#----------------------------------------------------------
+
+# Need to account for weights -- how do we do qq plots with weights
+#' @export
+plot.matchit <- function(x, discrete.cutoff=5, type="QQ",
+                         numdraws=5000, interactive = T, which.xs =
+                           NULL, ...){
+  if ("matchit.exact" %in% class(x)){
+    stop("Not appropriate for exact matching.  No plots generated.")
+  }
+  if(type=="QQ"){
+    matchit.qqplot(x=x,discrete.cutoff=discrete.cutoff,
+                   numdraws=numdraws, interactive=interactive,
+                   which.xs = which.xs, ...)
+  } else if(type=="jitter"){
+    if("matchit.mahalanobis" %in% class(x)){
+      stop("Not appropriate for pure Mahalanobis matching.  No plots generated.")
+    }
+    jitter.pscore(x, interactive=interactive,...)
+  } else if(type=="hist"){
+    if("matchit.mahalanobis" %in% class(x)){
+      stop("Not appropriate for pure Mahalanobis matching.  No plots generated.")
+    }
+    hist.pscore(x,...)
+  } else {
+    stop("Invalid type")
+  }
+}
+
+#' @export
+plot.matchit.subclass <- function(x, discrete.cutoff=5,
+                                  type="QQ", interactive = T,
+                                  subclass = NULL, which.xs=NULL,...){
+  choice.menu <- function(choices,question)
+  {
+    k <- length(choices)-1
+    Choices <- data.frame(choices)
+    row.names(Choices) <- 0:k
+    names(Choices) <- "Choices"
+    print.data.frame(Choices,right=FALSE)
+    ans <- readline(question)          
+    while(!ans%in%c(0:k))
+    {
+      print("Not valid -- please pick one of the choices")
+      print.data.frame(Choices,right=FALSE)
+      ans <- readline(question)
+    }
+    return(ans)
+  }
+  if(type=="QQ"){
+    if(interactive){
+      choices <- c("No",paste("Yes : Subclass ", 1:max(x$subclass,na.rm=T)))
+      question <- "Would you like to see quantile-quantile plots of any subclasses?"
+      ans <- -1
+      while(ans!=0)
+      {
+        ans <- as.numeric(choice.menu(choices,question))
+        if(ans!=0)
+        {
+          matchit.qqplot(x,discrete.cutoff,which.subclass=ans,
+                         interactive = interactive, which.xs=which.xs,...)     
+        }
+      }
+    } else {
+      matchit.qqplot(x,discrete.cutoff,which.subclass=subclass,
+                     interactive=interactive, which.xs=which.xs,...)
+    }
+  } else if(type=="jitter"){
+    jitter.pscore(x, interactive=interactive,...)
+  } else if(type=="hist"){
+    hist.pscore(x,...)
+  } else {
+    stop("Invalid type")
+  }
+}
+
+
+#' @export
+plot.summary.matchit <- function(x, interactive = TRUE, ...) {
+  if ("matchit.exact" %in% class(x)){
+    stop("Not appropriate for exact matching.  No plots generated.")
+  }
+  
+  if (!"Std. Mean Diff."%in%names(x$sum.all)){ 
+    stop(paste("Not appropriate for unstandardized summary.  Run summary() with the ", 
+               "standardize=TRUE option, and then plot."))
+  }
+  
+  sd.pre <- abs(x$sum.all$"Std. Mean Diff.")
+  sd.post <- abs(x$sum.matched$"Std. Mean Diff.")
+  
+  if (!is.null(x$q.table)) sd.post <- abs(x$sum.subclass$"Std. Mean Diff") 
+  
+  ases.dat <- data.frame(es.unw = sd.pre, es.w = sd.post)
+  par(mfrow=c(1,1))
+  plot(c(0.85, 2.15), c(0, min(3, max(unlist(ases.dat[, 
+                                                      1:2]), na.rm = TRUE))), type = "n", xaxt = "n", 
+       ylab = "Absolute Standardized Diff in Means", 
+       xlab = "", main = "")
+  abline(h = c(0.2, 0.4, 0.6, 0.8, 1.0))
+  axis(side = 1, at = 1:2, labels = c("All Data", "Matched Data"))
+  for (i in 1:nrow(ases.dat)) {
+    points(1:2, abs(ases.dat[i, c("es.unw", "es.w")]), 
+           type = "b", col = "grey", pch=19)
+  }
+  temp1 <- ases.dat[abs(ases.dat$es.unw) < abs(ases.dat$es.w),]
+  for (i in 1:nrow(temp1)) {
+    points(1:2, abs(temp1[i, c("es.unw", "es.w")]), type = "b", 
+           col = "black", lwd = 2, pch=19)
+  }
+  if (max(ases.dat$es.w, na.rm = TRUE) > 3) 
+    mtext(text = "Some standardized diffs in means > 3 after matching!", side = 3, 
+          col = "red")
+  
+  if(interactive==TRUE) {
+    print("To identify the variables, use first mouse button; to stop, use second.")
+    identify(rep(1, length(sd.pre)),sd.pre,rownames(x$sum.all),atpen=T)
+    identify(rep(2, length(sd.post)),sd.post,rownames(x$sum.all),atpen=T)
+  }
+}
+
+#----------------------------------------------------------
+### PRINT METHODS
+#----------------------------------------------------------
+
+#' @export
+print.matchit <- function(x, digits = getOption("digits"), ...){
+  cat("\nCall: ", deparse(x$call), sep="\n")
+  cat("\nSample sizes:\n")
+  
+  #if(any(x$weights>0)) 
+  #  nn <- rbind(table(x$treat),
+  #              table(x$weights>0, x$treat),
+  #              c(0,0))
+  #else 
+  #  nn <- rbind(table(x$treat),
+  #              table(x$weights>0,x$treat)[2:1,])
+  
+  print.table(x$nn, ...)
+  invisible(x)
+  cat("\n")
+}
+
+#' @export
+print.matchit.exact <- function(x, digits = getOption("digits"), ...){
+  cat("\nCall: ", deparse(x$call), sep = "\n")
+  cat("\nExact Subclasses: ", max(x$subclass, na.rm=T),"\n",sep="")
+  cat("\nSample sizes:\n")
+  ntab <- table(factor(!is.na(x$subclass),
+                       levels=c("TRUE","FALSE")),
+                x$treat)
+  nn <- rbind(table(x$treat),
+              ntab[c("TRUE","FALSE"),])
+  dimnames(nn) <- list(c("All","Matched","Unmatched"),
+                       c("Control","Treated"))
+  print.table(nn, ...)
+  invisible(x)
+  cat("\n")
+}
+
+#' @export
+print.matchit.full <- function(x, digits = getOption("digits"), ...){
+  cat("\nCall: ", deparse(x$call), sep = "\n")
+  cat("\nSample sizes:\n")
+  
+  if (any(x$weights>0)) 
+    nn <- rbind(table(x$treat),
+                table(x$weights>0, x$treat),
+                c(0,0))
+  else 
+    nn <- rbind(table(x$treat),
+                table(x$weights>0,x$treat)[2:1,])
+  dimnames(nn) <- list(c("All","Matched","Discarded"),
+                       c("Control","Treated"))
+  print.table(nn, ...)
+  invisible(x)
+  cat("\n")
+}
+
+#' @export
+print.matchit.subclass <- function(x, digits = getOption("digits"), ...){
+  cat("\nCall: ", deparse(x$call), sep = "\n")
+  cat("\nSample sizes by subclasses:\n\n")
+  nsub <- table(x$subclass,x$treat)
+  nn <- rbind(table(x$treat),nsub)
+  dimnames(nn) <-
+    list(c("All",paste("Subclass",dimnames(nsub)[[1]])),
+         c("Control","Treated"))
+  print.table(nn, ...)
+  invisible(x)
+  cat("\n")
+}
+
+#' @export
+print.summary.matchit.exact <- function(x, digits = max(3,
+                                                        getOption("digits") - 3),
+                                        ...){  
+  cat("\nCall:", deparse(x$call), sep = "\n")
+  cat("\nSample sizes:\n")
+  print.table(x$nn,digits=digits)
+  cat("\nMatched sample sizes by subclass:\n")
+  print.data.frame(x$q.table, digits = digits)
+  cat("\n")
+  invisible(x)
+}
+
+#' @export
+print.summary.matchit <- function(x, digits = max(3,
+                                                  getOption("digits") - 3), ...){
+  
+  sum.all <- x$sum.all
+  sum.matched <- x$sum.matched
+  q.table <- x$q.table
+  xn <- x$nn
+  cat("\nCall:", deparse(x$call), sep = "\n")
+  cat("\nSummary of balance for all data:\n")
+  print.data.frame(round(sum.all,digits))
+  cat("\n")
+  
+  xs1 <- sum.matched
+  cc <- row.names(sum.all)
+  if(!is.null(x$sum.matched) | identical(eval(x$call$method),"All"))
+  {
+    cat("\nSummary of balance for matched data:\n")
+    print.data.frame(round(xs1,digits))
+    cat("\nPercent Balance Improvement:\n")
+    print.data.frame(round(x$reduction,digits))
+    cat("\nSample sizes:\n")
+    print.table(xn, digits=digits)
+    cat("\n")
+  }
+  invisible(x)
+}
+
+#' @export
+print.summary.matchit.subclass <- function(x, digits = max(3,
+                                                           getOption("digits") -
+                                                             3), ...){   
+  sum.all <- x$sum.all
+  sum.matched <- x$sum.matched
+  q.table <- x$q.table
+  cat("\nCall:", deparse(x$call), sep = "\n")
+  cat("Summary of balance for all data:\n")
+  print.data.frame(round(sum.all,digits))
+  cat("\n")
+  cat("\nSummary of balance by subclasses:\n")
+  print.table(round(q.table, digits))
+  cat("\nSample sizes by subclasses:\n")
+  print.data.frame(x$qn, digits = digits)
+  cat("\nSummary of balance across subclasses\n")
+  print.data.frame(round(x$sum.subclass, digits))
+  cat("\nPercent Balance Improvement:\n")
+  print.data.frame(round(x$reduction,digits))
+  cat("\n")
+}
+
+
+#----------------------------------------------------------
+### SUMMARY METHODS
+#----------------------------------------------------------
+
+#' @export
+summary.matchit <- function(object, interactions = FALSE,
+                            addlvariables = NULL, standardize = FALSE,
+                            ...) {
+  
+  X <- object$X
+  ## Fix X matrix so that it doesn't have any factors  
+  varnames <- colnames(X)
+  for(var in varnames) {
+    if(is.factor(X[,var])) {
+      tempX <- X[,!colnames(X)%in%c(var)]   
+      form<-formula(substitute(~dummy-1,list(dummy=as.name(var))))
+      X <- cbind(tempX, model.matrix(form, X))
+    }
+  }
+  
+  ## No distance output for pure Mahalanobis
+  if("matchit.mahalanobis"%in%class(object)){
+    XX <- X 
+  } else{
+    XX <- cbind(distance=object$distance,X)
+  }
+  if (!is.null(addlvariables)) XX <- cbind(XX, addlvariables)
+  
+  treat <- object$treat
+  weights <- object$weights
+  nam <- dimnames(XX)[[2]]
+  dupnam <- duplicated(nam)
+  if(sum(dupnam)>0){
+    nam[dupnam] <- paste(nam[dupnam],".1",sep="")
+  }
+  kk <- ncol(XX)
+  
+  ## Summary Stats
+  aa <- apply(XX,2,qoi,tt=treat,ww=weights,standardize=standardize,std=T)
+  sum.all <- as.data.frame(matrix(0,kk,7))
+  sum.matched <- as.data.frame(matrix(0,kk,7))
+  row.names(sum.all) <- row.names(sum.matched) <- nam
+  names(sum.all) <- names(sum.matched) <- names(aa[[1]])
+  sum.all.int <- sum.matched.int <- NULL
+  for(i in 1:kk){
+    sum.all[i,] <- aa[[i]][1,]
+    sum.matched[i,] <- aa[[i]][2,]
+    if(interactions){
+      for(j in i:kk){
+        x2 <- XX[,i]*as.matrix(XX[,j])
+        jqoi <- qoi(x2,tt=treat,ww=weights,standardize=standardize,std=T)
+        sum.all.int <- rbind(sum.all.int,jqoi[1,])
+        sum.matched.int <- rbind(sum.matched.int,jqoi[2,])
+        row.names(sum.all.int)[nrow(sum.all.int)] <-
+          row.names(sum.matched.int)[nrow(sum.matched.int)] <-
+          paste(nam[i],nam[j],sep="x")
+      }
+    }
+  }
+  xn <- aa[[1]]$xn
+  sum.all <- rbind(sum.all,sum.all.int)
+  sum.matched <- rbind(sum.matched,sum.matched.int)
+  
+  ## Imbalance Reduction
+  stat0 <- abs(cbind(sum.all[,2]-sum.all[,1],
+                     sum.all[,5:7]))
+  stat1 <- abs(cbind(sum.matched[,2]-sum.matched[,1],
+                     sum.matched[,5:7]))
+  reduction <- as.data.frame(100*(stat0-stat1)/stat0)
+  if(sum(stat0==0 & stat1==0, na.rm=T)>0){
+    reduction[stat0==0 & stat1==0] <- 0
+  }
+  if(sum(stat0==0 & stat1>0,na.rm=T)>0){
+    reduction[stat0==0 & stat1>0] <- -Inf
+  }
+  if (standardize)
+    names(reduction) <- c("Std. Mean Diff.", "eCDF Med","eCDF Mean",
+                          "eCDF Max")
+  else
+    names(reduction) <- c("Mean Diff.", "eQQ Med","eQQ Mean", "eQQ Max")
+  
+  ## output
+  res <- list(call=object$call, nn = object$nn, sum.all = sum.all,
+              sum.matched = sum.matched, reduction = reduction)
+  class(res) <- "summary.matchit"
+  return(res)
+}
+
+
+#' @export
+summary.matchit.exact <- function(object, covariates = FALSE, ...) {
+  XX <- object$X
+  treat <- object$treat
+  qbins <- max(object$subclass,na.rm=TRUE)
+  if(!covariates){
+    q.table <- as.data.frame(matrix(0,qbins,3))
+    names(q.table) <- c("Treated","Control","Total")
+    for(i in 1:qbins){
+      qi <- object$subclass==i
+      q.table[i,] <- c(sum(treat[qi]==1, na.rm=T), sum(treat[qi]==0, na.rm=T),
+                       length(treat[qi & !is.na(qi)]))
+    }
+  } else {
+    kk <- ncol(XX)
+    q.table <- as.data.frame(matrix(0,qbins,kk+3))
+    names(q.table) <- c("Treated","Control","Total",dimnames(XX)[[2]])
+    for(i in 1:qbins){
+      qi <- object$subclass==i & !is.na(object$subclass==i)
+      q.table[i,] <- c(sum(treat[qi]==1, na.rm=T), sum(treat[qi]==0, na.rm=T),
+                       length(treat[qi & !is.na(qi)]),as.numeric(XX[qi,,drop=F][1,])) 
+    }
+  }
+  ntab <- table(factor(!is.na(object$subclass),
+                       levels=c("TRUE","FALSE")), treat)
+  nn <- rbind(table(treat),
+              ntab[c("TRUE","FALSE"),])
+  dimnames(nn) <- list(c("All","Matched","Discarded"),
+                       c("Control","Treated"))
+  ## output
+  res <- list(q.table = q.table, nn = nn, subclass = object$subclass,
+              treat = object$treat, call = object$call)
+  class(res) <- c("summary.matchit.exact", "summary.matchit")
+  return(res)
+}
+
+
+#' @export
+summary.matchit.full <- function(object, interactions = FALSE,
+                                 addlvariables = NULL, numdraws =
+                                   5000, standardize = FALSE,
+                                 ...) {
+  
+  XX <- cbind(distance=object$distance,object$X)
+  if (!is.null(addlvariables)) XX <- cbind(XX, addlvariables)
+  
+  treat <- object$treat
+  weights <- object$weights
+  nam <- dimnames(XX)[[2]]
+  kk <- ncol(XX)
+  
+  ## Get samples of T and C units to send to qqplot
+  t.plot <- sample(names(treat)[treat==1], numdraws/2, replace=TRUE, prob=weights[treat==1])
+  c.plot <- sample(names(treat)[treat==0], numdraws/2, replace=TRUE, prob=weights[treat==0])
+  
+  ## Summary Stats
+  aa <- apply(XX,2,qoi,tt=treat,ww=weights, t.plot=t.plot,
+              c.plot=c.plot, standardize=standardize)
+  sum.all <- as.data.frame(matrix(0,kk,6))
+  sum.matched <- as.data.frame(matrix(0,kk,6))
+  row.names(sum.all) <- row.names(sum.matched) <- nam
+  names(sum.all) <- names(sum.matched) <- names(aa[[1]])
+  sum.all.int <- sum.matched.int <- NULL
+  for(i in 1:kk){
+    sum.all[i,] <- aa[[i]][1,]
+    sum.matched[i,] <- aa[[i]][2,]
+    if(interactions){
+      for(j in i:kk){
+        x2 <- XX[,i]*as.matrix(XX[,j])
+        names(x2) <- names(XX[,1])
+        jqoi <- qoi(x2,tt=treat,ww=weights, t.plot=t.plot,
+                    c.plot=c.plot, standardize=standardize)
+        sum.all.int <- rbind(sum.all.int,jqoi[1,])
+        sum.matched.int <- rbind(sum.matched.int,jqoi[2,])
+        row.names(sum.all.int)[nrow(sum.all.int)] <-
+          row.names(sum.matched.int)[nrow(sum.matched.int)] <-
+          paste(nam[i],nam[j],sep="x")
+      }
+    }
+  }
+  xn <- aa[[1]]$xn
+  sum.all <- rbind(sum.all,sum.all.int)
+  sum.matched <- rbind(sum.matched,sum.matched.int)
+  
+  ## Imbalance Reduction
+  stat0 <- abs(cbind(sum.all[,2]-sum.all[,1],
+                     sum.all[,4:6]))
+  stat1 <- abs(cbind(sum.matched[,2]-sum.matched[,1],
+                     sum.matched[,4:6]))
+  reduction <- as.data.frame(100*(stat0-stat1)/stat0)
+  if(sum(stat0==0 & stat1==0, na.rm=T)>0){
+    reduction[stat0==0 & stat1==0] <- 0
+  }
+  if(sum(stat0==0 & stat1>0,na.rm=T)>0){
+    reduction[stat0==0 & stat1>0] <- -Inf
+  }
+  if (standardize)
+    names(reduction) <- c("Std. Mean Diff.", "eCDF Med","eCDF Mean", "eCDF Max")
+  else
+    names(reduction) <- c("Mean Diff.", "eQQ Med","eQQ Mean", "eQQ Max")
+  
+  ## Sample sizes
+  nn <- matrix(0, ncol=2, nrow=4)
+  nn[1,] <- c(sum(object$treat==0), sum(object$treat==1))
+  nn[2,] <- c(sum(object$treat==0 & object$weights>0), sum(object$treat==1 & object$weights>0))
+  nn[3,] <- c(sum(object$treat==0 & object$weights==0 & object$discarded==0), 
+              sum(object$treat==1 & object$weights==0 & object$discarded==0))
+  nn[4,] <- c(sum(object$treat==0 & object$weights==0 & object$discarded==1), 
+              sum(object$treat==1 & object$weights==0 & object$discarded==1))
+  
+  dimnames(nn) <- list(c("All","Matched","Unmatched","Discarded"),
+                       c("Control","Treated"))
+  
+  ## output
+  res <- list(call=object$call, nn = nn, sum.all = sum.all, sum.matched = sum.matched,
+              reduction = reduction)
+  class(res) <- c("summary.matchit.full", "summary.matchit")
+  return(res)
+}
+
+
+#' @export
+summary.matchit.subclass <- function(object, interactions = FALSE,
+                                     addlvariables=NULL, standardize = FALSE,
+                                     ...) {
+  
+  X <- object$X
+  ## Fix X matrix so that it doesn't have any factors
+  varnames <- colnames(X)
+  for(var in varnames) {
+    if(is.factor(X[,var])) {
+      tempX <- X[,!colnames(X)%in%c(var)]
+      form<-formula(substitute(~dummy-1,list(dummy=as.name(var))))
+      X <- cbind(tempX, model.matrix(form, X))
+    }
+  }
+  
+  XX <- cbind(distance=object$distance,X)
+  if (!is.null(addlvariables)) XX <- cbind(XX, addlvariables)
+  
+  treat <- object$treat
+  weights <- object$weights
+  nam <- dimnames(XX)[[2]]
+  kk <- ncol(XX)
+  
+  ## Summary Stats
+  aa <- apply(XX,2,qoi,tt=treat,ww=as.numeric(weights!=0),standardize=standardize)
+  sum.all <- as.data.frame(matrix(0,kk,6))
+  sum.matched <- as.data.frame(matrix(0,kk,6))
+  row.names(sum.all) <- row.names(sum.matched) <- nam
+  names(sum.all) <- names(sum.matched) <- names(aa[[1]])
+  sum.all.int <- sum.matched.int <- NULL
+  for(i in 1:kk){
+    sum.all[i,] <- aa[[i]][1,]
+    sum.matched[i,] <- aa[[i]][2,]
+    if(interactions){
+      for(j in i:kk){
+        x2 <- XX[,i]*as.matrix(XX[,j])
+        jqoi <- qoi(x2,tt=treat,ww=as.numeric(weights!=0),standardize=standardize)
+        sum.all.int <- rbind(sum.all.int,jqoi[1,])
+        sum.matched.int <- rbind(sum.matched.int,jqoi[2,])
+        row.names(sum.all.int)[nrow(sum.all.int)] <-
+          row.names(sum.matched.int)[nrow(sum.matched.int)] <-
+          paste(nam[i],nam[j],sep="x")
+      }
+    }
+  }
+  xn <- aa[[1]]$xn
+  sum.all <- rbind(sum.all,sum.all.int)
+  sum.matched <- rbind(sum.matched,sum.matched.int)
+  
+  ## By Subclass
+  qbins <- max(object$subclass,na.rm=TRUE)
+  if(interactions){
+    q.table <- array(0,dim=c(kk+sum(1:kk),6,qbins))
+    ii <- 0
+    nn <- NULL
+  } else {
+    q.table <- array(0,dim=c(kk,6,qbins))
+  }
+  aa <- apply(XX,2,qoi.by.sub,tt=treat,ww=weights,
+              qq=object$subclass,standardize=standardize)
+  for(i in 1:kk){
+    if(!interactions){
+      q.table[i,,] <- as.matrix(aa[[i]]$q.table)
+      nn <- names(aa)
+    } else {
+      ii <- ii + 1 
+      q.table[ii,,] <- as.matrix(aa[[i]]$q.table)
+      nn <- c(nn,names(aa)[i])
+      for(j in i:kk){
+        ii <- ii + 1 
+        x2 <- XX[,i]*as.matrix(XX[,j])
+        q.table[ii,,] <- as.matrix(qoi.by.sub(x2,tt=treat,ww=weights,qq=object$subclass,
+                                              standardize=standardize)$q.table)
+        nn <- c(nn,paste(nam[i],nam[j],sep="x"))
+      }
+    }
+  }   
+  qn <- aa[[1]]$qn
+  dimnames(q.table) <- list(nn,row.names(aa[[i]]$q.table),paste("Subclass",1:qbins))
+  
+  ## Aggregate Subclass 
+  if(is.null(object$call$sub.by)){
+    object$call$sub.by <- "treat"
+  }
+  if(object$call$sub.by=="treat") {
+    wsub <- qn[1,]/sum(qn[1,])
+  } else if(object$call$sub.by=="control") {
+    wsub <- qn[2,]/sum(qn[2,])
+  } else if(object$call$sub.by=="all") {
+    wsub <- qn[3,]/sum(qn[3,])
+  }
+  sum.subclass <- sum.all
+  for(i in 1:kk){
+    for(j in 1:6){
+      if(j==3) {
+        sum.subclass[i,j] <- sqrt(sum((wsub^2)*(q.table[i,j,]^2)))
+      } else {
+        sum.subclass[i,j] <- sum(wsub*q.table[i,j,])
+      }
+    }
+  }
+  
+  ## Imbalance Reduction
+  stat0 <- abs(cbind(sum.all[,2]-sum.all[,1],
+                     sum.all[,4:6]))
+  stat1 <- abs(cbind(sum.subclass[,2]-sum.subclass[,1],
+                     sum.subclass[,4:6]))
+  reduction <- as.data.frame(100*(stat0-stat1)/stat0)
+  if(sum(stat0==0 & stat1==0, na.rm=T)>0){
+    reduction[stat0==0 & stat1==0] <- 0
+  }
+  if(sum(stat0==0 & stat1>0,na.rm=T)>0){
+    reduction[stat0==0 & stat1>0] <- -Inf
+  }
+  if (standardize)
+    names(reduction) <- c("Std. Mean Diff.", "eCDF Med","eCDF Mean",
+                          "eCDF Max")
+  else
+    names(reduction) <- c("Mean Diff.", "eQQ Med","eQQ Mean",
+                          "eQQ Max")
+  ## output
+  res <- list(call=object$call, sum.all = sum.all, sum.matched = sum.matched,
+              sum.subclass = sum.subclass, reduction = reduction,
+              qn = qn, q.table = q.table)
+  class(res) <- c("summary.matchit.subclass", "summary.matchit")
+  return(res)
+}
+
diff --git a/R/discard.R b/R/discard.R
index ecf6e5f..c1d222e 100644
--- a/R/discard.R
+++ b/R/discard.R
@@ -17,21 +17,16 @@ discard <- function(treat, pscore, option, X) {
     discarded <- (pscore < pmin0 | pscore > pmax0)
   else if (any(grep(option, c("hull.control", "hull.treat", "hull.both")))) {
     ## convext hull stuff
-#    if (!("WhatIf" %in% .packages(all = TRUE)))
-#      install.packages("WhatIf")
-#    if (!("lpSolve" %in% .packages(all = TRUE)))
-#      install.packages("lpSolve")
-    require(WhatIf)
-#    require(lpSolve)
+    requireNamespace("WhatIf")
     discarded <- rep(FALSE, n.obs)
     if (option == "hull.control"){ # discard units not in T convex hull
-      wif <- whatif(cfact = X[treat==0,], data = X[treat==1,])
+      wif <- WhatIf::whatif(cfact = X[treat==0,], data = X[treat==1,])
       discarded[treat==0] <- !wif$in.hull
     } else if (option == "hull.treat") {
-      wif <- whatif(cfact = X[treat==1,], data = X[treat==0,])
+      wif <- WhatIf::whatif(cfact = X[treat==1,], data = X[treat==0,])
       discarded[treat==1] <- !wif$in.hull
     } else if (option == "hull.both"){ # discard units not in T&C convex hull
-      wif <- whatif(cfact = cbind(1-treat, X), data = cbind(treat, X))
+      wif <- WhatIf::whatif(cfact = cbind(1-treat, X), data = cbind(treat, X))
       discarded <- !wif$in.hull
     }
     else
diff --git a/R/distance2GAM.R b/R/distance2GAM.R
index 862ba04..65557f2 100644
--- a/R/distance2GAM.R
+++ b/R/distance2GAM.R
@@ -1,30 +1,53 @@
 distance2GAMlogit <- function(formula, data, ...) {
-  require(mgcv)
-  res <- gam(formula, data, family=binomial(logit), ...)
-  return(list(model = res, distance = fitted(res)))
+    if (requireNamespace("mgcv", quietly = TRUE)) {
+        res <- mgcv::gam(formula, data, family=binomial(logit), ...)
+        return(list(model = res, distance = fitted(res)))
+    } else {
+        stop("mgcv package is needed. Please install it.",
+             call. = FALSE)
+    }
 }
 
 distance2GAMprobit <- function(formula, data, ...) {
-  require(mgcv)
-  res <- gam(formula, data, family=binomial(probit), ...)
-  return(list(model = res, distance = fitted(res)))
+    if (requireNamespace("mgcv", quietly = TRUE)) {
+        res <- mgcv::gam(formula, data, family=binomial(probit), ...)
+        return(list(model = res, distance = fitted(res)))
+    } else {
+        stop("mgcv package is needed. Please install it.",
+             call. = FALSE)
+    }      
 }
 
 distance2GAMcloglog <- function(formula, data, ...) {
-  require(mgcv)
-  res <- gam(formula, data, family=binomial(cloglog), ...)
-  return(list(model = res, distance = fitted(res)))
+    if (requireNamespace("mgcv", quietly = TRUE)) {
+        res <- mgcv::gam(formula, data, family=binomial(cloglog), ...)
+        return(list(model = res, distance = fitted(res)))
+    } else {
+        stop("mgcv package is needed. Please install it.",
+             call. = FALSE)
+    }
 }
 
+
 distance2GAMlog <- function(formula, data, ...) {
-  require(mgcv)
-  res <- gam(formula, data, family=binomial(log), ...)
-  return(list(model = res, distance = fitted(res)))
+    if (requireNamespace("mgcv", quietly = TRUE)) {
+        res <- mgcv::gam(formula, data, family=binomial(log), ...)
+        return(list(model = res, distance = fitted(res)))
+    } else {
+        stop("mgcv package is needed. Please install it.",
+             call. = FALSE)
+    }
 }
+        
 
 distance2GAMcauchit <- function(formula, data, ...) {
-  require(mgcv)
-  res <- gam(formula, data, family=binomial(cauchit), ...)
-  return(list(model = res, distance = fitted(res)))
+    if (requireNamespace("mgcv", quietly = TRUE)) {
+        res <- mgcv::gam(formula, data, family=binomial(cauchit), ...)
+        return(list(model = res, distance = fitted(res)))
+    } else {
+        stop("mgcv package is needed. Please install it.",
+             call. = FALSE)
+    }
 }
+        
 
diff --git a/R/distance2nnet.R b/R/distance2nnet.R
index e4d10ff..7338410 100644
--- a/R/distance2nnet.R
+++ b/R/distance2nnet.R
@@ -1,6 +1,10 @@
 distance2nnet <- function(formula, data, ...) {
-  require(nnet)
-  res <- nnet(formula, data, ...)
-  return(list(model = res, distance = fitted(res)))
+    if (requireNamespace("nnet", quietly = TRUE)) {
+        res <- nnet::nnet(formula, data, ...)
+        return(list(model = res, distance = fitted(res)))
+    } else {
+        stop("nnet package is needed. Please install it.",
+             call. = FALSE)
+    }
 }
 
diff --git a/R/distance2rpart.R b/R/distance2rpart.R
index 091282d..289473b 100644
--- a/R/distance2rpart.R
+++ b/R/distance2rpart.R
@@ -1,6 +1,11 @@
 distance2rpart <- function(formula, data, ...) {
-  require(rpart)
-  res <- rpart(formula, data, ...)
-  return(list(model = res, distance = predict(res)))
+    if (requireNamespace("rpart", quietly = TRUE)) {
+        res <- rpart::rpart(formula, data, ...)
+        return(list(model = res, distance = predict(res)))
+    } else {
+        stop("rpart package is needed. Please install it.",
+             call. = FALSE)
+    }
 }
+       
 
diff --git a/R/help.matchit.R b/R/help.matchit.R
index c618d4c..3fe16ac 100644
--- a/R/help.matchit.R
+++ b/R/help.matchit.R
@@ -1,3 +1,4 @@
+#' @export
 help.matchit <- function (object=NULL) 
 {
     under.unix <- !(version$os == "Microsoft Windows" || version$os == 
diff --git a/R/match.data.R b/R/match.data.R
index 0cef1ba..5384d9e 100644
--- a/R/match.data.R
+++ b/R/match.data.R
@@ -1,3 +1,4 @@
+#' @export
 match.data <- function(object, group = "all", distance = "distance",
                        weights = "weights", subclass = "subclass") {
 
diff --git a/R/matchit.R b/R/matchit.R
index f9f5557..4f39ba7 100644
--- a/R/matchit.R
+++ b/R/matchit.R
@@ -1,3 +1,4 @@
+#' @export
 matchit <- function(formula, data, method = "nearest", distance = "logit",
                     distance.options=list(), discard = "none",
                     reestimate = FALSE, ...) { 
@@ -36,7 +37,7 @@ matchit <- function(formula, data, method = "nearest", distance = "logit",
   ## obtain T and X
   tryerror <- try(model.frame(formula), TRUE)
   if (distance %in% c("GAMlogit", "GAMprobit", "GAMcloglog", "GAMlog", "GAMcauchit")) {
-    library(mgcv)
+    requireNamespace("mgcv")
     tt <- terms(mgcv::interpret.gam(formula)$fake.formula)
   } else {
     tt <- terms(formula)
diff --git a/R/matchit2cem.R b/R/matchit2cem.R
index b70af92..ee2fc5b 100644
--- a/R/matchit2cem.R
+++ b/R/matchit2cem.R
@@ -12,9 +12,8 @@ matchit2cem <- function(treat, X, data, distance, discarded, is.full.mahalanobis
                             ratio = 1, verbose = FALSE, k2k.method=NULL, ...) {
 
   
-  #if (!("cem" %in% .packages(all = TRUE)))
-  #  install.packages("cem",repos="http://gking.harvard.edu/")
-  require(cem)
+  if (!requireNamespace("cem", quietly = TRUE)) 
+      stop("cem package is required.  Please install it.")
 
   if (verbose)
     cat("Coarsened exact matching...\n")
@@ -28,7 +27,7 @@ matchit2cem <- function(treat, X, data, distance, discarded, is.full.mahalanobis
   cem.data <- as.data.frame(cbind(treat,X))
   
   mat <-
-    cem(treatment="treat",data=cem.data,verbose=as.integer(verbose)+1,
+    cem::cem(treatment="treat",data=cem.data,verbose=as.integer(verbose)+1,
         method=k2k.method,...)
 
   # here we create a column vector where the matched entry get its stratum
diff --git a/R/matchit2full.R b/R/matchit2full.R
index 5ca7169..5d6cf42 100644
--- a/R/matchit2full.R
+++ b/R/matchit2full.R
@@ -1,8 +1,5 @@
 matchit2full <- function(treat, X, data, distance, discarded, is.full.mahalanobis,
                          verbose=FALSE, ...) { 
-  #if (!("optmatch" %in% .packages(all = TRUE)))
-  #  install.packages("optmatch")
-  require(optmatch)
   
   if(verbose)
     cat("Full matching... \n")
@@ -19,7 +16,7 @@ matchit2full <- function(treat, X, data, distance, discarded, is.full.mahalanobi
   colnames(d) <- names(ttt[ttt==0])
   for (i in 1:n1) 
     d[i,] <- abs(d1[i]-d0)
-  full <- fullmatch(d, ...)
+  full <- optmatch::fullmatch(d, ...)
   psclass <- full[pmatch(names(ttt), names(full))]
   psclass <- as.numeric(as.factor(psclass))
   names(psclass) <- names(ttt)
diff --git a/R/matchit2genetic.R b/R/matchit2genetic.R
index 906301e..5feaa05 100644
--- a/R/matchit2genetic.R
+++ b/R/matchit2genetic.R
@@ -1,12 +1,5 @@
 matchit2genetic <- function(treat, X, data, distance, discarded, is.full.mahalanobis,
                             ratio = 1, verbose = FALSE, ...) {
-  #if (!("rgenoud" %in% .packages(all = TRUE)))
-  #  install.packages("rgenoud")
-  #require(rgenoud)
-
-  #if (!("Matching" %in% .packages(all = TRUE)))
-  #  install.packages("Matching")
-  require(Matching)
 
   if (verbose)
     cat("Genetic matching... \n")
@@ -21,7 +14,7 @@ matchit2genetic <- function(treat, X, data, distance, discarded, is.full.mahalan
   labels <- names(tt)
   tlabels <- names(tt[tt==1])
   clabels <- names(tt[tt==0])
-  out <- GenMatch(tt, cbind(dd, xx), M = ratio, ...)$matches
+  out <- Matching::GenMatch(tt, cbind(dd, xx), M = ratio, ...)$matches
   ## ratio matching does not seem to work with GenMatch
   mm <- matrix(0, nrow = n1, ncol = max(table(out[,1])), dimnames =
                list(tlabels, 1:max(table(out[,1]))))
diff --git a/R/matchit2optimal.R b/R/matchit2optimal.R
index 22c97f9..a8227f7 100644
--- a/R/matchit2optimal.R
+++ b/R/matchit2optimal.R
@@ -1,9 +1,8 @@
 matchit2optimal <- function(treat, X, data, distance, discarded, is.full.mahalanobis, 
                             ratio = 1, verbose=FALSE, ...) {
 
-  #if (!("optmatch" %in% .packages(all = TRUE)))
-  #  install.packages("optmatch")
-  require(optmatch)
+  if (!requireNamespace("optmatch", quietly = TRUE)) 
+      stop("optmatch package is required.  Please install it.")
     
   if(verbose)
     cat("Optimal matching... \n")
@@ -19,9 +18,9 @@ matchit2optimal <- function(treat, X, data, distance, discarded, is.full.mahalan
   clabels <- colnames(d) <- names(ttt[ttt==0])
   for (i in 1:n1) 
     d[i,] <- abs(d1[i]-d0)
-  full <- fullmatch(d, min.controls = ratio,
-                    max.controls = ratio,
-                    omit.fraction = (n0-ratio*n1)/n0, ...)
+  full <- optmatch::fullmatch(d, min.controls = ratio,
+                              max.controls = ratio,
+                              omit.fraction = (n0-ratio*n1)/n0, ...)
   psclass <- full[pmatch(names(ttt), names(full))]
   psclass <- as.numeric(as.factor(psclass))
   names(psclass) <- names(ttt)
diff --git a/R/plot.matchit.R b/R/plot.matchit.R
deleted file mode 100644
index 775502a..0000000
--- a/R/plot.matchit.R
+++ /dev/null
@@ -1,25 +0,0 @@
-# Need to account for weights -- how do we do qq plots with weights
-plot.matchit <- function(x, discrete.cutoff=5, type="QQ",
-                         numdraws=5000, interactive = T, which.xs =
-                         NULL, ...){
-  if ("matchit.exact" %in% class(x)){
-    stop("Not appropriate for exact matching.  No plots generated.")
-  }
-  if(type=="QQ"){
-    matchit.qqplot(x=x,discrete.cutoff=discrete.cutoff,
-                   numdraws=numdraws, interactive=interactive,
-                   which.xs = which.xs, ...)
-  } else if(type=="jitter"){
-    if("matchit.mahalanobis" %in% class(x)){
-      stop("Not appropriate for pure Mahalanobis matching.  No plots generated.")
-    }
-    jitter.pscore(x, interactive=interactive,...)
-  } else if(type=="hist"){
-    if("matchit.mahalanobis" %in% class(x)){
-      stop("Not appropriate for pure Mahalanobis matching.  No plots generated.")
-    }
-    hist.pscore(x,...)
-  } else {
-    stop("Invalid type")
-  }
-}
diff --git a/R/plot.matchit.subclass.R b/R/plot.matchit.subclass.R
deleted file mode 100644
index ba13b23..0000000
--- a/R/plot.matchit.subclass.R
+++ /dev/null
@@ -1,45 +0,0 @@
-plot.matchit.subclass <- function(x, discrete.cutoff=5,
-                                  type="QQ", interactive = T,
-                                  subclass = NULL, which.xs=NULL,...){
-  choice.menu <- function(choices,question)
-    {
-      k <- length(choices)-1
-      Choices <- data.frame(choices)
-        row.names(Choices) <- 0:k
-      names(Choices) <- "Choices"
-      print.data.frame(Choices,right=FALSE)
-        ans <- readline(question)          
-      while(!ans%in%c(0:k))
-          {
-            print("Not valid -- please pick one of the choices")
-            print.data.frame(Choices,right=FALSE)
-            ans <- readline(question)
-          }
-      return(ans)
-    }
-  if(type=="QQ"){
-    if(interactive){
-      choices <- c("No",paste("Yes : Subclass ", 1:max(x$subclass,na.rm=T)))
-      question <- "Would you like to see quantile-quantile plots of any subclasses?"
-      ans <- -1
-      while(ans!=0)
-        {
-          ans <- as.numeric(choice.menu(choices,question))
-          if(ans!=0)
-            {
-              matchit.qqplot(x,discrete.cutoff,which.subclass=ans,
-                             interactive = interactive, which.xs=which.xs,...)     
-            }
-        }
-    } else {
-      matchit.qqplot(x,discrete.cutoff,which.subclass=subclass,
-                     interactive=interactive, which.xs=which.xs,...)
-    }
-  } else if(type=="jitter"){
-    jitter.pscore(x, interactive=interactive,...)
-  } else if(type=="hist"){
-    hist.pscore(x,...)
-  } else {
-    stop("Invalid type")
-  }
-}
diff --git a/R/plot.summary.matchit.R b/R/plot.summary.matchit.R
deleted file mode 100644
index 601f87a..0000000
--- a/R/plot.summary.matchit.R
+++ /dev/null
@@ -1,42 +0,0 @@
-plot.summary.matchit <- function(x, interactive = TRUE, ...) {
-  if ("matchit.exact" %in% class(x)){
-    stop("Not appropriate for exact matching.  No plots generated.")
-  }
-
-  if (!"Std. Mean Diff."%in%names(x$sum.all)){ 
-	stop("Not appropriate for unstandardized summary.  Run summary() with the standardize=TRUE option, and then plot.")
-	}
-	
-	sd.pre <- abs(x$sum.all$"Std. Mean Diff.")
-	sd.post <- abs(x$sum.matched$"Std. Mean Diff.")
-
-	if (!is.null(x$q.table)) sd.post <- abs(x$sum.subclass$"Std. Mean Diff") 
-
-	ases.dat <- data.frame(es.unw = sd.pre, es.w = sd.post)
-	par(mfrow=c(1,1))
-        plot(c(0.85, 2.15), c(0, min(3, max(unlist(ases.dat[, 
-            1:2]), na.rm = TRUE))), type = "n", xaxt = "n", ylab = "Absolute Standardized Diff in Means", 
-            xlab = "", main = "")
-        abline(h = c(0.2, 0.4, 0.6, 0.8, 1.0))
-        axis(side = 1, at = 1:2, labels = c("All Data", "Matched Data"))
-        for (i in 1:nrow(ases.dat)) {
-            points(1:2, abs(ases.dat[i, c("es.unw", "es.w")]), 
-                type = "b", col = "grey", pch=19)
-        }
-        temp1 <- ases.dat[abs(ases.dat$es.unw) < abs(ases.dat$es.w),]
-        for (i in 1:nrow(temp1)) {
-            points(1:2, abs(temp1[i, c("es.unw", "es.w")]), type = "b", 
-                col = "black", lwd = 2, pch=19)
-        }
-        if (max(ases.dat$es.w, na.rm = TRUE) > 3) 
-            mtext(text = "Some standardized diffs in means > 3 after matching!", side = 3, 
-                col = "red")
-
-  if(interactive==TRUE) {
-        print("To identify the variables, use first mouse button; to stop, use second.")
-        identify(rep(1, length(sd.pre)),sd.pre,rownames(x$sum.all),atpen=T)
-	identify(rep(2, length(sd.post)),sd.post,rownames(x$sum.all),atpen=T)
-  }
-}
-
-
diff --git a/R/print.matchit.R b/R/print.matchit.R
deleted file mode 100644
index acc80d9..0000000
--- a/R/print.matchit.R
+++ /dev/null
@@ -1,16 +0,0 @@
-print.matchit <- function(x, digits = getOption("digits"), ...){
-  cat("\nCall: ", deparse(x$call), sep="\n")
-  cat("\nSample sizes:\n")
-  
-  #if(any(x$weights>0)) 
-  #  nn <- rbind(table(x$treat),
-  #              table(x$weights>0, x$treat),
-  #              c(0,0))
-  #else 
-  #  nn <- rbind(table(x$treat),
-  #              table(x$weights>0,x$treat)[2:1,])
-
-  print.table(x$nn, ...)
-  invisible(x)
-  cat("\n")
-}
diff --git a/R/print.matchit.exact.R b/R/print.matchit.exact.R
deleted file mode 100644
index cfba1bc..0000000
--- a/R/print.matchit.exact.R
+++ /dev/null
@@ -1,16 +0,0 @@
-print.matchit.exact <- function(x, digits = getOption("digits"), ...){
-  cat("\nCall: ", deparse(x$call), sep = "\n")
-  cat("\nExact Subclasses: ", max(x$subclass, na.rm=T),"\n",sep="")
-  cat("\nSample sizes:\n")
-  ntab <- table(factor(!is.na(x$subclass),
-                       levels=c("TRUE","FALSE")),
-                x$treat)
-  nn <- rbind(table(x$treat),
-              ntab[c("TRUE","FALSE"),])
-  dimnames(nn) <- list(c("All","Matched","Unmatched"),
-                       c("Control","Treated"))
-  print.table(nn, ...)
-  invisible(x)
-  cat("\n")
-}
-
diff --git a/R/print.matchit.full.R b/R/print.matchit.full.R
deleted file mode 100644
index 32c448a..0000000
--- a/R/print.matchit.full.R
+++ /dev/null
@@ -1,17 +0,0 @@
-print.matchit.full <- function(x, digits = getOption("digits"), ...){
-  cat("\nCall: ", deparse(x$call), sep = "\n")
-  cat("\nSample sizes:\n")
-  
-  if (any(x$weights>0)) 
-    nn <- rbind(table(x$treat),
-                table(x$weights>0, x$treat),
-                c(0,0))
-  else 
-    nn <- rbind(table(x$treat),
-                table(x$weights>0,x$treat)[2:1,])
-  dimnames(nn) <- list(c("All","Matched","Discarded"),
-                       c("Control","Treated"))
-  print.table(nn, ...)
-  invisible(x)
-  cat("\n")
-}
diff --git a/R/print.matchit.subclass.R b/R/print.matchit.subclass.R
deleted file mode 100644
index 53e23ac..0000000
--- a/R/print.matchit.subclass.R
+++ /dev/null
@@ -1,12 +0,0 @@
-print.matchit.subclass <- function(x, digits = getOption("digits"), ...){
-  cat("\nCall: ", deparse(x$call), sep = "\n")
-  cat("\nSample sizes by subclasses:\n\n")
-  nsub <- table(x$subclass,x$treat)
-  nn <- rbind(table(x$treat),nsub)
-  dimnames(nn) <-
-    list(c("All",paste("Subclass",dimnames(nsub)[[1]])),
-         c("Control","Treated"))
-  print.table(nn, ...)
-  invisible(x)
-  cat("\n")
-}
diff --git a/R/print.summary.matchit.R b/R/print.summary.matchit.R
deleted file mode 100644
index 8b0803f..0000000
--- a/R/print.summary.matchit.R
+++ /dev/null
@@ -1,26 +0,0 @@
-print.summary.matchit <- function(x, digits = max(3,
-                                       getOption("digits") - 3), ...){
-  
-  sum.all <- x$sum.all
-  sum.matched <- x$sum.matched
-  q.table <- x$q.table
-  xn <- x$nn
-  cat("\nCall:", deparse(x$call), sep = "\n")
-  cat("\nSummary of balance for all data:\n")
-  print.data.frame(round(sum.all,digits))
-  cat("\n")
-
-  xs1 <- sum.matched
-  cc <- row.names(sum.all)
-  if(!is.null(x$sum.matched) | identical(eval(x$call$method),"All"))
-    {
-      cat("\nSummary of balance for matched data:\n")
-      print.data.frame(round(xs1,digits))
-      cat("\nPercent Balance Improvement:\n")
-      print.data.frame(round(x$reduction,digits))
-      cat("\nSample sizes:\n")
-      print.table(xn, digits=digits)
-      cat("\n")
-    }
-  invisible(x)
-}
diff --git a/R/print.summary.matchit.exact.R b/R/print.summary.matchit.exact.R
deleted file mode 100644
index 85ab5d6..0000000
--- a/R/print.summary.matchit.exact.R
+++ /dev/null
@@ -1,11 +0,0 @@
-print.summary.matchit.exact <- function(x, digits = max(3,
-                                             getOption("digits") - 3),
-                                        ...){  
-  cat("\nCall:", deparse(x$call), sep = "\n")
-  cat("\nSample sizes:\n")
-  print.table(x$nn,digits=digits)
-  cat("\nMatched sample sizes by subclass:\n")
-  print.data.frame(x$q.table, digits = digits)
-  cat("\n")
-  invisible(x)
-}
diff --git a/R/print.summary.matchit.subclass.R b/R/print.summary.matchit.subclass.R
deleted file mode 100644
index eb29e1a..0000000
--- a/R/print.summary.matchit.subclass.R
+++ /dev/null
@@ -1,20 +0,0 @@
-print.summary.matchit.subclass <- function(x, digits = max(3,
-                                                getOption("digits") -
-                                                3), ...){   
-  sum.all <- x$sum.all
-  sum.matched <- x$sum.matched
-  q.table <- x$q.table
-  cat("\nCall:", deparse(x$call), sep = "\n")
-  cat("Summary of balance for all data:\n")
-  print.data.frame(round(sum.all,digits))
-  cat("\n")
-  cat("\nSummary of balance by subclasses:\n")
-  print.table(round(q.table, digits))
-  cat("\nSample sizes by subclasses:\n")
-  print.data.frame(x$qn, digits = digits)
-  cat("\nSummary of balance across subclasses\n")
-  print.data.frame(round(x$sum.subclass, digits))
-  cat("\nPercent Balance Improvement:\n")
-  print.data.frame(round(x$reduction,digits))
-  cat("\n")
-}
diff --git a/R/summary.matchit.R b/R/summary.matchit.R
deleted file mode 100644
index 5ca9137..0000000
--- a/R/summary.matchit.R
+++ /dev/null
@@ -1,82 +0,0 @@
-summary.matchit <- function(object, interactions = FALSE,
-                            addlvariables = NULL, standardize = FALSE,
-                            ...) {
-
-  X <- object$X
-  ## Fix X matrix so that it doesn't have any factors  
-  varnames <- colnames(X)
-  for(var in varnames) {
-        if(is.factor(X[,var])) {
-                tempX <- X[,!colnames(X)%in%c(var)]   
-                form<-formula(substitute(~dummy-1,list(dummy=as.name(var))))
-                X <- cbind(tempX, model.matrix(form, X))
-        }
-  }
-
-  ## No distance output for pure Mahalanobis
-  if("matchit.mahalanobis"%in%class(object)){
-    XX <- X 
-  } else{
-    XX <- cbind(distance=object$distance,X)
-  }
-  if (!is.null(addlvariables)) XX <- cbind(XX, addlvariables)
-
-  treat <- object$treat
-  weights <- object$weights
-  nam <- dimnames(XX)[[2]]
-  dupnam <- duplicated(nam)
-  if(sum(dupnam)>0){
-    nam[dupnam] <- paste(nam[dupnam],".1",sep="")
-  }
-  kk <- ncol(XX)
-
-  ## Summary Stats
-  aa <- apply(XX,2,qoi,tt=treat,ww=weights,standardize=standardize,std=T)
-  sum.all <- as.data.frame(matrix(0,kk,7))
-  sum.matched <- as.data.frame(matrix(0,kk,7))
-  row.names(sum.all) <- row.names(sum.matched) <- nam
-  names(sum.all) <- names(sum.matched) <- names(aa[[1]])
-  sum.all.int <- sum.matched.int <- NULL
-  for(i in 1:kk){
-    sum.all[i,] <- aa[[i]][1,]
-    sum.matched[i,] <- aa[[i]][2,]
-    if(interactions){
-      for(j in i:kk){
-        x2 <- XX[,i]*as.matrix(XX[,j])
-        jqoi <- qoi(x2,tt=treat,ww=weights,standardize=standardize,std=T)
-        sum.all.int <- rbind(sum.all.int,jqoi[1,])
-        sum.matched.int <- rbind(sum.matched.int,jqoi[2,])
-        row.names(sum.all.int)[nrow(sum.all.int)] <-
-          row.names(sum.matched.int)[nrow(sum.matched.int)] <-
-            paste(nam[i],nam[j],sep="x")
-      }
-    }
-  }
-  xn <- aa[[1]]$xn
-  sum.all <- rbind(sum.all,sum.all.int)
-  sum.matched <- rbind(sum.matched,sum.matched.int)
-
-  ## Imbalance Reduction
-  stat0 <- abs(cbind(sum.all[,2]-sum.all[,1],
-                     sum.all[,5:7]))
-  stat1 <- abs(cbind(sum.matched[,2]-sum.matched[,1],
-                     sum.matched[,5:7]))
-  reduction <- as.data.frame(100*(stat0-stat1)/stat0)
-  if(sum(stat0==0 & stat1==0, na.rm=T)>0){
-    reduction[stat0==0 & stat1==0] <- 0
-  }
-  if(sum(stat0==0 & stat1>0,na.rm=T)>0){
-    reduction[stat0==0 & stat1>0] <- -Inf
-  }
-  if (standardize)
-    names(reduction) <- c("Std. Mean Diff.", "eCDF Med","eCDF Mean",
-                          "eCDF Max")
-  else
-    names(reduction) <- c("Mean Diff.", "eQQ Med","eQQ Mean", "eQQ Max")
-    
-  ## output
-  res <- list(call=object$call, nn = object$nn, sum.all = sum.all,
-              sum.matched = sum.matched, reduction = reduction)
-  class(res) <- "summary.matchit"
-  return(res)
-}
diff --git a/R/summary.matchit.exact.R b/R/summary.matchit.exact.R
deleted file mode 100644
index 8c66243..0000000
--- a/R/summary.matchit.exact.R
+++ /dev/null
@@ -1,34 +0,0 @@
-summary.matchit.exact <- function(object, covariates = FALSE, ...) {
-  XX <- object$X
-  treat <- object$treat
-  qbins <- max(object$subclass,na.rm=TRUE)
-  if(!covariates){
-    q.table <- as.data.frame(matrix(0,qbins,3))
-    names(q.table) <- c("Treated","Control","Total")
-    for(i in 1:qbins){
-      qi <- object$subclass==i
-      q.table[i,] <- c(sum(treat[qi]==1, na.rm=T), sum(treat[qi]==0, na.rm=T),
-                       length(treat[qi & !is.na(qi)]))
-    }
-  } else {
-    kk <- ncol(XX)
-    q.table <- as.data.frame(matrix(0,qbins,kk+3))
-    names(q.table) <- c("Treated","Control","Total",dimnames(XX)[[2]])
-    for(i in 1:qbins){
-      qi <- object$subclass==i & !is.na(object$subclass==i)
-      q.table[i,] <- c(sum(treat[qi]==1, na.rm=T), sum(treat[qi]==0, na.rm=T),
-                       length(treat[qi & !is.na(qi)]),as.numeric(XX[qi,,drop=F][1,])) 
-    }
-  }
-  ntab <- table(factor(!is.na(object$subclass),
-                       levels=c("TRUE","FALSE")), treat)
-  nn <- rbind(table(treat),
-             ntab[c("TRUE","FALSE"),])
-  dimnames(nn) <- list(c("All","Matched","Discarded"),
-                       c("Control","Treated"))
-  ## output
-  res <- list(q.table = q.table, nn = nn, subclass = object$subclass,
-              treat = object$treat, call = object$call)
-  class(res) <- c("summary.matchit.exact", "summary.matchit")
-  return(res)
-}
diff --git a/R/summary.matchit.full.R b/R/summary.matchit.full.R
deleted file mode 100644
index 6652f5f..0000000
--- a/R/summary.matchit.full.R
+++ /dev/null
@@ -1,79 +0,0 @@
-summary.matchit.full <- function(object, interactions = FALSE,
-                                 addlvariables = NULL, numdraws =
-                                 5000, standardize = FALSE,
-                                 ...) {
-
-  XX <- cbind(distance=object$distance,object$X)
-  if (!is.null(addlvariables)) XX <- cbind(XX, addlvariables)
-
-  treat <- object$treat
-  weights <- object$weights
-  nam <- dimnames(XX)[[2]]
-  kk <- ncol(XX)
-
-  ## Get samples of T and C units to send to qqplot
-  t.plot <- sample(names(treat)[treat==1], numdraws/2, replace=TRUE, prob=weights[treat==1])
-  c.plot <- sample(names(treat)[treat==0], numdraws/2, replace=TRUE, prob=weights[treat==0])
-
-  ## Summary Stats
-  aa <- apply(XX,2,qoi,tt=treat,ww=weights, t.plot=t.plot,
-              c.plot=c.plot, standardize=standardize)
-  sum.all <- as.data.frame(matrix(0,kk,6))
-  sum.matched <- as.data.frame(matrix(0,kk,6))
-  row.names(sum.all) <- row.names(sum.matched) <- nam
-  names(sum.all) <- names(sum.matched) <- names(aa[[1]])
-  sum.all.int <- sum.matched.int <- NULL
-  for(i in 1:kk){
-    sum.all[i,] <- aa[[i]][1,]
-    sum.matched[i,] <- aa[[i]][2,]
-    if(interactions){
-      for(j in i:kk){
-        x2 <- XX[,i]*as.matrix(XX[,j])
-	names(x2) <- names(XX[,1])
-        jqoi <- qoi(x2,tt=treat,ww=weights, t.plot=t.plot,
-                    c.plot=c.plot, standardize=standardize)
-        sum.all.int <- rbind(sum.all.int,jqoi[1,])
-        sum.matched.int <- rbind(sum.matched.int,jqoi[2,])
-        row.names(sum.all.int)[nrow(sum.all.int)] <-
-          row.names(sum.matched.int)[nrow(sum.matched.int)] <-
-            paste(nam[i],nam[j],sep="x")
-      }
-    }
-  }
-  xn <- aa[[1]]$xn
-  sum.all <- rbind(sum.all,sum.all.int)
-  sum.matched <- rbind(sum.matched,sum.matched.int)
-
-  ## Imbalance Reduction
-  stat0 <- abs(cbind(sum.all[,2]-sum.all[,1],
-                     sum.all[,4:6]))
-  stat1 <- abs(cbind(sum.matched[,2]-sum.matched[,1],
-                     sum.matched[,4:6]))
-  reduction <- as.data.frame(100*(stat0-stat1)/stat0)
-  if(sum(stat0==0 & stat1==0, na.rm=T)>0){
-    reduction[stat0==0 & stat1==0] <- 0
-  }
-  if(sum(stat0==0 & stat1>0,na.rm=T)>0){
-    reduction[stat0==0 & stat1>0] <- -Inf
-  }
-  if (standardize)
-    names(reduction) <- c("Std. Mean Diff.", "eCDF Med","eCDF Mean", "eCDF Max")
-  else
-    names(reduction) <- c("Mean Diff.", "eQQ Med","eQQ Mean", "eQQ Max")
-
-  ## Sample sizes
-  nn <- matrix(0, ncol=2, nrow=4)
-  nn[1,] <- c(sum(object$treat==0), sum(object$treat==1))
-  nn[2,] <- c(sum(object$treat==0 & object$weights>0), sum(object$treat==1 & object$weights>0))
-  nn[3,] <- c(sum(object$treat==0 & object$weights==0 & object$discarded==0), sum(object$treat==1 & object$weights==0 & object$discarded==0))
-  nn[4,] <- c(sum(object$treat==0 & object$weights==0 & object$discarded==1), sum(object$treat==1 & object$weights==0 & object$discarded==1))
-   
-   dimnames(nn) <- list(c("All","Matched","Unmatched","Discarded"),
-                        c("Control","Treated"))
-
-  ## output
-  res <- list(call=object$call, nn = nn, sum.all = sum.all, sum.matched = sum.matched,
-              reduction = reduction)
-  class(res) <- c("summary.matchit.full", "summary.matchit")
-  return(res)
-}
diff --git a/R/summary.matchit.subclass.R b/R/summary.matchit.subclass.R
deleted file mode 100644
index 3a9351f..0000000
--- a/R/summary.matchit.subclass.R
+++ /dev/null
@@ -1,126 +0,0 @@
-summary.matchit.subclass <- function(object, interactions = FALSE,
-                                     addlvariables=NULL, standardize = FALSE,
-                                     ...) {
-
-  X <- object$X
-  ## Fix X matrix so that it doesn't have any factors
- varnames <- colnames(X)
-  for(var in varnames) {
-        if(is.factor(X[,var])) {
-                tempX <- X[,!colnames(X)%in%c(var)]
-                form<-formula(substitute(~dummy-1,list(dummy=as.name(var))))
-                X <- cbind(tempX, model.matrix(form, X))
-        }
-  }
-
-  XX <- cbind(distance=object$distance,X)
-  if (!is.null(addlvariables)) XX <- cbind(XX, addlvariables)
-
-  treat <- object$treat
-  weights <- object$weights
-  nam <- dimnames(XX)[[2]]
-  kk <- ncol(XX)
-
-  ## Summary Stats
-  aa <- apply(XX,2,qoi,tt=treat,ww=as.numeric(weights!=0),standardize=standardize)
-  sum.all <- as.data.frame(matrix(0,kk,6))
-  sum.matched <- as.data.frame(matrix(0,kk,6))
-  row.names(sum.all) <- row.names(sum.matched) <- nam
-  names(sum.all) <- names(sum.matched) <- names(aa[[1]])
-  sum.all.int <- sum.matched.int <- NULL
-  for(i in 1:kk){
-    sum.all[i,] <- aa[[i]][1,]
-    sum.matched[i,] <- aa[[i]][2,]
-    if(interactions){
-      for(j in i:kk){
-        x2 <- XX[,i]*as.matrix(XX[,j])
-        jqoi <- qoi(x2,tt=treat,ww=as.numeric(weights!=0),standardize=standardize)
-        sum.all.int <- rbind(sum.all.int,jqoi[1,])
-        sum.matched.int <- rbind(sum.matched.int,jqoi[2,])
-        row.names(sum.all.int)[nrow(sum.all.int)] <-
-          row.names(sum.matched.int)[nrow(sum.matched.int)] <-
-            paste(nam[i],nam[j],sep="x")
-      }
-    }
-  }
-  xn <- aa[[1]]$xn
-  sum.all <- rbind(sum.all,sum.all.int)
-  sum.matched <- rbind(sum.matched,sum.matched.int)
-
-  ## By Subclass
-  qbins <- max(object$subclass,na.rm=TRUE)
-  if(interactions){
-    q.table <- array(0,dim=c(kk+sum(1:kk),6,qbins))
-    ii <- 0
-    nn <- NULL
-  } else {
-    q.table <- array(0,dim=c(kk,6,qbins))
-  }
-  aa <- apply(XX,2,qoi.by.sub,tt=treat,ww=weights,
-                  qq=object$subclass,standardize=standardize)
-  for(i in 1:kk){
-    if(!interactions){
-      q.table[i,,] <- as.matrix(aa[[i]]$q.table)
-      nn <- names(aa)
-        } else {
-          ii <- ii + 1 
-          q.table[ii,,] <- as.matrix(aa[[i]]$q.table)
-          nn <- c(nn,names(aa)[i])
-          for(j in i:kk){
-            ii <- ii + 1 
-            x2 <- XX[,i]*as.matrix(XX[,j])
-            q.table[ii,,] <- as.matrix(qoi.by.sub(x2,tt=treat,ww=weights,qq=object$subclass,standardize=standardize)$q.table)
-            nn <- c(nn,paste(nam[i],nam[j],sep="x"))
-          }
-        }
-  }   
-  qn <- aa[[1]]$qn
-  dimnames(q.table) <- list(nn,row.names(aa[[i]]$q.table),paste("Subclass",1:qbins))
-  
-  ## Aggregate Subclass 
-  if(is.null(object$call$sub.by)){
-    object$call$sub.by <- "treat"
-  }
-  if(object$call$sub.by=="treat") {
-    wsub <- qn[1,]/sum(qn[1,])
-  } else if(object$call$sub.by=="control") {
-    wsub <- qn[2,]/sum(qn[2,])
-  } else if(object$call$sub.by=="all") {
-    wsub <- qn[3,]/sum(qn[3,])
-  }
-  sum.subclass <- sum.all
-  for(i in 1:kk){
-    for(j in 1:6){
-      if(j==3) {
-        sum.subclass[i,j] <- sqrt(sum((wsub^2)*(q.table[i,j,]^2)))
-      } else {
-        sum.subclass[i,j] <- sum(wsub*q.table[i,j,])
-      }
-    }
-  }
-
-  ## Imbalance Reduction
-  stat0 <- abs(cbind(sum.all[,2]-sum.all[,1],
-                     sum.all[,4:6]))
-  stat1 <- abs(cbind(sum.subclass[,2]-sum.subclass[,1],
-                     sum.subclass[,4:6]))
-  reduction <- as.data.frame(100*(stat0-stat1)/stat0)
-  if(sum(stat0==0 & stat1==0, na.rm=T)>0){
-    reduction[stat0==0 & stat1==0] <- 0
-  }
-  if(sum(stat0==0 & stat1>0,na.rm=T)>0){
-    reduction[stat0==0 & stat1>0] <- -Inf
-  }
-  if (standardize)
-    names(reduction) <- c("Std. Mean Diff.", "eCDF Med","eCDF Mean",
-                          "eCDF Max")
-  else
-    names(reduction) <- c("Mean Diff.", "eQQ Med","eQQ Mean",
-                          "eQQ Max")
-  ## output
-  res <- list(call=object$call, sum.all = sum.all, sum.matched = sum.matched,
-              sum.subclass = sum.subclass, reduction = reduction,
-              qn = qn, q.table = q.table)
-  class(res) <- c("summary.matchit.subclass", "summary.matchit")
-  return(res)
-}
diff --git a/R/user.prompt.R b/R/user.prompt.R
index ca31067..d17d595 100644
--- a/R/user.prompt.R
+++ b/R/user.prompt.R
@@ -1,2 +1,3 @@
+#' @export
 user.prompt <- function() 
   silent <- readline("\nPress <return> to continue: ")
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..acf576e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# MatchIt: Nonparametric Preprocessing for Parametric Causal Inference [![Build Status](https://travis-ci.org/kosukeimai/MatchIt.svg?branch=master)](https://travis-ci.org/kosukeimai/MatchIt)  [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/MatchIt)](https://cran.r-project.org/package=MatchIt)
+
+MatchIt selects matched samples of the original treated and control groups with similar covariate distributions -- can be used to match exactly on covariates, to match on propensity scores, or perform a variety of other matching procedures.  The package also implements a series of recommendations offered in Ho, Imai, King, and Stuart (2007) <[DOI:10.1093/pan/mpl013](https://doi.org/10.1093/pan/mpl013)>.
diff --git a/build/vignette.rds b/build/vignette.rds
new file mode 100644
index 0000000..3ccf52e
Binary files /dev/null and b/build/vignette.rds differ
diff --git a/inst/doc/matchit.pdf b/inst/doc/matchit.pdf
new file mode 100644
index 0000000..6cd3438
Binary files /dev/null and b/inst/doc/matchit.pdf differ
diff --git a/inst/doc/matchit.pdf.asis b/inst/doc/matchit.pdf.asis
new file mode 100644
index 0000000..0499143
--- /dev/null
+++ b/inst/doc/matchit.pdf.asis
@@ -0,0 +1,2 @@
+%\VignetteIndexEntry{MatchIt: Nonparametric Preprocessing for Parametric Causal Inference}
+%\VignetteEngine{R.rsp::asis}
diff --git a/man/get_matches.Rd b/man/get_matches.Rd
new file mode 100644
index 0000000..0f58075
--- /dev/null
+++ b/man/get_matches.Rd
@@ -0,0 +1,31 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/class_functions.R
+\name{get_matches}
+\alias{get_matches}
+\title{Get matches from matchit object}
+\usage{
+get_matches(object, model_frame, id_cols = NULL, newdata = NULL)
+}
+\arguments{
+\item{object}{The \code{'matchit'} class model object}
+
+\item{model_frame}{The \code{'data.frame'} class object used in creation of \code{object}.}
+
+\item{id_cols}{A string indicating the ID for the datset used in the call to \code{\link{matchit}}. 
+This can be used in combination with \code{newdata} to return the base dataset. Defaults to 
+\code{NULL}.}
+
+\item{newdata}{A new \code{data.frame} object to extract matched observations from. Used in 
+conjunction with \code{id_cols}. Defaults to \code{NULL}.}
+}
+\value{
+If \code{newdata} is \code{NULL}, a subset of \code{model_frame} containing the rows 
+corresponding to the matched treatement and control observations with weights appended. If 
+\code{newdata} is not \code{NULL}, an equivalent subset of \code{newdata} is returned.
+}
+\description{
+Get the resulting matches from a \code{matchit} model object. This function allows the 
+user to extract the matches from the original dataset used in model building or from a new dataset
+that has a matching set of key column(s) (\code{id_cols}).
+}
+
diff --git a/man/is.matchit.Rd b/man/is.matchit.Rd
new file mode 100644
index 0000000..722cda6
--- /dev/null
+++ b/man/is.matchit.Rd
@@ -0,0 +1,19 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/class_functions.R
+\name{is.matchit}
+\alias{is.matchit}
+\title{Checks matchit Class}
+\usage{
+is.matchit(object)
+}
+\arguments{
+\item{object}{any R object}
+}
+\value{
+Returns \code{TRUE} if its argument has class "matchit" among its classes and
+\code{FALSE} otherwise.
+}
+\description{
+Function that checks if the target object is a \code{matchit} object.
+}
+
diff --git a/man/lalonde.Rd b/man/lalonde.Rd
index b597909..38a9e04 100644
--- a/man/lalonde.Rd
+++ b/man/lalonde.Rd
@@ -5,8 +5,7 @@
 
 \description{ This is a subsample of the data from the treated group in the National Supported
 Work Demonstration (NSW) and the comparison sample from the Current Population Survey (CPS).  
-This data was previously analyzed extensively by Lalonde (1986) and Dehejia and Wahba (1999).  
-The full dataset is available at \url{http://www.columbia.edu/~rd247/nswdata.html}. }
+This data was previously analyzed extensively by Lalonde (1986) and Dehejia and Wahba (1999). }
 
 \usage{data(lalonde)}
 
@@ -27,5 +26,5 @@ dollars.  "re78" is income in 1978, in U.S. dollars. }
 	Re-Evaluating the Evaluation  of Training Programs.  Journal of the American 
 	Statistical Association 94: 1053-1062.
 }
-\source{\url{http://www.columbia.edu/~rd247/nswdata.html}}
+
 \keyword{datasets}  
diff --git a/tests/testthat.R b/tests/testthat.R
new file mode 100644
index 0000000..4b29f57
--- /dev/null
+++ b/tests/testthat.R
@@ -0,0 +1,4 @@
+library(testthat)
+library(MatchIt)
+
+test_check("MatchIt")
diff --git a/tests/testthat/test-get_matches.R b/tests/testthat/test-get_matches.R
new file mode 100644
index 0000000..84c035b
--- /dev/null
+++ b/tests/testthat/test-get_matches.R
@@ -0,0 +1,289 @@
+
+library(testthat)
+library(MatchIt)
+
+data("lalonde")
+
+context("get_matches")
+
+test_that("can get correct matches, exact", {  
+  # preliminaries
+  m.out <- matchit(treat ~ educ + black + hispan, data = lalonde,
+                   method = "exact")
+  n_matched <- sum(m.out$nn[2,])
+  nms_matched <- names(m.out$subclass[!is.na(m.out$subclass)])
+  
+  lalonde$id <- 1:nrow(lalonde)
+  lalonde2 <- lalonde[sample.int(500, 3000, replace=TRUE),]
+  matches <- get_matches(m.out, lalonde)
+  matches2 <- get_matches(m.out, model_frame= lalonde, id_cols= "id", newdata= lalonde2)
+  
+  # tests -- no newdata
+  expect_equal(n_matched, nrow(matches))
+  expect_equal(sum(matches$treat), m.out$nn[2,2])
+  expect_equal(nrow(matches) - sum(matches$treat), m.out$nn[2,1])
+  expect_equal(sum(is.na(matches)), 0L)
+  expect_equal(names(matches), c(names(lalonde), "weight"))
+  expect_equal(ncol(matches), ncol(lalonde) + 1)
+  expect_true(all(matches[matches$treat == 1,]$weight == 1))
+  expect_true(all(matches$weight %in% m.out$weights))
+  expect_true(all(rownames(matches) %in% nms_matched))
+  expect_true(all(nms_matched %in% rownames(matches)))
+  
+  # tests -- newdata
+  expect_equal(sum(is.na(matches2)), 0L)
+  expect_true(all(names(matches2) %in% c(names(lalonde2), "weight")))
+  expect_true(all(c(names(lalonde2), "weight") %in% names(matches2)))
+  expect_equal(ncol(matches2), ncol(lalonde2) + 1)
+  expect_true(all(matches2[matches2$treat == 1,]$weight == 1))
+  expect_true(all(matches2$weight %in% m.out$weights))
+})
+
+test_that("can get correct matches, nearest", {
+  m.out <- matchit(treat ~ re74 + re75 + educ + black + hispan + age,
+                   data = lalonde, method = "nearest")
+  n_matched <- sum(m.out$nn[2,])
+  nms_matched <- c(rownames(m.out$match.matrix), c(m.out$match.matrix))
+  
+  lalonde$id <- 1:nrow(lalonde)
+  lalonde2 <- lalonde[sample.int(500, 3000, replace=TRUE),]
+  matches <- get_matches(m.out, lalonde)
+  matches2 <- get_matches(m.out, model_frame= lalonde, id_cols= "id", newdata= lalonde2)
+  
+  # tests -- no newdata
+  expect_equal(n_matched, nrow(matches))
+  expect_equal(sum(matches$treat), m.out$nn[2,2])
+  expect_equal(nrow(matches) - sum(matches$treat), m.out$nn[2,1])
+  expect_equal(sum(is.na(matches)), 0L)
+  expect_equal(names(matches), c(names(lalonde), "weight"))
+  expect_equal(ncol(matches), ncol(lalonde) + 1)
+  expect_true(all(matches[matches$treat == 1,]$weight == 1))
+  expect_true(all(matches$weight %in% m.out$weights))
+  expect_true(all(rownames(matches) %in% nms_matched))
+  expect_true(all(nms_matched %in% rownames(matches)))
+  
+  # tests -- newdata
+  expect_equal(sum(is.na(matches2)), 0L)
+  expect_true(all(names(matches2) %in% c(names(lalonde2), "weight")))
+  expect_true(all(c(names(lalonde2), "weight") %in% names(matches2)))
+  expect_equal(ncol(matches2), ncol(lalonde2) + 1)
+  expect_true(all(matches2[matches2$treat == 1,]$weight == 1))
+  expect_true(all(matches2$weight %in% m.out$weights))
+  
+})
+
+
+test_that("can get correct matches, full", {
+  # preliminaries
+  m.out <- matchit(treat ~ age + educ + black + hispan + married +
+                     nodegree + re74 + re75, data = lalonde, method = "full")
+  n_matched <- sum(m.out$nn[2,])
+  nms_matched <- names(m.out$subclass[!is.na(m.out$subclass)])
+  
+  lalonde$id <- 1:nrow(lalonde)
+  lalonde2 <- lalonde[sample.int(500, 3000, replace=TRUE),]
+  matches <- get_matches(m.out, lalonde)
+  matches2 <- get_matches(m.out, model_frame= lalonde, id_cols= "id", newdata= lalonde2)
+  
+  # tests -- no newdata
+  expect_equal(n_matched, nrow(matches))
+  expect_equal(sum(matches$treat), m.out$nn[2,2])
+  expect_equal(nrow(matches) - sum(matches$treat), m.out$nn[2,1])
+  expect_equal(sum(is.na(matches)), 0L)
+  expect_equal(names(matches), c(names(lalonde), "weight"))
+  expect_equal(ncol(matches), ncol(lalonde) + 1)
+  expect_true(all(matches[matches$treat == 1,]$weight == 1))
+  expect_true(all(matches$weight %in% m.out$weights))
+  expect_true(all(rownames(matches) %in% nms_matched))
+  expect_true(all(nms_matched %in% rownames(matches)))
+  
+  # tests -- newdata
+  expect_equal(sum(is.na(matches2)), 0L)
+  expect_true(all(names(matches2) %in% c(names(lalonde2), "weight")))
+  expect_true(all(c(names(lalonde2), "weight") %in% names(matches2)))
+  expect_equal(ncol(matches2), ncol(lalonde2) + 1)
+  expect_true(all(matches2[matches2$treat == 1,]$weight == 1))
+  expect_true(all(matches2$weight %in% m.out$weights))
+})
+
+
+test_that("can get correct matches, optimal", {
+  ratio <- 2
+  m.out <- matchit(treat ~ re74 + re75 + age + educ, data = lalonde,
+                   method = "optimal", ratio = ratio)
+  n_matched <- sum(m.out$nn[2,])
+  nms_matched <- c(rownames(m.out$match.matrix), c(m.out$match.matrix))
+  
+  lalonde$id <- 1:nrow(lalonde)
+  lalonde2 <- lalonde[sample.int(500, 3000, replace=TRUE),]
+  matches <- get_matches(m.out, lalonde)
+  matches2 <- get_matches(m.out, model_frame= lalonde, id_cols= "id", newdata= lalonde2)
+  
+  # tests -- no newdata
+  expect_equal(n_matched, nrow(matches))
+  expect_equal(sum(matches$treat), m.out$nn[2,2])
+  expect_equal(nrow(matches) - sum(matches$treat), m.out$nn[2,1])
+  expect_equal(sum(is.na(matches)), 0L)
+  expect_equal(names(matches), c(names(lalonde), "weight"))
+  expect_equal(ncol(matches), ncol(lalonde) + 1)
+  expect_true(all(matches[matches$treat == 1,]$weight == 1))
+  expect_true(all(matches$weight %in% c(1, 1 / ratio)))
+  expect_true(all(rownames(matches) %in% nms_matched))
+  expect_true(all(nms_matched %in% rownames(matches)))
+  
+  # tests -- newdata
+  expect_equal(sum(is.na(matches2)), 0L)
+  expect_true(all(names(matches2) %in% c(names(lalonde2), "weight")))
+  expect_true(all(c(names(lalonde2), "weight") %in% names(matches2)))
+  expect_equal(ncol(matches2), ncol(lalonde2) + 1)
+  expect_true(all(matches2[matches2$treat == 1,]$weight == 1))
+  expect_true(all(matches2$weight %in% c(1, 1 / ratio)))
+})
+
+
+test_that("can get correct matches, subclass", {
+  m.out <- matchit(treat ~ re74 + re75 + educ + black + hispan + age,
+                   data = lalonde, method = "subclass")
+  n_matched <- sum(m.out$nn[2,])
+  nms_matched <- names(m.out$subclass[!is.na(m.out$subclass)])
+  
+  lalonde$id <- 1:nrow(lalonde)
+  lalonde2 <- lalonde[sample.int(500, 3000, replace=TRUE),]
+  matches <- get_matches(m.out, lalonde)
+  matches2 <- get_matches(m.out, model_frame= lalonde, id_cols= "id", newdata= lalonde2)
+  
+  # tests -- no newdata
+  expect_equal(n_matched, nrow(matches))
+  expect_equal(sum(matches$treat), m.out$nn[2,2])
+  expect_equal(nrow(matches) - sum(matches$treat), m.out$nn[2,1])
+  expect_equal(sum(is.na(matches)), 0L)
+  expect_equal(names(matches), c(names(lalonde), "weight"))
+  expect_equal(ncol(matches), ncol(lalonde) + 1)
+  expect_true(all(matches[matches$treat == 1,]$weight == 1))
+  expect_true(all(matches$weight %in% m.out$weights))
+  expect_true(all(rownames(matches) %in% nms_matched))
+  expect_true(all(nms_matched %in% rownames(matches)))
+  
+  # tests -- newdata
+  expect_equal(sum(is.na(matches2)), 0L)
+  expect_true(all(names(matches2) %in% c(names(lalonde2), "weight")))
+  expect_true(all(c(names(lalonde2), "weight") %in% names(matches2)))
+  expect_equal(ncol(matches2), ncol(lalonde2) + 1)
+  expect_true(all(matches2[matches2$treat == 1,]$weight == 1))
+  expect_true(all(matches2$weight %in% m.out$weights))
+})
+
+test_that("can get correct matches, genetic", {  ## this one is problematic -- problematic returns
+  m.out <- matchit(treat ~ age + educ + black + hispan + married + nodegree +
+                     re74 + re75, data = lalonde, method = "genetic")
+  n_matched <- sum(m.out$nn[2,])
+  nms_matched <- c(rownames(m.out$match.matrix), m.out$match.matrix[,1], 
+                   m.out$match.matrix[which(!is.na(m.out$match.matrix[,2])), 2])
+  
+  lalonde$id <- 1:nrow(lalonde)
+  lalonde2 <- lalonde[sample.int(500, 3000, replace=TRUE),]
+  matches <- get_matches(m.out, lalonde)
+  matches2 <- get_matches(m.out, model_frame= lalonde, id_cols= "id", newdata= lalonde2)
+  
+  # tests -- no newdata
+  expect_equal(n_matched, nrow(matches))
+  expect_equal(sum(matches$treat), m.out$nn[2,2])
+  expect_equal(nrow(matches) - sum(matches$treat), m.out$nn[2,1])
+  expect_equal(sum(is.na(matches)), 0L)
+  expect_equal(names(matches), c(names(lalonde), "weight"))
+  expect_equal(ncol(matches), ncol(lalonde) + 1)
+  expect_true(all(matches[matches$treat == 1,]$weight == 1))
+  expect_true(all(rownames(matches) %in% nms_matched))
+  expect_true(all(nms_matched %in% rownames(matches)))
+  
+  # tests -- newdata
+  expect_equal(sum(is.na(matches2)), 0L)
+  expect_true(all(names(matches2) %in% c(names(lalonde2), "weight")))
+  expect_true(all(c(names(lalonde2), "weight") %in% names(matches2)))
+  expect_equal(ncol(matches2), ncol(lalonde2) + 1)
+  expect_true(all(matches2[matches2$treat == 1,]$weight == 1))
+})
+
+test_that("can get correct matches, cem", {
+  library(cem)
+  m.out <- matchit(treat ~ age + educ + black + hispan + married + nodegree
+                   + re74 + re75, data = lalonde, method = "cem")
+  n_matched <- sum(m.out$nn[2,])
+  nms_matched <- names(m.out$subclass[!is.na(m.out$subclass)])
+  
+  lalonde$id <- 1:nrow(lalonde)
+  lalonde2 <- lalonde[sample.int(500, 3000, replace=TRUE),]
+  matches <- get_matches(m.out, lalonde)
+  matches2 <- get_matches(m.out, model_frame= lalonde, id_cols= "id", newdata= lalonde2)
+  
+  # tests -- no newdata
+  expect_equal(n_matched, nrow(matches))
+  expect_equal(sum(matches$treat), m.out$nn[2,2])
+  expect_equal(nrow(matches) - sum(matches$treat), m.out$nn[2,1])
+  expect_equal(sum(is.na(matches)), 0L)
+  expect_equal(names(matches), c(names(lalonde), "weight"))
+  expect_equal(ncol(matches), ncol(lalonde) + 1)
+  expect_true(all(matches[matches$treat == 1,]$weight == 1))
+  expect_true(all(matches$weight %in% m.out$weights))
+  expect_true(all(rownames(matches) %in% nms_matched))
+  expect_true(all(nms_matched %in% rownames(matches)))
+  
+  # tests -- newdata
+  expect_equal(sum(is.na(matches2)), 0L)
+  expect_true(all(names(matches2) %in% c(names(lalonde2), "weight")))
+  expect_true(all(c(names(lalonde2), "weight") %in% names(matches2)))
+  expect_equal(ncol(matches2), ncol(lalonde2) + 1)
+  expect_true(all(matches2[matches2$treat == 1,]$weight == 1))
+  expect_true(all(matches2$weight %in% m.out$weights))
+  
+})
+
+l_treat <- do.call("rbind",replicate(10, lalonde[lalonde$treat == 1, ], simplify = FALSE))
+l_contr <- do.call("rbind",replicate(3, lalonde[lalonde$treat == 0, ], simplify = FALSE))
+l2 <- do.call("rbind", list(l_treat, l_contr)); rm(l_treat, l_contr)
+rownames(l2) <- 1:nrow(l2)
+
+test_that("correct weights for replace= TRUE", {
+  m.out <- matchit(treat ~ re74 + re75 + educ + black + hispan + age,
+                   data = l2, method = "nearest", replace= TRUE)
+  n_matched <- sum(m.out$nn[2,])
+  nms_matched <- c(rownames(m.out$match.matrix), c(m.out$match.matrix))
+  
+  matches <- get_matches(m.out, l2)
+  exp_wts <- c(1, unique(as.vector(table(m.out$match.matrix))))
+  
+  # tests -- no newdata
+  expect_equal(n_matched, nrow(matches))
+  expect_equal(sum(matches$treat), m.out$nn[2,2])
+  expect_equal(nrow(matches) - sum(matches$treat), m.out$nn[2,1])
+  expect_equal(sum(is.na(matches)), 0L)
+  expect_equal(names(matches), c(names(lalonde), "weight"))
+  expect_equal(ncol(matches), ncol(lalonde) + 1)
+  expect_true(all(matches[matches$treat == 1,]$weight == 1))
+  expect_true(all(matches$weight %in% exp_wts))
+  expect_true(all(rownames(matches) %in% nms_matched))
+  expect_true(all(nms_matched %in% rownames(matches)))
+})
+
+
+test_that("correct weights for replace= TRUE; test2", {
+  m.out <- matchit(treat ~ re74 + re75 + educ + black + hispan + age,
+                   data = l2, method = "cem")
+  n_matched <- sum(m.out$nn[2,])
+  nms_matched <- names(m.out$subclass[!is.na(m.out$subclass)])
+  
+  matches <- get_matches(m.out, l2)
+  exp_wts <- c(1, unique(as.vector(table(m.out$match.matrix))))
+  
+  # tests -- no newdata
+  expect_equal(n_matched, nrow(matches))
+  expect_equal(sum(matches$treat), m.out$nn[2,2])
+  expect_equal(nrow(matches) - sum(matches$treat), m.out$nn[2,1])
+  expect_equal(sum(is.na(matches)), 0L)
+  expect_equal(names(matches), c(names(lalonde), "weight"))
+  expect_equal(ncol(matches), ncol(lalonde) + 1)
+  expect_true(all(matches[matches$treat == 1,]$weight == 1))
+  expect_true(all(matches$weight %in% m.out$weights))
+  expect_true(all(rownames(matches) %in% nms_matched))
+  expect_true(all(nms_matched %in% rownames(matches)))
+})
diff --git a/vignettes/Makefile b/vignettes/Makefile
deleted file mode 100755
index b338f6c..0000000
--- a/vignettes/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all:
-	pdflatex matchit
-	bibtex matchit
-	pdflatex matchit
-	pdflatex matchit
-matchit.pdf:
-	pdflatex matchit
-	bibtex matchit
-	pdflatex matchit
-	pdflatex matchit
diff --git a/vignettes/asa.bst b/vignettes/asa.bst
deleted file mode 100644
index 4e12e00..0000000
--- a/vignettes/asa.bst
+++ /dev/null
@@ -1,1505 +0,0 @@
-%%
-%% This is file `asa.bst',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% merlin.mbs  (with options: `,ay,nat,nm-rev,ed-rev,nmdash,dt-beg,yr-par,note-yr,tit-qq,atit-u,thtit-a,vnum-x,volp-com,pp-last,add-pub,pre-pub,edpar,edby,edbyx,blk-com,pp,ed,abr,ednx,ord,em-it,nfss')
-%% ----------------------------------------
-%% *** BibTeX Style for ASA Journals ***
-%% (Brett Presnell, 24 August 1998)
-%% 
- %-------------------------------------------------------------------
- % The original source file contains the following version information:
- % \ProvidesFile{merlin.mbs}[1998/02/25 3.85a (PWD)]
- %
- % NOTICE:
- % This file may be used for non-profit purposes.
- % It may not be distributed in exchange for money,
- %   other than distribution costs.
- %
- % The author provides it `as is' and does not guarantee it in any way.
- %
- % Copyright (C) 1994-98 Patrick W. Daly
- %-------------------------------------------------------------------
- %   For use with BibTeX version 0.99a or later
- %-------------------------------------------------------------------
- % This bibliography style file is intended for texts in ENGLISH
- % This is an author-year citation style bibliography. As such, it is
- % non-standard LaTeX, and requires a special package file to function properly.
- % Such a package is    natbib.sty   by Patrick W. Daly
- % The form of the \bibitem entries is
- %   \bibitem[Jones et al.(1990)]{key}...
- %   \bibitem[Jones et al.(1990)Jones, Baker, and Smith]{key}...
- % The essential feature is that the label (the part in brackets) consists
- % of the author names, as they should appear in the citation, with the year
- % in parentheses following. There must be no space before the opening
- % parenthesis!
- % With natbib v5.3, a full list of authors may also follow the year.
- % In natbib.sty, it is possible to define the type of enclosures that is
- % really wanted (brackets or parentheses), but in either case, there must
- % be parentheses in the label.
- % The \cite command functions as follows:
- %   \citet{key} ==>>                Jones et al. (1990)
- %   \citet*{key} ==>>               Jones, Baker, and Smith (1990)
- %   \citep{key} ==>>                (Jones et al., 1990)
- %   \citep*{key} ==>>               (Jones, Baker, and Smith, 1990)
- %   \citep[chap. 2]{key} ==>>       (Jones et al., 1990, chap. 2)
- %   \citep[e.g.][]{key} ==>>        (e.g. Jones et al., 1990)
- %   \citep[e.g.][p. 32]{key} ==>>   (e.g. Jones et al., p. 32)
- %   \citeauthor{key} ==>>           Jones et al.
- %   \citeauthor*{key} ==>>          Jones, Baker, and Smith
- %   \citeyear{key} ==>>             1990
- %---------------------------------------------------------------------
-
-ENTRY
-  { address
-    author
-    booktitle
-    chapter
-    edition
-    editor
-    howpublished
-    institution
-    journal
-    key
-    month
-    note
-    number
-    organization
-    pages
-    publisher
-    school
-    series
-    title
-    type
-    volume
-    year
-  }
-  {}
-  { label extra.label sort.label short.list }
-
-INTEGERS { output.state before.all mid.sentence after.sentence after.block }
-
-FUNCTION {init.state.consts}
-{ #0 'before.all :=
-  #1 'mid.sentence :=
-  #2 'after.sentence :=
-  #3 'after.block :=
-}
-
-STRINGS { s t }
-
-FUNCTION {output.nonnull}
-{ 's :=
-  output.state mid.sentence =
-    { ", " * write$ }
-    { output.state after.block =
-        { add.period$ write$
-          newline$
-          "\newblock " write$
-        }
-        { output.state before.all =
-            'write$
-            { add.period$ " " * write$ }
-          if$
-        }
-      if$
-      mid.sentence 'output.state :=
-    }
-  if$
-  s
-}
-
-FUNCTION {output}
-{ duplicate$ empty$
-    'pop$
-    'output.nonnull
-  if$
-}
-
-FUNCTION {output.check}
-{ 't :=
-  duplicate$ empty$
-    { pop$ "empty " t * " in " * cite$ * warning$ }
-    'output.nonnull
-  if$
-}
-
-FUNCTION {fin.entry}
-{ add.period$
-  write$
-  newline$
-}
-
-FUNCTION {new.block}
-{ output.state before.all =
-    'skip$
-    { after.block 'output.state := }
-  if$
-}
-
-FUNCTION {new.sentence}
-{ output.state after.block =
-    'skip$
-    { output.state before.all =
-        'skip$
-        { after.sentence 'output.state := }
-      if$
-    }
-  if$
-}
-
-FUNCTION {add.blank}
-{  " " * before.all 'output.state :=
-}
-
-FUNCTION {date.block}
-{
-  skip$
-}
-
-FUNCTION {not}
-{   { #0 }
-    { #1 }
-  if$
-}
-
-FUNCTION {and}
-{   'skip$
-    { pop$ #0 }
-  if$
-}
-
-FUNCTION {or}
-{   { pop$ #1 }
-    'skip$
-  if$
-}
-
-FUNCTION {non.stop}
-{ duplicate$
-   "}" * add.period$
-   #-1 #1 substring$ "." =
-}
-
-FUNCTION {new.block.checkb}
-{ empty$
-  swap$ empty$
-  and
-    'skip$
-    'new.block
-  if$
-}
-
-FUNCTION {field.or.null}
-{ duplicate$ empty$
-    { pop$ "" }
-    'skip$
-  if$
-}
-
-FUNCTION {emphasize}
-{ duplicate$ empty$
-    { pop$ "" }
-    { "\textit{" swap$ * "}" * }
-  if$
-}
-
-FUNCTION {capitalize}
-{ "u" change.case$ "t" change.case$ }
-
-FUNCTION {space.word}
-{ " " swap$ * " " * }
-
- % Here are the language-specific definitions for explicit words.
- % Each function has a name bbl.xxx where xxx is the English word.
- % The language selected here is ENGLISH
-FUNCTION {bbl.and}
-{ "and"}
-
-FUNCTION {bbl.editors}
-{ "eds." }
-
-FUNCTION {bbl.editor}
-{ "ed." }
-
-FUNCTION {bbl.edby}
-{ "edited by" }
-
-FUNCTION {bbl.edition}
-{ "ed." }
-
-FUNCTION {bbl.volume}
-{ "vol." }
-
-FUNCTION {bbl.of}
-{ "of" }
-
-FUNCTION {bbl.number}
-{ "no." }
-
-FUNCTION {bbl.nr}
-{ "no." }
-
-FUNCTION {bbl.in}
-{ "in" }
-
-FUNCTION {bbl.pages}
-{ "pp." }
-
-FUNCTION {bbl.page}
-{ "p." }
-
-FUNCTION {bbl.chapter}
-{ "chap." }
-
-FUNCTION {bbl.techrep}
-{ "Tech. Rep." }
-
-FUNCTION {bbl.mthesis}
-{ "Master's thesis" }
-
-FUNCTION {bbl.phdthesis}
-{ "Ph.D. thesis" }
-
-FUNCTION {bbl.first}
-{ "1st" }
-
-FUNCTION {bbl.second}
-{ "2nd" }
-
-FUNCTION {bbl.third}
-{ "3rd" }
-
-FUNCTION {bbl.fourth}
-{ "4th" }
-
-FUNCTION {bbl.fifth}
-{ "5th" }
-
-FUNCTION {bbl.st}
-{ "st" }
-
-FUNCTION {bbl.nd}
-{ "nd" }
-
-FUNCTION {bbl.rd}
-{ "rd" }
-
-FUNCTION {bbl.th}
-{ "th" }
-
-MACRO {jan} {"Jan."}
-
-MACRO {feb} {"Feb."}
-
-MACRO {mar} {"Mar."}
-
-MACRO {apr} {"Apr."}
-
-MACRO {may} {"May"}
-
-MACRO {jun} {"Jun."}
-
-MACRO {jul} {"Jul."}
-
-MACRO {aug} {"Aug."}
-
-MACRO {sep} {"Sep."}
-
-MACRO {oct} {"Oct."}
-
-MACRO {nov} {"Nov."}
-
-MACRO {dec} {"Dec."}
-
-FUNCTION {eng.ord}
-{ duplicate$ "1" swap$ *
-  #-2 #1 substring$ "1" =
-     { bbl.th * }
-     { duplicate$ #-1 #1 substring$
-       duplicate$ "1" =
-         { pop$ bbl.st * }
-         { duplicate$ "2" =
-             { pop$ bbl.nd * }
-             { "3" =
-                 { bbl.rd * }
-                 { bbl.th * }
-               if$
-             }
-           if$
-          }
-       if$
-     }
-   if$
-}
-
-MACRO {acmcs} {"ACM Computing Surveys"}
-
-MACRO {acta} {"Acta Informatica"}
-
-MACRO {cacm} {"Communications of the ACM"}
-
-MACRO {ibmjrd} {"IBM Journal of Research and Development"}
-
-MACRO {ibmsj} {"IBM Systems Journal"}
-
-MACRO {ieeese} {"IEEE Transactions on Software Engineering"}
-
-MACRO {ieeetc} {"IEEE Transactions on Computers"}
-
-MACRO {ieeetcad}
- {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"}
-
-MACRO {ipl} {"Information Processing Letters"}
-
-MACRO {jacm} {"Journal of the ACM"}
-
-MACRO {jcss} {"Journal of Computer and System Sciences"}
-
-MACRO {scp} {"Science of Computer Programming"}
-
-MACRO {sicomp} {"SIAM Journal on Computing"}
-
-MACRO {tocs} {"ACM Transactions on Computer Systems"}
-
-MACRO {tods} {"ACM Transactions on Database Systems"}
-
-MACRO {tog} {"ACM Transactions on Graphics"}
-
-MACRO {toms} {"ACM Transactions on Mathematical Software"}
-
-MACRO {toois} {"ACM Transactions on Office Information Systems"}
-
-MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"}
-
-MACRO {tcs} {"Theoretical Computer Science"}
-
-INTEGERS { nameptr namesleft numnames }
-
-FUNCTION {format.names}
-{ 's :=
-  #1 'nameptr :=
-  s num.names$ 'numnames :=
-  numnames 'namesleft :=
-    { namesleft #0 > }
-    { s nameptr
-      "{vv~}{ll}{, jj}{, f.}" format.name$
-    't :=
-      nameptr #1 >
-        {
-          namesleft #1 >
-            { ", " * t * }
-            {
-              numnames #2 >
-                { "," * }
-                'skip$
-              if$
-              s nameptr "{ll}" format.name$ duplicate$ "others" =
-                { 't := }
-                { pop$ }
-              if$
-              t "others" =
-                {
-                  " et~al." *
-                }
-                { bbl.and space.word * t * }
-              if$
-            }
-          if$
-        }
-        't
-      if$
-      nameptr #1 + 'nameptr :=
-      namesleft #1 - 'namesleft :=
-    }
-  while$
-}
-FUNCTION {format.names.ed}
-{ format.names }
-FUNCTION {format.key}
-{ empty$
-    { key field.or.null }
-    { "" }
-  if$
-}
-
-FUNCTION {format.authors}
-{ author empty$
-    { "" }
-    { author format.names }
-  if$
-}
-
-FUNCTION {format.editors}
-{ editor empty$
-    { "" }
-    { editor format.names
-      editor num.names$ #1 >
-        { " (" * bbl.editors * ")" * }
-        { " (" * bbl.editor * ")" * }
-      if$
-    }
-  if$
-}
-
-FUNCTION {format.in.editors}
-{ editor empty$
-    { "" }
-    { editor format.names.ed
-    }
-  if$
-}
-
-FUNCTION {format.note}
-{ note empty$
-    { "" }
-    { note #1 #1 substring$
-      duplicate$ "{" =
-        'skip$
-        { output.state mid.sentence =
-          { "l" }
-          { "u" }
-        if$
-        change.case$
-        }
-      if$
-      note #2 global.max$ substring$ *
-    }
-  if$
-}
-
-FUNCTION {format.title}
-{ title empty$
-    { "" }
-    { title
-      "\enquote{" swap$ *
-      non.stop
-        { ",} " * }
-        { "} " * }
-      if$
-    }
-  if$
-}
-
-FUNCTION {end.quote.title}
-{ title empty$
-    'skip$
-    { before.all 'output.state := }
-  if$
-}
-
-FUNCTION {format.full.names}
-{'s :=
-  #1 'nameptr :=
-  s num.names$ 'numnames :=
-  numnames 'namesleft :=
-    { namesleft #0 > }
-    { s nameptr
-      "{vv~}{ll}" format.name$
-      't :=
-      nameptr #1 >
-        {
-          namesleft #1 >
-            { ", " * t * }
-            {
-              numnames #2 >
-                { "," * }
-                'skip$
-              if$
-              s nameptr "{ll}" format.name$ duplicate$ "others" =
-                { 't := }
-                { pop$ }
-              if$
-              t "others" =
-                {
-                  " et~al." *
-                }
-                { bbl.and space.word * t * }
-              if$
-            }
-          if$
-        }
-        't
-      if$
-      nameptr #1 + 'nameptr :=
-      namesleft #1 - 'namesleft :=
-    }
-  while$
-}
-
-FUNCTION {author.editor.key.full}
-{ author empty$
-    { editor empty$
-        { key empty$
-            { cite$ #1 #3 substring$ }
-            'key
-          if$
-        }
-        { editor format.full.names }
-      if$
-    }
-    { author format.full.names }
-  if$
-}
-
-FUNCTION {author.key.full}
-{ author empty$
-    { key empty$
-         { cite$ #1 #3 substring$ }
-          'key
-      if$
-    }
-    { author format.full.names }
-  if$
-}
-
-FUNCTION {editor.key.full}
-{ editor empty$
-    { key empty$
-         { cite$ #1 #3 substring$ }
-          'key
-      if$
-    }
-    { editor format.full.names }
-  if$
-}
-
-FUNCTION {make.full.names}
-{ type$ "book" =
-  type$ "inbook" =
-  or
-    'author.editor.key.full
-    { type$ "proceedings" =
-        'editor.key.full
-        'author.key.full
-      if$
-    }
-  if$
-}
-
-FUNCTION {output.bibitem}
-{ newline$
-  "\bibitem[{" write$
-  label write$
-  ")" make.full.names duplicate$ short.list =
-     { pop$ }
-     { * }
-   if$
-  "}]{" * write$
-  cite$ write$
-  "}" write$
-  newline$
-  ""
-  before.all 'output.state :=
-}
-
-FUNCTION {n.dashify}
-{
-  't :=
-  ""
-    { t empty$ not }
-    { t #1 #1 substring$ "-" =
-        { t #1 #2 substring$ "--" = not
-            { "--" *
-              t #2 global.max$ substring$ 't :=
-            }
-            {   { t #1 #1 substring$ "-" = }
-                { "-" *
-                  t #2 global.max$ substring$ 't :=
-                }
-              while$
-            }
-          if$
-        }
-        { t #1 #1 substring$ *
-          t #2 global.max$ substring$ 't :=
-        }
-      if$
-    }
-  while$
-}
-
-FUNCTION {word.in}
-{ bbl.in
-  " " * }
-
-FUNCTION {format.date}
-{ year duplicate$ empty$
-    { "empty year in " cite$ * "; set to ????" * warning$
-       pop$ "????" }
-    'skip$
-  if$
-  extra.label *
-  before.all 'output.state :=
-  " (" swap$ * ")" *
-}
-
-FUNCTION {format.btitle}
-{ title emphasize
-}
-
-FUNCTION {tie.or.space.connect}
-{ duplicate$ text.length$ #3 <
-    { "~" }
-    { " " }
-  if$
-  swap$ * *
-}
-
-FUNCTION {either.or.check}
-{ empty$
-    'pop$
-    { "can't use both " swap$ * " fields in " * cite$ * warning$ }
-  if$
-}
-
-FUNCTION {format.bvolume}
-{ volume empty$
-    { "" }
-    { bbl.volume volume tie.or.space.connect
-      series empty$
-        'skip$
-        { bbl.of space.word * series emphasize * }
-      if$
-      "volume and number" number either.or.check
-    }
-  if$
-}
-
-FUNCTION {format.number.series}
-{ volume empty$
-    { number empty$
-        { series field.or.null }
-        { output.state mid.sentence =
-            { bbl.number }
-            { bbl.number capitalize }
-          if$
-          number tie.or.space.connect
-          series empty$
-            { "there's a number but no series in " cite$ * warning$ }
-            { bbl.in space.word * series * }
-          if$
-        }
-      if$
-    }
-    { "" }
-  if$
-}
-
-FUNCTION {is.num}
-{ chr.to.int$
-  duplicate$ "0" chr.to.int$ < not
-  swap$ "9" chr.to.int$ > not and
-}
-
-FUNCTION {extract.num}
-{ duplicate$ 't :=
-  "" 's :=
-  { t empty$ not }
-  { t #1 #1 substring$
-    t #2 global.max$ substring$ 't :=
-    duplicate$ is.num
-      { s swap$ * 's := }
-      { pop$ "" 't := }
-    if$
-  }
-  while$
-  s empty$
-    'skip$
-    { pop$ s }
-  if$
-}
-
-FUNCTION {convert.edition}
-{ edition extract.num "l" change.case$ 's :=
-  s "first" = s "1" = or
-    { bbl.first 't := }
-    { s "second" = s "2" = or
-        { bbl.second 't := }
-        { s "third" = s "3" = or
-            { bbl.third 't := }
-            { s "fourth" = s "4" = or
-                { bbl.fourth 't := }
-                { s "fifth" = s "5" = or
-                    { bbl.fifth 't := }
-                    { s #1 #1 substring$ is.num
-                        { s eng.ord 't := }
-                        { edition 't := }
-                      if$
-                    }
-                  if$
-                }
-              if$
-            }
-          if$
-        }
-      if$
-    }
-  if$
-  t
-}
-
-FUNCTION {format.edition}
-{ edition empty$
-    { "" }
-    { output.state mid.sentence =
-        { convert.edition "l" change.case$ " " * bbl.edition * }
-        { convert.edition "t" change.case$ " " * bbl.edition * }
-      if$
-    }
-  if$
-}
-
-INTEGERS { multiresult }
-
-FUNCTION {multi.page.check}
-{ 't :=
-  #0 'multiresult :=
-    { multiresult not
-      t empty$ not
-      and
-    }
-    { t #1 #1 substring$
-      duplicate$ "-" =
-      swap$ duplicate$ "," =
-      swap$ "+" =
-      or or
-        { #1 'multiresult := }
-        { t #2 global.max$ substring$ 't := }
-      if$
-    }
-  while$
-  multiresult
-}
-
-FUNCTION {format.pages}
-{ pages empty$
-    { "" }
-    { pages multi.page.check
-        { bbl.pages pages n.dashify tie.or.space.connect }
-        { bbl.page pages tie.or.space.connect }
-      if$
-    }
-  if$
-}
-
-FUNCTION {format.journal.pages}
-{ pages empty$
-    'skip$
-    { duplicate$ empty$
-        { pop$ format.pages }
-        {
-          ", " *
-          pages n.dashify *
-        }
-      if$
-    }
-  if$
-}
-
-FUNCTION {format.vol.num.pages}
-{ volume field.or.null
-}
-
-FUNCTION {format.chapter.pages}
-{ chapter empty$
-    { "" }
-    { type empty$
-        { bbl.chapter }
-        { type "l" change.case$ }
-      if$
-      chapter tie.or.space.connect
-    }
-  if$
-}
-
-FUNCTION {format.in.ed.booktitle}
-{ booktitle empty$
-    { "" }
-    { editor empty$
-        { word.in booktitle emphasize * }
-        { word.in booktitle emphasize *
-          ", " *
-          editor num.names$ #1 >
-            { bbl.editors }
-            { bbl.editor }
-          if$
-          * " " *
-          format.in.editors *
-        }
-      if$
-    }
-  if$
-}
-
-FUNCTION {format.thesis.type}
-{ type empty$
-    'skip$
-    { pop$
-      type "t" change.case$
-    }
-  if$
-}
-
-FUNCTION {format.tr.number}
-{ type empty$
-    { bbl.techrep }
-    'type
-  if$
-  number empty$
-    { "t" change.case$ }
-    { number tie.or.space.connect }
-  if$
-}
-
-FUNCTION {format.article.crossref}
-{
-  word.in
-  " \cite{" * crossref * "}" *
-}
-
-FUNCTION {format.book.crossref}
-{ volume empty$
-    { "empty volume in " cite$ * "'s crossref of " * crossref * warning$
-      word.in
-    }
-    { bbl.volume volume tie.or.space.connect
-      bbl.of space.word *
-    }
-  if$
-  " \cite{" * crossref * "}" *
-}
-
-FUNCTION {format.incoll.inproc.crossref}
-{
-  word.in
-  " \cite{" * crossref * "}" *
-}
-
-FUNCTION {format.publisher}
-{ publisher empty$
-    { "empty publisher in " cite$ * warning$ }
-    'skip$
-  if$
-  ""
-  address empty$ publisher empty$ and
-    'skip$
-    {
-      address empty$
-        'skip$
-        { address * }
-      if$
-      publisher empty$
-        'skip$
-        { address empty$
-            'skip$
-            { ": " * }
-          if$
-          publisher *
-        }
-      if$
-    }
-  if$
-  output
-}
-
-STRINGS {oldname}
-
-FUNCTION {name.or.dash}
-{ 's :=
-   oldname empty$
-     { s 'oldname := s }
-     { s oldname =
-         { "---" }
-         { s 'oldname := s }
-       if$
-     }
-   if$
-}
-
-FUNCTION {article}
-{ output.bibitem
-  format.authors "author" output.check
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.title "title" output.check
-  end.quote.title
-  crossref missing$
-    { journal
-      emphasize
-      "journal" output.check
-      format.vol.num.pages output
-    }
-    { format.article.crossref output.nonnull
-      format.pages output
-    }
-  if$
-  format.journal.pages
-  format.note output
-  fin.entry
-}
-
-FUNCTION {book}
-{ output.bibitem
-  author empty$
-    { format.editors "author and editor" output.check
-      editor format.key output
-      name.or.dash
-    }
-    { format.authors output.nonnull
-      name.or.dash
-      crossref missing$
-        { "author and editor" editor either.or.check }
-        'skip$
-      if$
-    }
-  if$
-  format.date "year" output.check
-  date.block
-  format.btitle "title" output.check
-  crossref missing$
-    { format.bvolume output
-      format.number.series output
-      format.publisher
-    }
-    {
-      format.book.crossref output.nonnull
-    }
-  if$
-  format.edition output
-  format.note output
-  fin.entry
-}
-
-FUNCTION {booklet}
-{ output.bibitem
-  format.authors output
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.title "title" output.check
-  end.quote.title
-  howpublished output
-  address output
-  format.note output
-  fin.entry
-}
-
-FUNCTION {inbook}
-{ output.bibitem
-  author empty$
-    { format.editors "author and editor" output.check
-      editor format.key output
-      name.or.dash
-    }
-    { format.authors output.nonnull
-      name.or.dash
-      crossref missing$
-        { "author and editor" editor either.or.check }
-        'skip$
-      if$
-    }
-  if$
-  format.date "year" output.check
-  date.block
-  format.btitle "title" output.check
-  crossref missing$
-    {
-      format.publisher
-      format.bvolume output
-      format.chapter.pages "chapter and pages" output.check
-      format.number.series output
-    }
-    {
-      format.chapter.pages "chapter and pages" output.check
-      format.book.crossref output.nonnull
-    }
-  if$
-  format.edition output
-  format.pages "pages" output.check
-  format.note output
-  fin.entry
-}
-
-FUNCTION {incollection}
-{ output.bibitem
-  format.authors "author" output.check
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.title "title" output.check
-  end.quote.title
-  crossref missing$
-    { format.in.ed.booktitle "booktitle" output.check
-      format.publisher
-      format.bvolume output
-      format.number.series output
-      format.chapter.pages output
-      format.edition output
-    }
-    { format.incoll.inproc.crossref output.nonnull
-      format.chapter.pages output
-    }
-  if$
-  format.pages "pages" output.check
-  format.note output
-  fin.entry
-}
-
-FUNCTION {inproceedings}
-{ output.bibitem
-  format.authors "author" output.check
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.title "title" output.check
-  end.quote.title
-  crossref missing$
-    { format.in.ed.booktitle "booktitle" output.check
-      publisher empty$
-        { organization output
-          address output
-        }
-        { organization output
-          format.publisher
-        }
-      if$
-      format.bvolume output
-      format.number.series output
-      format.pages output
-    }
-    { format.incoll.inproc.crossref output.nonnull
-      format.pages output
-    }
-  if$
-  format.note output
-  fin.entry
-}
-
-FUNCTION {conference} { inproceedings }
-
-FUNCTION {manual}
-{ output.bibitem
-  format.authors output
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.btitle "title" output.check
-  organization output
-  address output
-  format.edition output
-  format.note output
-  fin.entry
-}
-
-FUNCTION {mastersthesis}
-{ output.bibitem
-  format.authors "author" output.check
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.title "title" output.check
-  end.quote.title
-  bbl.mthesis format.thesis.type output.nonnull
-  school "school" output.check
-  address output
-  format.note output
-  fin.entry
-}
-
-FUNCTION {misc}
-{ output.bibitem
-  format.authors output
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.title output
-  end.quote.title
-  howpublished output
-  format.note output
-  fin.entry
-}
-
-FUNCTION {phdthesis}
-{ output.bibitem
-  format.authors "author" output.check
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.title "title" output.check
-  end.quote.title
-  bbl.phdthesis format.thesis.type output.nonnull
-  school "school" output.check
-  address output
-  format.note output
-  fin.entry
-}
-
-FUNCTION {proceedings}
-{ output.bibitem
-  format.editors output
-  editor format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.btitle "title" output.check
-  format.bvolume output
-  format.number.series output
-  address output
-  organization output
-  publisher output
-  format.note output
-  fin.entry
-}
-
-FUNCTION {techreport}
-{ output.bibitem
-  format.authors "author" output.check
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.title "title" output.check
-  end.quote.title
-  format.tr.number output.nonnull
-  institution "institution" output.check
-  address output
-  format.note output
-  fin.entry
-}
-
-FUNCTION {unpublished}
-{ output.bibitem
-  format.authors "author" output.check
-  author format.key output
-  name.or.dash
-  format.date "year" output.check
-  date.block
-  format.title "title" output.check
-  end.quote.title
-  format.note "note" output.check
-  fin.entry
-}
-
-FUNCTION {default.type} { misc }
-
-READ
-
-FUNCTION {sortify}
-{ purify$
-  "l" change.case$
-}
-
-INTEGERS { len }
-
-FUNCTION {chop.word}
-{ 's :=
-  'len :=
-  s #1 len substring$ =
-    { s len #1 + global.max$ substring$ }
-    's
-  if$
-}
-
-FUNCTION {format.lab.names}
-{ 's :=
-  s #1 "{vv~}{ll}" format.name$
-  s num.names$ duplicate$
-  #2 >
-    { pop$
-      " et~al." *
-    }
-    { #2 <
-        'skip$
-        { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
-            {
-              " et~al." *
-            }
-            { bbl.and space.word * s #2 "{vv~}{ll}" format.name$
-              * }
-          if$
-        }
-      if$
-    }
-  if$
-}
-
-FUNCTION {author.key.label}
-{ author empty$
-    { key empty$
-        { cite$ #1 #3 substring$ }
-        'key
-      if$
-    }
-    { author format.lab.names }
-  if$
-}
-
-FUNCTION {author.editor.key.label}
-{ author empty$
-    { editor empty$
-        { key empty$
-            { cite$ #1 #3 substring$ }
-            'key
-          if$
-        }
-        { editor format.lab.names }
-      if$
-    }
-    { author format.lab.names }
-  if$
-}
-
-FUNCTION {editor.key.label}
-{ editor empty$
-    { key empty$
-        { cite$ #1 #3 substring$ }
-        'key
-      if$
-    }
-    { editor format.lab.names }
-  if$
-}
-
-FUNCTION {calc.short.authors}
-{ type$ "book" =
-  type$ "inbook" =
-  or
-    'author.editor.key.label
-    { type$ "proceedings" =
-        'editor.key.label
-        'author.key.label
-      if$
-    }
-  if$
-  'short.list :=
-}
-
-FUNCTION {calc.label}
-{ calc.short.authors
-  short.list
-  "("
-  *
-  year duplicate$ empty$
-     { pop$ "????" }
-     'skip$
-  if$
-  *
-  'label :=
-}
-
-FUNCTION {sort.format.names}
-{ 's :=
-  #1 'nameptr :=
-  ""
-  s num.names$ 'numnames :=
-  numnames 'namesleft :=
-    { namesleft #0 > }
-    { s nameptr
-      "{vv{ } }{ll{ }}{  f{ }}{  jj{ }}"
-      format.name$ 't :=
-      nameptr #1 >
-        {
-          "   "  *
-          namesleft #1 = t "others" = and
-            { "zzzzz" * }
-            { t sortify * }
-          if$
-        }
-        { t sortify * }
-      if$
-      nameptr #1 + 'nameptr :=
-      namesleft #1 - 'namesleft :=
-    }
-  while$
-}
-
-FUNCTION {sort.format.title}
-{ 't :=
-  "A " #2
-    "An " #3
-      "The " #4 t chop.word
-    chop.word
-  chop.word
-  sortify
-  #1 global.max$ substring$
-}
-
-FUNCTION {author.sort}
-{ author empty$
-    { key empty$
-        { "to sort, need author or key in " cite$ * warning$
-          ""
-        }
-        { key sortify }
-      if$
-    }
-    { author sort.format.names }
-  if$
-}
-
-FUNCTION {author.editor.sort}
-{ author empty$
-    { editor empty$
-        { key empty$
-            { "to sort, need author, editor, or key in " cite$ * warning$
-              ""
-            }
-            { key sortify }
-          if$
-        }
-        { editor sort.format.names }
-      if$
-    }
-    { author sort.format.names }
-  if$
-}
-
-FUNCTION {editor.sort}
-{ editor empty$
-    { key empty$
-        { "to sort, need editor or key in " cite$ * warning$
-          ""
-        }
-        { key sortify }
-      if$
-    }
-    { editor sort.format.names }
-  if$
-}
-
-FUNCTION {presort}
-{ calc.label
-  label sortify
-  "    "
-  *
-  type$ "book" =
-  type$ "inbook" =
-  or
-    'author.editor.sort
-    { type$ "proceedings" =
-        'editor.sort
-        'author.sort
-      if$
-    }
-  if$
-  #1 entry.max$ substring$
-  'sort.label :=
-  sort.label
-  *
-  "    "
-  *
-  title field.or.null
-  sort.format.title
-  *
-  #1 entry.max$ substring$
-  'sort.key$ :=
-}
-
-ITERATE {presort}
-
-SORT
-
-STRINGS { last.label next.extra }
-
-INTEGERS { last.extra.num number.label }
-
-FUNCTION {initialize.extra.label.stuff}
-{ #0 int.to.chr$ 'last.label :=
-  "" 'next.extra :=
-  #0 'last.extra.num :=
-  #0 'number.label :=
-}
-
-FUNCTION {forward.pass}
-{ last.label label =
-    { last.extra.num #1 + 'last.extra.num :=
-      last.extra.num int.to.chr$ 'extra.label :=
-    }
-    { "a" chr.to.int$ 'last.extra.num :=
-      "" 'extra.label :=
-      label 'last.label :=
-    }
-  if$
-  number.label #1 + 'number.label :=
-}
-
-FUNCTION {reverse.pass}
-{ next.extra "b" =
-    { "a" 'extra.label := }
-    'skip$
-  if$
-  extra.label 'next.extra :=
-  extra.label
-  duplicate$ empty$
-    'skip$
-    { "{\natexlab{" swap$ * "}}" * }
-  if$
-  'extra.label :=
-  label extra.label * 'label :=
-}
-
-EXECUTE {initialize.extra.label.stuff}
-
-ITERATE {forward.pass}
-
-REVERSE {reverse.pass}
-
-FUNCTION {bib.sort.order}
-{ sort.label
-  "    "
-  *
-  year field.or.null sortify
-  *
-  "    "
-  *
-  title field.or.null
-  sort.format.title
-  *
-  #1 entry.max$ substring$
-  'sort.key$ :=
-}
-
-ITERATE {bib.sort.order}
-
-SORT
-
-FUNCTION {begin.bib}
-{ preamble$ empty$
-    'skip$
-    { preamble$ write$ newline$ }
-  if$
-  "\begin{thebibliography}{" number.label int.to.str$ * "}" *
-  write$ newline$
-  "\newcommand{\enquote}[1]{``#1''}"
-  write$ newline$
-  "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi"
-  write$ newline$
-}
-
-EXECUTE {begin.bib}
-
-EXECUTE {init.state.consts}
-
-ITERATE {call.type$}
-
-FUNCTION {end.bib}
-{ newline$
-  "\end{thebibliography}" write$ newline$
-}
-
-EXECUTE {end.bib}
-%% End of customized bst file
-%%
-%% End of file `asa.bst'.
diff --git a/vignettes/balance.tex b/vignettes/balance.tex
deleted file mode 100644
index 15515cf..0000000
--- a/vignettes/balance.tex
+++ /dev/null
@@ -1,135 +0,0 @@
-\section{Checking Balance}
-\label{sec:balance}
-
-\subsection{Quick Overview}
-
-To check balance, use \texttt{summary(m.out)} for numerical summaries
-and \texttt{plot(m.out)} for graphical summaries.
-
-\subsection{Details}
-
-\subsubsection{The {\tt summary()} Command}
-
-The \texttt{summary()} command gives measures of the balance between
-the treated and control groups in the full (original) data set, and
-then in the matched data set.  If the matching worked well, the
-measures of balance should be smaller in the matched data set (smaller
-values of the measures indicate better balance).
-
-The \texttt{summary()} output for subclassification is the same as
-that for other types of matching, except that the balance statistics
-are shown separately for each subclass, and the overall balance in the
-matched samples is calculated by aggregating across the subclasses,
-where each subclass is weighted by the number of units in the
-subclass.  For exact matching, the covariate values within each
-subclass are guaranteed to be the same, and so the measures of balance
-are not output for exact matching; only the sample sizes in each
-subclass are shown.
-
-\begin{itemize}
-\item {\bf Balance statistics:} The statistics the \texttt{summary()}
-  command provides include means, the original control group standard deviation (where applicable), 
-  mean differences, standardized mean
-  differences, and (median, mean and maximum) Quantile-Quantile (Q-Q)
-  plot differences.  In addition, the \texttt{summary()} command will
-  report (a) the matched call, (b) how many units were matched,
-  unmatched, or discarded due to the \texttt{discard} option
-  (described below), and (c) the percent improvement in balance for
-  each of the balance measures, defined as $100((|a|-|b|)/|a|)$, where
-  $a$ is the balance before and $b$ is the balance after matching.
-  For each set of units (original and matched data sets, with weights
-  used as appropriate in the matched data sets), the
-  following statistics are provided:
-\begin{enumerate}
-  \item ``Means Treated'' and ``Means Control'' show the weighted
-    means in the treated and control groups
-  \item ``SD Control" is the standard deviation calculated in the control group (where applicable)
-  \item ``Mean Diff'' is the difference in means between the groups
-  \item The final three columns of the summary output give summary
-    statistics of a Q-Q plot (see below for more information on these
-    plots). Those columns give the median, mean, and maximum distance
-    between the two empirical quantile functions (treated and control
-    groups).  Values greater than 0 indicate deviations between the
-    groups in some part of the empirical distributions.  The plots of
-    the two empirical quantile functions themselves, described below,
-    can provide further insight into which part of the covariate
-    distribution has differences between the two groups.
-\end{enumerate}
-
-\item {\bf Additional options:} Three options to the \texttt{summary()}
-  command can also help with assessing balance and respecifying the
-  propensity score model, as necessary.  First, the {\tt interactions
-    = TRUE} option with {\tt summary()} shows the balance of all
-  squares and interactions of the covariates used in the matching
-  procedure.  Large differences in higher order interactions usually
-  are a good indication that the propensity score model (the distance measure) needs to be
-  respecified.  Similarly, the {\tt addlvariables} option with {\tt
-    summary()} will provide balance measures on additional variables
-  not included in the original matching procedure.  If a variable (or
-  interaction of variables) not included in the original propensity score model
-  has large imbalances in the matched groups, including that
-  variable in the next model specification may improve the resulting
-  balance on that variable.  Because the outcome variable is not used
-  in the matching procedure, a variety of matching methods can be
-  tried, and the one that leads to the best resulting balance chosen.  Finally,
-  the {\tt standardize = TRUE} option will print out standardized versions of the
-  balance measures, where the mean difference is standardized (divided) by the standard deviation
-  in the original treated group.
-\end{itemize}
-
-\subsubsection{The \texttt{plot()} Command}
-
-We can also examine the balance graphically using the \texttt{plot()}
-command, which provides three types of plots: jitter plots of the
-distance measure, Q-Q plots of each covariate, and histograms of the
-distance measure.  For subclassification, separate Q-Q plots can be
-printed for each subclass.  The jitter plot for subclassification is
-the same as that for other types of matching, with the addition of
-vertical lines indicating the subclass cut-points.  With the histogram
-option, 4 histograms are provided: the original treated and control
-groups and the matched treated and control groups.  For the Q-Q plots
-and the histograms, the weights that result after matching are used to
-create the plots.
-
-Three examples of the output from the {\tt plot()} command are shown
-in Figure~\ref{fig:plotcommandoutput}.  If the empirical distributions
-are the same in the treated and control groups, the points in the Q-Q
-plots would all lie on the 45 degree line (lower left panel of
-Figure~\ref{fig:plotcommandoutput}).  Deviations from the 45 degree
-line indicate differences in the empirical distribution.  The jitter
-plot (top panel) shows the overall distribution of propensity scores
-in the treated and control groups.  In the jitter plot, which can be
-created by setting \texttt{type = "jitter"}, the size of each point is
-proportional to the weight given to that unit.  Observation names can
-be interactively identified by clicking the first mouse button near
-the units.  The histograms (lower right panel) can be plotted by
-setting \texttt{type = "hist"}.
-
-\begin{figure}
-  \begin{center}
-  \includegraphics[height=2.7in, keepaspectratio=true]{figs/jitterplotnn.pdf}
-  \includegraphics[height=3in,keepaspectratio=true]{figs/qqplotnn1.pdf}
-  \includegraphics[height=3in,keepaspectratio=true]{figs/hist.pdf}
-  \caption{Examples of the three types of output from the
-    \texttt{plot} command resulting from matching on the
-    /texttt{lalonde} data set based on real earnings in 1974
-    (\texttt{re74}) divided by 1000, real earnings in 1975
-    (\texttt{re75}) divided by 1000, years of education
-    (\texttt{educ}), Hispanic (\texttt{hispan}) and marital status
-    (\texttt{married}).  Observations in both the treated and the
-    control groups outside the support of the distance measure were
-    discarded.  The upper plot shows the jitter plot of the distance
-    measure.  The lower left plot shows the QQ plots for the first
-    three covariates (\texttt{I(re74/1000)}, \texttt{I(re75/1000)},
-    \texttt{educ}).  The lower right plot shows the histograms of the
-    density of propensity scores for observations before and after
-    matching.}
-  \label{fig:plotcommandoutput}
-\end{center}
-\end{figure}
-
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: "matchit"
-%%% End: 
diff --git a/vignettes/dcolumn.sty b/vignettes/dcolumn.sty
deleted file mode 100644
index f0a413a..0000000
--- a/vignettes/dcolumn.sty
+++ /dev/null
@@ -1,91 +0,0 @@
-%% 
-%% This is file `dcolumn.sty', generated 
-%% on <1992/10/29> with the docstrip utility (2.0r).
-%% 
-%% The original source files were:
-%% 
-%% dcolumn.doc  (with options: `style')
-%% 
-%% This file is part of the array package. 
-%% --------------------------------------- 
-%% 
-%% It is a contributed file. 
-%% In case of errors please inform the original author. 
-%% 
-%% The checksum in the header refers to the documented version of 
-%% the file. 
-%% 
-
-
-%%% ====================================================================
-%%%  @LaTeX-style-file{
-%%%     author          = "David Carlisle",
-%%%     version         = "1.01",
-%%%     date            = "12 June 1992",
-%%%     time            = "16:24:45 BST",
-%%%     filename        = "dcolumn.sty",
-%%%     address         = "Computer Science Department
-%%%                        Manchester University
-%%%                        Oxford Road
-%%%                        Manchester
-%%%                        England
-%%%                        M13 9PL",
-%%%     telephone       = "+44 61 275 6139",
-%%%     FAX             = "+44 61 275 6236",
-%%%     checksum        = "48012 272 1205 9538",
-%%%     email           = "carlisle at cs.man.ac.uk (Internet)",
-%%%     codetable       = "ISO/ASCII",
-%%%     keywords        = "LaTeX, tabular, array, decimal",
-%%%     supported       = "yes",
-%%%     docstring       = "
-%%%
-%%%     dcolumn.sty
-%%%
-%%%     A LaTeX style option for producing tabular entries aligned on a
-%%%     decimal point.
-%%%     The `decimal point' may be any math-mode material, or just `.'.
-%%%
-%%%     Requires array.sty.
-%%%     Documentation requires Mittelbach's doc.sty.
-%%%
-%%%     The checksum field above was produced by
-%%%     Robert Solovay's checksum utility.",
-%%%  }
-%%% ====================================================================
-\def\fileversion{v1.01}
-\def\filedate{92/06/12}
-\def\docdate {92/06/17}
-\@ifundefined{DC at centre}{}{\endinput}
-\wlog{Style-Option: `dcolumn' \fileversion
-         \space\space <\filedate> (D.P.C.)}
-\wlog{English documentation dated \space <\docdate> (D.P.C.)}
-\@ifundefined{newcolumntype}{\input array.sty}{}
-\def\DC@#1#2#3{%
-  \uccode`\~=`#1\relax
-  \m at th
-  \ifnum #3 < \z@ \expandafter\DC at centre
-  \else \expandafter\DC at right \fi
-  {#1}{#2}{#3}}
-\def\DC at centre#1#2#3{%
-  \let\DC at end\DC at endcentre
-  \uppercase{\def~}{$\egroup\setbox\tw@=\hbox\bgroup${#2}}%
-  \setbox\tw@=\hbox{${\phantom{{#2}}}$}%
-  \setbox\z@=\hbox\bgroup$\mathcode`#1="8000 }
-\def\DC at endcentre{$\egroup
-    \ifdim \wd\z@>\wd\tw@
-      \setbox\tw@=\hbox to\wd\z@{\unhbox\tw@\hfill}%
-    \else
-      \setbox\z@=\hbox to\wd\tw@{\hfill\unhbox\z@}\fi
-    \box\z@\box\tw@}
-\def\DC at right#1#2#3{%
-  \let\DC at end\DC at endright
-  \uppercase{\def~}{$\egroup\setbox\tw@=\hbox to \dimen@\bgroup${#2}}%
-   \setbox\z@=\hbox{$1$}\dimen@=#3\wd\z@
-   \setbox\z@=\hbox{${#2}$}\advance\dimen@\wd\z@
-   \setbox\tw@=\hbox to \dimen@{}%
-   \setbox\z@=\hbox\bgroup$\mathcode`#1="8000 }
-\def\DC at endright{$\hfil\egroup\hfill\box\z@\box\tw@}
-\newcolumntype{D}[3]{>{\DC@{#1}{#2}{#3}}c<{\DC at end}}
-\endinput
-%% 
-%% End of file `dcolumn.sty'.
diff --git a/vignettes/face_off.jpg b/vignettes/face_off.jpg
deleted file mode 100644
index 8cf9060..0000000
Binary files a/vignettes/face_off.jpg and /dev/null differ
diff --git a/vignettes/faq.tex b/vignettes/faq.tex
deleted file mode 100644
index 2202806..0000000
--- a/vignettes/faq.tex
+++ /dev/null
@@ -1,194 +0,0 @@
-\chapter{Frequently Asked Questions}
-
-\section{How do I Cite this Work?}
-
-If you use \MatchIt, please cite\nocite{HoImaKin07,HoImaKin07a}
-\begin{verse}
-  Daniel Ho; Kosuke Imai; Gary King; and Elizabeth Stuart (2007),
-  ``Matching as Nonparametric Preprocessing for Reducing Model
-  Dependence in Parametric Causal Inference,'' \emph{Political
-    Analysis} 15(3): 199-236,
-  \url{http://gking.harvard.edu/files/abs/matchp-abs.shtml}.
-
-and 
-
-Daniel Ho; Kosuke Imai; Gary King; and Elizabeth Stuart (2007b)
-``Matchit: Nonparametric Preprocessing for Parametric Causal
-Inference,'' \emph{Journal of Statistical Software},
-\url{http://gking.harvard.edu/matchit/}.
-\end{verse}
-
-In addition, the {\tt convex.hull} discard option is implemented via
-the {\tt WhatIf} package \citep{KinZen06,KinZen07,StoKinZen05}.
-Generalized linear distance measures are implemented via the {\tt
-  stats} package \citep{VenRip02}.  Generalized additive distance
-measures are implemented via the {\tt mcgv} package \citep{HasTib90}.
-The neural network distance measure is implemented via the {\tt nnet}
-package \citep{Ripley96}.  The classification trees distance measure
-is implemented via the {\tt rpart} package \citep{BreFriOls84}.  Full
-and optimal matching are implemented via the {\tt optmatch} package
-\citep{Hansen04}.  Genetic matching is implemented via the {\tt
-  Matching} package \citep{DiaSek05}.  Coarsened exact matching is
-implemented via the \texttt{cem} package
-\citep{IacKinPor08,IacKinPor08b}.
-
-\section{What if My datasets Are Big and Are Taking Up
-  Too Much Memory?}
-
-{\tt matchit()} does not save the data set in its output object, but
-it does save a matrix of the covariates.  {\tt match.data()} will
-create a matched data set. One can eliminate the original data set to
-save memory in R by {\tt rm(name)}, where {\tt name} is the name of
-the data set, after calling {\tt match.data()}.
-
-%\section{Can I use a Difference-in-Difference Estimator for Matched
-%  Data?}
-%
-%A difference-in-differences (DID) analysis can be easily conducted
-%with \MatchIt.  If we were interested in the DID matching estimate in
-%the Lalonde data, we could simply include {\texttt re75} as a
-%covariate in the preprocessing step.  Then the analysis can be
-%performed on the change in income from 1975 to 1978: {\tt re78}-{\tt
-%  re75}.  Time-varying covariates (of which none exist in the Lalonde
-%data) should of course also be differenced for the DID estimator.
-%** we should show how to do this with zelig
-
-\section{How Exactly are the Weights Created?}
-\label{subsec:weights}
-
-Each type of matching method can be thought of as creating groups of
-units with at least one treated unit and at least one control unit in
-each.  In exact matching, subclassification, or full matching, these
-groups are the subclasses formed, and the number of treated and
-control units will vary quite a bit across subclasses.  In nearest
-neighbor or optimal matching, the groups are the pairs (or sets) of
-treated and control units matched.  In 1:1 nearest neighbor matching
-there will be one treated unit and one control unit in each group.  In
-2:1 nearest neighbor matching there will be one treated unit and two
-control units in each group.  Unmatched units receive a weight of 0.
-All matched treated units receive a weight of 1.  These weights are constructed
-to estimate the average treatment effect on the treated, with the control group
-essentially weighted to look like the treated group.
-
-The weights for matched control units are formed as follows:
-\begin{enumerate}
-\item Within each group, each control unit is given a preliminary
-  weight of $n_{ti}/n_{ci}$, where $n_{ti}$ and $n_{ci}$ are the
-  number of treated and control units in group $i$, respectively.
-\item If matching is done with replacement, each control unit's weight
-  is added up across the groups in which it was matched.
-\item The control group weights are scaled to sum to the number of
-  uniquely matched control units.
-\end{enumerate}
-
-With subclassification, when the analysis is done separately within
-each subclass and then aggregated up across the subclasses, these
-weights will generally not be used, but they may be used for full
-matching or nearest neighbor matching if the number of control units
-matched to each treated unit varies.
-
-
-
-\section{How Do I Create Observation Names?}
-\label{rnames}
-
-Since the diagnostics often make use of the observation names of the
-data frame, you may find it helpful to specify observation names for
-the data input.  Use the \texttt{row.names} command to achieve this.
-For example, to assign the names ``Dan'', ``Kosuke'', ``Liz'' and
-``Gary'' to a data frame with the first four observations in the
-Lalonde data, type:
-
-
-\begin{verbatim}
-> test <- lalonde[1:4, ]
-> row.names(test) <- c("Dan", "Kosuke", "Liz", "Gary")
-> print(test)
-       age educ black hisp married nodegr re74 re75  re78 u74 u75 treat
-Dan     37   11     1    0       1      1    0    0  9930   1   1     1
-Kosuke  22    9     0    1       0      1    0    0  3596   1   1     1
-Liz     30   12     1    0       0      0    0    0 24910   1   1     1
-Gary    27   11     1    0       0      1    0    0  7506   1   1     1
-\end{verbatim}
-
-\section{How Can I See Outcomes of Matched Pairs?}
-
-To obtain outcomes of matched pairs, recall that the original dataset has unique row names corresponding to each of
-the observations.  The row names of \texttt{match.matrix} correspond to the names of the treated, and each
-of the cells corresponds to a name of matched controls.  So to obtain matched outcomes, you can use:
-
-\begin{verbatim}
-cbind(lalonde[row.names(foo$match.matrix),"re78"], lalonde[foo$match.matrix,"re78"])
-\end{verbatim}
-
-\section{How Do I Ensure Replicability As \MatchIt\ Versions Develop?}
-\label{subsec:vercontrol}
-
-As the literature on matching techniques is rapidly evolving,
-\MatchIt\ will strive to incorporate new developments. \MatchIt\ is
-thereby an evolving program.  Users may be concerned that analysis
-written in a particular version may not be compatible with newer
-versions of the program.  The primary way to ensure that replication
-archives remain valid is to record the version of \MatchIt\ that was
-used in the analysis.  Our website maintains binaries of all public
-release versions, so that researchers can replicate results exactly
-with the appropriate version (for Unix-based platforms, see
-\hlink{http://gking.harvard.edu/src/contrib/}{http://gking.harvard.edu/src/contrib/};
-for windows, see
-\hlink{http://gking.harvard.edu/bin/windows/contrib/}{http://gking.harvard.edu/bin/windows/contrib/}).
-
-In addition, users may find it helpful to install packages with
-version control, using the {\tt installWithVers} command with {\tt
-install.packages}.  So for example, in the windows R console, users
-may download the appropriate version from our website and install the
-package with version control by:
-
-\begin{verbatim}
-install.packages(choose.files('',filters=Filters[c('zip','All'),]),
-                 .libPaths()[1],installWithVers=T,CRAN=NULL)
-\end{verbatim}
-
-{\tt R CMD INSTALL} similarly permits users to specify this version
-using the \\ {\tt --with-package-versions} option.  After having
-specified version control, different versions of the program may be
-called as necessary.  Similar advice may also be appropriate for
-version control for R more generally.
-
-\section{How Do I Use My Own Distance Measure with \MatchIt\,?}
-
-A vector of your own distance measure can be used by specifying it as
-the input for {\tt distance} option in {\tt matchit()}.
-
-\section{What Do I Do about Missing Data?}
-
-\MatchIt\ requires complete data sets, with no missing values (other
-than potential outcomes of course).  If there are missing values in
-the data set, imputation techniques should be used first to fill in
-(``impute'') the missing values (both covariates and outcomes), or the
-analysis should be done using only complete cases (which we do not in
-general recommend).  For imputation software, see Amelia at
-(\hlink{http://gking.harvard.edu/stats.shtml}{http://gking.harvard.edu/stats.shtml})
-or other programs at
-\hlink{http://www.multiple-imputation.com}{http://www.multiple-imputation.com}.
-For more information on missing data and imputation methods, see
-\cite{KinHonJos01}.
-
-\section{Why Preprocessing?}
-
-The purpose of matching is to approximate an experimental template,
-where the matching procedure approximates blocking prior to random
-treatment assignment in order to balance covariates between treatment
-and control groups.  Separation of the estimation procedure into two
-steps simulates the research design of an experiment, where no
-information on outcomes is known at the point of experimental design
-and randomization.  The separation of the balancing process in
-\MatchIt\ from the analysis process afterward helps keep clear the
-goal of balancing control and treatment groups and makes it less
-likely that the user will inadvertently cook the books in his or her
-favor.
-
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: t
-%%% End: 
diff --git a/vignettes/gk.bib b/vignettes/gk.bib
deleted file mode 100644
index 4443c0a..0000000
--- a/vignettes/gk.bib
+++ /dev/null
@@ -1,20380 +0,0 @@
-% A bibtex file for papers by or coauthored with Gary King
-%
-% To add references, first please CHECK that your doesn't already
-%      exist in this file and
-%      then add entries only at the end.
-%
-% Use these rules for the reference label:
-%
-% -if one author: use last name and last 2 digits of the year: Tobler79.
-% -if multiple authors, use 1st 3 letters of each of UP TO the first three
-%     authors and the last 2 digits of the year:  KinTomWit00.
-% -if necessary add lower-case letters for multiple entries in a year:  King02, King02b
-%     (the first one should NOT have an 'a' afterwards)
-%
-% -feel free to use the abbreviations at the start, or add to them.
-% -Use authors full names when known.
-%
-% please be sure to commit changes to CVS regularly as a number of
-% people are all using this at the same time.
-
- at STRING{ prq = "Political Research Quarterly"}
- at STRING{ apsr = "American Political Science Review"}
- at STRING{ ajps = "American Journal of Political Science"}
- at STRING{ jop = "Journal of Politics"}
- at STRING{ bjps = "British Journal of Political Science"}
- at STRING{ jleo = "Journal of Law, Economics, and Organization"}
- at STRING{ isa = "Paper presented at the annual meetings of the International Studies Association"}
- at STRING{ apsa = "Paper presented at the annual meetings of the American Political Science Association"}
- at STRING{ cp = "Comparative Politics"}
- at STRING{ io = "International Organization"}
- at STRING{ midwest = "Paper presented at the Annual Meeting of the Midwest Political Science Association"}
- at STRING{ mpsa = "midwest"}
- at STRING{ southern = "Paper presented at the Annual Meeting of the Southern Political Science Association"}
- at STRING{ icpsr = "Inter-University Consortium for Political and Social Research"}
- at STRING{ jasa = "Journal of the American Statistical Association"}
- at STRING{ lsq = "Legislative Studies Quarterly"}
- at STRING{ isq = "International Studies Quarterly"}
- at STRING{ tas = "The American Statistician"}
- at STRING{ jbes = "Journal of Business \& Economic Statistics"}
- at STRING{ joe = "Journal of Econometrics"}
- at STRING{ wp = "World Politics"}
- at STRING{ cup = "Cambridge University Press"}
- at STRING{ hup = "Harvard University Press"}
- at STRING{ ny = "New York"}
- at STRING{ sv = "Springer Verlag"}
- at STRING{ pup = "Princeton University Press"}
- at STRING{ ucp = "University of California Press"}
- at STRING{ ap = "Academic Press"}
- at STRING{ wb = "The World Bank"}
- at STRING{ eas = "Europe-Asia Studies"}
- at STRING{ jet = "Journal of Economic Theory"}
- at STRING{ jrssA = "Journal of the Royal Statistical Society, A"}
- at STRING{ jrssb = "Journal of the Royal Statistical Society, B"}
- at STRING{ poq = "Public Opinion Quarterly"}
- at STRING{ pnas = "Proceedings of the National Academy of Sciences"}
- at STRING{ ai = "Artificial Intelligence"}
- at STRING{ pa = "Political Analysis"}
- at STRING{ ps = "PS: Political Science and Politics"}
- at STRING{ smr = "Sociological Methods and Research"}
- at STRING{ sim = "Statistics in Medicine"}
- at STRING{ asr = "American Sociological Review"}
- at STRING{ bmj = "British Medical Journal"}
- at STRING{ lan = "Lancet"}
- at STRING{ dem = "Demography"}
- at STRING{ bull = "Bulletin of WHO"}
- at STRING{ ssm = "Social Science and Medicine"}
- at STRING{ mitai = "Artificial Intelligence Laboratory, Massachusetts Institute of Technology"}
- at STRING{ nc = "Neural Computation"}
-
- at article{AbaDruLeb02,
-  author =	 {Alberto Abadie and David Druckker and Jane Leber
-                  Herr and Guido W. Imbens},
-  title =	 {Implementing Matching Estimators for Average
-                  Treatment Effects in Stata},
-  journal =	 {The Stata Journal},
-  volume =	 1,
-  year =	 2002,
-  pages =	 {1--18},
-  number =	 1
-}
-
- at article{Bin83,
-    author  = {David A. Binder},
-    title   = {On the Variance of Asymptoticaly Normal Estimators from Complex Surveys},
-    year    = {1983},
-    journal = {International Statistical Review},
-    volume  = {51},
-    number  = {3},
-    pages   = {279--292}
-}
-
- at article{HorTho52,
-  author =	 {D. G. Horvitz and D.J. Thompson},
-  title =	 {A Generalization of Sampling without Replacement
-                  from a Finite Universe},
-  year =	 {1952},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {47},
-  pages =	 {663--685}
-}
-
- at article{AbaGelLev08,
-  author =	 {Kobi Abayomi and Andrew Gelman and Marc Levy},
-  title =	 {Diagnostics for Multivariate Imputations},
-  journal =	 {Applied Statistics},
-  volume =	 {57},
-  number =	 {3},
-  pages =	 {273--291},
-  year =	 {2008}
-}
-
- at misc{AbaImb05,
-  author =	 {Alberto Abadie and Guido Imbens},
-  title =	 {Estimation of the Conditional Variance in Paired
-                  Experiments},
-  year =	 2006,
-  howpublished = {KSG Working Paper},
-  note =
-                  {{http://ksghome.harvard.edu/\~{}.aabadie.academic.ksg/cve.pdf}}
-}
-
-
- at misc{AbaImb09,
-  author =	 {Alberto Abadie and Guido Imbens},
-  title =	 {A Martingale Representation for Matching Estimators},
-  year =	 2009,
-  howpublished = {IZA Discussion Papers number 4073},
-  note = {{http://ftp.iza.org/dp4073.pdf}}
-}
-
-
-
- at article{Imb00,
-  author =	 {Guido Imbens},
-  title =	 {The role of the propensity score in estimating the dose-response functions},
-  year =	 {2000},
-  journal = {Biometrika},
-  pages = {706--710},
-  volume = {87},
-  issue = {3}
-}
-
- at article{AbaImb07b,
-  author =	 {Alberto Abadie and Guido Imbens},
-  title =	 {On the Failure of the Bootstrap for Matching Estimators},
-  year =	 {2007},
-  journal = {Econometrica},
-  pages = {1537--1557},
-  volume = {76},
-  issue = {6}
-}
-
- at article{AbaImb06,
-  author =	 {Abadie, Alberto and Imbens, Guido W.},
-  title =	 {Large Sample Properties of Matching Estimators for
-                  Average Treatment Effects},
-  journal =	 {Econometrica},
-  volume =	 {74},
-  year =	 {2006},
-  pages =	 {235--267},
-  number =	 {1}
-}
-
- at inproceedings{Abu-Mostafa92,
-	author={Y. Abu-Mostafa},
-	title={A Method for Learning from Hints},
-	booktitle={Advances in Neural information processings systems 5},
-	year={1992},
-	publisher={Morgan Kaufmann Publishers},
-	address={San Mateo, CA},
-	editor={S. J. Hanson and Jack D. Cowan and C. Lee Giles}
-}
-
- at article{Abu-Mostafa92,
-	author={Y. Abu-Mostafa},
-	title={A Method for Learning from Hints},
-	journal={Advances in Neural information processings systems 5},
-	volume={1992},
-	pages={Morgan Kaufmann Publishers},
-	month={San Mateo CA},
-	number={S. J. Hanson and Jack D. Cowan and C. Lee Giles}
-}
-
- at book{Achen86,
-	author={Christopher Achen},
-	title={Statistical Analysis of Quasi-experiments},
-	publisher={University of California Press},
-	year={1986},
-	address={Berkeley}
-}
-
- at techreport{AdaCoaRue00,
-	author={Michelle Adato and David Coady and Marie Ruel},
-	title={An Operations Evaluation of Progresa from the Perspective of Beneficiaries,
-		Promotoras, School Directors and Health Staff},
-	institution={International Food Policy Research Institute},
-	year={2000},
-	month={August},
-	type={Final Report},
-	address={2033 K Street, NW Washington, DC 20006}
-}
-
- at article{AdaGla05,
-	author={Adamic, L.A. and Glance, N.},
-	title={{The political blogosphere and the 2004 US election: divided they blog}},
-	journal={Proceedings of the 3rd international workshop on Link discovery},
-	year={2005},
-	pages={36--43},
-	publisher={ACM Press New York, NY, USA}
-}
-
- at article{AgoDyn04,
-	author={Roberto Agodini and Mark Dynarski},
-	title={Are experiments the only option? {A} look at dropout prevention programs},
-	journal={Review of Economics and Statistics},
-	volume= 86,
-	year= 2004,
-	pages={180-194},
-	month={February},
-	number= 1
-}
-
- at unpublished{AgrRajSri03,
-	author={Rakesh Agrawal and Sridhar Rajagopolan and Ramakrishnan Srikant and Yirong
-		Xu},
-	title={Mining Newsgroups Using Networks Arising from Social Behavior},
-	note={IBM ALmaden Research Center 650 Harry Rd., San Jose, CA 95120},
-	year={2003},
-	month={May}
-}
-
- at book{Aitchison86,
-	author={J. Aitchison},
-	title={The Statistical Analysis of Compositional Data},
-	publisher={Chapman and Hall},
-	year= 1986,
-	address={London}
-}
-
- at article{Albert88,
-	author={James H. Albert},
-	title={Computational Methods Using a Bayesian Hierarchical Generalized Linear Model},
-	journal={Journal of the American Statistical Association},
-	volume={83},
-	year={1988},
-	pages={1037-1004},
-	month={December},
-	number={404}
-}
-
- at article{AldMcK77,
-	author={John H. Aldrich and Richard D. McKelvey},
-	title={A Method of Scaling With Applications to the 1968 and 1972 Presidential
-		Elections},
-	journal= apsr,
-	volume= 71,
-	year= 1977,
-	pages={111-130},
-	month={March}
-}
-
- at article{AleTab90,
-	author={Alberto Alesina and Guido Tabellini},
-	title={A Positive Theory of Fiscal Deficits and Government Debt},
-	journal={The Review of Economic Studies},
-	volume={57},
-	year={1990},
-	pages={403-414},
-	month={July},
-	number={3}
-}
-
- at article{Alho00,
-	author={J. M. Alho},
-	title={Discussion},
-	journal={North American Actuarial Journal},
-	volume= 4,
-	year= 2000,
-	pages={91--93},
-	number= 1
-}
-
- at article{Alho92,
-	author={J. M. Alho},
-	title={{Comment on ``Modeling and Forecasting U.S. Mortality'' by R. Lee and L.
-		Carter}},
-	journal= jasa,
-	volume= 87,
-	year= 1992,
-	pages={673--674},
-	month={September},
-	number= 419
-}
-
- at article{AlSaCr76,
-	author={James Alt and Bo Sarlvik and Ivor Crewe},
-	title={Individual Differences Scaling and Group Attitude Structures: British Party
-		Imagery in 1974},
-	journal={Quality and Quantity},
-	volume= 10,
-	year= 1976,
-	pages={297--320},
-	month={October}
-}
-
- at book{AltGilMcD03,
-	author={Micah Altman and Jeff Gill and Michael P. McDonald},
-	title={Numerical Issues in Statistical Computing for the Social Scientist},
-	publisher={John Wiley and Sons},
-	year= 2003,
-	address={New York}
-}
-
- at article{Altman85,
-	author={Douglas G. Altman},
-	title={Comparability of Randomised Groups},
-	journal={The Statistician},
-	volume={34},
-	year={1985},
-	pages={125-136},
-	number={1}
-}
-
- at article{Altman98,
-	author={Douglas G. Altman and Jonathan J. Deeks and David L. Sackett},
-	title={Odds Ratios Should be Avoided When Events are Common},
-	journal={British Medical Journal},
-	volume= 317,
-	year= 1998,
-	pages= 1318,
-	month={Nov. 7}
-}
-
- at article{AltMcD03,
-	author={Micah Altman and Michael P. McDonald},
-	title={Replication with Attention to Numerical Accuracy},
-	journal={Political Analysis},
-	volume={11},
-	year={2003},
-	pages={302-307},
-	number={3}
-}
-
- at article{AltRub70,
-	author={Robert P. Althauser and Donald B. Rubin},
-	title={The computerized construction of a matched sample},
-	journal={American Journal of Sociology},
-	volume= 76,
-	year= 1970,
-	pages={325-346},
-	month={September}
-}
-
- at article{AlvBre95,
-	author={Michael R. Alvarez and John Brehm},
-	title={American Ambivalence Toward Abortion Policy: A Heteroskedastic probit Method
-		for Assessing Conflicting Values},
-	journal={American Journal of Political Science},
-	volume={39},
-	year={1995},
-	pages={1055-82},
-	month={November}
-}
-
- at article{AlvBre97,
-	author={Michael R. Alvarez and John Brehm},
-	title={Are Americans Ambivalent Towards Racial Policies},
-	journal={American Journal of Political Science},
-	volume={41},
-	year={1997},
-	pages={345-374},
-	month={April},
-	number={2}
-}
-
- at article{AlvGarLan91,
-	author={Michael R.\ Alvarez and Geoffrey Garrett and Peter Lange},
-	title={Government Partisanship, Labor Organization, and Macroeconomic Performance},
-	journal= apsr,
-	volume= 85,
-	year= 1991,
-	pages={539--556}
-}
-
- at article{AmoMccZim97,
-	author={A.F. Amos and D.J. McCarty and P. Zimmet},
-	title={The Rising Global Burden of Diabetes and its Complications: Estimates and
-		Projections to the Year 2010},
-	journal={Diabetic Medicine},
-	volume= 14,
-	year= 1997,
-	tpages={S7--S85}
-}
-
- at book{AndBasHum83,
-	author={Andy B. Anderson and Alexander Basilevsky and Derek P.J. Hum},
-	title={Missing Data: A Review of the Literature},
-	publisher={Academic Press, Inc},
-	year={1983},
-	editor={Peter H. Rossi and James D. Writght and Andy B. Anderson}
-}
-
- at article{AndGib06,
-	author={Krister Andersson and Clark C. Gibson},
-	title={Decentralized Governance and Environmental Change: Local Institutional Moderation
-		of Defroestation in Bolivia},
-	journal={Journal of Policy Analysis and Management},
-	volume={26},
-	year={2006},
-	pages={99-123},
-	number={1}
-}
-
- at article{AndGreMcc05,
-	author={Richard G. Anderson and William H. Greene and B.D. McCullough and H.D. Vinod},
-	title={The Role of Data \& Program Code Archives in the Future of Economic Research},
-	year= 2005,
-	month={July},
-	note={Federal Reserve Bank of St. Louis Research Division}
-}
-
- at article{Andrews91,
-	author={Donald W.K. Andrews},
-	title={Heteroskedasticity and Autocorrelation Consistent Covariance Matrix Estimation},
-	journal={Econometrica},
-	volume={59},
-	year={1991},
-	pages={817--858},
-	month={May},
-	number={3}
-}
-
- at article{AndZom01,
-	author={A.S. Andreou and G.A. Zombanakis},
-	title={A Neural Network Measurement of Relative Military Security--The Case of
-		Greece and Cyprus},
-	journal={Defence and Peace Economics},
-	volume= 12,
-	year= 2001,
-	pages={303--324},
-	number= 4,
-	annote={have not read primary source. looks promising, given secondary source comments:
-		all input variables are financial and the output variable--relative security--is
-		population/demographics based. Arms race scenarios are simulated by increasing
-		and decreasing financial covariates.}
-}
-
- at article{AngAngFro94,
-	author={G. De Angelis and R. De Angelis and L. Frova and A. Verdecchia},
-	title={MIAMOD: A Computer Package to Estimate Chronic Disease Morbidity Using Mortality
-		and Survival Data},
-	journal={Computer Methods and Programs in Biomedicine},
-	volume= 44,
-	year= 1994,
-	pages={99--107}
-}
-
- at article{AngImb95,
-	author={Joshua D. Angrist and Guido W. Imbens},
-	title={Two-Stage Least Squares Estimation of Average Causal Effects in Models withVariable
-		Treatment Intensity},
-	journal={Journal of the American Statistical Association},
-	volume={90},
-	year={1995},
-	pages={431-442},
-	month={June},
-	number={430}
-}
-
- at article{AngImbRub96,
-	author={Angrist, Joshua D. and Imbens, Guido W. and Rubin, Donald B.},
-	title={Identification of Causal Effects Using Instrumental Variables (with discussion)},
-	journal={Journal of the American Statistical Association},
-	volume={91},
-	year={1996},
-	pages={444--455},
-	optnumber={434}
-}
-
- at article{Angress59,
-	author={Werner T. Angress},
-	title={The Political Role of the Peasantry in the Weimar Republic},
-	journal={The Review of Politics},
-	volume= 21,
-	year= 1959,
-	pages={530--549},
-	number= 3
-}
-
- at unpublished{AnkBlaCol99,
-  author =	 {Martha Anker and Robert E. Black and Christopher
-                  Coldham and Henry D. Kalter and Maria A. Quigley and
-                  David Ross and Robert W. Snow},
-  title =	 {A Standard Verbal Autopsy Method for Investigating
-                  Causes of Death in Infants and Children},
-  note =	 {World Health Organization, Department of
-                  communicable Disease Surveillance and Response},
-  year =	 {1999},
-  journal =	 {World Health Organization}
-}
-
- at book{Anker03,
-  author =	 {Martha Anker},
-  title =	 {Investigating Cause of Death During an Outbreak of
-                  Ebola Virus Haemorrhagic Fever: Draft Verbal Autopsy
-                  Instrument},
-  publisher =	 {World Health Organization},
-  year =	 2003,
-  address =	 {Geneva}
-}
-
- at article{Anker97,
-  author =	 {Martha Anker},
-  title =	 {The Effect of Misclassification Error on Reported
-                  Cause-Specific Mortality Fractions from Verbal
-                  Autopsy},
-  journal =	 {International Journal of Epidemiology},
-  volume =	 {26},
-  year =	 {1997},
-  pages =	 {1090-1096}
-}
-
- at article{AppBosGra96,
-  author =	 {A. Appels, et al},
-  title =	 {Self-Rated Health and Mortality in a Lithuanian and
-                  Dutch Population},
-  journal =	 {Social Science and Medicine},
-  volume =	 42,
-  year =	 1996,
-  pages =	 {{681-89}},
-  number =	 5
-}
-
- at techreport{Arendt03,
-  author =	 {Jacob N. Arendt},
-  title =	 {Social gradients in self-rated health in Denmark -
-                  gender differences and health risk factors in
-                  dynamic context},
-  institution =	 {AKF, Institute of Local Government Studies},
-  year =	 2003,
-  month =	 {May},
-  address =	 {Nyropsgade 37, 1602 Copenhagen V, Denmark}
-}
-
- at book{Arendt73,
-  author =	 {Arendt, Hannah},
-  title =	 {The Origins of Totalitarianism},
-  publisher =	 {Harcourt Brace Jovanovich},
-  year =	 1973,
-  address =	 {New York}
-}
-
- at incollection{Armstrong01,
-  author =	 {J. Scott Armstrong},
-  title =	 {Extrapolation of Time Series and Cross-Sectional
-                  Data},
-  booktitle =	 {Principles of Forecasting: A Handbook for
-                  Researchers and Practitioners},
-  publisher =	 {Kluwer},
-  year =	 2001,
-  editor =	 {J. Scott Armstrong},
-  pages =	 {217--243}
-}
-
- at unpublished{Ashworth01,
-  author =	 {Scott Ashworth},
-  title =	 {Reputational Dynamics and Congressional Careers},
-  note =	 {Harvard University},
-  year =	 2001,
-  annote =	 {introduce the single crossing property in political
-                  science}
-}
-
- at article{AssPocEno00,
-  author =	 {Susan F. Assmann and Stuart J. Pocock, Laura E. Enos
-                  and Linda E. Kasten},
-  title =	 {Subgroup analysis and other (mis)uses of baseline
-                  data in clinical trials},
-  journal =	 {The Lancet},
-  volume =	 {355},
-  year =	 {2000},
-  pages =	 {1064-1069},
-  month =	 {March}
-}
-
- at article{AusMam06,
-	author={Peter C. Austin and Muhammad M. Mamdani},
-	title={A comparison of propensity score methods: A case-study estimating the effectiveness
-		of post-AMI statin use},
-	journal={Statistics in Medicine},
-	volume={25},
-	year={2006},
-	pages={2084-2106}
-}
-
- at article{AusMamStu05,
-	author={Peter C. Austin and Muhammad M. Mamdani and Therese A. Stukel and Geoffrey
-		M. Anderson and Jack V. Tu},
-	title={The use of the propensity score for estimating treatment effects: {A}dministrative
-		versus clinical data},
-	journal={Statistics in Medicine},
-	volume={24},
-	year={2005},
-	pages={1563-1578}
-}
-
- at article{AvlSchDav98,
-	author={Kirsten Avlund, Kirsten Schultz-Larsen, and Michael Davidson},
-	title={Tiredness in Daily Activities at Age 70 as a Predictor of Mortality During
-		the Next 10 Years},
-	journal={Journal of Clinical Epidemiology},
-	volume= 51,
-	year= 1998,
-	pages={{323-33}}
-}
-
- at article{BacKin04,
-	author={Bachrach, Christine A. and King, Roslind B.},
-	title={{Data Sharing and Duplication: Is There a Problem?}},
-	journal={Archives of Pediatric and Adolescent Medicine},
-	volume= 158,
-	year={2004},
-	month={September},
-	number= 9
-}
-
- at article{BagHopMas02,
-	author={A. Bagust and P.K. Hopkinson and L. Maslove and C.J. Currie},
-	title={The Projected Health Care Burden of Type 2 Diabetes in the UK from 2000
-		to 2060},
-	journal={Diabetic Medicine},
-	volume= 19,
-	year= 2002,
-	pages={1--5},
-	number= 4
-}
-
- at book{Balderston02,
-	author={Theo Balderston},
-	title={Economics and Politics in the Weimar Republic},
-	publisher={Cambridge University Press},
-	year= 2002,
-	address={Cambridge}
-}
-
- at article{BanBan92,
-	author={A.T. Bang and R.A. Bang and the SEARCH team},
-	title={Diagnosis of causes of childhood deaths in developing countries by verbal
-		autosy: suggested criteria},
-	journal={Bulletin of the World Health Organization},
-	volume={70},
-	year={1992},
-	pages={499-507},
-	number={4}
-}
-
- at article{BaqBlaAri98,
-	author={A.H. Baqui and R.E. Black and S.E. Arifeen and K. Hill and S.N. Mitra and
-		A.Al Sabir},
-	title={Causes of childhood deaths in Bangladesh: results of a nationwide verbal
-		autopsy study},
-	journal={Bulletin of the World Health Organization},
-	volume={76},
-	year={1998},
-	pages={161},
-	number={2}
-}
-
- at article{BarFraHil03,
-	author={John Barnard and Constantine E. Frangakis and Jennifer L. Hill and Donald
-		B. Rubin},
-	title={{Principal Stratification Approach to Broken Randomized Experiments: A Case
-		Study of School Choice Vouchers in New York City.}},
-	journal={Journal of the American Statistical Association},
-	volume={98},
-	year={2003},
-	pages={299-324},
-	number={462}
-}
-
- at book{Barkai90,
-	author={Barkai, Avram},
-	title={Nazi Economics: Ideology, Theory, and Policy},
-	address={Oxford},
-	publisher={Berg Press},
-	year={1990}
-}
-
- at article{BarPonCor00,
-	author={Ivana C. H. C. Barr{\^e}to and L{\'i}gia Kerr Pontes and e Luciano Corr{\^e}a},
-	title={Vigil{\^a}ncia de {\'o}bitos infantis em sistemas locais de sa{\'u}de: avalia{\c{c}}{\~a}o da
-		aut{\'o}psia verbal e das informa{\c{c}}{\~o}es de agentes de sa{\'u}de},
-	journal={Rev Panam Salud Publica / Pan Am Journal of Public Health},
-	volume={7},
-	year={2000},
-	pages={303-312},
-	number={5}
-}
-
- at article{Bartels96,
-	author={Bartels, Larry M.},
-	title={Uninformed Votes: Information Effects in Presidential Elections},
-	journal={American Journal of Political Science},
-	volume= 40,
-	year= 1996,
-	pages={194--230}
-}
-
- at unpublished{Bartels98,
-	author={Larry Bartels},
-	title={Panel Attrition and Panel Conditioning in American National Election Sudies},
-	note={Paper prepared for the 1998 meetings of the Society for Political Methodology,
-		San Deigo},
-	year={1998}
-}
-
- at article{BasEst01,
-	author={S.A. Bashir and J. Esteve},
-	title={Projecting Cancer Incidence and Mortality Using Bayesian Age-Period-Cohort
-		Models},
-	journal={Journal of Epidemiology and Biostatistics},
-	volume= 6,
-	year= 2001,
-	pages={287--296},
-	number= 3
-}
-
- at unpublished{BatFerHab06,
-	author={Robert Bates and Karen Feree and James Habyarimana and Macartan Humphreys
-		and Smita Singh},
-	title={The Africa Research Program},
-	note={{http://africa.gov.harvard.edu}},
-	year= 2006
-}
-
- at article{Bath03,
-	author={Peter A. Bath, PhD},
-	title={Differences Between Older Men and Women in the Self-Rated Health-Mortality
-		Relationship},
-	journal={The Gerontologist},
-	volume= 43,
-	year= 2003,
-	pages={{387-95}}
-}
-
- at article{Baum88,
-	author={Lawrence Baum},
-	title={Measuring Policy Change in the U.S. Supreme Court},
-	journal= apsr,
-	volume= 82,
-	year= 1988,
-	pages={905--912},
-	month={September},
-	number= 3
-}
-
- at article{BeaMei89,
-	author={Michael L. Beach and Paul Meier},
-	title={Choosing Covariates in the Analysis of Clinical Trials},
-	journal={Controlled Clinical Trials},
-	volume={10},
-	year={1989},
-	pages={161S-175S}
-}
-
- at incollection{Bearce00,
-	author={David Bearce},
-	title={Economic Sanctions and Neural Networks: Forecasting Effectiveness and Reconsidering
-		Cooperation},
-	booktitle={Political Complexity: Non Linear Models of Politics},
-	publisher={University of Michigan Press},
-	year= 2000,
-	address={Ann Arbor, MI},
-	editor={Diana Richards},
-	pages={269--295},
-	annote={asks whether real-world forecasting needs make NN preferable to traditional
-		(and linear) analysis. Looks at effectiveness of sanctions, using about
-		100 quantitative cases first examined in 1980s. NNs are shown to forecast
-		twice as well as traditional methods.}
-}
-
- at book{BecChaWil88,
-	author={Richard A. Becker and John M. Chambers and Allan R. Wilks},
-	title={The New S. language},
-	publisher={Wadsworth},
-	year={1988},
-	address={New York}
-}
-
- at article{BecIch02,
-	author={Sascha O. Becker and Andrea Ichino},
-	title={Estimation of average treatment effects based on propensity scores},
-	journal={The Stata Journal},
-	volume= 2,
-	year= 2002,
-	pages={358-377},
-	number= 4
-}
-
- at article{BecIch02,
-	author={Sascha O. Becker and Andrea Ichino},
-	title={Stata programs for ATT estimation based on propensity score matching},
-	journal={The Stata Journal},
-	volume= 2,
-	year= 2002,
-	pages={358--377},
-	number= 4
-}
-
- at article{BecJac98,
-	author={Nathaniel Beck and Simon Jackman},
-	title={Beyond Linearity by Default: Generalized Additive Model},
-	journal= ajps,
-	volume= 42,
-	year= 1998,
-	pages={596--627},
-	month={April},
-	number= 2
-}
-
- at article{BecKat95,
-	author={Nathaniel Beck and Jonathan Katz},
-	title={``What to Do (and Not to Do) with Time-Series-Cross-Section Data''},
-	journal= apsr,
-	volume= 89,
-	year= 1995,
-	pages={634--647}
-}
-
- at article{BecKat96,
-	author={Nathaniel Beck and Jonathan Katz},
-	title={Nuisance vs. Substance: Specifying and Estimating Time-Series-Cross-Section
-		Model},
-	journal= pa,
-	volume={VI},
-	year= 1996,
-	pages={1--36}
-}
-
- at article{BecKatTuc98,
-	author={Nathaniel Beck and Jonathan Katz and Richard Tucker},
-	title={Taking Time Seriously: Time-Series-Cross-Section Analysis with a Binary
-		Dependent Variable},
-	journal= apsr,
-	volume= 42,
-	year= 1998,
-	pages={1260-1288}
-}
-
- at article{BedChrJoh96,
-	author={Edward J. Bedrick and Ronald Christensen and Wesley Johnson},
-	title={A New Perspective on Priors for Generalized Linear models},
-	journal={Journal of the American Statistical Association},
-	volume={91},
-	year={1996},
-	pages={1450-1460},
-	number={436}
-}
-
- at techreport{BehTod99,
-	author={Jere R. Behrman and Petra E. Todd},
-	title={Randomness in the Experimental Samples of Progresa (Education, Health, and
-		Nutrition Program)},
-	institution={International Food Policy Research Institute},
-	year={1999},
-	month={March},
-	type={Research Report},
-	address={2033 K Street, NW Washington, DC 20006}
-}
-
- at article{Bell97,
-	author={W.R. Bell},
-	title={{Comparing and Assessing Time Series Methods for Forecasting Age-Specific
-		Fertility and Mortality Rates}},
-	journal={Journal of Official Statistics},
-	volume= 13,
-	year= 1997,
-	pages={279--303},
-	number= 3
-}
-
- at article{Bello93,
-	author={Abdul Lateef Bello},
-	title={Choosing Among Imputation Techniques for Incomplete Multivariate Data: A
-		Simulation Study},
-	journal={Communications in Statistics A: Theory and Methods},
-	volume={22},
-	year={1993},
-	pages={853-877},
-	number={3}
-}
-
- at article{BelMon91,
-	author={W.R. Bell and B.C. Monsell},
-	title={Using Principal Components in time Series modeling and Forecasting of Age-Specific
-		Mortality Rates},
-	journal={Proceedings of the American Statistical Association, Social Statistics Section},
-	year= 1991,
-	pages={154--159}
-}
-
- at article{Beltrami1873,
-	author={E. Beltrami},
-	title={Sulle funzioni bilineari},
-	journal={Giornale di Matematiche ad Uso degli Studenti Delle Universit{\'a}},
-	volume= 11,
-	year= 1873,
-	pages={98--106},
-	note={{An English translation by D. Boley is available as University of Minnesota,
-		Department of Computer Science, Technical Report 90-37, 1990}}
-}
-
- at article{BenBluLus03,
-	author={Yael Benyamini, et al.},
-	title={Gender differences in the self-rated health-mortality association: Is it
-		poor self-rated health that predicts mortality or excellent self-rated
-		health that predicts survival?},
-	journal={The Gerontologist},
-	volume={43},
-	year={2003},
-	pages={{396-405}},
-	number={3}
-}
-
- at incollection{Bendix53,
-	author={Bendix, Reinhard},
-	title={Social Stratification and Political Power},
-	booktitle={Class Status and Power},
-	publisher={The Free Press},
-	year= 1953,
-	address={Glencoe, IL},
-	editor={Bendix, Reinhard and Lipset, Seymour Martin}
-}
-
- at article{BenHumEbe04,
-	author={Maureen Reindl Benjamins},
-	title={Self-Reported Health and Adult Mortality Risk: An Analysis of Cause Specific
-		Mortality},
-	journal={Social Science and Medicine (Forthcoming 2004)}
-}
-
- at article{benichou95,
-	author={J. Benichou and M. Gail},
-	title={Methods of Inference for Estimates of Absolute Risk Derived From Population-Based
-		Case-Control Studies},
-	journal={Biometrics},
-	volume= 51,
-	year= 1995,
-	pages={182-194}
-}
-
- at article{BenIdl99,
-	author={Yael Benyamini, and Ellen Idler},
-	title={Community Studies Reporting Association Between Self-Rated Health and Mortality},
-	journal={Research on Aging},
-	volume= 21,
-	year= 1999,
-	pages={{392-401}},
-	number= 3
-}
-
- at article{BenIdlLev00,
-	author={Yael Benyamini, Ellen Idler, Howard Leventhal, and Elaine A. Leventhal},
-	title={Positive-Affect and Function as Influences on Self-Assessments of Health:
-		Expanding ou View Beyond Illness and Disability},
-	journal={Journal of Gerontology: Psychological Sciences},
-	volume={{55B}},
-	year= 2000,
-	pages={{P107-116}}
-}
-
- at article{BenLav03,
-	author={Kenneth Benoit and Michael Laver},
-	title={Estimating Irish party policy positions using computer wordscoring: the
-		2002 election - a research note},
-	journal={Irish Political Studies},
-	volume={18},
-	year={2003},
-	pages={97--107},
-	number={1}
-}
-
- at article{BenLevLev00,
-	author={Yael Benyamini, et al},
-	title={Gender Differences in Processing Information for Making Self-Assessments
-		of Health },
-	journal={American Psychosomatic Society},
-	volume= 62,
-	year= 2000,
-	pages={{354-64}},
-	number= 2
-}
-
- at article{BenLevLev99,
-	author={Yael Benyamini, Elaine A. Leventhal, and Howard Leventhal},
-	title={Self-Assessments of Health. What Do People Know that Predicts their Mortality?},
-	journal={Reasearch on Aging},
-	volume= 21,
-	year= 1999,
-	pages={{477-500}},
-	month={{May}},
-	number= 3
-}
-
- at article{BenLip59,
-	author={Bendix, Reinhard and Lipset, Seymour Martin},
-	title={On the Social Structure of Western Societies: Some Reflections on Comparative
-		Analysis},
-	journal={Berkeley Journal of Sociology},
-	volume= 5,
-	year= 1959,
-	pages={1-15}
-}
-
- at article{BenSin99,
-	author={S.K. Benara and Padam Singh},
-	title={Validity of Causes of Infant Death by Verbal Autopsy},
-	journal={Indian Journal of Pediatrics},
-	volume={66},
-	year={1999},
-	pages={647-650}
-}
-
- at article{BenSin99,
-	author={S.K. Benara and Padam Singh},
-	title={Validity of Causes of Infant Death by Verbal Autopsy},
-	journal={Indian Journal of Pediatrics},
-	volume={66},
-	year={1999},
-	pages={647-650}
-}
-
- at article{BerdeG47,
-	author={Berelson, B. and de Grazia, S.},
-	title={{Detecting Collaboration in Propaganda}},
-	journal={Public Opinion Quarterly},
-	volume={11},
-	year={1947},
-	pages={244--253},
-	number={2}
-}
-
- at proceedings{BerDegLin88,
-	editor={J. M. Bernardo and M.H. Degroot and D.V. Lindley and A.F.M. Smith},
-	title={Bayesian Statistics 3},
-	publisher={Clarendon Press, Oxford},
-	year={1987},
-	month={June 1-5},
-	organization={Proceedings of the Third Valencia International Meeting}
-}
-
- at article{Berenson04,
-	author={Robert Berenson},
-	title={The Medicare Chronic Care Improvement Program},
-	journal={The Urban Institute},
-	year={2004},
-	month={May},
-	note={{http://www.urban.org/url.cfm?ID=900714}}
-}
-
- at article{Berger04,
-	author={Vance W. Berger},
-	title={Selection Bias and Baseline Imbalances in Randomized Trials},
-	journal={Drug Information Journal},
-	volume={38},
-	year={2004},
-	pages={1-2}
-}
-
- at article{Berger05a,
-	author={Vance W. Berger},
-	title={Quantifying the Magnitude of Baseline Covariate Imbalances Resulting fronmSelection
-		Bias in Randomized Clinical Trials},
-	journal={Biometrical Journal},
-	volume={47},
-	year={2005},
-	pages={119-127},
-	number={2}
-}
-
- at book{Berger05b,
-	author={Vance W. Berger},
-	title={Selection Bias and covariate Imbalances in Randomized Clinical Trials},
-	publisher={John Wiley \& Sons, Ltd.},
-	year={2005},
-	editor={Stephen Senn and Vic Barnett},
-	series={Statistics in Practice}
-}
-
- at article{Berger94,
-	author={James Berger},
-	title={An Overview of Robust Bayesian Analysis (With Discussion)},
-	journal={Test},
-	volume= 3,
-	year= 1994,
-	pages={5-124}
-}
-
- at article{BerHenSav77,
-	author={E. Berndt and D. Hendry and N.E. Savin},
-	title={Conflict Among Criteria for Testing Hypotheses in the Multivariate Linear
-		Regression Model},
-	journal={Econometrica},
-	volume={45},
-	year={1977},
-	pages={1263-1277}
-}
-
- at article{BerKinKon97,
-	author={Shulamit L. Bernard, Jean E. Kincade, Thomas R. Conrad, et al},
-	title={Predicting Mortality from Community Surveys of Older Adults: The Importance
-		of Self-Rated Functional Ability},
-	journal={Journal of Gerontology: Social Sciences},
-	volume={{52B}},
-	year= 1997,
-	pages={{S155-63}}
-}
-
- at misc{BerKos03,
-	author={Erik Bergstralh and Jon Kosanke},
-	title={dist, gmatch, and vmatch: SAS Macros},
-	year= 2003,
-	howpublished={Mayo Clinic, Division of Biostatistics},
-	note={{http://mayoresearch.mayo.edu/mayo/research/biostat/sasmacros.cfm}}
-}
-
- at book{BerKreOve98,
-	author={Mark de Berg and Marc van Krevald and Mark Overmars and Otfried Schwarzkopf},
-	title={Computational Geometry: Algorithms and Applications},
-	publisher={Springer},
-	year= 1998,
-	address={New York},
-	edition={2nd, revised edition}
-}
-
-
- at book{ImbRub10,
-	author={Guido Imbens and Donald Rubin},
-	title={Causal Inference},
-	year= {2010},
-	note={Unpublished manuscript}
-}
-
-
- at article{Bernstein32,
-	author={F. Bernstein},
-	title={{\"U}ber eine Methode, die soziologische und bev{\"o}lkerungsstatistische Gliederung
-		von Abstimmungen bei geheimen Wahlverfahren zu ermittlen},
-	journal={Allgemeines Statistisches Archiv},
-	volume= 22,
-	year= 1932,
-	pages={253--256}
-}
-
- at article{Besag74,
-	author={Julian Besag},
-	title={Spatial Interaction and the Statistical Analysis of Lattice Systems (With
-		Discussion)},
-	journal= jrssb,
-	volume= 36,
-	year= 1974,
-	pages={192-236}
-}
-
- at article{Besag75,
-	author={Julian Besag},
-	title={Statistical Analysis of Non-Lattice Data},
-	journal={The Statistician},
-	volume= 24,
-	year= 1975,
-	pages={179--195},
-	number= 3
-}
-
- at article{Besag83,
-	author={Julian E. Besag},
-	title={Discussion of paper by {P}. {S}witzer},
-	journal={Bull. Intern. Statist. Inst.},
-	volume= 50,
-	year= 1983,
-	pages={422-425},
-	number={Bk. 3}
-}
-
- at article{Besag86,
-	author={Julian Besag},
-	title={On the Statistical Analysis of Dirty Pictures},
-	journal={Journal of the Royal Statistical Society B},
-	volume={48},
-	year={1986},
-	pages={259--302},
-	number={3}
-}
-
- at article{Besancon05,
-	author={Marie L. Besancon},
-	title={Relative Resources: Inequality in Ethnic Wars, Revolutions, and Genocides},
-	abstract={Political scientists and economists have exhaustively examined the nexus
-		between economic inequality and political conflict (EI-PC nexus) in aggregated
-		civil wars. This article revisits the nexus and its related theories, empirically
-		and parsimoniously testing the effects of inequality on disaggregated intrastate
-		conflicts. The results buttress the notion that traditionally deprived
-		identity groups are more likely to engage in conflict under more economically
-		equal conditions, while class or revolutionary wars fall under the conditions
-		of greater economic inequality and war. Of the three types of conflicts
-		tested - ethnic conflicts, revolutions, and genocides - economic inequality
-		seems to have the most ambiguous bearing on genocides. Support follows
-		for recent findings that political and social equalities are of greater
-		importance in mitigating ethnic violence and that greed factors might exacerbate
-		violence in all civil conflicts, including genocides. The theoretical argument
-		proposes that the context within which intrastate violence takes place
-		affects the requisite level of relative resources needed for the escalation
-		of violence between groups. The results have policy implications for ethnically
-		divided states that are in the process of equalizing their income differential,
-		but neglect the substantial inclusion of all groups within the political
-		process and the distribution of public goods. The social contracts between
-		the governors and the governed then require careful crafting for a peaceful
-		coexistence of diverse identity groups.},
-	journal={The Journal of Peace Research},
-	volume={42},
-	year={2005},
-	pages={393-415},
-	month={July},
-	number={4}
-}
-
- at article{BesGreHigMen95,
-	author={Julian Besag and Peter Green and David Higdon and Kerrie Mengersen},
-	title={Bayesian Computation and Stochastic Systems (With Discussion)},
-	journal={Statistical Science},
-	volume= 10,
-	year= 1995,
-	pages={3-66},
-	number= 1
-}
-
- at article{BesHig99,
-	author={Julian Besag and David M. Higdon},
-	title={Bayesian Analysis of Agricultural Field Experiments (With Discussion)},
-	journal= jrssb,
-	volume= 61,
-	year= 1999,
-	pages={691-746},
-	number={4}
-}
-
- at article{BesKoo95,
-	author={Julian Besag and Charles Kooperberg},
-	title={On Conditional and Intrinsic Autoregressions},
-	journal={Biometrika},
-	volume={82},
-	year= 1995,
-	pages={733-746},
-	number={4}
-}
-
- at article{BesYorMol91,
-	author={Julian Besag and Jeremy York and Annie Molli{\'e}},
-	title={Bayesian Image Restoration with Two Applications in Spatial Statistics (With
-		Discussion)},
-	journal={Annals of the Institute of Statistical Mathematics},
-	volume= 43,
-	year= 1991,
-	pages={1-59},
-	number= 1
-}
-
- at article{Bicego97,
-	author={G. Bicego},
-	title={Estimating adult mortality rates in the context of the AIDS epidemic in
-		sub-Saharan Africa: analysis of DHS sibling histories},
-	journal={Health Transition Review},
-	volume= 7,
-	year= 1997,
-	pages={7--22},
-	number={S2}
-}
-
- at book{Biggs93,
-	author={N.L. Biggs},
-	title={Algebraic Graph Theory},
-	publisher={Cambridge University Press},
-	year= 1993,
-	address={Cambridge, UK},
-	edition={2nd}
-}
-
- at article{Billordo05a,
-	author={Libia Billordo},
-	title={Publishing in French Political Science Journals},
-	journal={French Politics},
-	volume={3},
-	year={2005},
-	pages={178-186},
-	number={2}
-}
-
- at article{Billordo05b,
-	author={Libia Billordo},
-	title={Methods Training in French Political Science},
-	journal={French Politics},
-	volume={3},
-	year={2005},
-	pages={352-0357},
-	number={3}
-}
-
- at article{BinBreEar05,
-	author={J.B. Bingenheimer and R.T. Brennan and F.J. Earls},
-	title={Firearm violence exposure and serious violent behavior},
-	journal={Science},
-	volume={308},
-	year={2005},
-	pages={1323-1326},
-	month={May}
-}
-
- at book{BisFieHol75,
-	author={Y.M. M. Bishop and S.E. Fienberg and P.W. Holland},
-	title={Multivariate Analysis: Theory and Practice},
-	publisher={MIT Press},
-	year= 1975,
-	address={Cambridge, MA}
-}
-
- at book{Bishop95,
-	author={Christopher M. Bishop},
-	title={Neural Networks for Pattern Recognition},
-	publisher={Oxford University Press},
-	year= 1995,
-	address={Oxford}
-}
-
- at article{BisSteWil06,
-	author={Benjamin Bishin and Daniel Stevens and Christian Wilson},
-	title={{Character Counts: Honesty and Fairness in Election 2000}},
-	journal={Public Opinion Quarterly},
-	volume={70},
-	year={2006},
-	pages={235-248},
-	number={2}
-}
-
- at article{BjoKri99,
-	author={Jakob Bue Bjorner and Tage Sondergaard Kristensen},
-	title={Multi-item Scales for Measuring Global Self Rated Health},
-	journal={Research on Aging},
-	volume= 21,
-	year= 1999,
-	pages={{417-39}},
-	number= 3
-}
-
- at article{BlaGeo91,
-	author={R.C. Blattberg and E.I. George},
-	title={Shrinkage Estimation of Price and Promotional Elasticities: Seemingly Unrelated
-		Equations},
-	journal= jasa,
-	volume= 86,
-	year= 1991,
-	pages={304--315},
-	month={Jun},
-	number= 414
-}
-
- at article{BlaRas04,
-	author={Grant Blank and Karsten B. Rasmussen},
-	title={The Data Documentation Initiative: The Value and Significance of a Worldwide
-		Standard.},
-	journal={Social Science Computer Review},
-	volume={22},
-	year={2004},
-	pages={306-318},
-	number={3}
-}
-
- at article{BlaSmi04,
-	author={Dan A. Black and Jeffrey A. Smith},
-	title={How robust is the evidence on the effects of college quality? Evidence from
-		matching},
-	journal={Journal of Econometrics},
-	volume={121},
-	year={2004},
-	pages={99-124},
-	number={1}
-}
-
- at article{BloHilRic03,
-	author={Howard S. Bloom and Carolyn J. Hill and James A. Riccio},
-	title={Linking Program Implementation and Effectiveness: Lessons from a Pooled
-		Sample of Welfare-to-Work Experiments},
-	journal={Journal of Policy Analysis and Management},
-	volume={22},
-	year={2003},
-	pages={551-575},
-	number={4}
-}
-
- at book{Bloom05,
-	title={Learning More from Social Experiments},
-	publisher={Russell Sage Foundation},
-	year={2005},
-	editor={Howard S. Bloom},
-	address={New York}
-}
-
- at article{BloRicBla07,
-	author={Howard S. Bloom and Lashawn Richburg-Hayes and Alison Black},
-	title={Using Covariates to Improve Precision for Studies that Randomize Schools
-		to Evaluate Educational Interventions},
-	journal={Educational Evaluation and Policy Analysis},
-	year={2007}
-}
-
- at book{BLS03,
-	author={{Board on Life Sciences}},
-	title={Sharing Publication-Related Data and Materials: Responsibilities of Authorship
-		in the Life Sciences},
-	publisher={National Academies Press},
-	year= 2003,
-	address={Washington, D.C.}
-}
-
- at article{Blumer48,
-  author =	 {Herbert Blumer},
-  title =	 {Public Opinion and Public Opinion Polling},
-  journal =	 {American Sociological Review},
-  volume =	 {13},
-  year =	 {1948},
-  pages =	 {542-549},
-  month =	 {October},
-  number =	 {5}
-}
-
- at incollection{Bohm84,
-	author={Peter Bohm},
-	title={Are thee Practicable Demand-Revealing Mechanisms?},
-	booktitle={Public Finance and the Quest for Efficiency},
-	publisher={Wayne State University Press},
-	year={1984},
-	address={Detroit},
-	editor={H. Hanusch},
-	pages={127-139}
-}
-
- at article{BonBarMee94,
-	author={Luc Monneux and Jan J. Barendregt and Karin Meeter and Gouke J. Bonsel and
-		Paul J. van der Maas},
-	title={Estimating Clinical Morbidity Due to Ischemic Heart Disease and Congestive
-		Heart Failure: The Future Rise of Heart Failure},
-	journal={American Journal of Public Health},
-	volume= 84,
-	year= 1994,
-	pages={20-28}
-}
-
- at unpublished{BonBonJen01,
-	author={Doug Bond and Joe Bond and J. Craig Jenkins and Churl Oh and Charles Lewis
-		Taylor},
-	title={Integrated Data for Events Analysis (IDEA): An Event Form Typology for Automated
-		Events Data Development},
-	note={manuscript, Harvard University},
-	year= 2001
-}
-
- at article{Bongaarts89,
-	author={John Bongaarts},
-	title={A Model of the Spread of HIV Infection and the Demographic Impact of AIDS},
-	journal={Statistics in Medicine},
-	volume= 8,
-	year= 1989,
-	pages={103--120}
-}
-
- at techreport{BooMaiSmi02,
-	author={Heather Booth and John Maindonald and Len Smith},
-	title={{Age-Time Interactions in Mortality Projection: Applying Lee-Carter to Australia}},
-	institution={The Australian National University},
-	year= 2002,
-	month={August},
-	type={Working Papers in Demography}
-}
-
- at article{BooMaiSmi02b,
-	author={Heather Booth and John Maindonald and Len Smith},
-	title={Applying Lee-Carter Under Conditions of Variable Mortality Decline},
-	journal={Population Studies},
-	volume= 56,
-	year= 2002,
-	pages={325--336},
-	number= 3
-}
-
- at unpublished{BorBorRal01,
-	author={Roman Borisyuk and Galina Borisyuk and Colin Rallings and Michael Thrasher},
-	title={Forecasting the 2001 General Election Result: A Neural Network Approach},
-	note={{http://www.psa.ac.uk/spgrp/epop/forecasting\_genelect2001.htm}},
-	year={2001},
-	annote={authors try to forecast election results; they generate fitted values by
-		'predicting' the winners of past elections. they do break up their data
-		sets into training and test in the spirit of cross-validation; they also
-		compare their results to logit.}
-}
-
- at incollection{Borchardt91,
-  author =	 {Knut Borchardt},
-  title =	 {Economic Causes for the Collapse of the Weimar
-                  Republic},
-  booktitle =	 {Perspectives on Modern German Economic History and
-                  Policy},
-  publisher =	 {Cambridge University Press},
-  year =	 1991,
-  address =	 {New York},
-  editor =	 {Knut Borchardt},
-  pages =	 {161--184}
-}
-
- at article{borgan95,
-	author={{\O }rnulf Borgan and B. Langgholz and L. Goldstein},
-	title={Methods for the Analysis of Sampled Cohort Data in the Cox Proportional
-		Hazard Model},
-	journal={The Annals of Statistics},
-	volume= 23,
-	year= 1995,
-	number={1749-1778}
-}
-
- at article{BorMayTur04,
-	author={Robert Boruch and Henry May and Herbert Turner and Julia Lavenberg and Anthony
-		Petrosino and Dorothy de Moya and Jeremy Grimshaw and Ellen Foley },
-	title={Estimating the Effects of Interventions That are Deployed in Many Places:
-		Place-Randomized Trials},
-	journal={American Behavioral Scientist},
-	volume={47},
-	year={2004},
-	pages={608-633},
-	number={5}
-}
-
- at book{Boruch97,
-	author={Robert F. Boruch},
-	title={Randomized Experiments for Planning and Evaluation},
-	publisher={Sage Publications},
-	year={1997},
-	address={Thousand Oaks}
-}
-
- at article{BouChaWel01,
-	author={Andrew Boulle and Daniel Chandramohan and Peter Weller},
-	title={A Case Study of Using Artificial Neural Networks for Classifying Cause of
-		Death from Verbal Autopsy},
-	journal={International Journal of Epidemiology},
-	volume={30},
-	year={2001},
-	pages={515-520}
-}
-
- at unpublished{BowHan05,
-	author={Jake Bowers and Ben Hansen},
-	title={Attributing Effects to A Cluster Randomized Get-Out-The-Vote Campaign: An
-		Application of Randomization Inference Using Full Matching},
-	note={Departments of Political Science and Statistics: University of Michigan},
-	year={2005},
-	month={July}
-}
-
- at book{BoxHunHun78,
-	author={George E.P. Box and William G. Hunger and J. Stuart Hunter},
-	title={Statistics for Experimenters},
-	publisher={Wiley-Interscience},
-	year={1978},
-	address={New York}
-}
-
- at article{BoyHonNar01,
-	author={James P. Boyle and Amanda A. Honeycutt and K.M. Venkat Narayan and Thomas
-		J. Hoerger and Linda S. Geiss and Hong Chen and Theodore J. Thompson},
-	title={Projection of Diabetes Burden Through 2050},
-	journal={Diabetes Care},
-	volume= 24,
-	year= 2001,
-	pages={1936--1940},
-	number= 11
-}
-
- at article{BozBel87,
-	author={J.E. Bozik and W.R. Bell},
-	title={Forecasting Age Specific Fertility Using Principal Components},
-	journal={Proceedings of the Americal Statistical Association, Social Statistics Section},
-	year= 1987,
-	pages={396--401}
-}
-
- at article{bracken98,
-	author={Michael B. and John C. Bracken},
-	title={Avoidable Systematic Error in Estimating Treatment Effects Must not be Tolerated},
-	journal={British Medical Journal},
-	volume= 317,
-	year= 1998,
-	pages={11-56},
-	month={October 24}
-}
-
- at article{Brady85,
-	author={Henry E. Brady},
-	title={The Perils of Survey Research: Inter-Personally Incomparable Responses},
-	journal={Political Methodology},
-	volume= 11,
-	year= 1985,
-	pages={269--290},
-	month={June},
-	number={3--4}
-}
-
- at article{Brady89,
-	author={Henry E. Brady},
-	title={Factor and Ideal Point Analysis for Interpersonally Incomparable Data},
-	journal={Psychometrika},
-	volume= 54,
-	year= 1989,
-	pages={181--202},
-	month={June},
-	number= 2
-}
-
- at inproceedings{BraHil73,
-	author={William Brass and Kenneth Hill},
-	title={Estimating Adult Mortality in Africa from Orphanhood},
-	booktitle={Proceedings of the International Population Conference Liege},
-	year= 1973,
-	organization={International Union for the Scientific Study of Population}
-}
-
- at article{BraTuc01,
-	author={Ted Brader and Joshua Tucker},
-	title={The Emergence of Mass Partisanship in Russia, 1993-96},
-	journal={American Journal of Political Science},
-	volume={45},
-	year={2001},
-	pages={69-83}
-}
-
- at book{BreDay80,
-	author={Norman E. Breslow and N.E. Day },
-	title={Methods in Cancer Research},
-	publisher={Lyon},
-	year= 1980
-}
-
- at book{BreFriOls84,
-	author={Leo Breiman and Jerome H. Friedman and Richard A. Olshen and Charles J.
-		Stone},
-	title={Classification and Regression Trees},
-	publisher={Chapman \& Hall},
-	year={1984},
-	address={New York, New York}
-}
-
- at book{Brehm93,
-	author={John Brehm},
-	title={The Phantom Respondents: Opinion Surveys and Political Respresentation},
-	publisher={University of Michigan Press},
-	year={1993},
-	address={Ann Arbor}
-}
-
- at article{Breiman01,
-	author={Leo Breiman},
-	title={Statistical Modeling: The Two Cultures},
-	journal={Statistical Science},
-	volume={16},
-	year={2001},
-	pages={199-215},
-	month={August},
-	number={3}
-}
-
- at article{Breslow96,
-	author={Norman E. Breslow},
-	title={Statistics in Epidemiology: The Case-Control Study},
-	journal= jasa,
-	volume= 91,
-	year= 1996,
-	pages={14--28}
-}
-
- at unpublished{Breyer04,
-	author={L.A. Breyer},
-	title={The Dbacl Text Classifier},
-	note={laird at lbreyer.com},
-	year={04},
-	month={June}
-}
-
- at unpublished{Breyer04,
-	author={L.A. Breyer},
-	title={The Dbacl Text Classifier},
-	note={laird at lbreyer.com},
-	year={04},
-	month={June}
-}
-
- at article{BreZie92,
-	author={Hermann Brenner and Hartwig Ziegler},
-	title={Monitoring and Projecting Cancer Incidence in Saarland, Germany, Based on
-		Age-Cohort Analyses},
-	journal={Journal of Epidemiology and Community Health},
-	volume= 46,
-	year= 1992,
-	pages={15--20}
-}
-
- at book{BroDav91,
-	author={Peter J. Brockwell and Richard A. Davis},
-	title={Time Series: Theory and Methods},
-	publisher={Springer-Verlag},
-	year={1991},
-	edition={2nd}
-}
-
- at article{BroDenVer02,
-	author={N. Brouhns and M. Denuit and J. Vermunt},
-	title={A Poisson Log-bilinear Regression Approach to the Construction of Projected
-		Lifetables},
-	journal={Insurance: Mathematics and Economics},
-	volume= 31,
-	year= 2002,
-	pages={373--393}
-}
-
- at article{BroGra00,
-	author={Ron Brookmeyer and Sarah Gray},
-	title={Methods for Projecting the Incidence and Prevalence of Chronic Diseases
-		in Ageing Populations: Application to Alzheimer's Disease},
-	journal={Statistics in Medicine},
-	volume= 19,
-	year= 2000,
-	pages={1481--1493}
-}
-
- at article{BroHew00,
-	author={M. Brockerhoff and P. Hewett},
-	title={Inequality of child mortality among ethnic groups in sub-Saharan Africa},
-	journal= bull,
-	year={2000},
-	optnumber={1},
-	optvolume={78},
-	optpages={30--41}
-}
-
- at article{Bronnum-Hansen02,
-	author={Henrik Bronnum-Hansen},
-	title={Predicting the Effect of Prevention of Ischaemic Heart Disease},
-	journal={Scandinavian Journal of Public Health},
-	volume= 30,
-	year= 2002,
-	pages={5--11}
-}
-
- at article{Bronnum-Hansen99,
-	author={Henrik Bronnum-Hansen},
-	title={How Good is the Prevent Model for Estimating the Health Benefits of Prevention?},
-	journal={Journal of Epidemiology and Community Health},
-	volume= 53,
-	year= 1999,
-	pages={300--305}
-}
-
- at article{BroSchRot06,
-	author={M. Alan Brookhart and Sebastian Schneeweiss and Kenneth J. Rothman and Robert
-		J. Glynn and Jerry Avorn and Til Sturmer},
-	title={Variable Selection for Propensity Score Models},
-	journal={American Journal of Epidemiology},
-	volume={163},
-	year={2006},
-	pages={1149-1156},
-	month={April}
-}
-
- at book{Brown58,
-	author={Ralph Brown},
-	title={Loyalty and Security},
-	publisher={Yale University Press},
-	year= 1958,
-	address={New Haven, CT}
-}
-
- at article{Brown82,
-	author={Brown, Courtney},
-	title={The Nazi Vote: A National Ecological Study},
-	journal={American Political Science Review},
-	volume= 76,
-	year= 1982,
-	pages={285-302},
-	number= 2
-}
-
- at article{BruFal94,
-	author={Brustein, William and Falter, J{\"u}rgen W.},
-	title={The Sociology of Nazism: An Interest-Based Account},
-	journal={Rationality and Society},
-	volume= 6,
-	year= 1994,
-	pages={369-399},
-	number= 3
-}
-
- at book{Brustein96,
-	author={William Brustein},
-	title={The Logic of Evil: Social Origins of the Nazi Party, 1925-1933},
-	publisher={Yale University Press},
-	year= 1996
-}
-
- at article{BruUrd05,
-	author={Helge Brunborg and Henrik Urdal},
-	title={The Demography of Conflict and Violence: An Introduction},
-	abstract={The demography of armed conflict is an emerging field among demographers
-		and peace researchers alike. The articles in this special issue treat demography
-		as both a cause and a consequence of armed conflict, and they carry important
-		policy implications. A study of German-allied countries during World War
-		II addresses the role of refugees and territorial loss in paving the way
-		for genocide. Other articles focusing on the demographic causes of conflict
-		discuss highly contentious issues of whether economic and social inequality,
-		high population pressure on natural resources, and youth bulges and limited
-		migration opportunities can lead to different forms of armed conflict and
-		state failure. The articles on demographic responses to armed conflict
-		analyze the destructiveness of pre-industrial warfare, differences in short-
-		and long-term mortality trends after armed conflict, and migratory responses
-		in war. Another set of articles on demographic responses to war is published
-		simultaneously in the European Journal of Population.},
-	journal={The Journal of Peace Research},
-	volume={42},
-	year={2005},
-	pages={371-374},
-	month={July},
-	number={4}
-}
-
- at book{BSER02,
-	author={{Board on Earth Sciences and Resources}},
-	title={Geoscience Data and Collections: National Resources in Peril},
-	publisher={National Academies Press},
-	year= 2002,
-	address={Washington, D.C.}
-}
-
- at article{Buchheim03,
-	author={Christoph Buchheim},
-	title={Die Erholung von der Weltwirtschaftskrise 1932/33 in Deutschland},
-	journal={Jahrbuch fuer Wirtschaftsgeschicht},
-	year={2003},
-	pages={13-26},
-	number={1}
-}
-
- at article{BurFred01,
-	author={B Burstrom and P Fredlund},
-	title={Self-rated health: Is it as good a predictor of subsequent mortality among
-		adults in lower as well as in higher social classes?},
-	journal={Journal of Epidemiology and Community Health},
-	volume= 55,
-	year= 2001,
-	pages={{836-40}}
-}
-
- at article{Burgoon06,
-	author={Brian Burgoon},
-	title={On Welfare and Terror},
-	journal={Journal of Conflict Resolution},
-	volume={50},
-	year={2006},
-	pages={176-203},
-	month={April},
-	number={2}
-}
-
- at article{Burnham72,
-	author={Walter Dean Burnham},
-	title={Political Immunisation and Political Confessionalism: The United States
-		and Weimar Germany},
-	journal={Journal of Interdisciplinary History},
-	volume= 3,
-	year= 1972,
-	pages={1--30}
-}
-
- at article{Burtless95,
-	author={Gary Burtless},
-	title={The Case for Randomized Field Trials in Economic and Policy Research},
-	journal={The Journal of Economic Perspectives},
-	volume={9},
-	year={1995},
-	pages={63-84},
-	number={2}
-}
-
- at article{ButBurMit87,
-	author={J.S. Butler, et al.},
-	title={Measurement Error in Self-Reported Health Variables},
-	journal={The Review of Economics and Statistics},
-	volume= 69,
-	year= 1987,
-	pages={{644-50}}
-}
-
- at techreport{ButCar01,
-	author={C.T.\ Butts and K.M.\ Carley},
-	title={Multivariate Methods for Interstructural Analysis},
-	institution={CASOS working paper, Carnegie Mellon University},
-	year={2001}
-}
-
- at incollection{Butler51,
-	author={David E. Butler},
-	title={Appendix},
-	booktitle={The British General Election of 1950},
-	publisher={Macmillan},
-	year= 1951,
-	address={London},
-	editor={H.G. Nicholas}
-}
-
- at article{BuuEyrTenHop03,
-	author={S. van Buuren and S. Eyres and A. Tennant and M. Hopman-Rock},
-	title={Assessing comparability of dressing disability in different countries by
-		response conversion},
-	journal={European Journal of Public Health},
-	volume={13},
-	year={2003},
-	pages={15-19}
-}
-
- at book{ByaFotHuo06,
-  author =	 {Peter Byass and Edward Fottrell and Dao Lan Huong
-                  and Yemane Berhane and Tumani Corrah and Kathleen
-                  Kahn and Lulu Muhe and Do Duc Van},
-  title =	 {Refining a probabilistic model for interpreting
-                  verbal autopsy data},
-  publisher =	 {Scandinavian Journal of Public Health},
-  year =	 {34},
-  volume =	 {2006},
-  pages =	 {26-31}
-}
-
- at article{CamJagHar03,
-	author={Michael J. Camasso and Radha Jagannathan and Carol Harvey and Mark Killingsworth},
-	title={The Use of Client Surveys to Guage the Threat of Contamination in Welfare
-		Reform Experiments},
-	journal={Journal of Policy Analysis and Management},
-	volume={22},
-	year={2003},
-	pages={207-223},
-	number={2}
-}
-
- at book{CamTri98,
-	author={A.C. Cameron and P.K. Trivedi},
-	title={Regression Analysis of Count Data},
-	publisher={Cambridge University Press},
-	year={1998}
-}
-
- at article{Canner91,
-	author={Paul L. Canner},
-	title={Covariate Adjustment of Treatment Effects in Clinical Trials},
-	journal={Controlled Clinical Trials},
-	volume={12},
-	year={1991},
-	pages={359-366}
-}
-
- at book{Cantril65,
-	author={Hadley Cantril},
-	title={The Pattern of Human Concerns},
-	publisher={Rutgers University Press},
-	year= 1965,
-	address={New Brunswick, N.J.}
-}
-
- at article{CapAngFro95,
-	author={Riccardo Capocaccia and Robert De Angelis and Luisa Frova and Milena Sant
-		and Eva Buiatti and Gemma Gatta and Andrea Micheli and Franco Berrino and
-		Alessandro Barchielli and Ettore Conti and Lorenzo Gafa and Arduino Verdecchia},
-	title={Estimation and Projections of Stomach Cancer Trends in Italy},
-	journal={Cancer Causes and Control},
-	volume= 6,
-	year= 1995,
-	pages={339--346}
-}
-
- at article{CapDeaFro97,
-	author={Riccardo Capocaccia and Roberta De Angelis and Luisa Frova and Gemma Gatta
-		and Milena Sant and Andrea Micheli and Franco Berrino and Ettore Conti
-		and Lorenzo Gafa and Luca Roncucci and Arduino Verdecchia},
-	title={Estimation and Projections of Colorectal Cancer Trends in Italy},
-	journal={International Journal of Epidemiology},
-	volume= 26,
-	year= 1997,
-	pages={924--932},
-	number= 5
-}
-
- at article{CapVerMic90,
-	author={Riccardo Capocaccia and Arduino Verdecchia and Andrea Micheli and Milena
-		Sant and Gemma Gatta and Franco Berrino},
-	title={Breast Cancer Incidence and Prevalence Estimated from Survival and Mortality},
-	journal={Cancer Causes and Control},
-	volume= 1,
-	year= 1990,
-	pages={23--29}
-}
-
- at article{CarCha70,
-	author={J.D. Caroll and J. J. Chang},
-	title={Analysis of Individual Differences in Multidimensional Scaling},
-	journal={Psychometrika},
-	volume= 35,
-	year= 1970,
-	pages={283--319},
-	month={September}
-}
-
- at article{CarGre97,
-	author={J. Douglas Carroll and Paul E. Green},
-	title={Psychometric Methods in Marketing Research: Part II, Multidimensional Scaling},
-	journal={Journal of Marketing Research},
-	volume={XXXIV},
-	year= 1997,
-	pages={193--204},
-	month={May}
-}
-
- at article{CarKucLom96,
-	author={Raymond J. Carroll and helmut Kuchenhoff and F. Lombard and Leonard A. Stefanski},
-	title={Asymptotics for the SIMEX estimator in structural measurement error models.
-		},
-	journal={Journal of the American Statistical Association},
-	volume={91},
-	year={1996},
-	pages={242-250}
-}
-
- at book{CarLou00,
-	author={Bardley P. Carlin and Thomas A. Louis},
-	title={Bayes and Empirical Bayes Methods for Data Analysis},
-	publisher={CRC Press},
-	year= 2000,
-	edition={2nd}
-}
-
- at article{CarMacRup99,
-	author={Raymond J. Carroll and Jeffrey D. Maca and David Ruppert},
-	title={Nonparametric regression in the presence of measurement error},
-	journal={Biometrika},
-	volume={86},
-	year={1999},
-	pages={3},
-	month={541-554}
-}
-
- at article{Carpenter02,
-	author={Daniel Paul Carpenter},
-	title={Groups, the Media, Agency Waiting Costs, and FDA Drug Approval},
-	journal= ajps,
-	volume= 46,
-	year= 2002,
-	pages={490--505},
-	month={July},
-	number= 2
-}
-
- at techreport{CarPrs00,
-	author={Lawrence R. Carter and Alexia Prskawetz},
-	title={Examining Structural Shifts in Mortality using the Lee-Carter Method},
-	institution={Bundesinstitut fur Bevolkerungswissenschaften},
-	year= 2000,
-	address={Germany},
-	note={Demographische Vorausschatzungen --- Abhandlungen des Arbeitkreises Bevolkerrungswissenschaftlicher
-		Methoden der Statistischen Woche}
-}
-
- at article{Carr07,
-	author={David Carr},
-	title={24-Hour Newspaper People},
-	journal={New York Times},
-	year= 2007,
-	month={15 January}
-}
-
- at article{CavTre94,
-	author={W.B. Cavnar and J.M. Trenkle},
-	title={{N-Gram-Based Text Categorization}},
-	journal={Proceedings of the Third Annual Symposium on Document Analysis and Information
-		Retrival},
-	year={1994},
-	pages={161-175}
-}
-
- at article{Chafee19,
-	author={Zechariah Chafee},
-	title={Freedom of Speech in War Time},
-	journal= hlr,
-	volume= 32,
-	year={1919},
-	pages={932--??}
-}
-
- at book{Chafee41,
-	author={Zechariah Chafee},
-	title={Free Speech in the United States},
-	publisher= hup,
-	year= 1941,
-	address={Cambridge, MA}
-}
-
- at article{ChaMauRod94,
-	author={Daniel Chandramohan and Gillian H. Maude and Laura C. Rodrigues and Richard
-		J. Hayes},
-	title={Verbal Autopsies for Adult Deaths: Issues in their Development and Validation},
-	journal={International Journal of Epidemiology},
-	volume={23},
-	year={1994},
-	pages={213-222},
-	number={2}
-}
-
- at article{Chamberlain80,
-	author={Gary Chamberlain},
-	title={Analysis of Covariance with Qualitative Data},
-	journal={Review of Economic Studies},
-	volume={XLVII},
-	year= 1980,
-	pages={225-238}
-}
-
- at article{ChaRodMau98,
-	author={Daniel Chandramohan and Laura C. Rodriques and Gillian H. Maude and Richard
-		Hayes},
-	title={The Validy of Verbal Autopsies for Assessing the Causes of Institutional
-		Maternal Death},
-	journal={Studies in Family Planning},
-	volume={29},
-	year={1998},
-	pages={414-422},
-	month={December},
-	number={4}
-}
-
- at article{Chase68,
-	author={G.R. Chase},
-	title={On the Efficiency of Matched Pairs in Bernoulli Trials},
-	journal={Biometrika},
-	volume={55},
-	year={1968},
-	pages={365-369},
-	month={July},
-	number={2}
-}
-
- at article{ChaSetQui01,
-	author={Daniel Chandramohan and Philip Setel and Maria Quigley},
-	title={Effect of misclassification of causes of death in verbal autopsy: can it
-		be adjusted},
-	journal={International Journal of Epidemiology},
-	volume={30},
-	year={2001},
-	pages={509-514}
-}
-
- at article{ChaSolShi05,
-	author={Daniel Chandramohan and Nadia Soleman and Kenji Shibuya and John Porter},
-	title={Editorial: Ethical issues in the application of verbal autopsies in mortality
-		surveillance systems},
-	journal={Tropical Medicine and International Health},
-	volume={10},
-	year={2005},
-	pages={1087-1089},
-	month={November},
-	number={11}
-}
-
- at article{CheCumDum03,
-	author={Lee Cheng, et al},
-	title={Health related quality of life in pregeriatric patients with chronic diseases
-		at urban, public supported clinics},
-	journal={Health and Quality of Life Outcomes},
-	volume= 1,
-	year= 2003,
-	pages={{1-8}},
-	month={October},
-	number= 63
-}
-
- at book{CheRon83,
-	author={G. Shabbir Cheema and Dennis A. Rondinelli},
-	title={Decentralization and Development: Policy Implementation in Developing Countries},
-	publisher={Sage Publications},
-	year={1983},
-	address={Beverly Hills, CA}
-}
-
- at article{Childers76,
-	author={Thomas Childers},
-	title={The Social Bases of the Nationalist Socialist Vote},
-	journal={Journal of Contemporary History},
-	volume= 11,
-	year= 1976,
-	pages={17-42}
-}
-
- at book{Childers83,
-	author={Childers, Thomas},
-	title={The Nazi Voter},
-	publisher={University of North Carolina Press},
-	year= 1983
-}
-
- at article{ChiLwa91,
-	author={J. Chin and S.K. Lwanga},
-	title={Estimation and Projection of Adult AIDS Cases: a Simple Epidemiological
-		Model},
-	journal={Bulletin of the World Health Organization},
-	volume= 69,
-	year= 1991,
-	pages={399--406},
-	number= 4
-}
-
- at article{ChiZamGra92,
-	author={J.D. Chiphangwi and T.P. Zamaere and W Graham and B. Duncan and T. Kenyon
-		and R. Chinyama},
-	title={Maternal mortality in the Thyolo district of southern Malawi},
-	journal={East African Medical Journal},
-	volume= 69,
-	year= 1992,
-	pages={675--679}
-}
-
- at article{Chochran53,
-	author={William G. Cochran},
-	title={Matching in Analytical Studies},
-	journal={American Journal of Public Health},
-	volume={43},
-	year={1953},
-	pages={684-691},
-	month={June}
-}
-
- at book{Christensen96,
-	author={Ronadl Christensen},
-	title={Plane Answers to Complex Questions: The Theory of Linear Models},
-	publisher={Springer-Verlag New York},
-	year={1996},
-	edition={Second}
-}
-
- at article{Church75,
-	author={Thomas Church},
-	title={Conspiracy Doctrine and Speech Offenses: A Reexamination of Yates v. U.S.
-		from the Perspective of U.S. v. Spock},
-	journal={Cornell Law Review},
-	volume= 60,
-	year={1975},
-	pages={569--??}
-}
-
- at incollection{ClaBer92,
-	author={David G. Clayton and Luisa Bernardinelli},
-	title={Bayesian Methods For Mapping Disease Risk},
-	booktitle={Geographical and Environmental Epidemiology: Methods for Small-Area Studies},
-	publisher={Oxford University Press},
-	year= 1992,
-	address={Oxford},
-	editor={P. Elliott and J.Cuzick and D. English and R. Stern},
-	pages={205-220}
-}
-
- at article{ClaJanHob01,
-	author={W. Crawford Clark and Malvin N. Janal and Elaine K. Hoben and J. Douglas
-		Carroll},
-	title={How Separate are the Sensory, Emotional, and Motivational Dimensions of
-		Pain? A Multidimensional Scaling Analysis},
-	journal={Somatosensory and Motor Research},
-	volume= 18,
-	year= 2001,
-	pages={31-39},
-	number= 1
-}
-
- at article{ClaMarLie04,
-	author={Tim Clark and Sean Martin and Ted Liefeld},
-	title={Globally Distributed Object Identification for Biological Knowledgebases},
-	journal={Briefings in Bioinformatics},
-	volume={5},
-	year={2004},
-	pages={59-71},
-	month={March},
-	number={1}
-}
-
- at article{Clarkson00,
-	author={Douglas B. Clarkson},
-	title={A Random Effects Individual Difference Multidimensional Scaling Model},
-	journal={Computational Statistics and Data Analysis},
-	volume= 32,
-	year= 2000,
-	pages={337--347},
-	month={January}
-}
-
- at incollection{Clayton96,
-	author={David G. Clayton},
-	title={Generalized Linear Mixed Models},
-	booktitle={Markov Chain {M}onte {C}arlo in Practice},
-	publisher={Chapman \& Hall},
-	year= 1996,
-	address={London},
-	editor={W.R. Gilks and S. Richardson and D.J. Spiegelhalter},
-	pages={275-301}
-}
-
- at article{CleDev88,
-	author={W.S. cleveland and S.J. Devlin},
-	title={Locally Weighted Regression: An Approach to Regression Analysis by Local
-		Fitting},
-	journal={Journal of the American Statistical Association},
-	volume={83},
-	year={1988},
-	pages={596-610}
-}
-
- at book{CleHen98,
-	author={M.P. Clements and D.F. Hendry},
-	title={{Forecasting Economic Time Series}},
-	publisher= cup,
-	year= 1998,
-	address={Cambridge, U.K.}
-}
-
- at misc{CliJacRiv00,
-	author={Joshua Clinton and Simon Jackman and Douglas Rivers},
-	title={The Statistical Analysis of Legislative Behavior: A Unified Approach},
-	year={2000},
-	howpublished={Paper presented at the Annual Meeting of the Political Methodology Society}
-}
-
- at unpublished{CliJacRiv02,
-	author={Joshua Clinton and Simon Jackman and Douglas Rivers},
-	title={The Statistical Analysis of Roll Call Data},
-	note={Stanford University},
-	year= 2002
-}
-
- at article{CloRubSch91,
-	author={Clifford C. Clogg and Donald B. Rubin and Nathaniel Schenker and Bradley
-		Schultz and Lynn Weidman},
-	title={Multiple Imputation of Industry and Occupation Codes in Census Public-Use
-		Samples Using Bayesian Logistic Regression},
-	journal={Journal of the American Statistical Association},
-	volume={86},
-	year={1991},
-	pages={68-78},
-	month={March},
-	number={413}
-}
-
- at book{CoaDem66,
-	author={Ansley J. Coale and Paul Demeny},
-	title={Regional Model Life Tables and Stable Populations},
-	publisher={Princeton University Press},
-	year= 1966,
-	address={Princeton, N.J.}
-}
-
- at book{CocCox57,
-	author={WG Cochran and GM Cox},
-	title={Experimental Designs},
-	publisher={Wiley},
-	year={1957},
-	address={New York}
-}
-
- at article{Cochran65,
-	author={William G. Cochran},
-	title={The Planning of Observational Studies of Human Populations},
-	journal={Journal of the Royal Statistical Society. Series A (General)},
-	volume= 128,
-	year= 1965,
-	pages={234-266},
-	number= 2
-}
-
- at article{Cochran68,
-	author={Cochran, William G.},
-	title={The effectiveness of adjustment by subclassification in removing bias in
-		observational studies},
-	journal={Biometrics},
-	volume={24},
-	year={1968},
-	pages={295-313}
-}
-
- at article{CocRub73,
-	author={Cochran, William G. and Rubin, Donald B.},
-	title={Controlling bias in observational studies: A review},
-	journal={Sankhya: The Indian Journal of Statistics, Series A},
-	volume={35, Part 4},
-	year={1973},
-	pages={417-466}
-}
-
- at article{ColMah93,
-  author =	 {David Collier and Mahon, Jr., James E.},
-  title =	 {Conceptual `Stretching' Revisited},
-  journal =	 apsr,
-  volume =	 87,
-  year =	 1993,
-  pages =	 {845-855},
-  month =	 {December},
-  number =	 4
-}
-
- at article{ColSul02,
-	author={James E. Coleman and Barry Sullivan},
-	title={Enduring and Empowering: The Bill of Rights in the Third Millennium},
-	journal={Law and Contemporary Problems},
-	volume= 65,
-	year={2002},
-	pages={1--??}
-}
-
- at book{Colton06,
-	author={Timothy Colton},
-	title={Transitional Citizens: Voters and What Influences Them in the New Russia},
-	publisher={Harvard University Press},
-	year={2006 in press},
-	address={Cambridge, MA}
-}
-
- at article{ComMolGri01,
-	author={Campbell, M.K. and Mollison, J. and Grimshaw, J.M.},
-	title={{Cluster trials in implementation research: estimation of intracluster correlation
-		coefficients and sample size}},
-	journal={Statistics in Medicine},
-	volume={20},
-	year={2001},
-	pages={391--399},
-	number={3}
-}
-
- at unpublished{Congdon06,
-	author={Peter Congdon},
-	title={A Model Framework for Mortality and Health Data Classified by Age, Area,
-		and Time},
-	note={to be published in Biometrics Peter congdon, Dept. of Geography, Queen Mary
-		(University of London), Mile end Road, London E1 4NS, England p.congdon at qmul.ac.uk},
-	year={2006}
-}
-
- at book{CooCam79,
-	author={Thomas D. Cook and Donald T. Campbell},
-	title={Quasi-Experimentation: Design and Analysis Issues for Field Settings},
-	publisher={Rand McNally College Publishing Company},
-	year={1979},
-	address={Chicago}
-}
-
- at article{CooSte94,
-	author={J. Cook and L. Stefanski},
-	title={Simulation-extrapolation estimation in parametric measurement error models},
-	journal={Journal of the American Statistical Asociation},
-	volume={89},
-	year={1994},
-	pages={1314-1328}
-}
-
- at book{CorCraFox94,
-	title={Transforming State-Society Relations in Mexico},
-	publisher={Center for U.S.-Mexican Studies},
-	year={1994},
-	editor={Wayne A. Cornelius and Ann L. Craig and Jonathan Fox},
-	address={University of California, San Diego},
-	series={U.S.-Mexico contemporary Perspectives Series, 6}
-}
-
- at InCollection{Cornelius04,
-author = {Wayne A. Cornelius},
-title = {Mobilized Voting in the 2000 Elections: The Changing Efficacy of Vote Buying and Coercion in Mexican Electoral Politics},
-booktitle = {Mexico's Pivotal Democratic Election: Candidates, Voters, and the Presidential Campaign of 2000},
-OPTcrossref = {},
-OPTkey = {},
-OPTpages = {},
-publisher = {Stanford University Press},
-year = {2004},
-editor = {Jorge I. Dom\'{i}nguez and Chappell Lawson},
-OPTvolume = {},
-OPTnumber = {},
-OPTseries = {},
-OPTtype = {},
-OPTchapter = {},
-address = {Stanford and La Jolla, CA},
-OPTedition = {},
-OPTmonth = {},
-OPTnote = {},
-OPTannote = {}
-}
-
- at article{Cornfield51,
-	author={Jerome Cornfield},
-	title={A Method of Estimating Comparative Rates from Clinical Data: Application
-		to Cancer of the Lung, Breast and Cervix},
-	journal={Journal of the National Cancer Institute},
-	volume= 11,
-	year= 1951,
-	number={1269-1275}
-}
-
- at article{CowBra96,
-	author={Mary Kathryn Cowles and Bradley P. Carlin},
-	title={Markov Chain Monte Carlo Convergence Diagnotics: A Comparative Review},
-	journal={Journal of the American Statistical Association},
-	volume={91},
-	year={1996},
-	pages={883-904},
-	month={June},
-	number={434}
-}
-
- at article{Cox52,
-	author={D.R. Cox},
-	title={Some Recent Work on Systematic Experimental Designs},
-	journal={Journal of the Royal Statistical Society. Series B (Methodological)},
-	volume={14},
-	year={1952},
-	pages={211-219},
-	number={2}
-}
-
- at book{Cox58,
-	author={David R. Cox},
-	title={Planning of Experiments},
-	publisher={John Wiley},
-	year= 1958,
-	address={New York}
-}
-
- at book{Cox58,
-	author={D.R. Cox},
-	title={The Planning of Experiments},
-	publisher={Wiley},
-	year= 1958
-}
-
- at article{CoxSke92,
-	author={Brian Cox and D.C.G. Skegg},
-	title={Projections of Cervical Cancer Mortality and Incidence in New Zealand: The
-		Possible Impact of Screening},
-	journal={Journal of Epidemiology and Community Health},
-	volume= 46,
-	year= 1992,
-	pages={373--377}
-}
-
- at article{CraWoo05,
-	author={Craggs, Richard and Mary McGee Wood},
-	title={{Evaluating Discourse and Dialogue Coding Schemes}},
-	journal={Computational Linguistics},
-	volume={31},
-	year={2005},
-	pages={289-295},
-	number={3}
-}
-
- at article{CroKen02,
-	author={Thomas F. Crossley and Steven Kennedy},
-	title={The reliability of self-assesses health status},
-	journal={Journal of Health Economics},
-	volume= 21,
-	year= 2002,
-	pages={{643-58}},
-	number= 4
-}
-
- at article{Crosnoe05,
-	author={Robert Crosnoe},
-	title={Double Disadvantage or Signs of Resilience? The Elementary School Contexts
-		of Children from Mexican Immigrant Families},
-	journal={American Educational Research Journal},
-	volume={42},
-	year={2005},
-	pages={269-303},
-	number={2}
-}
-
- at unpublished{CruHotImb06,
-  author =	 {Richard K. Crump and V. Joseph Hotz and Guido
-                  W. Imbens and Oscar Mitnik},
-  title =	 {Moving the Goalposts: Addressing Limited Overlap in
-                  Estimation of Average Treatment Effects by Changing
-                  the Estimand},
-  note =	 {Department of Economics, UC Berkeley},
-  year =	 {2006},
-  month =	 {September}
-}
-
- at article{CruHotImb09,
-  title =	 {{Dealing with limited overlap in estimation of
-                  average treatment effects}},
-  author =	 {Richard K. Crump and V. Joseph Hotz and Guido
-                  W. Imbens and Oscar Mitnik},
-  journal =	 {Biometrika},
-  volume =	 {96},
-  number =	 {1},
-  pages =	 {187},
-  year =	 {2009}
-}
-
-
- at article{CuaFor95,
-	author={C.M. Cuadras and J. Fortiana},
-	title={A Continuous Metric Scaling Solution for A Random Variable},
-	journal={Journal of Multivariate Analysis},
-	volume= 52,
-	year= 1995,
-	pages={1--14}
-}
-
- at article{CuaForOli97,
-	author={C.M. Cuadras and J. Fortiana and F. Oliva},
-	title={The Proximity of an Individual to a Population with Applications to Discriminant
-		Analysis},
-	journal={Journal of Classification},
-	volume= 14,
-	year= 1997,
-	pages={117-136}
-}
-
- at article{CumMcKWei03,
-	author={Peter Cummings and B. McKnight and NS Weiss},
-	title={Matched-pair cohort methods in traffic crash research},
-	journal={Accident Analysis and Prevention},
-	volume= 35,
-	year= 2003,
-	pages={131--141},
-	note={{http://depts.washington.edu/hiprc/about/topics/web/bike\_prevmat/}}
-}
-
- at article{CumRoy88,
-	author={W.G. Cumberland and R. M. Royall},
-	title={Does Simple Random Sampling Provide Adequate Balance?},
-	journal={Journal of the Royal Statistical Society. Series B (methodological)},
-	volume={50},
-	year={1988},
-	pages={118-124},
-	number={1}
-}
-
- at article{Dagostino98,
-	author={Ralph B. {D'Agostino, Jr.}},
-	title={Propensity Score Methods for Bias Reduction in the Comparison of a Treatment
-		to a Non-randomized Control Group},
-	journal={Statistics in Medicine},
-	volume= 17,
-	year= 1998,
-	pages={2265--2281}
-}
-
- at article{DagRub00,
-	author={Ralph B. {D'Agostino, Jr.} and Donald B. Rubin},
-	title={Estimating and using propensity scores with partially missing data},
-	journal={Journal of the American Statistical Association},
-	volume= 95 ,
-	year= 2000,
-	pages={749-759}
-}
-
- at article{DalBecHuc98,
-	author={Russell J. Dalton and Paul A. Beck and Robert Huckfeldt},
-	title={Partisan Cues and the Media: Information Flows in the 1992 Presidential
-		election},
-	journal={American Poltical Science Review},
-	volume={92},
-	year={1998},
-	pages={111-126}
-}
-
- at article{DanGraStu96,
-	author={I. Danel and W. Graham and P Stupp and P. Castillo},
-	title={Applying the sisterhood method for estimating maternal mortality to a health
-		facility-based sample: a comparison with results from a household-based
-		sample},
-	journal={International Journal of Epidemiology},
-	volume= 25,
-	year= 1996,
-	pages={1017--1-22}
-}
-
- at inbook{DanLaf05,
-	author={Isabel Danel and Gerard M. La Forgia},
-	title={Health Systems Innovation in Central America},
-	chapter={Contracting for Basic Health Care in Rural Guatemala - Comparison of the
-		Performance of Three Delivery Models},
-	year={2005},
-	publisher={The World Bank},
-	address={Washington, DC},
-	editor={Gerard M. La Forgia}
-}
-
- at unpublished{DasChe01,
-	author={Sanjiv R. Das and Mike Y. Chen},
-	title={Yahoo! for Amazon: Opinion Extraction from Small Talk on the Web},
-	note={Department of Finance Santa Clara University},
-	year={2001},
-	month={August}
-}
-
- at article{DasKleiKlei94,
-	author={Erik J. Dasbach, PhD, Ronald Klein, MD, Barbara E. K. Klein, MD, and Scot
-		E. Moss, MA},
-	title={Self-Rated Health and Mortality in People with Diabetes},
-	journal={American Journal of Public Health},
-	volume= 84,
-	year= 1994,
-	pages={{1775-79}}
-}
-
- at article{DavAlbCoo03,
-	author={G.L. Davis and J.E. Albright and S.F. Cook and D.M. Rosenberg},
-	title={Projecting Future Complications of Chornic Hepatitis C in the United States},
-	journal={Liver Transplantation},
-	volume= 9,
-	year= 2003,
-	pages={331--338},
-	number= 4
-}
-
- at article{DavAlbCoo03,
-	author={G.L. Davis and J.E. Albright and S.F. Cook and D.M. Rosenberg},
-	title={Projecting Future Complications of Chornic Hepatitis C in the United States},
-	journal={Liver Transplantation},
-	volume= 9,
-	year= 2003,
-	pages={331--338},
-	number= 4
-}
-
- at unpublished{DavLawPen03,
-	author={Kushal Dave and Steve Lawrence and David Pennock},
-	title={Mining the Peanut Gallery: Opinion Extraction and Semantic Classification
-		of Product Reviews},
-	note={Kushal Dave NEC Laboratories America, 4 Independence Way Princeton, NJ 08540,
-		Kushal at nec-labs.com},
-	year={2003},
-	month={May}
-}
-
- at article{DavManLai98,
-	author={Huw Talfryn Oakley Davies and Tavakoli Manouche and Crombie Kinloch Iain},
-	title={Authors Reply},
-	journal={British Medical Journal},
-	volume= 317,
-	year= 1998,
-	pages={1156-7},
-	month={October 24}
-}
-
- at article{DavNeaWen98,
-	author={G. Davey-Smith and J.D. Neaton and D. Wentworth and R. Stamler and J. Stamler},
-	title={Mortality differences between black and white men in the USA: contribution
-		of income and other risk factors among men screened for the Multiple Risk
-		Factor Intervention Trial (MRFIT)},
-	journal= lan,
-	volume= 351,
-	year= 1998,
-	pages={934--939},
-	number= 9107
-}
-
- at article{DawFauMee89,
-	author={Robyn M. Dawes and David Faust and Paul E. Meehl},
-	title={Clinical Versus Actuarial Judgement},
-	journal={Science},
-	volume={243},
-	year={1989},
-	pages={1668-1674},
-	month={March},
-	number={4899}
-}
-
- at article{Dawid00,
-	author={Philip Dawid},
-	title={Causal Inference Without Counterfactuals (with discussion)},
-	journal= jasa,
-	volume= 95,
-	year= 2000,
-	pages={447-448}
-}
-
- at incollection{Dawid83,
-	author={A. P. Dawid},
-	title={Invariant Prior Distributions},
-	booktitle={Encyclopedia of Statistical Sciences},
-	publisher={Wiley-Interscience},
-	year= 1983,
-	editor={S. Kotz and S. Johnson and C.B. Read},
-	pages={228--236},
-	volume= 4
-}
-
- at inbook{DeaGro00,
-	author={Angus Deaton and Mararet Grosh},
-	title={Consumption},
-	chapter={5},
-	year={2000},
-	publisher={The World Bank},
-	pages={91-133},
-	volume={1},
-	series={Designing household survey questionnaires for developing countries: lessons
-		from fifteen years of the Living Standards Measurement Study}
-}
-
- at techreport{DeaPax04,
-	author={Angus Deaton and Christina Paxson},
-	title={Mortality, Income, and Income Inequality Over Time in the Britain and the
-		United States},
-	institution={National Bureau of Economic Research},
-	year= 2004,
-	address={Cambridge, MA},
-	number= 8534,
-	note={{http://www.nber.org/papers/w8534}}
-}
-
- at unpublished{DebKee05,
-	author={Suzanna De Boef and Luke Keele},
-	title={Revisiting Dynamic Specification},
-	note={DeBoef: Dept. of Political Science; PA State University, State College,
-		PA 16802; 814-863-9402 sdeboef at psu.edu},
-	year={2005},
-	month={July}
-}
-
- at book{DeBoor78a,
-	author={C. de Boor},
-	title={A Practical Guide to Splines},
-	publisher={Springer-Verlag},
-	year={1978},
-	address={New York}
-}
-
- at article{DeeBat03,
-	author={Dorly J. H. Deeg and Peter A. Bath },
-	title={Self-rated health, gender, and mortality in older persons: Introduction
-		to a special section},
-	journal={The Gerontologist},
-	volume={43},
-	year={2003},
-	pages={{369-71}},
-	number={3}
-}
-
- at article{DeeKey04,
-	author={Thomas S. Dee and Benjamin J. Keys},
-	title={Does Merit Pay Reward Good Teachers? Evidence from a Randomized Experiment},
-	journal={Journal of Policy Analysis and Management},
-	volume={23},
-	year={2004},
-	pages={471-488},
-	number={3}
-}
-
- at article{Deeks98,
-	author={Jon Deeks},
-	title={Odds Ratio Should be Used Only in Case-Control Studies and Logistic Regression
-		Analyses},
-	journal={British Medical Journal},
-	volume= 317,
-	year= 1998,
-	pages={1155-6},
-	month={October 24}
-}
-
- at article{DeeZonMaa89,
-	author={Dorly J. H. Deeg, et al},
-	title={Medical and Social Predictors of Longevity in the Elderly: Total Predictive
-		Value and Interdependence},
-	journal={Social Science and Medicine},
-	volume= 29,
-	year= 1989,
-	pages={{1271-80}},
-	number= 11
-}
-
- at article{Dehejia05,
-	author={Dehejia Rajeev},
-	title={Practical Propensity Score Matching: A Reply to Smith and Todd},
-	journal={Journal of Econometrics},
-	volume={125},
-	year={2005},
-	pages={355-364}
-}
-
- at article{DehWah02,
-	author={Rajeev H. Dehejia and Sadek Wahba},
-	title={Propensity Score Matching Methods for Non-Experimental Causal Studies},
-	journal={Review of Economics and Statistics},
-	volume={84},
-	year={2002},
-	pages={151-161},
-	number={1}
-}
-
- at article{DehWah99,
-	author={Rajeev H. Dehejia and Sadek Wahba},
-	title={Causal Effects in Nonexperimental Studies: Re-Evaluating the Evaluation
-		of Training Programs},
-	journal={Journal of the American Statistical Association},
-	volume={94},
-	year={1999},
-	pages={1053-62},
-	month={December},
-	number={448}
-}
-
- at article{deMGelGry03,
-	author={Scott de Marchi and Christopher F. Gelpi and Jeffrey D. Grynaviski},
-	title={Untangling Neural Nets},
-	journal= apsr,
-	year={2003, forthcoming}
-}
-
- at article{DemLaiRub77,
-	author={Arthur P. Dempster and N.M. Laird and D.B. Rubin},
-	title={Maximum Likelihood Estimation from Incomplete Data via the EM Algorithm},
-	journal={Journal of the Royal Statistical Association},
-	volume={39},
-	year={1977},
-	pages={1-38}
-}
-
- at book{DeMoivere1725,
-	title={Annuities on Lives},
-	year= 1725,
-	editor={Abraham DeMoivre},
-	address={London}
-}
-
- at book{Derthick79,
-	author={Martha Derthick},
-	title={Policymaking for Social Security},
-	publisher={The Brookings Institution},
-	year={1979},
-	address={Washington, DC}
-}
-
- at article{DeuBufPoy99,
-	author={Sylvie Deuffic and Laurent Buffat and Thierry Poynard and Alain-Jacques
-		Valleron},
-	title={Modeling the Hepatitis C Virus Epidemic in France},
-	journal={Hepatology},
-	volume= 29,
-	year= 1999,
-	pages={1596--1601},
-	number= 5
-}
-
- at book{DevLor93,
-	author={R. DeVore and G. Lorentz},
-	title={Constructive Approximation},
-	publisher={Springer-Verlag},
-	year= 1993,
-	address={New York}
-}
-
- at article{DewThuAnd86,
-	author={William G. Dewald and Jerry G. Thursby and Richard G. Anderson},
-	title={Replication in Empirical Economics: The Journal of Money, Credit and Banking
-		Project},
-	journal={American Economic Review},
-	volume={76},
-	year={1986},
-	pages={587-603},
-	month={September},
-	number={4}
-}
-
- at article{Diamond86,
-	author={Diamond, A.M.},
-	title={{What is a citation worth}},
-	journal={Journal of Human Resources},
-	volume={21},
-	year={1986},
-	pages={200--215},
-	number={2}
-}
-
- at misc{DiaSek05,
-	author={Alexis Diamond and Jasjeet Sekhon},
-	title={Genetic Matching for Estimating Causal Effects: A New Method of Achieving
-		Balance in Observational Studies},
-	year= 2005 ,
-	howpublished={{http://jsekhon.fas.harvard.edu/}}
-}
-
- at article{DieGodYu07,
-	author={Daniel Diermeier and Jean-Fran{\c{c}}ois Godbout and Bei Yu and Stefan Kaufmann},
-	title={Language and Ideology in Congress},
-	year={2007},
-	note={Corresponding author, d-diermeier at kellogg.northwestern.edu}
-}
-
- at article{DieMarKoe95,
-	author={Paula Diehr and Donald C. Martin and Thomas Koepsell and Allen Cheadle},
-	title={Breaking the Matches in a Paired t-Test for Community Interventions When
-		the Number of Pairs is Small},
-	journal={Statistics in Medicine},
-	volume={14},
-	year={1995},
-	pages={1491-1504}
-}
-
- at article{Dinh02,
-	author={Viet D. Dinh},
-	title={Freedom and Security After September 11},
-	journal={Harvard Journal of Law and Public Policy},
-	volume= 25,
-	year={2002},
-	pages={399--??}
-}
-
- at unpublished{DinMaz02,
-	author={L. Dini and G. Mazzini},
-	title={Opinion Classification Through Information Extraction},
-	note={Turin, Italy},
-	year={02}
-}
-
- at article{DipGan04,
-	author={Thomas A. DiPrete and Markus Gangl},
-	title={Assessing Bias in the Estimation of Causal Effects: Rosenbaum Bounds on
-		Matching Estimators and Instrumental Variables Estimation with Imprerfect
-		Instruments},
-	journal={Sociological Methodology},
-	volume={34},
-	year={2004},
-	pages={271-310},
-	month={December}
-}
-
- at article{DocWei03,
-	author={Henry V. Doctor and Alexander A. Weinreb},
-	title={Estimation of AIDS adult mortality by verbal autopsy in rural Malawi},
-	journal={AIDS},
-	volume={17},
-	year={2003},
-	pages={2509-2513}
-}
-
- at article{DonDon87,
-	author={Allan Donner and A. Donald},
-	title={Analysis of data arising from a stratified design with the cluster as unit of randomization},
-	journal={Statistics in Medicine},
-	volume={6},
-	year={1987},
-	pages={43-52}
-}
- at techreport{Dong04,
-	author={Lauren Bin Dong},
-	title={{The Behrens-Fisher Problem: An Empirical Likelihood Approach}},
-	institution={University of Victoria},
-	year= 2004,
-	key={Econometric Working Paper}
-}
-
- at article{DonHau89,
-	author={Allan Donner and W. Hauck},
-	title={Estimation of a common odds ration in paired-cluster randomization designs},
-	journal={Statistics in Medicine},
-	volume={8},
-	year={1989},
-	pages={599-607}
-}
-
- at book{DonKla00,
-	author={Allan Donner and Neil Klar},
-	title={Design and Analysis of Cluster Randomization Trials in Health Research},
-	publisher={Arnold},
-	year={2000},
-	address={London}
-}
-
- at article{DonKla93,
-	author={Allan Donner and Neil Klar},
-	title={Confidence Interval Construction for Effect Measures Arising from Cluster
-		Randomization Trials},
-	journal={Journal of Clinical Epidemiology},
-	volume={46},
-	year={1993},
-	pages={123-131},
-	number={2}
-}
-
- at article{Donner87,
-	author={Allan Donner},
-	title={Statistical Methodology for Paired Cluster Designs},
-	journal={American Journal of Epidemiology},
-	volume={126},
-	year={1987},
-	pages={972-979},
-	number={5}
-}
-
- at article{Doorn98,
-	author={Carol Van Doorn },
-	title={Spouse-rated limitations and spouse-rated life expectancy as mortality predictors},
-	journal={Journal of Gerontolofy: Social Sciences},
-	volume={{53B}},
-	year= 1998,
-	pages={{S137-143}}
-}
-
- at article{Doorn98,
-	author={Carol van Doorn},
-	title={Spouse-Raetd Limitations and Spouse Rated Life Expectancy as Mortality Predictors},
-	journal={Journal of Gerontology},
-	volume={{53B}},
-	year= 1998,
-	pages={{S137-43}},
-	number= 3
-}
-
- at techreport{DooTra90,
-	author={Fred Doolittle and Linda Traeger},
-	title={Implementing the National JTPA Study},
-	institution={Manpower Demonstration Research Croporation},
-	year={1990},
-	month={April},
-	address={New York}
-}
-
- at article{Dorsen89,
-	author={Norman Dorsen},
-	title={Here and There: Foreign Affairs and Civil Liberties},
-	journal= ajil,
-	volume= 83,
-	year={1989},
-	pages={840--??}
-}
-
- at article{DowMan90,
-	author={John E. Dowd and Kenneth G. Manton},
-	title={Forecasting Chronic Disease Risks in Developing Countries},
-	journal={International Journal of Epidemiology},
-	volume= 19,
-	year= 1990,
-	pages={1019--1036},
-	month={May},
-	number= 4
-}
-
- at book{Doyle06,
-	author={Sir Arthur Conan Doyle},
-	title={A Study in Scarlet},
-	publisher={Adamant Media Corporation},
-	year= 1888
-}
-
- at article{DoySam00,
-	author={Michael W. Doyle and Nicholas Sambanis},
-	title={International Peacebuilding},
-	journal= apsr,
-	volume= 94,
-	year= 2000,
-	pages={779--801},
-	month={December},
-	number= 4
-}
-
- at book{DozSch98,
-	title={Roads not Taken: Tales of Alternative History},
-	publisher={Del Rey},
-	year= 1998,
-	editor={Gardner Dozois and Stanley Schmidt},
-	address={New York}
-}
-
- at article{Drake93,
-	author={C. Drake},
-	title={Effects of misspecification of the propensity score on estimators of treatment
-		effects},
-	journal={Biometrics},
-	volume={49},
-	year={1993},
-	pages={1231-1236}
-}
-
- at unpublished{DreFar04,
-	author={Daniel W. Drezner and Henry Farrell},
-	title={The Power and Politics of Blogs},
-	note={American Political Science Association, Chicago, Illinois},
-	year={2004},
-	month={August}
-}
-
- at book{Dueve95,
-	author={Christian de Dueve},
-	title={Vital Dust},
-	publisher={Basic Books},
-	year= 1995
-}
-
- at article{DunDav53,
-	author={Duncan, O. D. and Davis, B.},
-	title={An Alternative to Ecological Correlation},
-	journal={American Sociological Review},
-	volume= 18,
-	year= 1953,
-	pages={665-666}
-}
-
- at unpublished{DurRicWar03,
-	author={Stephen D. Durbin and J. Neal Richter and Doug Warner},
-	title={A System for Affective Rating of Texts},
-	note={RightNow Technolgies, Bozeman, MT},
-	year={03}
-}
-
- at unpublished{DurRicWar03,
-	author={Stephen D. Durbin and J. Neal Richter and Doug Warner},
-	title={A System for Affective Rating of Texts},
-	note={RightNow Technolgies, Bozeman, MT},
-	year={03}
-}
-
- at article{Easterlin03,
-	author={Richard A. Easterlin},
-	title={Explaining happiness},
-	journal={PNAS},
-	volume={100},
-	year={2003},
-	pages={11176-11183},
-	month={September},
-	number={19}
-}
-
- at book{Edwards72,
-	author={A.W.F. Edwards},
-	title={Likelihood},
-	publisher={Cambridge University Press},
-	year= 1972,
-	address={New York}
-}
-
- at article{Edwards91,
-	author={Harry T. Edwards},
-	title={The Judicial Function and the Elusive Goal of Principled Decisionmaking},
-	journal={Wisconsin Law Review},
-	volume= 1991,
-	year={1991},
-	pages={837--??}
-}
-
- at article{Efron01,
-	author={Brad Efron},
-	title={[statistical Modeling: The Two Cultures]: Comment},
-	journal={Statistical Science},
-	volume={16},
-	year={2001},
-	pages={218-219},
-	month={August},
-	number={3}
-}
-
- at article{Efron79,
-	author={B. Efron},
-	title={{Bootstrap methods: another look at the jackknife}},
-	journal={Annals of Statistics},
-	volume= 7,
-	year= 1979,
-	pages={1--26}
-}
-
- at book{Efron82,
-	author={B. Efron},
-	title={{The Jacknife, the Bootstrap, and Other Resampling Plans}},
-	publisher={SIAM},
-	year= 1982,
-	address={Philadelphia}
-}
-
- at article{Efron87,
-	author={B. Efron},
-	title={Empirical Bayes Confidence Intervals Based on Bootstrap Samples: Comment},
-	journal={Journal of the American Statistical Association},
-	volume={82},
-	year={1987},
-	pages={754},
-	month={September},
-	number={399}
-}
-
- at article{Efron94,
-	author={Bradley Efron},
-	title={Missing Data, Imputation, and the Bootstrap},
-	journal={Journal of the American Statistical Association},
-	volume={89},
-	year={1994},
-	pages={463-475},
-	month={June},
-	number={426}
-}
-
- at article{Efron94b,
-	author={Bradley Efron},
-	title={Missing Data, Imputation, and he Bootstrap: Rejoinder},
-	journal={Journal of the American Statistical Association},
-	volume={89},
-	year={1994},
-	pages={478-479},
-	month={June},
-	number={426}
-}
-
- at book{EfrTib93,
-	author={B. Efron and R. Tibshirani},
-	title={{An Introduction to the Bootstrap}},
-	publisher={Chapmand and Hall},
-	year= 1993,
-	address={London}
-}
-
- at book{Einstein20,
-	author={Albert Einstein},
-	title={Relativity: The Special and General Theory},
-	publisher={Henry Holt},
-	year= 1920,
-	address={NY}
-}
-
- at article{EisLaz38,
-	author={P. Eisenberg and Paul F. Lazarsfeld},
-	title={The psychological effects of unemployment},
-	journal={Psychological Bulletin},
-	volume= 35,
-	year= 1938,
-	pages={358--390}
-}
-
- at article{ElbGilWu05,
-	author={Nabila El-Bassei and Louisa Gilbert and Elwin Wu and Hyun Go and Jennifer
-		Hill},
-	title={Relationship between drug abuse and intimate partner violence: A longitudinal
-		study among women receiving methadone},
-	journal={American Journal of Public Health},
-	volume={95},
-	year={2005},
-	pages={465-470},
-	month={March},
-	number={3}
-}
-
- at article{Elekes86,
-	author={G. Elekes},
-	title={A Geometric Inequality and the Complexity of Computing Volume},
-	journal={Discrete \& Computational Geometry},
-	volume={1},
-	year={1986},
-	pages={289-292}
-}
-
- at book{Elster00,
-	author={Jon Elster},
-	title={Ulysses unbound: studies in rationality, precommitment, and constraints},
-	publisher={Cambridge University Press},
-	year={2000},
-	address={New York}
-}
-
- at inbook{Elster79,
-	author={John Elster},
-	title={Ulysses and the Sirens: studies in rationality and irrationality},
-	chapter={II Imperfect Rationality: Ulysses and the Sirens},
-	year={1979},
-	publisher={Cambridge University Press},
-	pages={36 - 111},
-	address={Cambridge}
-}
-
- at article{Emerson68,
-	author={Thomas I. Emerson},
-	title={Freedom of Expression in Wartime},
-	journal={University of Pennsylvania Law Review},
-	volume= 116,
-	year={1968},
-	pages={975--1011}
-}
-
- at book{Emerson70,
-	author={Thomas I. Emerson},
-	title={The System of Freedom of Expression},
-	publisher={Vintage},
-	year= 1970,
-	address={New York}
-}
-
- at book{Enders04,
-	author={Walter Enders},
-	title={Applied Econometric Time Series},
-	publisher={Wiley},
-	year={2004},
-	edition={2nd}
-}
-
- at book{EneHin84,
-	author={James M. Enelow and Melvin J. Hinich},
-	title={The Spatial Theory of Voting: An Introduction},
-	publisher={Cambridge University Press},
-	year= 1984,
-	address={New York}
-}
-
- at article{EoPre92,
-	author={Irma T. Elo and Samuel H. Preston},
-	title={Effects of Early-Life Conditions on Adult Mortality: A Review},
-	journal={1992},
-	volume={58},
-	year={1992},
-	pages={186-212},
-	month={Summer},
-	number={2}
-}
-
- at article{EpsGonWei01,
-	author={S.A. Epstein and J.J. Gonzales and K. Weinfurt and B Bockeloo and N Yuan
-		and G Chase},
-	title={Are Psychiatrists' Characterists Related to how They Care for Depression
-		in the Medically Ill? Results from a National Case-Vignette Study},
-	journal={Psychosomatics},
-	volume= 42,
-	year= 2001,
-	pages={482--489},
-	month={Nov.--Dec.},
-	number= 6
-}
-
- at unpublished{EpsOha05,
-	author={David L. Epstein and Sharyn O'Halloran},
-	title={Higher-Order Markov Models},
-	note={Columbia University},
-	year={2005}
-}
-
- at book{EriMacSti02,
-	author={Robert S. Erikson and Michael B MacKuen and James S. Stimson},
-	title={The Macro Polity},
-	publisher={Cambridge University Press},
-	year= 2002,
-	address={New York}
-}
-
- at article{EriUndElo01,
-	author={Ingeborg Eriksson, Anna-Lena Unden, and Stig Elofsson},
-	title={Self-Rated Health. Comparisons Between Three Different Measures. Results
-		from a Population Study.},
-	journal={International Epidemiological Association},
-	volume= 30,
-	year= 2001,
-	pages={{326-33}}
-}
-
- at book{EstGolGur95,
-	author={Daniel C. Esty and Jack Goldstone and Ted Robert Gurr and Pamela T. Surko
-		and Alan N. Unger},
-	title={State Failure Task Force Report},
-	publisher={Science Applications International Corporation},
-	year= 1995,
-	address={McLean, Virginia}
-}
-
- at book{EstGolGur98,
-	author={Daniel C. Esty and Jack Goldstone and Ted Robert Gurr and Barbara Harff
-		and Pamela T.\ Surko and Alan N.\ Unger and Robert S. Chen },
-	title={The State Failure Task Force Report: Phase II Findings},
-	publisher={Science Applications International Corporation},
-	year= 1998,
-	address={McLean, Virginia}
-}
-
- at incollection{EstGolGur98b,
-	author={Daniel C. Esty and Jack Goldstone and Ted Robert Gurr and Barbara Harff
-		and Pamela T.\ Surko and Alan N.\ Unger and Robert S.\ Chen},
-	title={The State Failure Project: Early Warning Research for U.S. Foreign Policy
-		Planning},
-	booktitle={Preventive Measures: Building Risk Assessment and Crisis Early Warning System},
-	publisher={Rowman and Littlefield},
-	year={1998b},
-	address={Lanham, Maryland},
-	editor={John L. Davies and Ted Robert Gurr}
-}
-
- at article{EstGolGur99,
-	author={Daniel C. Esty and Jack Goldstone and Ted Robert Gurr and Barbara Harff
-		and Marc Levy, Geoffrey D.\ Dabelko, Pamela T.\ Surko and Alan N.\ Unge},
-	title={The State Failure Report: Phase II Findings},
-	journal={Environmental Change and Security},
-	volume= 5,
-	year= 1999,
-	month={Summer}
-}
-
- at article{EtaLehDia04,
-	author={Jean-Francois Etard and Jean-Yves Le Hesran and Aldiouma Diallo and Jean-Pierre
-		diallo and Jean-Louis Ndiaye and Valerie Delaunay},
-	title={Childhood mortality and probably causes of death using verbal autopsy in
-		Niakhar, Senegal, 1989-2000},
-	journal={International Journal of Epidemiology},
-	volume={33},
-	year={2004},
-	pages={1286-1292}
-}
-
- at book{Eubank88,
-	author={R.L. Eubank},
-	title={Spline Smoothing and Nonparametric Regression},
-	publisher={Marcel Dekker},
-	year={1988},
-	volume={90},
-	address={Basel},
-	series={Statistics, textbooks and monographs}
-}
-
- at article{Eule87,
-	author={Julian N. Eule},
-	title={Temporal Limits on the Legislative Mandate: Entrenchment and Retroactivity},
-	journal={American Bar Foundation Research Journal},
-	volume={12},
-	year={1987},
-	pages={379-459},
-	number={2/3}
-}
-
- at book{Everitt05,
-	author={Brian Everitt},
-	title={An R and S-Plus Companion to Multivariate Analysis},
-	publisher={Springer-Verlag},
-	year={2005},
-	address={London}
-}
-
- at inproceedings{EzzJohKha95,
-	author={T. Ezzati-Rice and W. Johnson and M. Khare and R. Little and D. Rubin and
-		J. Schafer},
-	title={A Simulation Study to Evaluate the Performance of Model-Based Multiple Imputations
-		in NCHS Health Examination Surveys},
-	publisher={Proceedings of the Annual Research conference},
-	address={Washington, D.C.},
-	pages={257-266},
-	organization={Bureau of the Census}
-}
-
- at manual{FalHae89,
-	author={J{\"u}rgen W. Falter and Dirk H{\"a}nisch},
-	title={Wahl- und Sozialdaten der Kreise und Gemeinden des Deutschen Reiches von
-		1920 bis 1933},
-	organization={Zentralarchiv f{\"u}r Empirische Sozialforschung},
-	year= 1989,
-	address={Universit{\"a}t zu K{\"o}ln},
-	note={ZA number 8013}
-}
-
- at article{FalHan99,
-	author={J{\"u}rgen W. Falter and Dirk H{\"a}nisch},
-	title={Wahlerfolge und W{\"a}hlerschaft der NSDAP in {\"O}sterreich von 1927 bis 1932},
-	journal={Zeitgeschichte},
-	volume= 15,
-	year= 1988,
-	pages={223-244},
-	number= 6
-}
-
- at article{FalLohLin85,
-  author =	 {J{\"u}rgen W. Falter and Jan-Bernd Lohm{\"o}ller and
-                  Andreas Link and Johann de Rijke},
-  title =	 {Hat Arbeitslosigkeit tats{\"a}chlich den Aufstieg
-                  des Nationalsozialismus bewirkt?},
-  journal =	 {Jahrbuch f{\"u}r National{\"o}konomie und Statistik},
-  volume =	 200,
-  year =	 1985,
-  pages =	 {121-136},
-  number =	 2
-}
-
- at incollection{Falter90,
-	author={Falter, J{\"u}rgen},
-	title={The First German Volkspartei: The Social Foundations of the NSDAP},
-	booktitle={Elections, Parties and Political Traditions},
-	publisher={Berg},
-	year= 1990,
-	address={M{\"u}nchen},
-	editor={Rohe, K.}
-}
-
- at article{Falter90b,
-	author={Falter, J{\"u}rgen W.},
-	title={Arbeiter haben erheblich haeufiger, Angestellte dagegen sehr viel seltener
-		NSDAP gewaehlt als wir lange Zeit angenommen haben},
-	journal={Geschichte und Gesellschaft},
-	volume= 16,
-	year= 1990,
-	pages={536-552},
-	number= 4
-}
-
- at book{Falter91,
-	author={Falter, J{\"u}rgen},
-	title={Hitlers W{\"a}hler},
-	publisher={Beck},
-	year= 1991,
-	address={M{\"u}nchen}
-}
-
- at article{FalZin88,
-	author={Falter, J{\"u}rgen W. and Zintl, Reinhard},
-	title={The Economic Crisis of the 1930s and the Nazi Vote},
-	journal={Journal of Interdisciplinary History},
-	volume= 19,
-	year= 1988,
-	pages={55-85},
-	number= 1
-}
-
- at article{FanFotBer06,
-	author={Mesganaw Fantahun and Edward Fottrell and Yemane Berhane and Stig Wall and
-		Ulf Hogberg and Peter Byass},
-	title={Assessing a new approach to verbal autopsy interpretation in a rural Ethiopian
-		community: the InterVA model},
-	journal={Bulletin of the World Health Organization},
-	volume={84},
-	year={2006},
-	pages={204-210},
-	month={March},
-	number={3}
-}
-
- at article{FanFotBer06,
-	author={Mesganaw Fantahun and Edward Fottrell and Yemane Berhane and Stig Wall and
-		Ulf Hogberg and Peter Byass},
-	title={Assessing a new approach to verbal autopsy interpretation in a rural Ethiopian
-		community: the InterVA model},
-	journal={Bulletin of the World Health Organization},
-	volume={84},
-	year={2006},
-	pages={204-210},
-	month={March},
-	number={3}
-}
-
- at article{Fantahun98,
-	author={Mesganaw Fantahun},
-	title={Patters of Childhood Mortality in Three Districts of North Gondar Administrative
-		Zone},
-	journal={Ethiopian Medical Journal},
-	volume={36},
-	year={1998},
-	pages={71-81},
-	number={2}
-}
-
- at inproceedings{Fay92,
-	author={Robert E. Fay},
-	title={When are Inferences from Multiple Imputation Valid?},
-	year={1992},
-	pages={354-365},
-	organization={Proceedings of Survey Research Methods Section of the American Satistical
-		Association}
-}
-
- at article{fearon91,
-	author={James D. Fearon},
-	title={Counterfactuals and Hypothesis Testing in Political Science},
-	journal={World Politics},
-	volume= 43,
-	year= 1991,
-	pages={169--195},
-	month={June},
-	number= 2
-}
-
- at article{Feeney01,
-	author={G. Feeney},
-	title={The Impact of HIV/AIDS on Adult Mortality in Zimbabwe},
-	journal={Population and Development Review},
-	volume= 27,
-	year= 2001,
-	pages={771--980},
-	number= 4
-}
-
- at unpublished{Fernandezval05,
-	author={Ivan Fernandez-Val},
-	title={Bias Correcion in Panel Data Models with Individual Specific Parameters},
-	note={Boston University},
-	year={2005}
-}
-
- at unpublished{Fernandezval05,
-	author={Ivan Fernandez-Val},
-	title={Bias Correction in Panel Data Models with Individual Specific Parameters},
-	note={Boston University},
-	year={2005}
-}
-
- at techreport{FidFreGro92,
-	author={M. Fidrich and J. Frenk and J. Gromicho},
-	title={An efficient algorithm to check whether $0$ belongs to the convex hull of
-		a finite number of {$L_p$}-circles},
-	institution={Econometric Institute},
-	year={1992},
-	type={Report 9204/A},
-	address={Netherlands}
-}
-
- at book{FieMarStr85,
-	author={Stephen E. Fienberg and Margaret E. Martin and Miron L. Straf},
-	title={Sharing Research Data},
-	publisher={National Academy Press},
-	year={1985}
-}
-
- at article{Finkel01,
-	author={N.J. Finkel},
-	title={When Principles Collide in Hard Cases},
-	journal={Psychology, Public Policy, and Law},
-	volume= 7,
-	year= 2001,
-	pages={515--560},
-	month={September},
-	number= 3
-}
-
- at book{Fiorina81,
-	author={Morris P. Fiorina},
-	title={Retrospective Voting in American National Elections},
-	publisher={Yale University Press},
-	year= 1981,
-	address={New Haven}
-}
-
- at article{FisCobVen98,
-	author={Bonnie S. Fisher and Craig T. Cobane and Thomas M. Vander Ven and Francis
-		T. Cullen},
-	title={How Many Authors Does It Take to Publish an Article? Trends and Patterns
-		in Political Science},
-	journal={PS: Political Science and Politics},
-	volume= 31,
-	year= 1998,
-	pages={847--856},
-	number= 4
-}
-
- at article{Fish95,
-	author={Steven M. Fish},
-	title={The Advent of Multipartism in Russia, 1993-95},
-	journal={Post Soviet Affairs},
-	volume={11},
-	year={1995},
-	pages={340-383},
-	number={4}
-}
-
- at book{Fisher35,
-	author={Ronald A. Fisher},
-	title={The Design of Experiments},
-	publisher={Oliver and Boyd},
-	year= 1935,
-	address={London}
-}
-
- at article{Fisher24,
-	author={Ronald A. Fisher},
-	title={The conditions under which $\chi^2$ measures the discrepancy
-		between observed observation and hypothesis},
-	journal={Journal of the Royal Statistical Society},
-	volume={87},
-	year={1924},
-	pages={442-450}
-}
-
- at article{Pearson00,
-	author={Karl Pearson},
-	title={On a criterion that a given system of deviations from the
-	  probable in the case of a correlated system of variables is such
-	  that it can reasonably be supposed to have arisen
-      from random sampling},
-	journal={Philosophical Magazine},
-	volume={50},
-	year={1900},
-	pages={157-175}
-}
-
-
- at article{FlaBes82,
-	author={Brian R. Flay and J. Allen Best},
-	title={Overcoming Design Problems in Evaluating Health Behavior Programs},
-	journal={Evaluation \& The Health Professions},
-	volume={5},
-	year={1982},
-	pages={43-69},
-	month={March},
-	number={1}
-}
-
- at article{Foote58,
-	author={Richard J. Foote},
-	title={A Modified {D}oolittle Approach for Multiple and Partial Correlation and
-		Regression},
-	journal= jasa,
-	volume= 53,
-	year= 1958,
-	pages={133-143}
-}
-
- at article{ForNorAhm95,
-	author={Ian Ford and John Norrie and Susan Ahmadi},
-	title={Model Inconsistency, Illustrated by Cox proortional Hazard Model},
-	journal={Statistics in Medicine},
-	volume={14},
-	year={1995},
-	pages={735-746}
-}
-
- at book{Fortas68,
-	author={Abe Fortas},
-	title={Concerning Dissent and Civil Disobedience},
-	publisher={Signet},
-	year= 1968,
-	address={New York}
-}
-
- at article{Franklin89,
-	author={Charles H. Franklin},
-	title={Estimation across Data Sets: Two-Stage Auxiliary Instrumental Variables
-		Estimation},
-	journal={Political Analysis},
-	volume={1},
-	year={1989},
-	pages={1-23},
-	number={1}
-}
-
- at book{Franzese02,
-	author={R.J. Franzese},
-	title={Macroeconomic policies of developed democracies},
-	publisher={Cambridge University Press},
-	year={2002},
-	address={New York}
-}
-
- at unpublished{FraRub01,
-	author={Constantine E.\ Frangakis and Donald Rubin},
-	title={The Defining Role of Principal Effects in Comparing Treatments Using General
-		Post-Treatments Using General Post-Treatment Variables: From Surrogate
-		Endpoints to Censoring by Death},
-	note={\url{http://biosun01.biostat.jhsph.edu/~cfrangak}}
-}
-
- at article{FraRub02,
-	author={Constantine E. Frangakis and Donald B. Rubin},
-	title={Principal stratification in causal inference},
-	journal={Biometrics},
-	volume= 58,
-	year= 2002,
-	pages={21-29}
-}
-
- at article{FraRubZho02,
-	author={Constantine E. Frangakis and Donald B. Rubin and Ziao-Hua Zhou},
-	title={Clustered Encouragement Designs with Individual Noncompliance: Bayesian
-		Inference with Randomization, and Application to Advance Directive Forms},
-	journal={Biostatistics},
-	volume={3},
-	year={2002},
-	pages={147-164},
-	number={2}
-}
-
- at article{FreChrKha05,
-	author={James V. Freeman and Parul Christian and Subarna K. Khatry and Ramesh K.
-		Adhikari and Steven C. LeClerq and Joanne Katz and Gary L. Darmstadt},
-	title={Evaluation of neonatal verbal autopsy using physician review versus algorithm-based
-		cause-of-death assignment in rural Nepal},
-	journal={Paediatric and Perinatal Epidemiology},
-	volume={19},
-	year={2005},
-	pages={323-331}
-}
-
- at article{FreChrKha05,
-	author={James V. Freeman and Parul Christian and Subarna K. Khatry and Ramesh K.
-		Adhikari and Steven C. LeClerq and Joanne Katz and Gary L. Darmstadt},
-	title={Evaluation of neonatal verbal autopsy using physician review versus algorithm-based
-		cause-of-death assignment in rural Nepal},
-	journal={Paediatric and Perinatal Epidemiology},
-	volume={19},
-	year={2005},
-	pages={323-331}
-}
-
- at article{Freedman08,
-  author =	 {David A. Freedman},
-  year =	 2008,
-  volume =	 40,
-  title =	 {On Regression Adjustments to Experimental Data},
-  journal =	 {Advances in Applied Mathematics},
-  pages =	 {180--193}
-}
-
- at article{Freese07,
-	author={Jeremy Freese},
-	title={Replication Standards for Quantitative Social Science: Why not Sociology},
-	journal={Sociological Methods and Research},
-	year={2007, forthcoming}
-}
-
- at article{FreGonGom06,
-	author={Julio Frenk and Eduardo Gonz{\'a}lez-Pier and Octavio G{\'o}mez-Dant{\'e}s and Miguel
-		A. Lezana and Felicia Marie Knaul},
-	title={Comprehensive reform to improve health system performance in Mexico},
-	journal={Lancet},
-	volume={268},
-	year={2006},
-	pages={1524-34},
-	month={October}
-}
-
- at article{FreKleOst98,
-	author={D.A. Freedman and S.P. Klein and M. Ostland and M.R. Roberts},
-	title={Review},
-	journal={Journal of the American Statistical Association},
-	volume= 93,
-	year= 1998,
-	pages={{1518-1522}}
-}
-
- at article{FreMil04,
-	author={Per G. Fredriksson and Daniel L. Millimet},
-	title={Comparative Politics and Envrionmental Taxation},
-	journal={Journal of Environmental Economics and Management},
-	volume={48},
-	year={2004},
-	pages={705-722}
-}
-
- at techreport{Frenk04,
-	author={Julio Frenk},
-	title={Fair Financing and Universal Social Protection: the structural reform of
-		the Mexican health system},
-	institution={Secretaria de Salud},
-	year={2004},
-	address={Mexico City}
-}
-
- at article{Frenk06,
-	author={Julio Frenk},
-	title={Bridging the divide: global lessons from evidence-based health policy in
-		Mexico},
-	journal={Lancet},
-	volume={368},
-	year={2006},
-	pages={954-61},
-	month={September}
-}
-
-
-
- at article{FreSepGom03,
-	author={Julio Frenk and Jamie Sep{\'u}lveda and Octavio G{\'o}mez-Dant{\'e}s and Felicia Knaul},
-	title={{Evidence-based health policy: three generations of reform in Mexico}},
-	journal={The Lancet},
-	volume={362},
-	year={2003},
-	pages={1667--1671},
-	number={9396}
-}
-
- at article{FreWec81,
-	author={Frey, Bruno and Weck, Hannelore},
-	title={Hat Arbeitslosigkeit den Aufstieg des Nationalsozialismus bewirkt?},
-	journal={Jahrbuch fuer Nationaloekonomie und Statistik},
-	volume= 196,
-	year= 1981,
-	pages={1-31}
-}
-
- at book{Friendly00,
-	author={Michael Friendly},
-	title={Visualizing Categorical Data},
-	publisher={SAS Institute},
-	year={2000}
-}
-
- at unpublished{FriHol05,
-	author={John N. Friedman and Richard T. Holden},
-	title={The Rising Incumbent Advantage: What's Gerrymandering Got to Do With It?},
-	note={Dept. of Economics, Harvard; rholden at fas.harvard.edu},
-	year={2005},
-	month={August}
-}
-
- at unpublished{FriHol05,
-	author={John N. Friedman and Richard T. Holden},
-	title={The Rising Incumbent Advantage: What's Gerrymandering Got to Do With It?},
-	note={Dept. of Economics, Harvard; rholden at fas.harvard.edu},
-	year={2005},
-	month={August}
-}
-
- at article{FriKroNew98,
-	author={Linda P. Fried, Md, MPH, Richard A. Kronmal, PhD, Anne B. Newman, MD, PhD,
-		et al},
-	title={Risk Factors for 5-Year Mortality in Older-Adults: The Cardiovascular Health
-		Study},
-	journal={Journal of the American Medical Association},
-	volume= 279,
-	year= 1998,
-	pages={{585-92}}
-}
-
- at book{Fritzsche98,
-	author={Peter Fritzsche},
-	title={Germans into Nazis},
-	publisher={Harvard University Press},
-	year= 1998,
-	address={Cambridge, MA}
-}
-
- at unpublished{Frolich02,
-	author={Markus Fr{\"o}lich},
-	title={What is the Value of Knowing the Propensity Score for Estimating Average
-		Treatment Effects?},
-	note={IZA Discussion Paper 548, University of St. Gallen},
-	year= 2002
-}
-
- at article{Frolich04,
-	author={Markus Fr{\"o}lich},
-	title={Finite Sample Properties of Propensity Score Matching and Weighting Estimators},
-	journal={Review of Econometrics and Statistics},
-	volume= 86,
-	year= 2004,
-	pages={77--90}
-}
-
- at article{FurLov01,
-	author={A. Furnham and J. Lovett},
-	title={The Perceived Efficacy and Risks of Complementary and Alternative Medicine
-		and Conventional Medicine: A Vignette Study},
-	journal={Journal of Applied Biobehavioral Research},
-	volume= 6,
-	year= 2001,
-	pages={39--63},
-	number= 1
-}
-
- at article{FylFor91,
-	author={Knut Fylkesnes and Olav Helge Forde},
-	title={The Tromso Study: Predictors of Self-Evaluated Health-Has Society Adopted
-		the Expanded Health Concept?},
-	journal={Social Science and Medicine},
-	volume= 32,
-	year= 1991,
-	pages={{141-46}},
-	number= 2
-}
-
- at book{GAD01,
-	author={{Government's Actuary Department}},
-	title={National Population Projections: Review of Methodology for Projecting Mortality},
-	publisher={National Statistics Direct, UK},
-	year= 2001,
-	address={London},
-	note={{http://www.statistics.gov.uk/}}
-}
-
- at article{GaiMarCar96,
-	author={Mitchell H. Gail and Steven D. Mark and Raymond J. Carroll and Sylvan B.
-		Green and David Pee},
-	title={On Design Considerations and Randomization-Based Inference for Community
-		Intervention Trials},
-	journal={Statistics in Medicine},
-	volume={15},
-	year={1996},
-	pages={1069-1092}
-}
-
- at article{GaiMarCar96,
-	author={Mitchell H. Gail and Steven D. Mark and Raymond j. Carroll and Sylvan B.
-		Green and David Pee},
-	title={On Design Considerations and Randomization-Based Inference for Community
-		Intervention Trials},
-	journal={Statistics in Medicine},
-	volume={15},
-	year={1996},
-	pages={1069-1092}
-}
-
- at article{GaiWiePia84,
-	author={M.H. Gail and S. Wieand and S. Piantadosi},
-	title={Biased Estimates of Treatment Effect in Randomized Experiements with Nonlinear
-		Regressions and Omitted Covariates},
-	journal={Biometrika},
-	volume={71},
-	year={1984},
-	pages={431-444},
-	month={December},
-	number={3}
-}
-
- at article{GajPet04,
-	author={Vendhan Gajalakshmi and Richard Peto},
-	title={Verbal autopsy of 80,000 adult deaths in Tamilnadu, South India},
-	journal={BMC Public Health},
-	volume={4},
-	year={2004},
-	month={October},
-	number={47}
-}
-
- at article{GajPetKan02,
-	author={Vendhan Gajalakshmi and Richard Peto and Santhanakrishnan Kanaka and Sivagurunathan
-		Balasubramanian},
-	title={Verbal autopsy of 48000 adult deaths attributable to medical causes in Chennai
-		(formerly Madras), India},
-	journal={BMC Public Health},
-	volume={2},
-	year={2002}
-}
-
- at article{GajPetKan02,
-	author={Vendhan Gajalakshmi and Richard Peto and Santhanakrishnan Kanaka and Sivagurunathan
-		Balasubramanian},
-	title={Verbal autopsy of 48000 adult deaths attributable to medical causes in Chennai
-		(formerly Madras), India},
-	journal={BMC Public Health},
-	volume={2},
-	year={2002}
-}
-
- at article{GakHogLop04,
-	author={Emmanuela Gakidou and Margaret Hogan and Alan D Lopez},
-	title={Adult Mortality: Time for a Reapprasal},
-	journal={International Journal of Epidemiology},
-	volume= 33,
-	year= 2004,
-	pages={710-717},
-	number= 4
-}
-
- at article{GakLozGon06,
-	author={Emmanuela Gakidou and Rafael Lozano and Eduardo Gonz{\'a}lez-Pier and Jesse
-		Abbott-Klafter and Jeremy T. Barofsky and Chloe Bryson-Cahn and Dennis
-		M. Feehan and Diana K. Lee and Hector Hern{\'a}ndez-Llamas and Christopher
-		J.L. Murray},
-	title={Assessing the effect of the 2001-06 Mexican health reform: an interim report
-		card},
-	journal={Lancet},
-	volume={368},
-	year={2006},
-	pages={1920-35},
-	month={November}
-}
-
- at book{Gamson92,
-	author={William A. Gamson},
-	title={Talking Politics},
-	publisher={Cambridge University Press},
-	year= 1992,
-	address={New York, NY}
-}
-
- at techreport{GAO94,
-	author={{U.S. General Accounting Office}},
-	title={Breast conservation versus mastectomy: patient survival in day-to-day medical
-		practice and randomized studies: report to the chairman, Subcommitee on
-		Human Resources and Intergovernmental Relations, Committee on Government
-		Operations, House of Representatives},
-	institution={U.S. General Accounting Office},
-	year= 1994,
-	address={Washington, DC},
-	number={Report GAO-PEMD-95-9}
-}
-
- at article{GarFri97,
-	author={M. Garenne and F. Friedberg},
-	title={Accuracy of indirect estimates of maternal mortality: a simulation model},
-	journal={Studies in Family Planning},
-	volume= 28,
-	year= 1997,
-	pages={132--142}
-}
-
- at book{Gasset32,
-	author={Ortega y Gasset, Javier},
-	title={The Revolt of the Masses},
-	publisher={G. Allen \& Unwin},
-	year= 1932,
-	address={London}
-}
-
- at article{Gastwirth87,
-	author={J. Gastwirth},
-	title={The statistical precision of medical screening procedures: Application to
-		polygraph and AIDS antibodies test data},
-	journal={Statistical Science},
-	volume={2},
-	year={1987},
-	pages={213-222},
-	number={3}
-}
-
- at book{Geiger32,
-	author={Geiger, Theodor},
-	title={Die soziale Schichtung des deutschen Volkes},
-	publisher={Ferdinand Enke},
-	year={1932},
-	address={Stuttgart}
-}
-
- at book{GelCarSte03,
-	author={Andrew Gelman and J.B. Carlin and H.S. Stern and D.B. Rubin},
-	title={Bayesian Data Analysis, Second Edition},
-	publisher={Chapman \& Hall},
-	year= 2003
-}
-
- at book{GelCarSte95,
-	author={Andrew Gelman and J.B. Carlin and H.S. Stern and D.B. Rubin},
-	title={Bayesian Data Analysis},
-	publisher={Chapman and Hall},
-	year= 1995
-}
-
- at unpublished{GelGri00,
-	author={Christopher Gelpi and Joseph M. Grieco},
-	title={Democracy, Interdependence, and the Liberal Peace},
-	note={{Duke University, http://www.duke.edu/$\sim$gelpi/papers.htm}},
-	year={2000}
-}
-
- at book{GelHil07,
-	author={Andrew Gelman and Jennifer Hill},
-	title={Data Analysis Using Regression and Multilevel/Hierarchical Models},
-	publisher={Cambridge University Press},
-	year= 2007,
-	address={New York}
-}
-
- at unpublished{GelHua04,
-	author={Andrew Gelman and Zaiying Huang},
-	title={Estimating incumbency advantage and its varation, as an example of a before-after
-		study},
-	year={2004},
-	month={October}
-}
-
- at article{Gelman06,
-	author={Andrew Gelman},
-	title={Prior distributions for variance parameters in hierarchical models},
-	journal={Bayesian Analysis},
-	volume={1},
-	year={2006},
-	pages={515-533},
-	number={3}
-}
-
- at article{GelSmi90,
-	author={{Gelfand, A.E. and Smith, A.F.M.}},
-	title={Sampling-based approach to calculating marginal densities},
-	journal= jasa,
-	volume= 85,
-	year= 1990,
-	pages={398--409}
-}
-
- at article{GelSmi90,
-	author={A.E. Gelfand and A.F.M. Smith},
-	title={Sampling-based approaches to calculating marginal densities},
-	journal={Journal of the American Statistical Association},
-	volume={85},
-	year={1990},
-	pages={398-409}
-}
-
- at article{GemGem84,
-	author={Stuart Geman and Donald Geman},
-	title={Stochastic Relaxation, {G}ibbs Distributions, and the {B}ayesian Restoration
-		of Images},
-	journal={I.E.E.E. Transactions: Pattern Analysis and Machine Intelligence},
-	volume= 6,
-	year= 1984,
-	pages={721-741}
-}
-
- at article{GerGre00,
-	author={Gerber, Alan S. and Green, Donald P.},
-	title={The Effects of Canvassing, Telephone Calls, and Direct Mail on Voter Turnout:
-		A Field Experiment},
-	journal={American Political Science Review},
-	volume= 94,
-	year= 2000,
-	pages={653--663},
-	month={September},
-	number= 3
-}
-
- at inbook{GerGreKap04,
-	author={Alan S. Gerber and Donald P. Green and Edward H. Kaplan},
-	title={The illusion of learning from observational research},
-	chapter={12},
-	year={2004},
-	publisher={Cambridge University Press},
-	pages={251-273},
-	address={Cambridge, United Kingdom},
-	editor={Ian Shapiro and Rogers M. Smith and Tarek e. Masoud}
-}
-
- at article{GerSchFra94,
-	author={Gerner, Deborah J. and Philip A. Schrodt and Ronald A. Francisco and Judith
-		L. Weddle},
-	title={{Machine Coding of Event Data Using Regional and International Sources}},
-	journal={International Studies Quarterly},
-	volume={38},
-	year={1994},
-	pages={91-119},
-	number={1}
-}
-
- at unpublished{Gertler00,
-	author={Paul J. Gertler},
-	title={Final Report: The Impact of PROGRESA on Health},
-	note={International Food Policy Research Institute},
-	year={2000},
-	month={November}
-}
-
- at article{Gertler06,
-	author={P. Gertler},
-	title={Do Conditional Cash Transfers Improve child Health? Evidence from PROGRESA's
-		Control Randomized Experiment},
-	journal={The American Economic Review: Papers and Proceedings},
-	volume={94},
-	year={2006},
-	pages={336-42},
-	number={2}
-}
-
- at techreport{Geyer05,
-	author={Charles J. Geyer},
-	title={Le Cam Made Simple: Asymptotics of Maximum Likelihood without the LLN or
-		CLT or Sample Size Going to Infinity},
-	institution={University of Minnesota},
-	year={2005},
-	month={May},
-	address={Univ. MN, Twin Cities, School of Statistics}
-}
-
- at techreport{Geyer05,
-	author={Charles J. Geyer},
-	title={Le Cam Made Simple: Asymptotics of Maximum Likelihood without the LLN or
-		CLT or Sample Size Going to Infinity},
-	institution={University of Minnesota},
-	year={2005},
-	month={May},
-	address={Univ. MN, Twin Cities, School of Statistics}
-}
-
- at article{GhoHutRus03,
-	author={Hazem Ghobarah and Paul Huth and Bruce Russett},
-	title={Civil Wars Kill and Maim People--Long after the Shooting Stops},
-	journal= apsr,
-	volume= 97,
-	year= 2003,
-	pages={189--202},
-	month={May},
-	number= 2
-}
-
- at article{GiaPalCap01,
-	author={S. Giampaoli and L. Palmieri and R. Capocaccia and L. Pilotto and D. Vanuzzo},
-	title={Estimating Population-based Incidence and Prevalence of Major Coronary Events},
-	journal={International Journal of Epidemiology},
-	volume= 30,
-	year= 2001,
-	pages={S5--S10}
-}
-
- at article{Giles06,
-	author={Jim Giles},
-	title={The Trouble with Replication},
-	journal={Nature},
-	volume={442},
-	year={2006},
-	pages={344-347},
-	month={July}
-}
-
- at book{Gilksetal96,
-	title={Markov Chain Monte Carlo in Practice},
-	publisher={Chapman \& Hall},
-	year= 1996 ,
-	editor={W.R. Gilks and S. Richardson and D.J. Spiegelhalter}
-}
-
- at book{Gill02,
-	author={Jeff Gill},
-	title={Bayesian Methods for the Social and Behavioral Sciences},
-	publisher={Chapman and Hall},
-	year= 2002,
-	address={London}
-}
-
- at article{GilWal05,
-  author =	 {Jeff Gill and Lee Walker},
-  title =	 {Elicited Priors for Bayesian Model Specification in
-                  Political Science Research},
-  journal =	 {Journal of Politics},
-  volume =	 67,
-  year =	 2005,
-  pages =	 {841--872},
-  month =	 {August},
-  number =	 3
-}
-
- at unpublished{GimHus06,
-	author={James G. Gimpel and Laura Hussey},
-	title={State of the Journal Market 2006-2007: Political Science},
-	note={Univ. of MD, Dept of Gov 3140 Tydings Hall, College Park, MD 20742},
-	year={2006},
-	month={February}
-}
-
- at techreport{Girosi91,
-	author={F. Girosi},
-	title={Models of noise and robust estimates},
-	institution= mitai,
-	year={1991},
-	type={A.I. Memo},
-	number={1287},
-	note={ftp://publications.ai.mit.edu/ai-publications/pdf/AIM-1287.pdf}
-}
-
- at article{GlaLevMye03,
-	author={Steve Glazerman and Dan M. Levy and David Myers},
-	title={Nonexperimental versus experimental estimates of earnings impacts},
-	journal={The Annals of the American Academy of Political and Social Science},
-	volume= 589,
-	year= 2003,
-	pages={63-93},
-	month={September}
-}
-
- at article{GlaMayDec06,
-	author={Steven Glazerman and Daniel Mayer and Paul Decker},
-	title={Alternative Routes to Teaching: The Impacts of Teach for America on Student
-		Achievement and other Outcomes},
-	journal={Journal of Policy Analysis and Management},
-	volume={25},
-	year={2006},
-	pages={75-96},
-	number={1}
-}
-
- at article{Gleditsch02,
-	author={Kristian Skrede Gleditsch},
-	title={Expanded Trade and GDP Data},
-	journal={Journal of Conflict Resolution},
-	volume={46},
-	year={2002},
-	pages={712-724},
-	month={October},
-	number={5}
-}
-
- at article{GleJamRay03,
-	author={Nils Petter Gleditsch and Patrick James and James Lee Ray and Bruce Russett},
-	title={Editors' Joint Statement: Minimum Replication Standards for International
-		Relations Journals},
-	journal={International Studies Perspectives},
-	volume= 4,
-	year= 2003,
-	pages={105}
-}
-
- at article{GleMetStr03,
-	author={Nils Petter Gleditsch and Claire Metelits and Havard Strand},
-	title={Posting Your Data: Will You be Scooped or Will You be Famous?},
-	journal={International Studies Perspectives},
-	volume= 4,
-	year= 2003,
-	pages={89--97}
-}
-
- at unpublished{Globetti97,
-	author={Suzanne Globetti},
-	title={What We Know About 'Don't Knows': An Analysis of Seven Point Issue Placements},
-	note={Paper presentated at the annual meetings of the Political Methodology Society,
-		Columbus, OH},
-	year={1997}
-}
-
- at book{GoeZel86,
-	author={Prem K. Goel and Arnold Zellner},
-	title={Bayesian Inference and Decision Techniques: Essays in Honor of Bruno de
-		Finetti},
-	publisher={Elsevier Science Publishers B.V.},
-	year={1986},
-	volume={6},
-	editor={Prem K. Goel and Arnold Zellner}
-}
-
- at book{Goldberger91,
-	author={Arthur Goldberger},
-	title={A Course in Econometrics},
-	publisher={Harvard University Press},
-	year= 1991
-}
-
- at article{GolFraEri96,
-	author={Marthe Gold, MD, MPH, Peter Franks, MD, and Pennifer Erickson},
-	title={Assessing the Health of the Nation. The Predictive Validity of a Preference-Based
-		Measure and Self-Rated Health},
-	journal={Medical Care},
-	volume= 34,
-	year= 1996,
-	pages={{163-77}},
-	number= 2
-}
-
- at article{GolHeaWah79,
-	author={G. Golub and M. Heath and G. Wahba},
-	title={Generalized cross validation as a method for choosing a good ridge parameter},
-	journal={Technometrics},
-	volume= 21,
-	year= 1979,
-	pages={215--224}
-}
-
- at article{GolIdn83,
-	author={D. Goldfarb and A. Idnani},
-	title={A Numerically Stable Dual Method for Solving Strictly Convex Quadratic Programs},
-	journal={Mathematical Programming},
-	volume={27},
-	year={1983},
-	pages={1-33}
-}
-
- at book{GolJudMil96,
-	author={Amos Golan and George Judge and Doug Miller},
-	title={Maximum Entropy Econometrics: Robust Estimation With Limited Data},
-	publisher={John Wiley and Sons},
-	year= 1996
-}
-
- at article{GolLan92,
-	author={Larry Goldstein and Bryan Langholz},
-	title={Asymptotic Theory for Nested Case-Control Sampling in the cox Regression
-		Model},
-	journal={The Annals of Statistics},
-	volume= 20,
-	year= 1992,
-	pages={1903-1928},
-	number= 4
-}
-
- at article{GolPhiCox01,
-	author={Lee Goldman and Kathryn A. Phillips and Pamela Coxson and Paula A. Goldman
-		and Lawrence Williams and M.G. Myriam Hunink and Milton C. Weinstein},
-	title={The Effect of Risk Factor Reductions Between 1981-1990 on Coronary Heart
-		Disease Incidence, Prevalence, Mortality, and Cost},
-	journal={Journal of the American College of Cardiology},
-	volume={38},
-	year= 2001,
-	pages={1012--1017},
-	number= 4
-}
-
- at article{GolSchMcC02,
-	author={J. Goldie and L. Schwartz and A. McConnachie and J. Morrison},
-	title={The Impact of Three Years' Ethics Teaching, in an Integrated Medical Curriculum,
-		on Students' Proposed Behavior on Meeting Ethical Dilemmas},
-	journal={Medical Education},
-	volume= 36,
-	year= 2002,
-	pages={489--497},
-	month={May},
-	number= 5
-}
-
- at article{GomGarLop99,
-	author={Octavio G{\'o}mez-Dant{\'e}s and Francisco Garrido-Latorre and Sergio L{\'o}pez-Moreno
-		and Blanca Villa and Malaqu{\'i}as L{\'o}pez-Cervantes},
-	title={Assessment of the health program for the non-insured population},
-	journal={Revista de Sa{\'u}de P{\'u}blica},
-	volume={33},
-	year={1999},
-	pages={401-412},
-	number={4},
-	note={Evaluaci{\'o}n de programa de salud para poblaci{\'o}nno asegurada}
-}
-
- at article{Gompertz1825,
-	author={B. Gompertz},
-	title={On the Nature of the Function Expressive of the Law of Mortality},
-	journal={Philosophical Transactions},
-	volume= 27,
-	year= 1825,
-	pages={513--585}
-}
-
- at article{GonChaLev02,
-	author={Jeffrey S. Gonzales, Gretchen B. Chapman, and Howard Leventhal},
-	title={Gender Differences in the Factors that Affect Self-Assessments of Health},
-	journal={Journal of Applied Behavioral Research},
-	volume= 7,
-	year= 2002,
-	pages={{133-55}}
-}
-
- at article{GooBlu96,
-	author={Jodi S. Goodman and Terry C. Blum},
-	title={Assessing the Non-random Sampling Effects of Subject Attrition in Longitudinal
-		Research},
-	journal={Journal of Management},
-	volume={22},
-	year={1996},
-	pages={627-652}
-}
-
- at article{Goodman53,
-	author={Goodman, Leo},
-	title={Ecological Regressions and the Behavior of Individuals},
-	journal={American Sociological Review},
-	volume= 18,
-	year= 1953,
-	pages={663-666}
-}
-
- at inbook{GooJaGoo03,
-	author={Mary-Jo DelVecchio Good, et al.},
-	title={The Culture of Medicine and Racial, Ethnic, and Class Disparities in Healthcare},
-	year={2003},
-	publisher={The National Academies Press},
-	pages={{594-625}}
-}
-
- at article{GosWadBel98,
-	author={Stephen C. Goss and Alice Wade and Felicitie Bell and Bernard Dussault},
-	title={Historical and Projected Mortality for Mexico, Canada, and the United States},
-	journal={North American Actuarial Journal},
-	volume= 4,
-	year= 1998,
-	pages={108--126},
-	number= 2
-}
-
- at article{Gower66,
-	author={J.C. Gower},
-	title={Some Distance Properties of Latent Root and Vector Methods Used in Multivariate
-		Analysis},
-	journal={Biometrika},
-	volume= 53,
-	year= 1966,
-	pages={325--388},
-	month={December},
-	number={3/4}
-}
-
- at article{Gower71,
-	author={J.C. Gower},
-	title={A General Coefficient of Similarity and Some of its Properties},
-	journal={Biometrics},
-	volume= 27,
-	year= 1971,
-	pages={857--872}
-}
-
- at article{GraBraSno89,
-	author={W. Graham and W. Brass and R.W. Snow},
-	title={Estimating Maternal Mortality: The Sisterhood Methods},
-	journal={Studies in Family Planning},
-	volume= 20,
-	year= 1989,
-	pages={125--135},
-	number= 125
-}
-
- at inbook{Graham94,
-	author={Carol Graham},
-	title={Mexico's Solidarity Program in Comparative Context: Demand-based Poverty
-		Alleviation Programs in Latin America, Africa and Eastern Europe},
-	chapter={15},
-	year={1994},
-	publisher={Center for U.S.-Mexican Studies},
-	pages={309-327},
-	series={U.S.-Mexico Contemporary Perspectives Series, 6},
-	address={University of California, San Diego}
-}
-
- at article{GraPioCha95,
-	author={Mark Grant, Zdzisiaw Piotrowski, and Rick Chappell},
-	title={Self-Reported Health and Survival in the Longitudinal Study of Aging, 1984-1986},
-	journal={Journal of Clinical Epidemiology},
-	volume= 48,
-	year= 1995,
-	pages={{375-87}},
-	number= 3
-}
-
- at inbook{GraSch06,
-	author={J.W. Graham and J.L. Schafer},
-	title={Statistical Strategies for Small Sample Research},
-	chapter={On the performance of Multiple Imputation for Multivariate Data with Small
-		Sample Size},
-	year={2006 In press},
-	publisher={Sage},
-	address={Thousand Oaks},
-	editor={R. Hoyle}
-}
-
- at book{GraSmiBar90,
-	author={Ronald H. Gray and Gordon Smith and Peter Barss},
-	title={The Use of Verbal Autopsy Methods to Determine Selected Causes of Death
-		in Children},
-	publisher={International Union for the Scientific Study of Population},
-	year={1990},
-	address={Rue des augustins, 34 ; 4000 Liege (Belgium)},
-	month={February},
-	number={30}
-}
-
- at book{Graunt1662,
-	author={John Graunt},
-	title={Natural and Political Observations Mentioned in a Following Index, and Made
-		Upon the Bills of Mortality},
-	publisher={John Martyn and James Allestry.},
-	year= 1662,
-	address={London}
-}
-
- at article{GreChr01,
-	author={Sander Greenland and Ronald Christensen},
-	title={Data Augmentation Priors for Bayesian and Semi-Bayes Analyses of Conditional-logistic
-		and Proportional-Hazards Regression},
-	journal={Statistics in Medicine},
-	volume={20},
-	year={2001},
-	pages={2421-2428}
-}
-
- at article{Greenland00,
-	author={Sander Greenland},
-	title={When should Epidemiologic Regressions Use Random Coefficients?},
-	journal={Biometrics},
-	volume={56},
-	year={2000},
-	pages={915-921},
-	month={September}
-}
-
- at article{Greenland01,
-	author={Sander Greenland},
-	title={Putting Background Information About Relative Risks into conjugate Prior
-		Distributions},
-	journal={Biometrics},
-	volume={57},
-	year={2001},
-	pages={663-670},
-	month={September}
-}
-
- at article{Greenland03,
-	author={Sander Greenland},
-	title={Quantifying biases in causal models: classical confounding vs collider-stratification
-		bias},
-	journal={Epidemiology},
-	volume= 14,
-	year= 2003,
-	pages={300-306},
-	number= 3
-}
-
- at article{Greenland03b,
-	author={Sander Greenland},
-	title={Generalized Conjugate Priors for Bayesian Analysis of Risk and Survival
-		Regressions},
-	journal={Biometrics},
-	volume={59},
-	year={2003},
-	pages={92-99},
-	month={March}
-}
-
- at article{greenland81,
-	author={Sander Greenland},
-	title={Multivariate Estimation of Exposure-Specific Incidence From Case-Control
-		Studies},
-	journal={Journal of Chronic Disease},
-	volume= 34,
-	year= 1981,
-	pages={445-453}
-}
-
- at article{greenland82,
-	author={Sander Greenland},
-	title={On the Need for the Rare Disease Assumption in Case-Control Studies},
-	journal={American Journal of Epidemiology},
-	volume= 116,
-	year= 1982,
-	pages={547-553},
-	number= 3
-}
-
- at article{greenland87,
-	author={Sander Greenland},
-	title={Interpretation and Choice of Effect Measures in Epidemiologic Analysis},
-	journal={American Journal of Epidemiology},
-	volume= 125,
-	year= 1987,
-	pages={761-768},
-	number= 5
-}
-
- at article{greenland94,
-	author={Sander Greenland},
-	title={Modeling Risk Ratios from Matched Cohort Data: An Estimating Equation Approach},
-	journal={Applied Statistics},
-	volume= 43,
-	year= 1994,
-	pages={223-232},
-	number= 1
-}
-
- at incollection{GreGer01,
-	author={Donald P. Green and Alan Gerber},
-	title={Reclaiming the Experimental Tradition in Political Science},
-	booktitle={Political Science: State of the Discipline, III},
-	publisher={APSA},
-	year= 2001,
-	address={Washington, D.C.},
-	editor={Helen Milner and Ira Katznelson}
-}
-
- at incollection{GreGer02,
-	author={Donald P. Green and Alan S. Gerber},
-	title={Reclaiming the Experimental Tradition in Political Science},
-	booktitle={State of the Discipline},
-	publisher={W.W. Norton \& Company, Inc.},
-	year={2002},
-	address={New York},
-	editor={Helen Milner and Ira Katznelson},
-	pages={805-832},
-	volume={III}
-}
-
- at misc{GreGre03,
-	author={Grendar, Jr., M. and M. Grendar},
-	title={Maximum Probability/Entropy Translating of Contiguous Categorical Observations
-		into Frequencies},
-	year= 2003 ,
-	howpublished={Working paper, Institute of Mathematics and Computer Science, Mathematical
-		Institute of Slovak Academy of Sciences, Banska Bystrica}
-}
-
- at article{GreKimYoo01,
-	author={Donald P.\ Green and Soo Yeon Kim and David H.\ Yoon},
-	title={Dirty Pool},
-	journal= io,
-	volume= 55,
-	year= 2001,
-	pages={441--468},
-	month={Spring},
-	number= 2
-}
-
- at article{GreLuSil04,
-	author={Robert Greevy and Bo Lu and Jeffrey H. Silver and Paul Rosenbaum},
-	title={Optimal multivariate matching before randomization},
-	journal={Biostatistics},
-	volume={5},
-	year={2004},
-	pages={263-275},
-	number={2}
-}
-
- at article{GreMicRob06,
-	author={David H. Greenberg and Charles Michalopoulos and Philip K. Robins},
-	title={Do Experimental and Nonexperimental Evaluations give Different Answers about
-		the Effectiveness of Government-Funded Training Programs?},
-	journal={Journal of Policy Analysis and Management},
-	volume={25},
-	year={2006},
-	pages={523-552},
-	number={3}
-}
-
- at misc{Grenander83,
-	author={Ulf Grenander},
-	title={Tutorial in Pattern Theory},
-	year= 1983,
-	howpublished={Technical Report, Division of Applied Mathematics, Brown University}
-}
-
- at article{GrePeaRob99,
-	author={Sander Greenland and Judea Pearl and James M. Robins},
-	title={Causal Diagrams for Epidemiologic Research},
-	journal={Epidemiology},
-	volume= 10,
-	year= 1999,
-	pages={37--48},
-	month={January},
-	number= 1
-}
-
- at book{GreShr04,
-	author={David Greenberg and Mark Shroder},
-	title={The Digest of Social Experiments},
-	publisher={Urban Institute Press},
-	year={2004},
-	address={Washington, DC},
-	edition={Third}
-}
-
- at techreport{GriHilOdo01,
-	author={W. E. Griffiths and R. Carter Hill and C. J. O'Donnell},
-	title={{Including Prior Information in Probit Model Estimation}},
-	institution={Department of Economics},
-	year= 2001,
-	month={September},
-	type={Working Papers},
-	address={University of Melbourne},
-	number= 816
-}
-
- at book{Grindle04,
-	author={Merilee S. Grindle},
-	title={Despite the Odds},
-	publisher={Princeton University Press},
-	year={2004},
-	address={Princeton, NJ}
-}
-
- at unpublished{Grindle05,
-	author={Merilee S. Grindle},
-	title={Going Local: Decentralization, Democratization, and the Promise of Good
-		Governance},
-	note={Kennedy School of Government, Harvard University},
-	year={2005},
-	month={July}
-}
-
- at book{Grindle77,
-	author={Merilee Serrill Grindle},
-	title={Bureaucrats, Politicans, and Peasants in Mexico},
-	publisher={University of California Press},
-	year={1977},
-	address={Berkeley and Los Angeles, California}
-}
-
- at book{Grindle80,
-	author={Merilee S. Grindle},
-	title={Politics and Policy Implementation in the Third World},
-	publisher={Princeton University Press},
-	year={1980},
-	address={Princeton, NJ}
-}
-
- at article{GroBri99,
-	author={Wim Groot and Henriette Maassen van den Brink},
-	title={Job Satisfaction and Preference Drift},
-	journal={Economics Letters},
-	volume= 63,
-	year= 1999,
-	pages={363--367}
-}
-
- at article{GroLevSny99,
-	author={Tim Groseclose and Steven D. Levitt and James Snyder},
-	title={Comparing Interest Group Scores Across Time and Chambers: Adjusted ADA Scores
-		for the U.S. Congress},
-	journal= apsr,
-	volume= 93,
-	year= 1999,
-	pages={33--50},
-	month={March},
-	number= 1
-}
-
- at article{Groot00,
-	author={Wim Groot},
-	title={Adaptation and Scale of Reference Bias in Self-Assessments of Quality of
-		Life},
-	journal={Journal of Health Economics},
-	volume= 19,
-	year= 2000,
-	pages={403--420},
-	month={June}
-}
-
- at article{Grossman97,
-	author={Joel B. Grossman},
-	title={The Japanese American Cases and the Vagaries of Constitutional Adjudication
-		in Wartime: An Institutional Perspective},
-	journal={Hawaii Law Review},
-	volume= 19,
-	year={1997},
-	pages={649}
-}
-
- at article{GroZalLeb00,
-	author={William M. Grove and David H. Zald and Boyd S. Lebow and Beth E. Snitz and
-		Chad Nelson},
-	title={Clinical Versus Mechanical Prediction: A Meta-Analysis},
-	journal={Psychological Assessment},
-	volume={12},
-	year={19-30},
-	pages={1},
-	number={1}
-}
-
- at unpublished{GruGuhKum05,
-	author={DanielGruhl and R. Guha and Ravi Kumar and Jasmine NOvak and Andrew Tomkins},
-	title={The Predictive Power of Online Chatter},
-	note={Daniel Gruhl IBM Almaden Research Center, 650 Harry Rd. San Jose, CA 95120
-		dgruhl at us.ibm.com},
-	year={2005},
-	month={August}
-}
-
- at article{GuRos93,
-	author={X.S. Gu and Paul R. Rosenbaum},
-	title={Comparison of multivariate matching methods: structures, distances, and
-		algorithms},
-	journal={Journal of Computational and Graphical Statistics},
-	volume={2},
-	year={1993},
-	pages={405-420}
-}
-
- at article{GutVan98,
-	author={Sam Gutterman and Irwin T. Vanderhoof},
-	title={Forecasting Changes in Mortality: A Search for a Law of Causes and Effects},
-	journal={North American Actuarial Journal},
-	volume= 4,
-	year= 1998,
-	pages={135--138},
-	number= 2
-}
-
- at article{Gwatkin00,
-	author={Davidson R. Gwatkin},
-	title={Health Inequalities and the Health of the Poor},
-	journal= bull,
-	year={2000},
-	optnumber={1},
-	optvolume={78},
-	optpages={3--18}
-}
-
- at article{Gwatkin03,
-	author={Davidson Gwatkin},
-	title={How well do health programmes reach the poor?},
-	journal={Lancet},
-	volume={361},
-	year={2003},
-	pages={540-1},
-	month={February}
-}
-
- at article{HabBer95,
-	author={J. Haberland and K.E. Bergmann},
-	title={The Lee-Carter Model of the Prognosis of Mortality in Germany},
-	journal={Gesundheitswesen},
-	volume={57},
-	year={1995},
-	pages={674--679},
-	month={October},
-	number={10},
-	note={article in German},
-	annote={Lee-Carter model is applied to West Germany.}
-}
-
- at article{Haenisch89,
-	author={Dirk H{\"a}nisch},
-	title={Wahl- und Sozialdaten der Kreise und Gemeinden des Deutschen Reiches von
-		1920 bis 1933},
-	journal={Historical Social Research},
-	volume= 14,
-	year= 1989,
-	pages={39--67},
-	number= 1
-}
-
- at incollection{Hagtvet80,
-	author={Hagtvet, Bernt},
-	title={The Theory of Mass Society and the Collapse of the Weimar Republic},
-	booktitle={Who Were the Fascists},
-	publisher={Universitetsforlaget},
-	year= 1980,
-	address={Oslo},
-	editor={al., S. U. Larsen et}
-}
-
- at article{hahn98,
-	author={Jinyong Hahn},
-	title={On the Role of the Propensity Score in Efficient Semiparametric Estimation
-		of Average Treatment Effects},
-	journal={Econometrica},
-	volume={66},
-	year={1998},
-	pages={315-31}
-}
-
- at unpublished{Hamermesh07,
-	author={Daniel Hamermesh},
-	title={Replication in Economics: Discussion Paper No. 2760},
-	note={{IZA Discussion Paper : http://www.iza.org/publications/dps/}},
-	year={2007},
-	month={April},
-	address={University of Texas at Austin, NBER and IZA; iza at iza.org}
-}
-
- at book{Hamilton83,
-	author={Hamilton, Richard},
-	title={Who Voted for Hitler?},
-	publisher={Princeton University Press},
-	year= 1983
-}
-
- at book{Hamilton94,
-	author={James Douglas Hamilton},
-	title={Time Series Analysis},
-	publisher={Princeton University Press},
-	year= 1994,
-	address={Princeton}
-}
-
- at book{Hammond24,
-	author={C.S. Hammond and Company},
-	title={[Map of] Germany},
-	publisher={C.S. Hammond and Company},
-	year= 1924,
-	address={New York}
-}
-
- at article{Hand06,
-	author={David J. Hand},
-	title={Classifier Technology and the Illusion of Progress},
-	journal={Statistical Science},
-	volume={21},
-	year={2006},
-	pages={1-14},
-	number={1}
-}
-
- at article{Hansen04,
-	author={Ben B. Hansen},
-	title={Full Matching in an Observational Study of Coaching for the {SAT}},
-	journal={Journal of the American Statistical Association},
-	volume={99},
-	year={2004},
-	pages={609--618},
-	number={467}
-}
-
- at misc{Hansen05,
-	author={Ben Hansen},
-	title={Optmatch: Software for Optimal Matching},
-	year= 2005,
-	note={{http://www.stat.lsa.umich.edu/\~{}bbh/optmatch.html}}
-}
-
- at techreport{Hansen06,
-	author={Ben Hansen},
-	title={Appraising Covariate Balance After Assignment to Treatment by Groups},
-	institution={Statistics Department, University of Michigan},
-	year= 2006,
-	month={{April}},
-	number= 436
-}
-
- at article{Harding03,
-	author={David J. Harding},
-	title={Counterfactual Models of Neighborhood Effects: The Effect of Neighborhood
-		Poverty on Dropping Out and Teenage Pregnancy},
-	journal={American Journal of Sociology},
-	volume={109},
-	year={2003},
-	pages={676-719},
-	month={November},
-	number={3}
-}
-
- at article{HarLis04,
-	author={Glenn W. Harrison and John A. List},
-	title={Field Experiments},
-	journal={Journal of Economic Literature},
-	volume={XLII},
-	year={2004},
-	pages={1009-1055}
-}
-
- at article{HarSie75,
-	author={H.O. Hartley and R.L. Sielken, Jr.},
-	title={A `Super-Population Viewpoint' for Finite Population Sampling},
-	journal={Biometrics},
-	volume={31},
-	year={1975},
-	pages={411-422},
-	month={June},
-	number={2}
-}
-
- at article{Hartung56,
-	author={Fritz Hartung},
-	title={Zur Geschichte der Weimarer Republik},
-	journal={Historische Zeitschrift},
-	volume= 181,
-	year= 1956,
-	pages={581--591},
-	number= 3
-}
-
- at book{Harvey91,
-	author={Andrew Harvey},
-	title={Forecasting, Structural Time Series Models and the Kalman Filter},
-	publisher={Cambridge University Press},
-	year= 1991
-}
-
- at book{Harville97,
-	author={David A. Harville},
-	title={Matrix Algebra from a Statistician's Perspective},
-	publisher={Springer},
-	year= 1997,
-	address={New York}
-}
-
- at unpublished{HasKanSta05,
-	author={Justine S. Hastings and Thomas J. Kane and Douglas O. Staiger},
-	title={Evaluating a School Choice Lottery: The Importance of Heterogeneous Treatment
-		Effects},
-	note={Hastings - Yale, Kane - Harvard GSE, Staiger, Dartmouth College},
-	year={2005},
-	month={November}
-}
-
- at unpublished{HasKanStai05b,
-	author={Justine S. Hastings and Thomas J. Kane and Douglas O. Staiger and Jeffrey
-		M. Weinstein},
-	title={Economic Outcomes and the Decision to Vote: The Effect of Randomized School
-		Admissions on Voter Participation},
-	note={Working paper 11794, National Bureau of Economic Research, 1050 Mass. Ave.,
-		Cambridge},
-	year={2005},
-	month={November}
-}
-
- at unpublished{HasKanStai05c,
-	author={Justine S. Hastings and Thomas J. Kane and Douglas O. Staiger},
-	title={parental Preferences and School Competition: Evidence froma Public School
-		Choice Program},
-	note={National Bureau of Economic Research, 1050 Mass Ave. Camb. Working Paper
-		11805},
-	year={2005},
-	month={November}
-}
-
- at book{HasTib90,
-  author =	 {Hastie, Trevor J. and Tibshirani, Robert},
-  title =	 {Generalized Additive Models},
-  publisher =	 {Chapman Hall},
-  year =	 {1990},
-  address =	 {London}
-}
-
- at article{HauDutBeh99,
-  author =	 {Lene V. Hau and Z. Dutton and C.H. Behroozi and SE
-                  Harris},
-  title =	 {{Light Speed Reduction to 17 Metres per Second in an
-                  Ultracold Atomic Gas}},
-  journal =	 {Nature},
-  volume =	 {397},
-  year =	 {1999},
-  pages =	 {594-598},
-  number =	 {6720}
-}
-
- at article{HavNag05,
-	author={Amelia M. Haviland and Daniel S. Nagin},
-	title={Causal Inferences with Group Based Trajectory models},
-	journal={Psychometrika},
-	volume={70},
-	year={2005},
-	pages={557-578},
-	month={September},
-	number={3}
-}
-
- at book{Hayes87,
-	author={Hayes, Peter},
-	title={Industry and Ideology},
-	publisher={Cambridge University Press},
-	year={1987}
-}
-
- at article{Haynes02,
-	author={R Brian Haynes},
-	title={What Kind of Evidence is it that Evidence-Based Medicine Advocates Want
-		Health Care Providers and Consumers to Pay Attention to?},
-	journal={BMC Health Services Research},
-	volume= 2,
-	year= 2002,
-	month={March},
-	number= 3,
-	note={{http://www.biomedcentral.com/1472-6963/2/3}}
-}
-
- at article{HaySchBla96,
-	author={Judith C. Hayes, David Schoenfield, Dan Blazer, and Deborah T. Gold},
-	title={Global Self-Ratings of Health and Mortality: Hazards in North Carolina Piedmont},
-	journal={Journal of Clinical Epidemiology},
-	volume= 49,
-	year= 1996,
-	pages={{969-79}}
-}
-
- at article{Heberle43,
-	author={Heberle, R.},
-	title={The Political Movements among the Rural People in Schleswig-Holstein, 1918-1932},
-	journal={Journal of Politics},
-	volume= 5,
-	year= 1943,
-	pages={3-26}
-}
-
- at book{Heberle45,
-	author={Heberle, Rudolf},
-	title={From Democracy to Nazism},
-	publisher={Louisiana State University Press},
-	year= 1945,
-	address={Baton Rouge}
-}
-
- at article{HecHidTod97,
-	author={James J. Heckman and Hidehiko Hidehiko and Petra Todd},
-	title={Matching as an econometric evaluation estimator: evidence from evaluating
-		a job training programme},
-	journal={Review of Economic Studies},
-	volume= 64,
-	year= 1997,
-	pages={605-654}
-}
-
- at article{HecIchSmi98,
-	author={James J. Heckman and Hidehiko Ichimura and Jeffrey Smith and Petra Todd},
-	title={Characterizing selection bias using experimental data},
-	journal={Econometrika},
-	volume= 66,
-	year= 1998,
-	pages={1017-1098},
-	number= 5
-}
-
- at article{HecIchTod97,
-  author =	 {James Heckman and H. Ichimura and P. Todd},
-  title =	 {Matching as an Econometric Evaluation Estimator:
-                  Evidence from Evaluating a Job Training Program},
-  journal =	 {Review of Economic Studies},
-  volume =	 64,
-  month =	 {October},
-  year =	 1997,
-  pages =	 {605--654}
-}
-
- at article{Heckman06,
-	author={James J. Heckman},
-	title={The Scientific Model of Causality},
-	journal={Sociological Methodology},
-	volume={35},
-	year={2006},
-	pages={1-98},
-	month={June},
-	number={1}
-}
-
- at article{Heckman06b,
-	author={James J. Heckman},
-	title={Rejoinder: Response to Sobel},
-	journal={Sociological Methodology},
-	volume={35},
-	year={2006},
-	pages={135-162},
-	month={June},
-	number={1}
-}
-
- at article{Heckman76,
-	author={James Heckman},
-	title={The Common Structure of Statistical Models of Truncation, Sample Selection
-		and Limited Dependent Variables, and Simple Estimator for Such Models},
-	journal={Annals of Economic and Social Measurement},
-	volume={5},
-	year={1976},
-	pages={475-492}
-}
-
- at incollection{Heckman92,
-	author={James J. Heckman},
-	title={Randomization and Social Policy Evaluation},
-	booktitle={Evaluating Welfare and Training Programs},
-	publisher={Harvard University Press},
-	year={1992},
-	editor={Charles F. Manski and Irwin Garfinkel}
-}
-
- at inbook{HecRob85,
-	author={J. Heckman and R. Robb},
-	title={Longitudional Analysis of Labor Market Data},
-	chapter={Alternative Methods for Evaluating the Impacts of Interventions},
-	year= 1985 ,
-	publisher= cup,
-	editor={J. Heckman and B. Singer}
-}
-
- at article{HecSmi95,
-	author={James J. Heckman and Jeffrey A. Smith},
-	title={Assessing the Case for Social Experiments},
-	journal={The Journal of Economic Perspectives},
-	volume={9},
-	year={1995},
-	pages={85-110},
-	number={2}
-}
-
- at article{HecSny97,
-	author={James Heckman and James Snyder},
-	title={Linear Probabilty Models of the Demand for Attributes With an Empirical
-		Application to Estimating the Preferences of Legislators},
-	journal={Rand Journal of Economics},
-	volume= 28,
-	year= 1997,
-	pages={142--189},
-	month={special issue},
-	number= 0
-}
-
- at article{Heilbronner97,
-	author={Heilbronner, Oded and M{\"u}hlberger, Detlef},
-	title={The Achilles' Heel of German Catholicism: ``Who Voted for Hitler?'' Revisited},
-	journal={European History Quarterly},
-	volume= 27,
-	year= 1997,
-	pages={221-249},
-	number= 2
-}
-
- at article{HeiRub90,
-	author={Daniel F. Heitjan and Donald Rubin},
-	title={Inference from Coarse Data via Multiple Imputation with Application to Age
-		Heaping},
-	journal= jasa,
-	volume= 85,
-	year= 1990,
-	pages={304--314}
-}
-
- at article{Heitjan89,
-	author={Daniel F. Heitjan},
-	title={Inference from Grouped Continuous Data: A Review},
-	journal={Statistical Science},
-	volume={4},
-	year={1989},
-	pages={164-183}
-}
-
- at article{HelPol80,
-	author={L. Heligman and J. H. Pollard},
-	title={The Age Pattern of Mortality},
-	journal={Journal of the Institute of Acturaries},
-	volume= 107,
-	year= 1980,
-	pages={49--80}
-}
-
- at article{Henderson24,
-	author={R. Henderson},
-	title={A new method of graduation},
-	journal={Transaction of the Actuarial Society of America},
-	volume= 119,
-	year= 1924,
-	pages={457--526}
-}
-
- at unpublished{Herron98,
-	author={Michael C. Herron},
-	title={Voting Abstention, and Individual Expectations in the 1992 Presidential
-		Election},
-	note={Presented for the Midwest Political Science Assocation conference, Chicago},
-	year={1998}
-}
-
- at article{HerSek04,
-	author={Michael C. Herron and Jasjeet S. Sekhon},
-	title={Black Candidates and Black Voters: Assessing the Impact of Candidate Race
-		on Uncounted Vote Rates},
-	journal={Journal of Politics},
-	volume= 66,
-	year= 2005,
-	month={forthcoming November},
-	number= 4
-}
-
- at article{Heymann02,
-	author={Philip B. Heymann},
-	title={Civil Liberties and Human Rights in the Aftermath of September 11},
-	journal={Harvard Journal of Law and Public Policy},
-	volume= 25,
-	year={2002},
-	pages={440--455}
-}
-
- at article{Hibbs82,
-	author={Douglas Hibbs},
-	title={Economic Outcomes and Political Support for British Governments Among the
-		Occupational Classes},
-	journal={American Political Science Review},
-	volume= 76,
-	year= 1982,
-	pages={259--279},
-	month={June}
-}
-
- at incollection{Hicks94,
-	author={Alexander M. Hicks},
-	title={{Introduction to Pooling}},
-	booktitle={{The Comparative Political Economy of the Welfare State}},
-	publisher={Cambridge University Press},
-	year= 1994,
-	address={New York},
-	editor={T. Janoski and A. Hicks}
-}
-
- at misc{HigYam00,
-	author={Dave Higdon and Steve Yamamoto},
-	title={Bayesian Image Analysis in Scanning Magnetoresistance Microscopy},
-	year= 2000,
-	howpublished={Discussion Paper \# 98-35, Institute of Statistics and Decision Sciences,
-		Duke University}
-}
-
- at article{HilButLor77,
-	author={Lewis E. Hill and Charles E. Butler and Stephen A. Lorenzen},
-	title={Inflation and the Destruction of Democracy: The Case of the Weimar Republic},
-	journal={Journal of Economic Issues},
-	volume= 11,
-	year= 1977,
-	pages={299-314},
-	number= 2
-}
-
- at unpublished{Hill04,
-	author={Jennifer Hill},
-	title={Reducing bias in treatment effect estimation in observational studies suffering
-		from missing data},
-	note={Columbia University Instititute for Social and Economic Research and Policy
-		(ISERP) Working Paper 04-01},
-	year= 2004
-}
-
- at article{Hill87,
-	author={Joe R. Hill},
-	title={Empirical Bayes Confidence Intervals Based on Bootstrap Samples: Comment},
-	journal={Journal of the American Statistical Association},
-	volume={82},
-	year={1987},
-	pages={752-754},
-	month={September},
-	number={399}
-}
-
- at unpublished{HilPurWil07,
-	author={Dustin Hillard and Stephen Purpura and John Wilkerson},
-	title={Bill Titles as Proxies for Bill Content: A Case Study of the Distillation
-		of Meaning from a Political Corpus},
-	note={Prepared for delivery at 2007 annual Meeting of the Midwest Political Science
-		Association, Chicago, IL},
-	year={2007},
-	month={April},
-	address={Univ of WA hillard at u.washington.edu; JFK School of Gov't. stephen_purpura at ksg07.harvard.edu;
-		Univ of WA jwilker at u.washington.edu}
-}
-
- at article{HilRei06,
-	author={Jennifer Hill and Jerome P. Reiter},
-	title={Interval estimation for treatment effects using propensity score matching},
-	journal={Statistics in Medicine},
-	volume={25},
-	year={2006},
-	pages={2230-2256}
-}
-
- at incollection{HilReiZan04,
-	author={Jennifer Hill and J. Reiter and Elaine Zanutto},
-	title={A comparison of experimental and observational data analyses},
-	booktitle={Applied Bayesian Modeling and Causal Inference from an Incomplete-Data Perspective},
-	year= 2004 ,
-	editor={Andrew Gelman and Xiao-Li Meng}
-}
-
- at incollection{HilRubTho99,
-	author={Jennifer Hill and Donald B. Rubin and Neal Thomas},
-	title={The Design of the {N}ew {Y}ork {S}chool {C}hoice {S}cholarship {P}rogram
-		Evaluation},
-	booktitle={Research Designs: Inspired by the Work of Donald Campbell},
-	publisher={Sage},
-	year= 1999,
-	address={Thousand Oaks, CA},
-	editor={L. Bickman},
-	chapter= 7,
-	pages={155--180}
-}
-
- at article{HilTru77,
-	author={Kenneth Hill and J Trussell},
-	title={Further Developments in Indirect Mortality Estimation},
-	journal={Population Studies},
-	volume= 31,
-	year= 1977,
-	pages={313--334}
-}
-
- at article{HilWalBro05,
-	author={Jennifer L. Hill and Jane Waldfogel and Jeanne Brooks-Gunn and Wen-Jui Han},
-	title={Maternal Employment and Child Development: A Fresh Look Using Newer Methods},
-	journal={Developmental Psychology},
-	volume={41},
-	year={2005},
-	pages={833-850},
-	number={6}
-}
-
- at unpublished{Hindman07,
-	author={Matthew Hindman},
-	title={Voice, Equality, and the Internet},
-	note={Book Manuscript},
-	year={2007}
-}
-
- at book{HinMun94,
-	author={Melvin J. Hinich and Michael C. Munger},
-	title={Ideology and the Theory of Political Choice},
-	publisher={University of Michigan Press},
-	year={1994},
-	address={Ann Arbor}
-}
-
- at unpublished{HinTsiJoh03,
-	author={Matthew Hindman and Kostas Tsioutsiouliklis and Judy A. Johnson},
-	title={Googlearchy: How a Few Heavily-Linked Sites Dominate Politics on the Web},
-	note={Midwest Political Science Association, Chicago, Illinois},
-	year={2003},
-	month={April}
-}
-
- at article{HirImbRid03,
-  author =	 {Keisuke Hirano and Guido W. Imbens and Geert Ridder},
-  title =	 {Efficient Estimation of Average Treatment Effects
-                  Using the Estimated Propensity Score},
-  journal =	 {Econometrica},
-  volume =	 71,
-  year =	 2003,
-  pages =	 {1161--1189},
-  month =	 {July},
-  number =	 4
-}
-
- at article{HirImbRub00,
-  author =	 {Keisuke Hirano and Guido W. Imbens and Donald
-                  B. Rubin and Xiao-Hua Zhou},
-  title =	 {Assessing the effect of an influenza vaccine in an
-                  encouragement design},
-  journal =	 {Biostatistics},
-  volume =	 {1},
-  year =	 {2000},
-  pages =	 {69-88},
-  number =	 {1}
-}
-
- at article{HirRubZho00,
-	author={Keisuke Hirano and Guido W. Imbens and Donald B. Rubin and Ziao-Hua Zhou},
-	title={Assessing the effect of an influenza vaccine in an encouragement design},
-	journal={Biostatistics},
-	volume={1},
-	year={2000},
-	pages={69-88},
-	number={1}
-}
-
- at unpublished{Hiscox04,
-	author={Michael J. Hiscox},
-	title={Through a Glass and Darkly: Attitudes Toward International Trade and the
-		Curious Effects of Issue Framing},
-	note={{http://www.experimentcentral.org/data/data.php?pid=136}},
-	year= 2004,
-	address={Chicago},
-	organization={Annual meetings of the American Political Science Association}
-}
-
- at article{Ho91,
-	author={Ho, Suzanne C.},
-	title={Health and Social Predictors of Mortality in an Elderly Chinese Cohort},
-	journal={American Journal of Epidemiology},
-	volume= 133,
-	year= 1991,
-	pages={{209-21}},
-	number= 9,
-	keywords={aged, cohort studies, health status, mortality, social environment}
-}
-
- at article{HoeFesVan97,
-	author={Nancy Hoeymans, MSc, eta al},
-	title={Age, time, and cohort effects on functional status and self-rated health
-		in elderly men},
-	journal={American Journal of Public Health},
-	volume= 87,
-	year= 1997,
-	pages={{1620-25}},
-	number= 10
-}
-
- at article{HoeMadRaf99,
-	author={Jennifer A. Hoeting and David Madigan and Adrian E. Raftery, Adrian E. and
-		Chris T. Volinsky},
-	title={Bayesian Model Averaging: A Tutorial},
-	journal={Statistical Science},
-	volume= 14,
-	year= 1999,
-	pages={382-417},
-	number= 4
-}
-
- at article{HoeMadRaf99,
-	author={J.A. Hoeting and D. Madigan and Adrian E. Raftery and C. T. Volinsky},
-	title={Bayesian Model Averaging: A Tutorial (with discussion)},
-	journal={Statistical Science},
-	volume= 14,
-	year= 1999,
-	pages={382--417},
-	month={{corrected version at http://www.stat.washington.edu/www/research/online/hoeting1999.pdf}}
-}
-
- at article{HojSteAab99,
-	author={Lars Hoj and Jakob Stensballe and Peter Aaby},
-	title={Maternal mortality in Guinea-Bissau: the use of verbal autopsy in a mutli-ethnic
-		population},
-	journal={International Journal of Epidemiology},
-	volume={28},
-	year={1999},
-	pages={70-76}
-}
-
- at article{holland86,
-	author={Paul W. Holland},
-	title={Statistics and Causal Inference},
-	journal={Journal of the American Statistical Association},
-	volume= 81,
-	year= 1986,
-	pages={945--960}
-}
-
- at inbook{Holmes95,
-	author={Stephen Holmes},
-	title={Passions and constraint: on the theory of liberal democracy},
-	chapter={5 Precommitment and the Paradox of Democracy},
-	year={1995},
-	publisher={University of Chicago Press},
-	pages={134 - 177},
-	address={Chicago}
-}
-
- at misc{HolMulKal00,
-	author={F.W. Hollmann and T.J. Mulder and J.E. Kallan},
-	title={{Methodology and Assumptions for the Population Projections of the United
-		States: 1999 to 2100}},
-	year= 2000 ,
-	howpublished={Working Paper 38, Population Division, U.S. Bureau of Census}
-}
-
- at article{HolQuiRap03,
-	author={Harry J. Holzer and John M. Quigley and Steven Raphael},
-	title={Public Transit and the Spatial Distribution of Minority Employment: Evidence
-		from a Natural Experiment},
-	journal={Journal of Policy Analysis and Management},
-	volume={22},
-	year={2003},
-	pages={415-441},
-	number={3}
-}
-
- at article{Holtfrerich84,
-  author =	 {Carl-Ludwig Holtfrerich},
-  title =	 {Zu hohe L{\"o}hne in der Weimarer Republik?
-                  Bemerkungen zur Borchardt-These},
-  journal =	 {Geschichte und Gesellschaft},
-  volume =	 10,
-  year =	 1984,
-  number =	 1
-}
-
- at book{HolWai93,
-	title={Differential Item Functioning},
-	publisher={Lawrence Erlbaum},
-	year= 1993,
-	editor={Paul W. Holland and Howard Wainer},
-	address={Hillsdale, N.J.}
-}
-
- at book{HomUga06,
-	title={Decentralizing Health Services in Mexico},
-	publisher={Center for U.S. -Mexican Studies, UCSD},
-	year={2006},
-	editor={N{\'u}ria Homedes and Antonio Ugalde},
-	address={La Jolla, California}
-}
-
- at book{HopVau02,
-	title={Paleodemography},
-	publisher={Cambridge University Press},
-	year={2002},
-	editor={Robert D. Hoppa and James W. Vaupel},
-	address={Cambridge, UK}
-}
-
- at article{Horowitz01,
-	author={Joel L. Horowitz},
-	title={{The Bootstrap}},
-	journal={Handbook of Econometrics},
-	volume={5},
-	year={2001},
-	pages={3159-3228},
-	publisher={Elsevier}
-}
-
- at article{Howell04,
-	author={William G. Howell},
-	title={Dynamic Selection Effects in Means-Tested, Urban School Voucher Programs},
-	journal={Journal of Policy Analysis and Management},
-	volume={23},
-	year={2004},
-	pages={225-250},
-	number={2}
-}
-
- at article{Hsieh85,
-	author={David A. Hsieh and Charles F. Manski and Daniel McFadden},
-	title={Estimation of Response Probabilities from Augmented Retrospective Observations},
-	journal={Journal of the American Statistical Association},
-	volume= 80,
-	year= 1985,
-	pages={651-652},
-	month={September},
-	number= 391
-}
-
- at book{Huber81,
-	author={Peter J. Huber},
-	title={Robust Statistics},
-	publisher={Wiley},
-	year={1981}
-}
-
- at book{HucSpr95,
-	author={R. Robert Huckfeldt and John Sprague},
-	title={Citizens, Politics, and Social Communication},
-	publisher={Cambridge University Press},
-	year= 1995,
-	address={New York, NY}
-}
-
- at article{HumRogEbe98,
-	author={R.A. Hummer and R.G. Rogers and I.W. Eberstein},
-	title={Sociodemographic Differentials in Adult Mortality: a Review of Analytic
-		Approaches},
-	journal={Population and Development Review},
-	year={1998},
-	optnumber={2},
-	optvolume={24},
-	optpages={553--578}
-}
-
- at article{IacPor08,
-  author =	 {Stefano M. Iacus and Giuseppe Porro},
-  title =	 {Random Recursive Partitioning: a matching method for
-                  the estimation of the average treatment effect},
-  journal =	 {Journal of Applied Econometrics},
-  volume =   {24},
-  pages =    {163-185},
-  year =	 {2009}
-}
-
- at unpublished{IacPor06b,
-  author =	 {Stefano M. Iacus and Giuseppe Porro},
-  title =	 {Missing data imputation, matching and other applications
-              of Random Recursive Partitioning},
-  journal =  {Computational Statistics and Data Analysis},
-  volume =   {52},
-  number =   {2},
-  pages =    {773-789},			
-  year =	 {2007}
-}
-
- at article{IbrChe97,
-	author={Joseph G. Ibrahim and Ming-Hui Chen},
-	title={Predictive Variable Selection for the Multivariate Linear Model},
-	journal={Biometrics},
-	volume= 53,
-	year= 1997,
-	pages={465--478},
-	month={June}
-}
-
- at article{IdlAng90,
-	author={Ellen Idler and Ronald Angel},
-	title={Self-Rated Health and Mortality in the NHANES-I Epidemiologic Follow-Up
-		Study},
-	journal={American Journal of Public Health},
-	volume= 80,
-	year= 1990,
-	pages={{446-52}}
-}
-
- at article{IdlBen97,
-	author={Ellen L. Idler and Yael Benyamini},
-	title={Self-Rated Health and Mortality: A Review of Twenty-Seven Community Studies},
-	journal={Journal of Health and Social Behavior},
-	volume= 38,
-	year= 1997,
-	pages={{21-37}}
-}
-
- at article{Idler03,
-	author={Ellen L. Idler},
-	title={Discussion: Gender Differences in Self-Rated Health, in Mortality, and in
-		the Relationship Between the Two. },
-	journal={The Gerontologist},
-	volume= 43,
-	year= 2003,
-	pages={{372-75}},
-	number= 4
-}
-
- at inbook{Idler92,
-	author={Ellen L. Idler},
-	title={Self-Assessed Health and Mortality: A Review of Studies},
-	chapter= 2,
-	year= 1992,
-	publisher={{John Wiley \& Sons, Ltd.}},
-	pages={{33-54}},
-	volume= 1,
-	journal={International Review of Health Psychology}
-}
-
- at article{IdlHudLev99,
-	author={Ellen L. Idler, Shawna V. Hudson, and Howard Leventhal},
-	title={The Meanings of Self-Rated Health- A Qualitative and Quantitative Approach},
-	journal={Research on Aging},
-	volume= 21,
-	year= 1999,
-	pages={{458-76}},
-	month={{May}},
-	number= 3
-}
-
- at article{IdlKas91,
-	author={Ellen L. Idler and Stanislav Kasl},
-	title={Health Perceptions and Survival: Do Global Evaluations of Health Status
-		Really Predict Mortality?},
-	journal={Journal of Gerontology: Social Sciences},
-	volume= 46,
-	year= 191,
-	pages={{S55-65}},
-	number= 2
-}
-
- at article{IdlKas95,
-	author={Ellen Idler and Stanislav Kasl},
-	title={Self-Ratings of Health: Do they Also Predict Change in Functional Ability?},
-	journal={Journal of Gerontology: Social Sciences},
-	volume={{50B}},
-	year= 1995,
-	pages={{S344-53}},
-	number= 6
-}
-
- at article{IdlKasLem90,
-	author={Ellen L. Idler, Stanislav V. Kasl, and Jon H. Lemke},
-	title={Self-Evaluated Health and Mortality Among the Elderly in New Haven, Connecticut,
-		and Iowa and Washington Counties, Iowa, 1982-1986},
-	journal={American Journal of Epidemiology},
-	volume= 131,
-	year= 1990,
-	pages={{91-103}}
-}
-
- at article{IdlRusDav00,
-	author={Ellen Idler, Louise Russell, and Diane Davis},
-	title={Survival, Functional Limitations, and Self-Rated Health in the NHANES I
-		Epidemiological Follow-Up Study, 1992},
-	journal={American Journal of Epidemiology},
-	volume= 152,
-	year= 2000,
-	pages={{874-83}},
-	number= 4
-}
-
- at article{IhaGen96,
-	author={Ross Ihaka and Robert Gentleman},
-	title={R: A Language for Data Analysis and Graphics},
-	journal={Journal of Computational and Graphical Statistics},
-	volume={5},
-	year={1996},
-	pages={299-314},
-	month={September},
-	number={3}
-}
-
- at article{ImaDyk04,
-	author={Kosuke Imai and David A. van Dyk},
-	title={Causal Inference with General Treatment Treatment Regimes: Generalizing
-		the Propensity Score},
-	journal= jasa,
-	volume= 99,
-	year= 2004,
-	pages={854--866},
-	month={September},
-	number= 467
-}
-
- at article{Imai05,
-	author={Kosuke Imai},
-	title={Do Get-Out-The-Vote Calls Reduce Turnout? The Importance of Statistical
-		Methods for Field Experiments},
-	journal= apsr,
-	volume={99},
-	year={2005},
-	pages={283--300},
-	month={May},
-	number={2}
-}
-
- at techreport{Imai07,
-	author={Imai, Kosuke},
-	title={Randomization-based Inference and Efficiency Analysis in Experiments under
-		the Matched-Pair Design},
-	institution={Department of Politics, Princeton University},
-	year={2007}
-}
-
- at article{Imbens00,
-	author={Guido W. Imbens},
-	title={The Role of the Propensity Score in Estimating Dose-Response Functions},
-	journal={Biometrika},
-	volume= 87,
-	year={2000},
-	pages={706-710},
-	number= 3
-}
-
- at article{Imbens03,
-	author={Guido W. Imbens},
-	title={Sensitivity to exogeneity assumptions in program evaluation},
-	journal={American Economic Review},
-	volume= 96,
-	year= 2003,
-	pages={126-132},
-	number= 2
-}
-
- at article{Imbens04,
-	author={Guido W. Imbens},
-	title={Nonparametric estimation of average treatment effects under exogeneity:
-		a review},
-	journal={Review of Economics and Statistics},
-	volume= 86,
-	year= 2004,
-	pages={4-29},
-	number= 1
-}
-
- at unpublished{ImbensNDb,
-	author={Imbens, Guido W. },
-	title={Semiparametric Estimation of Average Treatment Effects under Exogeneity:
-		A Review},
-	note={Manuscript, UC Berkeley},
-	year={2003}
-}
-
- at article{ImbRub97,
-	author={Guido W. Imbens and Donald B. Rubin},
-	title={Bayesian Inference for Causal Effects in Randomized Experiements with Noncompliance},
-	journal={The Annals of Statistics},
-	volume={25},
-	year={1997},
-	pages={305-327},
-	month={February},
-	number={1}
-}
-
- at unpublished{ImbRubND,
-	author={Guido W. Imbens and Donald B. Rubin},
-	title={Causal Inference},
-	note={Book Manuscript},
-	year= 2002
-}
-
- at book{IngMcC96,
-  author =	 {Jorge Inguez and James A. McCann},
-  title =	 {Democratizing Mexico: Public Opinion and Electoral
-                  Choice},
-  address =	 {Baltimore},
-  publisher =	 {Johns Hopkins University Press},
-  year =	 {1996}
-}
-
- at book{Insua00,
-	author={David R. Insua and Ruggeri Fabrizio},
-	title={Bayesian Analysis},
-	publisher={Springer-Verlag},
-	year= 2000
-}
-
- at article{IrwJonMun96,
-	author={Julie R. Irwin and Lawrence E. Jones and David Mundo},
-	title={Risk Perception and Victim Perception: The Judgment of HIV Cases},
-	journal={Journal of Behavioral Decision Making},
-	volume= 9,
-	year= 1996,
-	pages={1--22}
-}
-
- at article{IslRahMah96,
-	author={M. Aminul Islam and M. Mujibur Rahman and D. Mahalanabis and A.K.S. Mahmudur
-		Rahman},
-	title={Death ina Diarrhoeal Cohort of Infants and Young Children Soon After Discharge
-		From Hospital: Risk Factors and Causes by Verbal Autopsy},
-	journal={Journal of Tropical Pediatrics},
-	volume={42},
-	year={1996},
-	pages={342-347},
-	month={December }
-}
-
- at article{IslRahMah96,
-	author={M. Aminul Islam and M. Mujibur Rahman and D. Mahalanabis and A.K.S. Mahmudur
-		Rahman},
-	title={Death ina Diarrhoeal Cohort of Infants and Young Children Soon After Discharge
-		From Hospital: Risk Factors and Causes by Verbal Autopsy},
-	journal={Journal of Tropical Pediatrics},
-	volume={42},
-	year={1996},
-	pages={342-347},
-	month={December }
-}
-
- at misc{ISO97,
-	author={ISO},
-	title={The Dublin Core Metadata Element Set},
-	year={1997},
-	note={{http://www.collectionscanada.ca/iso/tc46sc9/standard/690-2e.htm}}
-}
-
- at article{Iversen01,
-	author={Edwin S. Iversen, Jr.},
-	title={Spatially disaggregated Real Estate Indices},
-	journal={Journal of Business \& Economic Statistics},
-	volume={19},
-	year={2001},
-	pages={341 - 357},
-	month={July},
-	number={3}
-}
-
- at article{Jackman00,
-	author={Simon Jackman},
-	title={Estimation and Inference via Bayesian Simulation: An Introduction to Markov
-		Chain Monte Carlo},
-	journal={American Journal of Political Science},
-	volume={44},
-	year={2000},
-	pages={375-404},
-	month={April},
-	number={2}
-}
-
- at techreport{JagRob03,
-	author={Carol Jagger and Dr. Jean-Marie Robine},
-	title={The Health of Adults in the Eurpoean Union},
-	institution={Press and Communication, Unit "Analysis and Public Opinion"},
-	year= 2003,
-	month={{June}}
-}
-
- at article{JagSpiCla93,
-	author={C. Jagger, N.A. Spiers, and M. Clarke},
-	title={Factors Associated with Decline in Function, Institutionalization and Mortality
-		of Elderly People},
-	journal={Age and Ageing },
-	volume= 22,
-	year= 1993,
-	pages={{190-97}}
-}
-
- at incollection{James90,
-	author={Harold James},
-	title={Economic Reasons for the Collapse of the Weimar Republic},
-	booktitle={Weimar: Why Did German Democracy Fail?},
-	publisher={Weidenfeld and Nicolson},
-	year= 1990,
-	address={London},
-	pages={30-57}
-}
-
- at article{JeeGimSug98,
-	author={Sun Ha Jee and Il Soon Kim and Il Suh and Dongchun Shin and Lawrence J Appel},
-	title={Projected Mortality from Lung Cancer in South Korea, 1980-2004},
-	journal={International Journal of Epidemiology},
-	volume= 27,
-	year= 1998,
-	pages={365--369}
-}
-
- at inproceedings{JefBarRod01,
-	author={William H. Jefferys and Thomas G. Barnes and Raquel Rodrigues and James
-		O. Berger and Peter M{\"u}ller},
-	title={Model Selection for Cepheid Star Oscillations},
-	booktitle={Bayesian methods, with Applications to Science, Policy, and Official Statistics},
-	year={2001},
-	publisher={Official Publications of the European Communities, Luxembourg},
-	editor={E. George and P. Nanopoulos},
-	pages={253 --252}
-}
-
- at unpublished{JefBarRod06,
-	author={William H. Jefferys and Thomas G. Barnes and Raquel Rodrigues and James
-		O. Berger and Peter Muller},
-	title={Nonparametric Regression with Wavelet Based Priors: Efficient Posterior
-		Simulation for Unequally Spaced Data and Dependent Priors},
-	note={Jefferys, Barnes Rodriques, Univ of Tx at Austin, Berger and Muller, Duke
-		Univ.},
-	year={2006}
-}
-
- at book{Jeffreys61,
-	author={H. Jeffreys},
-	title={Theory of Probability},
-	publisher={Clarendon Press},
-	year= 1961,
-	address={Oxford},
-	edition={3rd (1st edn., 1939}
-}
-
- at book{JohAlb99,
-	author={Valen E. Johnson and James H. Albert},
-	title={Ordinal Data Modeling},
-	publisher={Springer},
-	year= 1999,
-	address={New York}
-}
-
- at article{Johnson01,
-	author={David H. Johnson},
-	title={Sharing Data: It's Time to End Psychology's Guild Approach},
-	journal={Observer (American Psychological Society)},
-	volume= 14,
-	year= 2001,
-	month={October},
-	number= 8,
-	note={{http://www.psychologicalscience.org/observer/1001/data.html}}
-}
-
- at inbook{Johnson96,
-	author={Wesley O. Johnson},
-	title={Predictive Influence in the Lognormal Survival Essays in Honor of Seymour
-		Geisser},
-	year={1996},
-	publisher={Elsevier},
-	pages={104-121},
-	address={Amsterdam},
-	editor={J. Lee and A. Zellner and W. Johnson}
-}
-
- at article{Johnson98,
-	author={Timothy P. Johnson},
-	title={Approaches to Equivalence in Cross-Cultural and Cross-National Survey Research},
-	journal={ZUMA Nachrichten Spezial},
-	volume= 3,
-	year= 1998,
-	pages={1--40},
-	month={January}
-}
-
- at book{JonBau05,
-	author={Bryan D. Jones and Frank R. Baumgartner},
-	title={The Politics of Attention: How Government Prioritizes Problems},
-	publisher={University of Chicago Press},
-	year={2005},
-	address={Chicago, IL}
-}
-
- at article{JonDagGon04,
-	author={Alison Snow Jones and Ralph B. D'Agostino Jr. and Edward W. Gondolf and
-		Alex Heckert},
-	title={Assessing the Effectof Batterer Program Completion on Reassault Using Propsensity
-		Scores},
-	journal={Journal of Interpersonal Violence},
-	volume={19},
-	year={2004},
-	pages={1002-1020},
-	month={September},
-	number={9}
-}
-
- at book{Jones88,
-  author =	 {Jones, Larry Eugene},
-  title =	 {German Liberalism and the Dissolution of the Weimar
-                  Party System},
-  publisher =	 {The University of North Carolina Press},
-  year =	 1988,
-  address =	 {Chapel Hill and London}
-}
-
- at unpublished{JonKimSta05,
-	author={Bryan D. Jones and Chang-Jin Kim and Richard Startz},
-	title={A Markov Switching Model of Congressional Partisan Regimes},
-	note={University of Washington, Center for American Politics and Public Policy,
-		Box 353530 Seattle, WA 98195-3530, bdjones at u.washington.edu},
-	year={2005}
-}
-
- at article{Jordan1874,
-	author={C. Jordan},
-	title={{M{\'e}moire sur les formes bilin{\'e}aires}},
-	journal={Comptes Rendus de l' Acad{\'e}mie des Sciences, Paris},
-	volume= 78,
-	year= 1874,
-	pages={614--617}
-}
-
- at article{JylGurFer98,
-	author={Maria Jylha, Jack Guralnik, Luigi Jokela, et al},
-	title={Is self-rated health comparable across cultures and genders?},
-	journal={Journal of Gerontology: Social Sciences},
-	volume={{53B}},
-	year= 1998,
-	pages={{S144-52}}
-}
-
- at incollection{Kadane80,
-	author={Joseph B. Kadane},
-	title={Predictive and Structural Methods for Eliciting Prior Distributions},
-	booktitle={Bayesian Analysis in Econometrics and Statistics},
-	publisher={North-Holland},
-	year= 1980,
-	editor={Arnold Zellner}
-}
-
- at article{KadDicWin80,
-	author={Joseph B. Kadane and James M. Dickey and Robert L. Winkler and Wayne S.
-		Smith and Stephen C. Peters},
-	title={Interactive Elicitation of Opinion for a Normal Linear Model},
-	journal={Journal of the American Statistical Association},
-	volume={75},
-	year={1980},
-	pages={845-854},
-	month={December},
-	number={372}
-}
-
- at article{Kahn86,
-	author={Paul W. Kahn},
-	title={Gramm-Rudman and the Capacity of Congress to Control the Future},
-	journal={Hastings Constitutional Law Quarterly},
-	volume={13},
-	year={1986},
-	pages={185-231}
-}
-
- at article{KahSchSun98,
-	author={Daniel Kahneman and David Schkade and Cass R. Sunstein},
-	title={Shared Outrage and Erratic Awards: The Psychology of Punitive Damages},
-	journal={Journal of Risk and Uncertainty},
-	volume= 16,
-	year= 1998,
-	pages={49--86},
-	month={April}
-}
-
- at article{KahTolGar00,
-	author={Kathleen Kahn and Stephen M. Tollman and Michel Garenne and John S.S.Gear},
-	title={Validation and Application of Verbal autosies in a Rural Area of South Africa},
-	journal={Tropical Medicine and International Health},
-	volume={5},
-	year={2000},
-	pages={824-831},
-	number={11}
-}
-
- at article{KalGraBla90,
-	author={Henry D. Kalter and Ronald H. Gary and Robert E. Black and Socorro A. Gultiano},
-	title={Validation of Postmortem Interviews to Ascertain Selected Causes of Death
-		in Children},
-	journal={International Journal of Epidemiology},
-	volume={19},
-	year={1990},
-	pages={380-386},
-	number={2}
-}
-
- at article{KalHosBur99,
-	author={Henry D. Kalter and Munir Hossain and Gilbert Burnham and Naila Z. Khan
-		and Samir K. Saha and Md Anwar Ali and Robert E. Black},
-	title={Validation of caregiver interviews to diagnose common causes of severe neonatal
-		illness},
-	journal={Paediatric and Perinatal Epidemiology},
-	volume={13},
-	year={1999},
-	pages={99-113}
-}
-
- at article{KalHosBur99,
-	author={Henry D. Kalter and Munir Hossain and Gilbert Burnham and Naila Z. Khan
-		and Samir K. Saha and Md Anwar Ali and Robert E. Black},
-	title={Validation of caregiver interviews to diagnose common causes of severe neonatal
-		illness},
-	journal={Paediatric and Perinatal Epidemiology},
-	volume={13},
-	year={1999},
-	pages={99-113}
-}
-
- at article{Kallay84,
-	author={Michael Kallay},
-	title={The Complexity of Incremental Convex Hull Algorithms in Rd.},
-	journal={Informational Processes Letter},
-	volume={19},
-	year={1984},
-	pages={197},
-	number={4}
-}
-
- at article{Kallay86,
-	author={Michael Kallay},
-	title={Convex Hull Made Easy},
-	journal={Information Processing Letters},
-	volume={22},
-	year={1986},
-	month={March},
-	issue={3}
-}
-
- at article{Kalter92,
-	author={Henry Kalter},
-	title={The Validation of interviews for estimating morbidity},
-	journal={Health Policy and Planning},
-	volume={7},
-	year={1992},
-	pages={30-39},
-	number={1}
-}
-
- at article{KapBarLus88,
-	author={George Kaplan, Vita Barell, and Ayala Lusky},
-	title={Subjective State of Health and Survival in Elderly Adults},
-	journal={Journal of Gerontology: Social Sciences},
-	volume= 43,
-	year= 1988,
-	pages={{S114-20}}
-}
-
- at article{KapGolEve96,
-	author={George A Kaplan, Debbie Goldberg, Susan Everson, et al},
-	title={Perceived Health Status and Morbidity and Mortality: Evidence from the Kuopio
-		Ischaemic Heart Disease Risk Factor Study},
-	journal={International Journal of Epidemiology},
-	volume= 25,
-	year= 1996,
-	pages={{259-65}}
-}
-
- at article{Karaagaoglu99,
-	author={Ergun Karaagaoglu},
-	title={Estimation of the Prevalence of a Disease from Screening Tests},
-	journal={Tropical Journal of Medical Sciences},
-	volume={29},
-	year={1999},
-	pages={425-430}
-}
-
- at article{KasCarGel98,
-	author={Robert E. Kass and Bradley P. Carlin and Andrew Gelman and Radford M. Neal},
-	title={Markov chain Monte Carlo in Practice: A Roundtable Discussion},
-	journal={The American Statistician},
-	volume={52},
-	year={1998},
-	pages={93-100},
-	number={2}
-}
-
- at article{KasWas96,
-	author={Robert E. Kass and Larry Wasserman},
-	title={The Selection of Prior Distributions by Formal Rules},
-	journal={Journal of the American Statistical Association},
-	volume= 91,
-	year= 1996,
-	pages={1343--1370},
-	month={September},
-	number= 435
-}
-
- at article{KatTri02,
-	author={Neal K. Katyal and Laurence H. Tribe},
-	title={Waging War, Deciding Guilt: Trying the Military Tribunals},
-	journal= ylj,
-	volume= 111,
-	year={2002},
-	pages={1259--1310}
-}
-
- at article{Kawada03,
-	author={Tomoyuki Kawada},
-	title={Self rated health and life prognosis},
-	journal={Archives of Medical Research},
-	volume= 34,
-	year= 2003,
-	pages={{343-47}}
-}
-
- at book{Kele72,
-	author={Kele, M.},
-	title={Nazis and Workers},
-	publisher={University of North Carolina Press},
-	year= 1972,
-	address={Chapel Hill}
-}
-
- at article{Kelly06,
-	author={Kevin Kelly},
-	title={{Scan this Book}},
-	journal={The New York Times Magazine},
-	year={2006},
-	month={October 11}
-}
-
- at article{KenStu50,
-	author={M.G. Kendall and A. Stuart},
-	title={The Law of the Cubic Proportion in election Results},
-	journal={The British journal of Sociology},
-	volume={1},
-	year={1950},
-	pages={183-196},
-	month={September},
-	number={3}
-}
-
- at book{Keyfitz68,
-	author={N. Keyfitz},
-	title={Introduction to the Mathematics of Population},
-	publisher={Addison Wesley},
-	year= 1968,
-	address={Reading, MA}
-}
-
- at article{Keyfitz82,
-	author={N. Keyfitz},
-	title={Choice of Function for mortality Analysis: Effective Forecasting Depends
-		on a Minimum Parameter Representation},
-	journal={Theoretical Population Biology},
-	volume= 21,
-	year= 1982,
-	pages={239--252}
-}
-
- at unpublished{KimHov04,
-	author={Soo-Min Kim and Eduard Hovy},
-	title={Determining the Sentiment of Opinions},
-	note={Soo-Min Kim Information Sciences Inst. Univ. of Southern Calif. 4676 Admiralty
-		Way, Marina del Rey, CA 90292-6695; skim at isi.edu},
-	year={04}
-}
-
- at unpublished{KimHov04,
-	author={Soo-Min Kim and Eduard Hovy},
-	title={Determining the Sentiment of Opinions},
-	note={Soo-Min Kim Information Sciences Inst. Univ. of Southern Calif. 4676 Admiralty
-		Way, Marina del Rey, CA 90292-6695; skim at isi.edu},
-	year={04}
-}
-
- at article{KimWah70,
-	author={G.S. Kimeldorf and G. Wahba},
-	title={A correspondence between {Bayesian} estimation on stochastic processes and
-		smoothing by splines},
-	journal={Ann. Math. Statist.},
-	volume={41},
-	year={1970},
-	pages={495--502},
-	number={2}
-}
-
- at article{KinAubHer98,
-	author={Hilary King and Ronald E. Aubert and William H. Herman},
-	title={Global Burden of Diabetes, 1995-2025},
-	journal={Diabetes Care},
-	volume= 21,
-	year= 1998,
-	pages={1414--1431}
-}
-
- at article{Kinder86,
-	author={Donald R. Kinder},
-	title={The Continuing American Dilemma: White Resistance to Racial Change 40 years
-		After Myrdal},
-	journal={Journal of Social Issues},
-	volume={42},
-	year={1986},
-	pages={151-71}
-}
-
- at book{KinPal93,
-	title={Experimental Foundations of Political Science},
-	publisher={University of Michigan Press},
-	year= 1993,
-	editor={Donald R. Kinder and Thomas R. Palfrey},
-	address={Ann Arbor}
-}
-
- at article{KinSea81,
-	author={Donald R. Kinder and David O. Sears},
-	title={Prejudice and Politics: Symbolic Racism Versus Racial Threats to the Good
-		Life},
-	journal={Journal of Personality and Social Psychology},
-	volume={40},
-	year={1981},
-	pages={414-31}
-}
-
- at article{Kirchgaessner85,
-	author={Gebhard Kirchg{\"a}ssner},
-	title={Rationality, Causality and the Relation between Economic Conditions and
-		the Popularity of Parties},
-	journal={European Economic Review},
-	volume= 28,
-	year= 1985,
-	pages={243-268},
-	month={June/July}
-}
-
- at article{Kish49,
-	author={Kish, Leslie},
-	title={{A Procedure for Objective Respondent Selection within the Household}},
-	journal={Journal of the American Statistical Association},
-	volume={44},
-	year={1949},
-	pages={380--387},
-	number={247}
-}
-
- at article{KlaDon97,
-	author={Neil Klar and Allan Donner},
-	title={The Merits of Matching in Community Intervention Trials: A Cautionary Tale},
-	journal={Statistics in Medicine},
-	volume={16},
-	year={1997},
-	pages={1753-1764},
-	number={15}
-}
-
- at article{KlaDon98,
-	author={Neil Klar and Allan Donner},
-	title={Authors' Reply: The Merits of Matching in Community Intervention Trials:
-		A Cautionary Tale},
-	journal={Statistics in Medicine},
-	volume={17},
-	year={1998},
-	pages={2151-2152}
-}
-
- at article{Klarman97,
-	author={Michael J. Klarman},
-	title={Majoritarian Judicial Review: The Entrenchment Problem},
-	journal={The Georgetown Law Journal},
-	volume={85},
-	year={1997},
-	pages={491-554}
-}
-
- at article{Klee80,
-	author={Victor Klee},
-	title={On the Complexity of d-Dimensional Voronoi Diagrams},
-	journal={Archive der Mathematik},
-	volume={34},
-	year={1980},
-	pages={75--80}
-}
-
- at book{KliSmi99,
-	author={Philip A. Klinker and Rogers M. Smith},
-	title={The Unsteady March: The Rise and Decline of Racial Equality in America},
-	publisher={?},
-	year= 1999
-}
-
- at article{KluBerBra06,
-	author={Klump, J. and Bertelmann, R. and Brase, J. and Diepenbroek, M. and Grobe,
-		H. and H{\"o}ck, H. and Lautenschlager, M. and Schindler, U. and Sens, I. and
-		W{\"a}chter, J.},
-	title={{Data publication in the open access initiative}},
-	journal={Data Science Journal},
-	volume={5},
-	year={2006},
-	pages={79--83},
-	number={0}
-}
-
- at article{Knorr-Held00,
-	author={Leonhard Knorr-Held},
-	title={Bayesian Modelling of Inseparable Space-Time Variation in Disease Risk},
-	journal={Statistics in Medicine},
-	volume= 19,
-	year= 2000,
-	pages={2555-2567}
-}
-
- at article{Koch02,
-	author={Koch, Jeffrey M.},
-	title={Gender Stereotypes and Citizens' Impressions of House Candidates' Ideological
-		Orientation},
-	journal={American Journal of Political Science},
-	volume= 46,
-	year= 2002,
-	pages={453--462}
-}
-
- at article{KohAlt05,
-	author={Isaac S. Kohane and Russ B Altman},
-	title={Health-Information Altruists --- A Potentially Critical Resource},
-	journal={New England Journal of Medicine},
-	volume= 19,
-	year= 2005,
-	pages={2074--2077},
-	month={November},
-	number= 353
-}
-
- at article{KohAlt05,
-	author={Isaac S. Kohane and Russ B. Altman},
-	title={Health-Information Altruists - A Potentially Critical Resource},
-	journal={New England Journal of Medicine},
-	volume={353},
-	year={2005},
-	pages={2074-2077},
-	month={November},
-	number={19}
-}
-
- at book{Kolb88,
-	author={Eberhard Kolb},
-	title={The Weimar Republic},
-	publisher={Unwin Hyman},
-	year= 1988,
-	address={London}
-}
-
- at article{KolBur91,
-	author={Kolbe, R.H. and Burnett, M.S.},
-	title={{Content-Analysis Research: An Examination of Applications with Directives
-		for Improving Research Reliability and Objectivity}},
-	journal={The Journal of Consumer Research},
-	volume={18},
-	year={1991},
-	pages={243--250},
-	number={2}
-}
-
- at unpublished{KolFinJos06,
-	author={Pranam Kolari and Tim Finin and Anupam Joshi},
-	title={{SVMs for the Blogosphere: Blog Identification and Splog Detection}},
-	note={American Association for Artificial Intelligence Spring Symposium on Computational
-		Approaches to Analyzing Weblogs},
-	year={2006}
-}
-
- at article{KolVliKap00,
-	author={H. Koivumaa-Honkanen et al},
-	title={Self-Reported Life Satisfaction and 20-Year Mortality in Healthy Finnish
-		Adults},
-	journal={American Journal of Epedimiology},
-	volume= 152,
-	year= 2000,
-	pages={{983-91}}
-}
-
- at article{KonDes01,
-	author={M.M. Konstantareas and N. Desbois},
-	title={Preschoolers Perceptions of the Unfairness of Maternal Disciplinary Practices},
-	journal={Child Abuse \& Neglect},
-	volume= 25,
-	year= 2001,
-	pages={473--488},
-	month={April},
-	number= 4
-}
-
- at article{KooVanBon94,
-	author={Marc A. Koopmanschap and Leona Van Roijen and Luc Bonneux and Jan J. Barendregt},
-	title={Current and Future Costs of Cancer},
-	journal={European Journal of Cancer},
-	volume={30A},
-	year= 1994,
-	pages={60--65},
-	number= 1
-}
-
- at unpublished{KopSch05,
-	author={Moshe Koppel and Jonathan Schler},
-	title={The Importance of Neutral Examples for Learning Sentiment},
-	note={Dept. of Computer Science Bar-Ilan University, Ramat-Gan Israel koppel,schlerj at cs.biu.ac.il},
-	year={05}
-}
-
- at unpublished{KopSch05,
-	author={Moshe Koppel and Jonathan Schler},
-	title={The Importance of Neutral Examples for Learning Sentiment},
-	note={Dept. of Computer Science Bar-Ilan University, Ramat-Gan Israel koppel,schlerj at cs.biu.ac.il},
-	year={05}
-}
-
- at article{KorJorLet99,
-	author={A E Kirtne, A F Jorm, Z Jiao, et al},
-	title={Health, Cognitive and psychosocial factors as predictors of mortality in
-		an elderly community sample},
-	journal={Journal of Epidemiology and Communtiy Health },
-	volume= 53,
-	year= 1999,
-	pages={{83-8}}
-}
-
- at book{Kornhauser59,
-	author={Kornhauser, W.},
-	title={The Politics of Mass Society},
-	publisher={The Free Press},
-	year= 1959,
-	address={New York}
-}
-
- at article{KorWilGou03,
-	author={Eline L. Korenromp and Brian G. Williams and Eleanor Gouws and christopher
-		Dye and Robert W. Snow},
-	title={Measurement of trends in childhood malaria mortality in Africa: an assessment
-		of progress toward targets based on verbal autopsy},
-	journal={The Lancet Infectious Diseases},
-	volume={3},
-	year={2003},
-	pages={349-58}
-}
-
- at book{Koshar86,
-	author={Koshar, R.},
-	title={Social Life, Local Politics, and Nazism},
-	publisher={University of North Carolina Press},
-	year= 1986,
-	address={Chapel Hill}
-}
-
- at article{KosHeiZak05,
-	author={Michael Kosfeld and Markus Heinrichs and Paul J. Zak and Urs Fischbacher
-		and Ernst Fehr},
-	title={Oxytocin Increases Trust in Humans},
-	journal={Nature},
-	volume={435},
-	year={2005},
-	pages={673-676},
-	month={June}
-}
-
- at article{KraJay94,
-	author={Neal M. Krause, PhD, and Gina M. Jay, PhD},
-	title={What do Global Self-Rated Health Items Measure?},
-	journal={Medical Care},
-	volume= 32,
-	year= 1994,
-	pages={{930-42}}
-}
-
- at article{KraSha84,
-	author={M.S. Kramer and S.H. Shapiro},
-	title={{Scientific challenges in the application of randomized trials}},
-	journal={Journal of the American Medical Association},
-	volume= 252,
-	year= 1984 ,
-	pages={2739-45},
-	number= 19
-}
-
- at article{KriBacRob07,
-	author={Samuel Krislov and Charles Backstrom and Leonard Robins},
-	title={When Texans Gerrymander: Much Power, Continuous Politics, Little Law}
-}
-
- at book{Krippendorff04,
-	author={Krippendorff, D.K.},
-	title={{Content Analysis: An Introduction to Its Methodology}},
-	publisher={Thousand Oaks, CA: Sage},
-	year={2004}
-}
-
- at article{Kruedener85,
-	author={J{\"u}rgen von Kruedener},
-	title={Die {\"U}berforderung der Weimarer Republic als Sozialstaat},
-	journal={Geschichte und Gesellschaft},
-	volume= 1,
-	year= 1985,
-	pages={358--376},
-	number= 3
-}
-
- at article{Krueger90,
-	author={Anne O. Krueger},
-	title={Government Failures in Development},
-	journal={The Journal of Economic Perspectives},
-	volume={4},
-	year={1990},
-	pages={9-23},
-	number={3}
-}
-
- at article{Krueger99,
-	author={Alan Krueger},
-	title={Experimental Estimates of Education Production Functions},
-	journal={Quarterly Journal of Economics},
-	volume={114},
-	year={1999},
-	pages={497-532},
-	month={May},
-	number={2}
-}
-
- at article{KrzWys86,
-	author={Mical Krzyzanowski and Miroslaw Wysocki},
-	title={The Relation of Thirteen-Year Mortality to Ventilatory Impairment and Other
-		Respiratory Symptoms: The Cracow Study},
-	journal={International Journal of Epidemiology},
-	volume= 15,
-	year= 1986,
-	pages={{56-64}},
-	number= 1
-}
-
- at article{KucMwaLes06,
-	author={Helmut K{\"u}chenohoff and Samuel M. Mwalili and Emmanuel Lassaffre},
-	title={A General Method for Dealing with Misclassification in Regression: The Misclassification
-		SIMEX},
-	journal={Biometrics},
-	volume={62},
-	year={2006},
-	pages={85-96},
-	month={March}
-}
-
- at article{KulLei51,
-	author={S. Kullback and R.A. Leibler},
-	title={On Information and Sufficiency},
-	journal={Annals of Mathematical Statistics},
-	volume= 22,
-	year= 1951,
-	pages={79--86},
-	month={March},
-	number= 1
-}
-
- at unpublished{KumAll04,
-	author={Giridhar Kumaran and James Allan},
-	title={Text Classification and Named Entities for New Event Detection},
-	note={Center for Intelligent Information Retreival, Department of Computer Science,
-		Univ of MA, Amherst},
-	year={2004},
-	month={July}
-}
-
- at unpublished{KumAll04,
-	author={Giridhar Kumaran and James Allan},
-	title={Text Classification and Named Entities for New Event Detection},
-	note={Center for Intelligent Information Retreival, Department of Computer Science,
-		Univ of MA, Amherst},
-	year={2004},
-	month={July}
-}
-
- at article{KunGeuvan95,
-	author={Anton Kunst and J.J. Geurts and J. van den Berg},
-	title={International variation in socioeconomic inequalities in self reported health},
-	journal={Journal of Epidemiology and Community Health},
-	year={1995},
-	optnumber={2},
-	optvolume={49},
-	optpages={117--123}
-}
-
- at article{KunGroMac98,
-	author={A.E. Kunst and F. Gorenhof and J.P. Mackenbach and E.W. Health},
-	title={Occupational class and cause specific mortality in middle aged men in 11
-		European countries: comparison of population based studies. EU Working
-		Group on Socioeconomic Inequalities in Health },
-	journal= bmj,
-	year={1998},
-	optvolume={316},
-	optpages={1636--1642}
-}
-
- at article{KunGroMac98b,
-	author={Anton Kunst and F. Groenhof and Johann Mackenbach},
-	title={Mortality by occupational class among men 30--64 years in 11 European countries},
-	journal= ssm,
-	volume= 46,
-	year= 1998,
-	pages={1459-1476},
-	number= 11
-}
-
- at article{Kunsch87,
-	author={Hans R. K{\"u}nsch},
-	title={Intrinsic Autoregressions and Related Models on the Two-Dimensional Lattice},
-	journal={Biometrika},
-	volume= 74,
-	year= 1987,
-	pages={517-524},
-	number= 3
-}
-
- at article{Kuo01,
-	author={Yen-Hong Kuo},
-	title={Extrapolation of Association Between Two Variables in Four General Medical
-		Journals},
-	year= 2001 ,
-	month={September},
-	note={Forth International Congress on Peer Review in Biomedical Publication},
-	key={Barcelona, Spain}
-}
-
- at book{kvart86,
-	author={Igal Kvart},
-	title={A Theory of Counterfactuals},
-	publisher={Indianapolis: Hackett Publishing Company},
-	year= 1986
-}
-
- at article{KwoShuHov06,
-	author={Namhee Kwon and Stuart W. Shulman and Eduard Hovy},
-	title={{Collective Text Analysis for eRulemaking}},
-	journal={7th Annual International Conference on Digital Government Research},
-	year={2006}
-}
-
- at incollection{LagRus02,
-	author={Monica Lagazio and Bruce Russett},
-	title={A Neural Network Analysis of Militarized International Disputes, 1885-1992:
-		Temporal Stability and Causal Complexity},
-	booktitle={The Scourge of War: New Extensions on an Old Problem},
-	publisher={University of Michigan Press},
-	year={2002},
-	address={Ann Arbor},
-	editor={Paul Diehl},
-	optpages={269--295},
-	optannote={This paper fits a model for Cold War militarized disputes and assess how
-		well the Cold War model fits pre-Cold War data (so-called 'post-diction').
-		So it gets fitted values. Also, runs test and training, and discusses merits
-		of neural net approach.}
-}
-
- at article{Lahlrl03,
-	author={P. Lahlrl},
-	title={On the Impact of Boostrapping in Survey Sampling and Small Area Estimation},
-	journal={Statistical Science},
-	volume= 18,
-	year= 2003,
-	pages={199-210},
-	number= 2
-}
-
- at article{LaiLou87,
-	author={Nan M. Laird and Thomas A. Louis},
-	title={Empirical Bayes Confidence Intervals Based on Bootstrap Samples},
-	journal={Journal of the American Statistical Association},
-	volume={82},
-	year={1987},
-	pages={739-750},
-	month={September},
-	number={399}
-}
-
- at article{LaiLou87b,
-	author={Nan M. Laird and Thomas A. Louis},
-	title={Empirical Bayes Confidence Intervals Based on Bootstrap Samples: Rejoinder},
-	journal={Journal of the American Statistical Association},
-	volume={399},
-	year={1987},
-	pages={756-757},
-	month={September}
-}
-
- at unpublished{Lakin05,
-	author={Jason Lakin},
-	title={Letting the Outsiders in: Democratization and Health Reform in Mexico},
-	note={American Political Science Association},
-	year= 2005 ,
-	address={Washington D.C.}
-}
-
- at article{Lalonde86,
-	author={Robert Lalonde},
-	title={Evaluating the Econometric Evaluations of Training Programs},
-	journal={American Economic Review},
-	volume={76},
-	year={1986},
-	pages={604-620}
-}
-
- at article{Landers05,
-	author={John Landers},
-	title={The Destructiveness of Pre-Industrial Warfare: Political and Technological
-		Determinants},
-	journal={Journal for Peace Research},
-	volume={42},
-	year={2005},
-	pages={455-470},
-	month={July},
-	number={4}
-}
-
- at article{langholz91,
-	author={B. Langholz and D.C. Thomas},
-	title={Efficiency of Cohort Sampling Designs: Some Surprising Results},
-	journal={Biometrics},
-	volume= 47,
-	year= 1991,
-	pages={1563-1571}
-}
-
- at article{langholz96,
-	author={Bryan Langholz and Larry Goldstein},
-	title={Risk Set Sampling in Epidemiologic Cohort Studies},
-	journal={Statistical Science},
-	volume= 11,
-	year= 1996,
-	pages={35-53},
-	number= 1
-}
-
- at article{langholz97,
-	author={Bryan Langholz and Boran {\O }rnulf},
-	title={Estimation of Absolute Risk from Nested Case-Control Data},
-	journal={Biometrics},
-	volume= 53,
-	year= 1997,
-	pages={767-774},
-	month={June}
-}
-
- at article{LaPalombara68,
-	author={Joseph LaPalombara},
-	title={Macrotheories and Microapplications in Comparative Politics: A Widening
-		Chasm},
-	journal= cp,
-	year= 1968,
-	pages={52--78},
-	month={October}
-}
-
- at book{Laplace1820,
-	author={P.S. Laplace},
-	title={Philosophical Essays on Probaiblities},
-	publisher={Dover},
-	year={1951, original: 1820},
-	address={New York}
-}
-
- at article{LaRBanJar79,
-	author={Asenath LaRue, PhD, Lew Bank, MA, Lissy Jarvick, MD, PhD, and Monte Hetland,
-		BA},
-	title={Health in Old Age: How Do Physicians' Ratings and Self-Ratings Compare?},
-	journal={Journal of Gerontology},
-	volume= 34,
-	year= 1979,
-	pages={{687-91}}
-}
-
- at article{Lassen05,
-	author={David Dreyer Lassen},
-	title={The Effect of Information on Voter Turnout: Evidence from a Natural Experiement},
-	journal={American Journal of Political Science},
-	volume={2005},
-	year={49},
-	pages={103-118},
-	month={January},
-	number={1}
-}
-
- at article{Lau97,
-	author={Tai-Shing Lau},
-	title={The Latent Class Model for Multiple Binary Screening Tests},
-	journal={Statistics in Medicine},
-	volume={16},
-	year={1997},
-	pages={2283-2295}
-}
-
- at article{LauIbr95,
-	author={Purushottam W. Laud and Joseph G. Ibrahim},
-	title={Predictive Model Selection},
-	journal= jrssb,
-	volume= 57,
-	year= 1995,
-	pages={247--262},
-	number= 1
-}
-
- at article{LauIbr96,
-	author={Purushottam W. Laud and Joseph G. Ibrahim},
-	title={Predictive Specification of Prior Model Probabilities in Variable Selection},
-	journal={Biometrika},
-	volume= 83,
-	year= 1996,
-	pages={267--274},
-	number= 2
-}
-
- at article{LauSmiSta00,
-	author={Jennifer L. Lauby and Philip J. Smith and Michael Stark and Bobbie Person
-		and Janet Adams},
-	title={A Community-Level HIV Prevention Intervention for Inner-City Women: Results
-		of the Women and Infants Demonstration Projects},
-	journal={American Journal of Public Health},
-	volume={90},
-	year={2000},
-	pages={216-222},
-	month={February},
-	number={2}
-}
-
- at article{LavBenGar03,
-	author={Michael Laver and Kenneth Benoit and John Garry},
-	title={{Extracting Policy Positions from Political Texts Using Words as Data}},
-	journal={American Political Science Review},
-	volume={97},
-	year={2003},
-	pages={311-331},
-	number={2}
-}
-
- at book{Leamer78,
-	author={Edward Leamer},
-	title={Specification Searches},
-	publisher={Wiley},
-	year= 1978,
-	address={New York}
-}
-
- at article{Lebow00,
-	author={Richard Ned Lebow},
-	title={What's so Different About a Counterfactual?},
-	journal= wp,
-	volume= 52,
-	year= 2000,
-	pages={550--85},
-	month={July}
-}
-
- at misc{Lechner00,
-	author={Michael Lechner},
-	title={A note on the common support problem in applied evaluation studies},
-	year= 2000,
-	howpublished={{http://www.siaw.unisg.ch/lechner}},
-	note={University of St. Galen}
-}
-
- at incollection{Lechner99,
-	author={Michael Lechner},
-	title={Identification and Estimation of Causal Effects of Multiple Treatments under the Conditional Independence Assumption},
-	booktitle={Econometric Evaluation of Labour Market Policies},
-	publisher={Physica},
-	address={Heidelberg},
-	editor={Lechner, M. and Pfeiffer, F.},
-	year= 2001,
-	pages={43--58}
-}
-
-
-
- at article{LedBre59,
-	author={S. Ledermann and J. Breas},
-	title={{Les Dimensions de la Mortalit{\'e}}},
-	journal={Population},
-	volume= 14,
-	year= 1959,
-	pages={637--682},
-	note={[in French]}
-}
-
- at article{Lee00,
-	author={Ronald D. Lee},
-	title={The Lee-Carter Method for Forecasting Mortality, with Various Extensions
-		and Applications},
-	journal={North American Actuarial Journal},
-	volume= 4,
-	year= 2000,
-	pages={80--93},
-	number= 1
-}
-
- at article{Lee00a,
-	author={Ronald D. Lee},
-	title={{Long-Term Projections and the US Social Security System}},
-	journal={Population and Development Review},
-	volume= 26,
-	year= 2000,
-	pages={137--143},
-	month={March},
-	number= 1
-}
-
- at article{Lee93,
-	author={Ronald D. Lee},
-	title={{Modeling and Forecasting the Time Series of US Fertility: Age Patterns,
-		Range, and Ultimate Level}},
-	journal={International Journal of Forecasting},
-	volume= 9,
-	year= 1993,
-	pages={187--202}
-}
-
-
- at article{LeeCar92,
-  author =	 {Ronald D. Lee and Lawrence R. Carter},
-  title =	 {{Modeling and Forecasting U.S. Mortality}},
-  journal =	 jasa,
-  volume =	 87,
-  year =	 1992,
-  month =	 {September},
-  pages =	 {659--675},
-  number =	 419
-}
-
- at article{LeeCar92b,
-	author={Ronald D. Lee and Lawrence R. Carter},
-	title={Rejoinder},
-	journal= jasa,
-	volume= 87,
-	year= 1992,
-	pages={674--675},
-	month={September},
-	number= 419
-}
-
- at article{LeeCarTul95,
-	author={Ronald D. Lee and Lawrence Carter and S. Tuljapurkar},
-	title={Disaggregation in Population Forecasting: Do We Need It? And How to Do it
-		Simply},
-	journal={Mathematical Population Studies},
-	volume={5},
-	year={1995},
-	pages={217--234},
-	month={July},
-	number={3},
-	annote={Authors describe a model for reducing the dimensionality of the forecasting
-		problem by modeling the evolution over time of the age schedules of vital
-		rates, reducing the problem to forecasting a single parameter for fertility
-		and another for mortality. Authors also show how one can fit the model
-		more simply and prepare integrated forecasts for a collection of regions,
-		and discuss alternate approaches to forecasting the estimated indices of
-		fertility and mortality, including state-space methods.}
-}
-
- at misc{LeeHigBiFerWes00,
-	author={Herbert Lee and David Higdon and Zhuoxin Bi and Marco Ferreira and Mike
-		West},
-	title={Markov Random Field Models for High-Dimensional Parameters in Simulations
-		of Fluid Flow in Porous Media},
-	year= 2000,
-	howpublished={Discussion Paper \#00-35, Institute of Statistics and Decision Sciences,
-		Duke University}
-}
-
- at book{LeeJohZel96,
-	author={Jack C. Lee and Wesley O. Johnson and Arnold Zellner},
-	title={Modelling and Prediction: Honoring Seymour Geisser},
-	publisher={Springer},
-	year={1996},
-	editor={Jack C. Lee and Wesley O. Johnson and Arnold Zellner}
-}
-
- at article{LeeMil01,
-	author={Ronald D. Lee and Timothy Miller},
-	title={Evaluating the Performance of the Lee-Carter Approach to Modeling and Forecasting
-		Mortality},
-	journal={Demography},
-	volume= 38,
-	year= 2001,
-	pages={537--549},
-	month={November},
-	number= 4
-}
-
- at article{LeeRof94,
-	author={Ronald D. Lee and R. Rofman},
-	title={Modeling and Projecting Mortality in Chile},
-	journal={Notas Poblacion},
-	volume={22},
-	year={1994},
-	pages={183--213},
-	month={Jun},
-	number={59},
-	annote={Authors extend the Lee-Carter method to deal with various problems of incomplete
-		data common in Third World populations, and then apply the method to forecast
-		mortality in Chile.}
-}
-
- at article{LeeSki99,
-	author={Ronald D. Lee and Jonathan Skinner},
-	title={Will Aging Baby Boomers Bust the Federal Budget},
-	journal={Journal of Economic Perspectives},
-	volume= 13,
-	year= 1999,
-	pages={117--140},
-	month={Winter},
-	number= 1
-}
-
- at article{LeeTul94,
-	author={Ronald D. Lee and S. Tuljapurkar},
-	title={{Stochastic Population Projections for the U.S.: Beyond High, Medium and
-		Low}},
-	journal= jasa,
-	volume= 89,
-	year= 1994,
-	pages={1175--1189},
-	month={December},
-	number= 428
-}
-
- at article{LeeTul98,
-	author={Ronald D. Lee and S. Tuljapurkar},
-	title={{Uncertain Demographic Futures and Social Security Finances}},
-	journal={American Economic Review: Papers and Proceedings},
-	year= 1998,
-	pages={237--241},
-	month={May}
-}
-
- at incollection{LeeTul98a,
-	author={Ronald D. Lee and S. Tuljapurkar},
-	title={{Stochastic Forecasts for Social Security}},
-	booktitle={Frontiers in the Economics of Aging},
-	publisher={University of Chicago Press},
-	year= 1998,
-	address={Chicago},
-	editor={David Wise},
-	pages={393--420}
-}
-
- at techreport{LenFox06,
-	author={Amanda Lenhart and Susannah Fox},
-	title={{Bloggers: A Portrait of the Internet's New Storytellers}},
-	institution={Pew Internet and American Life Project},
-	year= 2006,
-	note={{http://207.21.232.103/pdfs/PIP\%20Bloggers\%20Report\%20July\%2019\%202006.pdf}}
-}
-
- at book{LenHsu99,
-	author={T. Leonard and J.S.J. Hsu},
-	title={Bayesian Methods},
-	publisher={Cambridge University Press},
-	year= 1999,
-	address={Cambridge}
-}
-
- at unpublished{LeuSia03,
-	author={E. Leuven and B. Sianesi},
-	title={psmatch2},
-	note={{Stata module to perform full {M}ahalanobis and propensity score matching,
-		common support graphing, and covariate imbalance testing. Available at:
-		http://www1.fee.uva.nl/scholar/mdw/leuven/stata}},
-	year= 2003
-}
-
- at misc{LeuSia04,
-	author={Edwin Leuven and Barbara Sianesi},
-	title={PSMATCH2: Stata module to perform full Mahalanobis and propensity score
-		matching, common support graphing, and covariate imbalance testing},
-	year= 2004,
-	howpublished={EconPapers},
-	note={{http://econpapers.repec.org/software/bocbocode/S432001.htm}}
-}
-
- at article{LeuTanLue97,
-	author={Kai-Kuen Leung, Li-Yu Tang, and Bee-Horng Lue},
-	title={Self-Rated Health and Mortality in Chinese Institutional Elderly Persons},
-	journal={Journal of Clinical Epidemiology},
-	volume= 50,
-	year= 1997,
-	pages={{1107-16}},
-	number= 10
-}
-
- at book{Levinson01,
-	author={Sanford Levinson},
-	title={What is the Constitution's Role in Wartime: Why Free Speech and Other Rights
-		Are Not as Safe as You Might Think},
-	publisher={?},
-	year= 2001
-}
-
- at article{LevKas70,
-	author={P.S. Levy and E. H. Kass},
-	title={A three population model for sequential screening for Bacteriuria},
-	journal={American Journal of Epidemiology},
-	volume={91},
-	year={1970},
-	pages={148-154}
-}
-
- at article{Lewis01,
-	author={Jeffrey B. Lewis},
-	title={Estimating Voter Preference Distributions from Individual-Level Voting Data},
-	journal={Political Analysis},
-	volume= 9,
-	year= 2001,
-	pages={275-297},
-	month={June},
-	number= 3
-}
-
- at article{Lewis03,
-	author={Anthony Lewis},
-	title={Marbury v. Madison v. Ashcroft},
-	journal={New York Times},
-	year={2003},
-	month={February 24, A17}
-}
-
- at incollection{Lewis05,
-	author={Maureen Lewis},
-	title={Improving Efficiency and Impact in Health Care Services: Lessons from Central
-		America},
-	booktitle={Health Systems Innovation in Central America},
-	publisher={The World Bank},
-	year= 2005,
-	address={Washington, D.C.},
-	editor={Gerard M. La Forgia}
-}
-
- at inbook{Lewis05,
-	author={Maureen Lewis},
-	title={Health Sysems Innovatin in Central American},
-	chapter={Improving Efficiency and Impact in Health Care Services - Lessons from Central
-		American },
-	year={2005},
-	publisher={The World Bank},
-	address={Washington DC},
-	editor={Gerard M. La Forgia}
-}
-
- at book{lewis73,
-	author={David K. Lewis},
-	title={Counterfactuals},
-	publisher={Cambridge: Harvard University Press},
-	year= 1973
-}
-
- at article{Lewis99b,
-	author={John A. Lewis},
-	title={Statistical Principles for Clinical Trials (ICH E9) An Introductory Note
-		on an International Guideline},
-	journal={Statistics in Medicine},
-	volume={18},
-	year={1999},
-	pages={1903-1904}
-}
-
- at article{LewLev89,
-	author={R.A. Lew and P.S. Levy},
-	title={Estimation of prevalence on the basis of screening tests},
-	journal={Statistics in Medicine},
-	volume={8},
-	year={1989}
-}
-
- at article{LewLev89,
-	author={Robert A. Lew and Paul S. Levy},
-	title={Estimation of Prevalence on the Basis of Screening Tests},
-	journal={Statistics in Medicine},
-	volume={8},
-	year={1989},
-	pages={1225-1230}
-}
-
- at book{Li95,
-	author={S.Z. Li},
-	title={Markov Random Field Modeling in Computer Vision},
-	publisher={Springer-Verlag},
-	year= 1995
-}
-
- at article{LicLipDan92,
-	author={Allen S. Lichter and Marc E. Lippman and David N. Danforth Jr and Teresa
-		d'Angelo and Seth M. Steinberg and Ernest deMoss and Harold D. MacDonald
-		and Cheryl M. Reichert and Maria Merino and Sandra M. Swain and Kenneth
-		Cowan and Lynn H. Gerber and Judith L. Bader and Peggie A. Findlay and
-		Wendy Schain and Catherine R. Gorrell and Karen Straus and Steven A. Rosenberg
-		and Eli Glatstein},
-	title={Mastectomy Versus Breast-Conserving Therapy in the Treatment of Stage I
-		and II Carcinoma of the Breast: A Randomized Trial at the National Cancer
-		Institute},
-	journal={Journal of Clinical Oncology},
-	volume= 10,
-	year= 1992,
-	pages={976-983},
-	month= June ,
-	number= 6
-}
-
- at article{LilPer94,
-	author={David E. Lilienfeld and Daniel P. Perl},
-	title={Projected Neurodegenerative Disease Mortality among Minorities in the United
-		States},
-	journal={Neuroepidemiology},
-	volume= 13,
-	year= 1994,
-	pages={179--186}
-}
-
- at article{LinCutZwi02,
-	author={Shin Lin and David L. Cutler and Michael E. Zwick and Aravinda Chakravarti},
-	title={Haplotype Inference in Random Population Samples},
-	journal={American Journal of Human Genetics},
-	volume= 71,
-	year= 2002,
-	pages={1129--1137}
-}
-
- at book{LinHam97,
-	title={Handbook of Modern Item Response Theory},
-	publisher={Springer},
-	year= 1997,
-	editor={Wim Van Der Linden and Ronald K. Hambleton},
-	address={New York}
-}
-
- at article{LinLin80,
-	author={Bernard S. Linn and Margaret W. Linn},
-	title={Objective and self-assessed health in the old and very old},
-	journal={Social Science and Medicine },
-	volume={{14A}},
-	year= 1980,
-	pages={{311-15}}
-}
-
- at article{LinPekWan05,
-	author={Peter K. Lindenauer and Penelope Pekow and Kaijun Wang and Dheeresh K. Mamidi
-		and Benjamin Guierrez and Evan M. Benjamin},
-	title={Perioperative beta-blocker therapy and mortality after major noncardiac
-		surgery},
-	journal={New England Journal of Medicine},
-	volume={353},
-	year={2005},
-	pages={349-361},
-	month={July},
-	number={4}
-}
-
- at article{LinSmi72,
-	author={D. V. Lindley and A. F. M. Smith},
-	title={{B}ayes Estimates for the Linear Model},
-	journal={Journal of the Royal Statistical Society B},
-	volume= 34,
-	year= 1972,
-	pages={1-41},
-	number= 1
-}
-
- at book{Lipset63,
-	author={Lipset, Seymour Martin},
-	title={Political Man: The Social Basis of Politics},
-	publisher={Anchor Books},
-	year= 1963,
-	address={Garden City, NY}
-}
-
- at article{LisMilFre03,
-	author={John A. List and Daniel L. Millimet and Per G. Fredriksson and W. Warren
-		McHone},
-	title={Effects of Environmental Regulations on Manufacturing Plant Births: Evidence
-		from a Propensity Score Matching Estimator},
-	journal={The Review of Economics and Statistics},
-	volume={85},
-	year={2003},
-	pages={944-952},
-	month={November},
-	number={4}
-}
-
- at article{LitAn04,
-	author={Roderick Little and Hyonggin An},
-	title={Robust Likelihood-Based Analysis of Multivariate Data with Missing Values},
-	journal={Statistica Sinica},
-	volume={14},
-	year={2004},
-	pages={949-968}
-}
-
- at article{LitAn04,
-	author={Roderick Little and Hyonggin An},
-	title={Robust Likelihood-Based Analysis of Multivariate Data with Missing Values},
-	journal={Statistica Sinica},
-	volume={14},
-	year={2004},
-	pages={949-968}
-}
-
- at book{LitRub02,
-	author={Roderick J.A. Little and Donald B. Rubin},
-	title={Statistical Analysis with Missing Data, 2nd Edition},
-	publisher={John Wiley and Sons},
-	year={2002},
-	address={New York, New York}
-}
-
- at article{LitRub89,
-	author={Rodrick J. Little and Donald Rubin},
-	title={The Analysis of Social Science Data with Missing Values},
-	journal={Sociological Methods and Research},
-	volume={18},
-	year={1989},
-	pages={292-326}
-}
-
- at inbook{LitSch95,
-	author={Rodrick J. Little and N. Schenker},
-	title={Handbook of Statistical Modeling for the Social and Behavioral Sciences},
-	chapter={Missing Data},
-	year={1995},
-	pages={39-75}
-}
-
- at unpublished{Little05,
-	author={Roderick Little},
-	title={Calibrated Bayes: A Bayes/Frequentist Roadmap},
-	note={University of Michigan},
-	year={2005},
-	month={September}
-}
-
- at article{Little92,
-	author={Roderick J. Little},
-	title={Regression with Missing X's: A Review},
-	journal={Journal of the American Statistical Association},
-	volume={87},
-	year={1992},
-	pages={1227-1237}
-}
-
- at unpublished{LiuHuChe05,
-	author={Bing Liu and Minqing Hu and Junsheng Cheng},
-	title={Opinion Observer: Analyzing and Comparing Opinions on the Web},
-	note={Bing Liu Dept of Computer Science; Univ of Illinois at Chicago, 851 south
-		Morgan St. Chicago, IL 60607-7053, liub at cs.uic.edu},
-	year={2005},
-	month={May}
-}
-
- at article{LiuWonKon94,
-	author={J. Liu and W.H. Wong and A. Kong},
-	title={Covariance Structure of the Gibbs Sampler with Applications to the Comparisons
-		of Estimators and Augmentation Schemes},
-	journal={Biometrika},
-	volume={81},
-	year={1994},
-	pages={27-40}
-}
-
- at article{LiWen05,
-	author={Quan Li and Ming Wen},
-	title={The Immediate and Lingering Effects of Armed Conflict on Adult Mortality:
-		A Time-Series Cross-National Analysis},
-	abstract={This research investigates the effect of armed conflict on adult mortality
-		across countries and over time. Theoretical mechanisms are specified for
-		how military violence influences adult mortality, both immediately and
-		over time after conflict. The effects of aggregate conflict, interstate
-		and intrastate conflicts, and conflict severity are explored. The Heckman
-		selection model is applied to account for the conflict-induced missing
-		data problem. A pooled analysis across 84 countries for the period from
-		1961 to 1998 provides broad empirical support for the proposed theoretical
-		expectations across both genders. This study confirms the importance of
-		both the immediate and the lingering effect of military conflict on the
-		mortality of the working-age population. The immediate effect of civil
-		conflict is much stronger than that of the interstate conflict, while the
-		reverse applies to the lingering effect. Both the immediate and the lingering
-		effects of severe conflict are much stronger than those of minor conflict.
-		While men tend to suffer higher mortality immediately from intrastate conflict
-		and severe conflict, women in the long run experience as much mortality
-		owing to the lingering effects of these conflicts. The mortality data show
-		a strong data selection bias caused by military conflict. The research
-		findings highlight the imperative for negotiating peace. Preventing a contest
-		from escalating into a severe conflict can produce noticeable gains in
-		saved human lives.},
-	journal={Journal of Peace Research},
-	volume={42},
-	year={2005},
-	pages={471-492},
-	month={July},
-	number={4}
-}
-
- at article{LoeFulKag03,
-	author={Susanna Loeb and Bruce Fuller and Sharon Lynn Kagan and Bidemi Carrol},
-	title={How Welfare Reform Affects Young Children: Experimental Findings from Connecticut
-		- A Research Note},
-	journal={Journal of Policy Analysis and Management},
-	volume={22},
-	year={2003},
-	pages={537-550},
-	number={4}
-}
-
- at article{Londregan00,
-	author={John Londregan},
-	title={Estimating Legislator's Preferred Points},
-	journal={Political Analysis},
-	volume= 8,
-	year= 2000,
-	pages={21--34},
-	month={Winter},
-	number= 1
-}
-
- at book{Londregan00b,
-	author={John Londregan},
-	title={Legislative Institutions and Ideology in Chile},
-	publisher={Cambridge University Press},
-	year= 2000,
-	address={New York}
-}
-
- at book{LonFre06,
-	author={J. Scott Long and Jeremy Freese},
-	title={Regression Models for Categorical Dependent Variables Using Stata},
-	publisher={Stata Press},
-	year={2006},
-	address={College Station, TX}
-}
-
- at article{LooBee46,
-	author={Loomis, C. P. and Beegle, J. A.},
-	title={The Spread of German Nazism in Rural Areas},
-	journal= asr,
-	volume= 11,
-	year= 1946,
-	pages={724-734}
-}
-
- at book{LopAhmGui00,
-  author =	 {Alan Lopez and O. Ahmed and M. Guillot and
-                  B.D. Ferguson and J.A. Salomon and C.J.L. Murray and
-                  K.H. Hill},
-  title =	 {World Mortality in 2000: Life Tables for 191
-                  Countries},
-  publisher =	 {World Health Organization},
-  year =	 2000,
-  address =	 {Geneva}
-}
-
- at article{LowAltFer98,
-	author={Robert Lowry and James E. Alt and Karen Ferree},
-	title={Fiscal Policy Outcomes and Electoral Accountability in the American States},
-	journal={American Political Science Review},
-	volume= 92,
-	year= 1998,
-	pages={759-777},
-	month={December}
-}
-
- at article{Lowenstein2006,
-	author={Daniel H. Lowenstein},
-	title={Vieth's Gap: Has the Supreme Court Gone from Bad to Worse on Partisan Gerrymandering?},
-	journal={Cornell Journal of Law and Public Policy},
-	volume={N:X},
-	year={2006},
-	pages={101-130},
-	month={January}
-}
-
- at article{LozSolGak06,
-  author =	 {Rafael Lozano and Patricia Soliz and Emmanuela
-                  Gakidou and Jesse Abbott-Klafter and Dennis
-                  M. Feehan and Cecilia Vidal and Juan Pablo Ortiz and
-                  Christopher J.L. Murray},
-  title =	 {Benchmarking of performance of Mexican States with
-                  Effective Coverage},
-  journal =	 {The Lancet},
-  volume =	 {368},
-  year =	 {2006},
-  pages =	 {1729-1741},
-  month =	 {November}
-}
-
- at article{lubin94,
-  author =	 {J.H. Lubin and M.H. Gail},
-  title =	 {Sampling Strategies in Nested Case-Control Studies},
-  journal =	 {Environmental Health Perspectives},
-  volume =	 102,
-  year =	 1994,
-  pages =	 {47-51},
-  number =	 {suppl 8}
-}
-
- at article{Lubkemann05,
-  author =	 {Stephen C. Lubkemann},
-  title =	 {Migratory Coping in Wartime Mozambique: An
-                  Anthropology of Violence and Displacement in
-                  Fragmented Wars},
-  journal =	 {Journal of Peace Research},
-  volume =	 {42},
-  year =	 {2005},
-  pages =	 {493-508},
-  month =	 {July},
-  number =	 {4}
-}
-
- at article{LumHea99,
-  author =	 {Thomas Lumley and Patrick Heagerty},
-  title =	 {Weighted Empirical Adaptive Variance Estimators for
-                  Correlated Data Regression},
-  journal =	 {jrssb},
-  volume =	 {61},
-  year =	 {1999},
-  pages =	 {459--477},
-  number =	 {2}
-}
-
- at article{LunSmi05,
-  author =	 {Jennifer Hickes Lundquist and Herbert L. Smith},
-  title =	 {Family Formation Among Women in the U.S. Military:
-                  Evidence from the NLSY},
-  journal =	 {Journal of Marriage and Family},
-  volume =	 {67},
-  year =	 {2005},
-  pages =	 {1-13},
-  month =	 {February}
-}
-
- at article{LuRos04,
-	author={Bo Lu and Paul R. Rosenbaum},
-	title={Optimal Pair Matching With Two Control Groups},
-	journal={Journal of Computational and Graphical Statistics},
-	volume={13},
-	year={2004},
-	pages={422-434},
-	number={2}
-}
-
- at inbook{Lustig94,
-	author={Nora Lustig},
-	title={Solidarity as a Strategy of Poverty Alleviation},
-	chapter={5},
-	year={1994},
-	publisher={Center for U.S.-Mexican Studies},
-	pages={79-96},
-	series={U.S.-Mexico Contemporary Perspectives Series, 6},
-	address={University of California, San Diego}
-}
-
- at article{LuZanHor01,
-  author =	 {Bo Lu and Elaine Zanuto and Robert Hornik and Paul
-                  R. Rosenbaum},
-  title =	 {Matching With Doses in an Observational Study of a
-                  Media Campaign Against Drug Abuse},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {96},
-  year =	 {2001},
-  pages =	 {1245-1253},
-  month =	 {December},
-  number =	 {456}
-}
-
- at techreport{LymVar03,
-  author =	 {Peter Lyman and Hal R. Varian},
-  title =	 {{How much information 2003}},
-  institution =	 {University of California},
-  year =	 2003,
-  note =
-                  {{http://www2.sims.berkeley.edu/research/projects/how-much-info-2003/}}
-}
-
- at article{Lynch03,
-  author =	 {Lynch, C.A.},
-  title =	 {{Institutional Repositories: Essential
-                  Infrastructure For Scholarship In The Digital Age}},
-  journal =	 {portal: Libraries and the Academy},
-  volume =	 {3},
-  year =	 {2003},
-  pages =	 {327--336},
-  number =	 {2}
-}
-
- at article{LynMcc92,
-  author =	 {Henry S. Lynn and Charles E. McCulloch},
-  title =	 {When Does it Pay to Break the Matches for Analysis
-                  of a Matched-Pairs Design?},
-  journal =	 {Biometrics},
-  volume =	 {48},
-  year =	 {1992},
-  pages =	 {397-409},
-  month =	 {June}
-}
-
- at article{MacKunGro99,
-  author =	 {J.P. Mackenbach and A.E. Kunst and F. Groenhof and
-                  J.K. Borgan and G. Costa and F. Faggiano },
-  title =	 {Socioeconomic inequalities in mortality among women
-                  and among men: an international study},
-  journal =	 {American Journal of Public Health},
-  volume =	 89,
-  year =	 1999,
-  pages =	 {1800-1806},
-  number =	 12
-}
-
- at book{Macridis55,
-	author={Roy C. Macridis},
-	title={The Study of Comparative Government},
-	publisher={Doubleday and Co.},
-	year= 1955,
-	address={New York}
-}
-
- at article{MacRivJur06,
-  author =	 {Ellen J. MacKenzie and Frederick P. Rivara and
-                  Gregory J. Jurkovich and Avery B. Nathens and
-                  Katherine P. Frey and Brian L. Egleston and David
-                  S. Salkever and Daniel O Scharfstein},
-  title =	 {A National Evaluation of the Effect of Trauma-Center
-                  Care on Mortality},
-  journal =	 {New England Journal of Medicine},
-  volume =	 {354},
-  year =	 {2006},
-  pages =	 {366-378},
-  month =	 {January}
-}
-
- at article{MadDou64,
-  author =	 {George L. Maddox and Elizabeth B. Douglas},
-  title =	 {Self-Assessments of Health: A Longitudinal Study of
-                  Elderly Subjects},
-  journal =	 {Journal of Health and Social Behavior },
-  volume =	 14,
-  year =	 1973,
-  pages =	 {{87-93}}
-}
-
- at article{MadNel92,
-  author =	 {W.R. Madych and S.A. Nelson},
-  title =	 {Bounds on Multivariate Polynomials and Exponential
-                  Error Estimates for Multiquadric Interpolation},
-  journal =	 {Journal of Approximation Theory},
-  volume =	 70,
-  year =	 1992,
-  pages =	 {94--114}
-}
-
- at article{Malaker86,
-	author={CR Malaker},
-	title={Estimation of Adult Mortality in India: 1971--1981},
-	journal={Demography India},
-	volume= 15,
-	year= 1986,
-	pages={126--136}
-}
-
- at article{ManKarMar03,
-  author =	 {Kristiina Manderbacka, et al},
-  title =	 {The Effect of Point of Reference on the Association
-                  Between Self-Rated Health and Mortality},
-  journal =	 {Social Science and Medicine},
-  volume =	 56,
-  year =	 2003,
-  pages =	 {{1447-52}}
-}
-
- at book{ManSch99,
-	author={Christopher D. Manning and Hinrich Sch{\"u}tze},
-	title={Foundations of Statistical Natural Language Processing},
-	publisher={Massachusetts Institute of Technology},
-	year={1999},
-	address={Cambridge, MA}
-}
-
- at book{Manski05,
-	author={Charles F. Manski},
-	title={Social choice with Partial Knowledge of Treatment Response},
-	publisher={Princeton University Press},
-	year={2005},
-	series={Econometric Institute Lectures}
-}
-
- at article{Manski77,
-	author={Charles F. Manski},
-	title={The Estimation of Choice Probabilities from Choice Based Samples},
-	journal={Econometrics},
-	volume= 45,
-	year= 1977,
-	pages={1977--88},
-	month={November},
-	number= 8
-}
-
- at article{Manski90,
-  author =	 {Charles F. Manski},
-  title =	 {The Use of Intentions Data to Predict Behavior: A
-                  Best-Case Analysis},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {85},
-  year =	 {1990},
-  pages =	 {934-940},
-  month =	 {December},
-  number =	 {412}
-}
-
- at book{Manski95,
-	author={Charles F. Manski},
-	title={Identification Problems in the Social Sciences},
-	publisher={Harvard University Press},
-	year= 1995
-}
-
- at inproceedings{manski99,
-  author =	 {Charles F. Manski},
-  title =	 {Nonlinear Statistical Inference: Essays in Honor of
-                  Takeshi Amemiya},
-  booktitle =	 {Nonparametric Identification Under Response-Based
-                  Sampling},
-  year =	 1999 ,
-  publisher =	 cup,
-  editor =	 {C. Hsiao and K. Morimune and J. Powell}
-}
-
- at article{ManSzoKoh01,
-  author =	 {Mandl, K.D. and Szolovits, P. and Kohane, I.S.},
-  title =	 {{Public standards and patients' control: how to keep
-                  electronic medical records accessible but private}},
-  journal =	 {BMJ},
-  volume =	 {322},
-  year =	 {2001},
-  pages =	 {283--7},
-  number =	 {7281}
-}
-
- at article{ManSzoKoh01,
-	author={Kenneth D. Mandl and Peter Szolovits and Isaac S. Kohane},
-	title={Public standards and patients' control: how to keep electronic medical records
-		accessible but private},
-	journal={British Medical Journal},
-	volume={322},
-	year={2001},
-	pages={283-287},
-	month={February},
-	publisher={British Medical Journal}
-}
-
- at article{mantel73,
-	author={N. Mantel},
-	title={Synthetic Retrospective Studies and Related Topics},
-	journal={Biometrics},
-	volume= 29,
-	year= 1973,
-	number={479-486}
-}
-
-
- at article{ManTudDie06,
-	author={Dennis T. Mangano and Julia C. Tudor and Cynthia Dietzel},
-	title={The Risk Associated wtih Aprotinin in Cardiac Surgery},
-	journal={The New England Journal of Medicine},
-	volume={354},
-	year={2006},
-	pages={353-365},
-	month={January},
-	number={4}
-}
-
- at article{ManRao04,
-  title =	 {{Community-Based and-Driven Development: A Critical
-                  Review}},
-  author =	 {Mansuri, G. and Rao, V.},
-  journal =	 {The World Bank Research Observer},
-  volume =	 {19},
-  number =	 {1},
-  pages =	 {1-39},
-  year =	 {2004}
-}
-
- at article{MarCamFay91,
-  author =	 {Elizabeth A. Martin and Pamela C. Campanelli and
-                  Robert E. Fay},
-  title =	 {An Application of Rasch Analysis to Questionnaire
-                  Design: Using Vignettes to Study the Meaning of
-                  `Work' in the Current Population Survey},
-  journal =	 {The Statistician},
-  volume =	 40,
-  year =	 1991,
-  pages =	 {265--276},
-  month =	 {September},
-  number =	 3
-}
-
- at article{March57,
-	author={James G. March},
-	title={party Legislative Representation as a Function of Election Results},
-	journal={1957},
-	volume={21},
-	year={1957-1958},
-	pages={521-542},
-	month={Winter},
-	number={4}
-}
-
- at article{Marcus00,
-	author={George E. Marcus},
-	title={{Emotions in Politics}},
-	journal={Annual Review of Political Science},
-	volume={3},
-	year={2006},
-	pages={221-50}
-}
-
- at article{Marcus88,
-	author={George E. Marcus},
-	title={{The Structure of Emotional Response: The 1984 Presidential Candidates}},
-	journal={American Political Science Review},
-	volume={82},
-	year={1988},
-	pages={737-761},
-	number={3}
-}
-
- at article{MarDiePer93,
-	author={Donald C. Martin and Paula Diehr and Edward B. Perrin and Thomas D. Koepsell},
-	title={The Effect of Matching on the Power of Randomized Community Intervention
-		Studies},
-	journal={Statistics in Medicine},
-	volume={12},
-	year={1993},
-	pages={329-338}
-}
-
- at article{MarHusLob95,
-	author={David Marsh and Khatidja Husein and Melvyn Lobo and Mehboob Ali Shah and
-		Stephen Luby},
-	title={Verbal autopsy in Karachi slums: comparing single and multiple cause of
-		child deaths},
-	journal={Health Policy and Planning},
-	volume={10},
-	year={1995},
-	pages={395-403},
-	number={4}
-}
-
- at article{MarHusLob95,
-	author={David Marsh and Khatidja Husein and Melvyn Lobo and Mehboob Ali Shah and
-		Stephen Luby},
-	title={Verbal autopsy in Karachi slums: comparing single and multiple cause of
-		child deaths},
-	journal={Health Policy and Planning},
-	volume={10},
-	year={1995},
-	pages={395-403},
-	number={4}
-}
-
- at book{MarKenBib79,
-	author={K. V. Mardia and J. T. Kent and J. M. Bibby},
-	title={Multivariate Analysis},
-	publisher= ap,
-	year={1979},
-	address={London}
-}
-
- at article{MarMajRas93,
-	author={David Marsh and Nuzhat Majit and Zeba Rasmussen and Khalid Mateen and Arif
-		Amin Khan},
-	title={Cause-Specific Child Mortality In A Mountainous Community In Pakistan By
-		Verbal Autopsy},
-	journal={Journal of the Pakistan Medical Association},
-	volume={43},
-	year={1993},
-	pages={226-229},
-	month={November},
-	number={11}
-}
-
- at article{MarMajRas93,
-	author={David Marsh and Nuzhat Majit and Zeba Rasmussen and Khalid Mateen and Arif
-		Amin Khan},
-	title={Cause-Specific Child Mortality In A Mountainous Community In Pakistan By
-		Verbal Autopsy},
-	journal={Journal of the Pakistan Medical Association},
-	volume={43},
-	year={1993},
-	pages={226-229},
-	month={November},
-	number={11}
-}
-
- at misc{MarQui01,
-	author={Andrew D. Martin and Kevin M. Quinn},
-	title={The Dimensions of {S}upreme {C}ourt Decision Making: Again Revisiting {T}he
-		{J}udicial {M}ind},
-	year= 2001,
-	howpublished={Paper presented at the Annual Meeting of the Midwest Political Science Association}
-}
-
- at manual{MarQui05,
-	author={Andrew D. Martin and Kevin M. Quinn},
-	title={MCMCpack: Markov chain Monte Carlo (MCMC) Package},
-	year={2005},
-	url={{http://mcmcpack.wustl.edu}}
-}
-
- at article{MarSadFik03,
-	author={David R. Marsh and Salim Sadruddin and Fariyal F. Fikree and Chitra Krishnan
-		and Gary L. Darmstadt},
-	title={Validation of verbal autopsy to determine the cause of 137 neonatal deaths
-		in Karachi, Pakistan},
-	journal={2003},
-	volume={17},
-	year={2003},
-	pages={132-142}
-}
-
- at article{MarSadFik03,
-	author={David R. Marsh and Salim Sadruddin and Fariyal F. Fikree and Chitra Krishnan
-		and Gary L. Darmstadt},
-	title={Validation of verbal autopsy to determine the cause of 137 neonatal deaths
-		in Karachi, Pakistan},
-	journal={2003},
-	volume={17},
-	year={2003},
-	pages={132-142}
-}
-
- at article{Marshall91,
-	author={R.J. Marshall},
-	title={Mapping Disease and Mortality Rates using Empirical Bayes Estimators},
-	journal={Applied Statistics},
-	volume= 40,
-	year= 1991,
-	pages={283--294},
-	number= 2
-}
-
- at article{MarSmiSta91,
-	author={M.G. Marmot and G.D. Smith and S. Stansfeld and C. Patel and F. North and
-		J. Head and I. White and E. Brunner and A. Feeney},
-	title={Health inequalities among British civil servants: the Whitehall II study
-		[see comments].},
-	journal= lan,
-	year={1991},
-	optvolume={337},
-	optpages={1387--1393}
-}
-
- at book{Martin92,
-	author={Lisa Martin},
-	title={Coercive Cooperation: Explaining Multilateral Economic Sanctions},
-	publisher={Princeton University Press},
-	year={1992},
-	note={Please inquire with Lisa Martin before publishing results from these data,
-		as this dataset includes errors that have since been corrected.}
-}
-
- at article{MatFatIno05,
-  author =	 {Colin D. Mathers and Doris Ma Fat and Mie Inoue and
-                  Chalapati Rao and Alan Lopez},
-  title =	 {Counting the dead and what they died from: an
-                  assessment of the global status of cause of death
-                  data},
-  journal =	 {Bulletin of the World Health Organization},
-  volume =	 83,
-  year =	 2005,
-  pages =	 {171--177},
-  month =	 {March},
-  number =	 3
-}
-
- at unpublished{MatLopSte03,
-	author={Colin D. Mathers and Alan Lopez and Claudia Stein and Doris Ma Fat and Chalapati
-		Rao and Mie Unoue and Kenji Shiubuya and Niels Tomijima and Christina Bernard
-		and Hongyi Xu},
-	title={Deaths and Disease Burden by Cause: Global Burden of Disease Estimates for
-		2001 by World Bank Country Groups},
-	note={Evidence and Information for Policy, World Health Organization, Geneva and
-		School of Population health, University of Queensland, Brisbane, Austrailia},
-	year={2003}
-}
-
- at unpublished{MatSteFat02,
-	author={Colin D. Mathers and Claudia Stein and Doris Ma Fat and Chalapati Rao and
-		Mie Unoue and Niels Tomijima and Christina Bernard and Alan D. Lopez and
-		Christopher J.L. Murray},
-	title={Global Burden of Disease 2000: Version 2 Methods and Results},
-	note={Global Programme on Evidence for Health Policy Discussion Paper No. 50 World
-		Health Organization},
-	year={2002},
-	month={October}
-}
-
- at article{MauRos97,
-	author={Gillian H. Maude and David A. Ross},
-	title={The Effect of Different Sensitivity, Specificity and Cause-Specific Mortality
-		Fractions on the Estimation of Differences in Cause-Specific Mortality
-		Rates in Children from Studies Using Verbal Autopsies},
-	journal={International Journal of Epidemiology},
-	volume={26},
-	year={1997},
-	pages={1097-1106},
-	number={5}
-}
-
- at techreport{Mayaud01,
-	author={Philippe Mayaud},
-	title={Aids-Related Research Projects},
-	institution={The London School of Hygiene \& Tropical Medicine},
-	year={2001},
-	address={London School of Hygiene \& Tropical Medicine www.ishtm.ac.uk}
-}
-
- at book{McCNel89,
-	author={Peter McCullagh and James A. Nelder},
-	title={Generalized Linear Models},
-	publisher={Chapman \& Hall},
-	year={1989},
-	series={Monograph on Statistics and Applied Probability},
-	edition={2nd},
-	number={37}
-}
-
- at inbook{McConahay86,
-	author={John B. McConahay},
-	title={Prejudice, Discrimination, and Racism: Theory and Research},
-	chapter={Modern Racism Ambivalence, and the Modern Racism Scale},
-	year={1986},
-	publisher={New York: Academic Press},
-	editor={J. Dovidio and S.L. Gaertner}
-}
-
- at article{MccRidMor04,
-	author={Daniel F. McCaffrey and Greg Ridgeway and Andrew R. Morral},
-	title={Propensity Score Estimation With Boosted Regression for Evaluating Causal
-		Effects in Observational Studies},
-	journal={Psychological Methods},
-	volume={9},
-	year={2004},
-	pages={403-425},
-	number={4}
-}
-
- at article{McCShaWan94,
-	author={John McCallum, DPhil, MPhil, Bruce Shadbolt, PhD, and Dong Wang, BSc},
-	title={Self-Rated Health and Survival: A 7-year Follow-Up study of Australian Elderly.},
-	journal={American Journal of Public Health},
-	volume= 84,
-	year= 1994,
-	pages={{1100-05}}
-}
-
- at unpublished{McDonald06a,
-	author={Michael P. McDonald},
-	title={Seats to Votes Ratios in the United States},
-	note={George Mason University, Dept of Public and International Affairs 4400 University
-		Dr., 3-F4 Fairfax, VA 22030-4444 (703)-993-4191 mmcdon at gmu.edu},
-	year={2006}
-}
-
- at unpublished{McDonald06b,
-	author={Michael D. McDonald},
-	title={A Standard for Detecting and Remedying Gerrymanders},
-	note={Department of Political Science, Binghamton University- SUNY, Binghamton
-		NY 13902-6000, (617) 777-2946, mdmcd at binghamton.edu},
-	year={2006}
-}
-
- at article{McKibbin69,
-	author={Ross McKibbin},
-	title={The Myth of the Unemployed: Who did Vote for the Nazis?},
-	journal={Australian Journal of Politics and History},
-	volume= 15,
-	year= 1969,
-	pages={25--40},
-	number= 2
-}
-
- at book{McLThr97,
-	author={Geoffrey J. McLachlan and Thriyambakam Krishan},
-	title={The EM Algorithm and Extensions},
-	publisher={New York: Wiley}
-}
-
- at article{McNown92,
-	author={Robert McNown},
-	title={Comment},
-	journal= jasa,
-	volume= 87,
-	year= 1992,
-	pages={671--672},
-	number= 419
-}
-
- at article{McNRog89,
-	author={Rober McNown and Andrei Rogers},
-	title={Forecasting Mortality: A Parameterized Time Series Approach},
-	journal={Demography},
-	volume= 26,
-	year= 1989,
-	pages={645--660},
-	number= 4
-}
-
- at article{McNRog92,
-	author={Robert McNown and Andrei Rogers},
-	title={Forecasting Cause-Specific Mortality Using Time Series Methods},
-	journal={International Journal of Forecasting},
-	volume= 8,
-	year= 1992,
-	pages={413--432}
-}
-
- at unpublished{McqLasLai06,
-	author={Matthew B. McQueen and Jessica Lasky-Su and Nan M. Laird and Christoph Lange},
-	title={Screening and Testing using the Same Data Set: A Testing Strategy for Genome-Wide
-		Association Studies for Case-Control and Case-Cohort Designs},
-	year={2006}
-}
-
- at article{Mead92,
-	author={A. Mead},
-	title={Review of the Development of Multidimensional Scaling Methods},
-	journal={The Statistician},
-	volume= 41,
-	year= 1992,
-	pages={27--39},
-	month={April},
-	number= 1
-}
-
- at article{MebSek04,
-	author={Walter Mebane and Jasjeet Sekhon},
-	title={Robust Estimation and Outlier Detection in Overdispersed Multinomial Models
-		of Count Data},
-	journal= ajps,
-	volume= 48,
-	year= 2004,
-	pages={391--410},
-	month={April}
-}
-
- at article{MeiKarPar04,
-	author={Bettina Meinow et al.},
-	title={The effect of the duration of follow-up in mortality analysis: The temporal
-		pattern of different predictors},
-	journal={Journal of Gerontology: Social Sciences},
-	volume={{59B}},
-	year={2004},
-	pages={{S181-89}},
-	number={3}
-}
-
- at article{Meng94,
-	author={Xiao-Li Meng},
-	title={Multiple-Imputation Inferences with Uncongenial Sources of input},
-	journal={Statistical Science},
-	volume={9},
-	year={1994},
-	pages={538-573},
-	number={4}
-}
-
- at article{Meng94b,
-	author={X.L. Meng},
-	title={Posterior Predictive p-Values},
-	journal={Annals of Statistics},
-	volume={22},
-	year={1994},
-	pages={1142-1160},
-	number={3}
-}
-
- at article{MenRom03,
-	author={Xiao-Li Meng and Marin Romero},
-	title={Discussion: Efficiency and Self-Efficiency with Multiple Imputation Inference},
-	journal={International Statistical Review},
-	volume={71},
-	year={2003},
-	pages={607-618},
-	number={3}
-}
-
- at article{MenRub92,
-	author={X.L. Meng and Donald Rubin},
-	title={Performing Likelihood Ratio Tests with Multiply-imputed Data Sets},
-	journal={Biometrika},
-	volume={79},
-	year={192},
-	pages={103-111}
-}
-
- at article{Metetal53,
-	author={N. Metropolis and A. W. Rosenbluth and M. N. Rosenbluth and A. H. Teller
-		and E. Teller},
-	title={Equation of State Calculations by Fast Computing Machines},
-	journal={Journal of Chemical Physics},
-	volume={21},
-	year= 1953,
-	pages={1087-1092}
-}
-
- at article{MicBloHil04,
-	author={Charles Michalopoulos and Howard S. Bloom and Carolyn J. Hill},
-	title={Can propensity-score methods match the findings from a random assignment
-		evaluation of mandatory welfare-to-work programs?},
-	journal={Review of Economics and Statistics},
-	volume= 56,
-	year= 2004,
-	pages={156-179},
-	number= 1
-}
-
- at article{Midlarsky05,
-	author={Halbert White},
-	title={A Heteroskedasticity-Consistent Covariance Matrix Estimator and a Direct
-		Test for Heteroskedasticity},
-	abstract={This study seeks to distinguish between instances where genocide occurred
-		and others where it might have been expected to occur but did not. Territorial
-		loss, a corollary refugee influx, and a resulting contraction of socio-economic
-		space are suggested to provide that distinction. Four analytic perspectives
-		based on emotional reactions, class envy, prospect theory, and territoriality
-		indicate the critical importance of loss. The theory is examined in the
-		context of the mass murder of European Jewry including, of course, Germany
-		and Austria, and all European German allies that allowed an indigenous
-		genocidal impulse, willingness to comply with German genocidal policies,
-		or an ability to resist German pressures for Jewish deportation. Three
-		instances of perpetrating states - Italy, Vichy France, and Romania - emerge
-		from the analysis. The latter two governments willingly collaborated with
-		the Germans in victimizing their own Jewish citizenry, while Italy was
-		on a genocidal path just prior to the German occupation. All five states
-		mentioned above were found to experience considerable territorial loss
-		and a contraction of socio-economic space. Bulgaria and Finland, on the
-		other hand, actually expanded their borders at the start of the war and
-		saved virtually all of their Jewish citizens. The importance of loss is
-		demonstrated not only cross-sectionally, in the comparison between the
-		five victimizers, on the one hand, and Bulgaria and Finland, on the other,
-		but also diachronically, in the changing behavior over time of the genocidal
-		and perpetrating states.},
-	journal={Econometrica},
-	volume={42},
-	year={1980},
-	pages={375-391},
-	month={July},
-	number={4},
-	optnumber={4},
-	optvolume={48},
-	optpages={817--838},
-	optmonth={May}
-}
-
- at article{Mierendorff30,
-	author={Carl Mierendorff},
-	title={Gesicht und Charakter der nationalsozialistischen Bewegung},
-	journal={Gesellschaft},
-	volume= 7,
-	year= 1930,
-	pages={489--540},
-	number= 1
-}
-
- at article{MiiVuoOja97,
-	author={Seppo Miilunpalo, Ilkka Vuori, Pekka Oja, Matti Pasanen, and Helka Urponen},
-	title={Self Rated Health as a Health Measure: The Predictive Value of Self-Reported
-		Health Status on the Use of Physician Services and on Mortality in the
-		Working Age Population},
-	journal={Journal of Clinical Epidemiology},
-	volume= 50,
-	year= 1997,
-	pages={{517-28}}
-}
-
- at misc{MikSuc05,
-	author={Gerome Miklau and Dan Suciu},
-	title={Managing Integrity for Data Exchanged on the Web},
-	year= 2005,
-	month={16--17 June},
-	howpublished={Eighth International Workshop on the Web and Databases, Baltimore},
-	note={{http://webdb2005.uhasselt.be/papers/1-3.pdf}}
-}
-
- at article{Miller01,
-	author={Tim Miller},
-	title={Increasing Longevity and Medicare Expenditures},
-	journal={Demography},
-	volume= 38,
-	year= 2001,
-	pages={215--226},
-	month={May},
-	number= 2
-}
-
- at inbook{MilReiHes98,
-	author={Arthur H. Miller and William M. Reisinger and Vicki L. Hesli},
-	title={Elections and Voters in Post-Communist Russia},
-	chapter={Leader Popularity and Party Development in Post-Soviet Russia },
-	year={100-135},
-	publisher={London: Edward Elgar},
-	editor={Matthew Wyman and Stephen White and Sarah Oates}
-}
-
- at article{MilRob89,
-	author={Miller, Abraham H. and Robbins, James S.},
-	title={Who Did Vote for Hitler? A Reanalysis of the Lipset/Bendix Controversy},
-	journal={Polity},
-	volume= 21,
-	year= 1989,
-	pages={655-677},
-	number= 4
-}
-
- at article{MilSha94,
-	author={Paul Milgrom and Chris Shannon},
-	title={Monotone Comparative Statics},
-	journal={Econometrica},
-	volume= 62,
-	year= 1994,
-	pages={157--180},
-	month={January},
-	number= 1,
-	annote={introduction of the single crossing property as a way to ensure monotonicity}
-}
-
- at article{MinRos00,
-	author={Ming, K. and Rosenbaum, Paul R.},
-	title={Substantial gains in bias reduction from matching with a variable number
-		of controls},
-	journal={Biometrics},
-	volume={56},
-	year={2000},
-	pages={118-124}
-}
-
- at article{MoeWal01,
-	author={Karl Ove Moene and Michael Wallerstein},
-	title={Inequality, Social Insurance, and Redistribution},
-	journal={American Political Science Review},
-	volume={95},
-	year={2001},
-	pages={859-874},
-	month={December},
-	number={4}
-}
-
- at article{MoeWal03,
-	author={Karl Ove Moene and Michael Wallerstein},
-	title={Earnings Inequality and Welfare Spending: A Disaggregated Analysis},
-	journal={World Politics},
-	volume={55},
-	year={2003},
-	pages={485-516},
-	month={July}
-}
-
- at book{Mommsen89,
-	author={Hans Mommsen},
-	title={Die verspielte Freiheit --- der Weg der Republik von Weimar in den Untergang,
-		1918 bis 1933},
-	publisher={Propyl{\"a}en},
-	year= 1989
-}
-
- at techreport{MonLopGel99,
-	author={Manuel Montes-y-Gomez and Aurelio Lopez-Loez and Alexander F. Gelbukh and
-		Grigori Sidorov and Adolfo Guzman-Arenas},
-	title={Text Mining: New Techniques and Applications},
-	institution={Center for computing Research of the National Polytechnic Institute, Mexico
-		City},
-	year={1999},
-	month={August},
-	address={CIC, IPN, Laboratorio de Lenguaje Natural, Av. Juan de Dios Batiz, Mexico
-		DF.},
-	volume={34}
-}
-
- at techreport{MonLopGel99b,
-	author={Manuel Montes y Gomez and Aurelio Lopez Lopez and Alexander F. Gelbukh},
-	title={Text Mining as a Social Thermometer},
-	institution={Centro de Investigaci{\'o}n en Computaci{\'o}n},
-	year={1999},
-	address={CIC, IPN Laboratorio de Lenguaje Natural. Ave. Juan de Dios Batiz, Mexico
-		DF}
-}
-
- at book{MonSam04,
-	title={Decentralization and Democracy in Latin America},
-	publisher={University of Notre Dame Press},
-	year={2004},
-	editor={Alfred P. Montero and David J. Samuels},
-	address={Notre Dame, Indiana}
-}
-
- at book{Montgomery2001,
-	author={Douglas C. Montgomery},
-	title={Design and Analysis of Experiments},
-	publisher={Wiley},
-	year={2001},
-	address={New York},
-	edition={5th}
-}
-
- at article{MorBlaTom03,
-	author={Saul S. Morris and Robert E. Black and Lana Tomaskovic},
-	title={Predicting the distribution of under-five deaths by cause in countries without
-		adequate vital registration systems},
-	journal={International Journal of Epidemiology},
-	volume={32},
-	year={2003},
-	pages={1041-1051}
-}
-
- at book{Morozov84,
-	author={V.A. Morozov},
-	title={Methods for solving incorrectly posed problems},
-	publisher={Springer-Verlag},
-	year= 1984 ,
-	address={Berlin}
-}
-
- at article{MorSpi99,
-	author={Mary J. Morrissey and Donna Spiegelman},
-	title={Matrix Methods for Estimating Odds Ratios with Misclassified Exposure Data:
-		Extensions and Comparisons},
-	journal={Biometrics},
-	volume={55},
-	year={1999},
-	pages={338-344},
-	month={June}
-}
-
- at unpublished{MorYamTat02,
-	author={Satoshi Morinaga and Kenji Yamanishi and Kenji Tateishi and Toshikazu Fukushima},
-	title={Mining Product Reputations on the Web},
-	note={Satoshi Morinaga and Kenji Yamanishi NEC Corp. 4-1-1 Miyazaki Miyamae Kawasaki
-		Kanagawa 216-8555 Japan Tel: 81-44-856-2143; morinaga at cw.jp.nec.com},
-	year={2002}
-}
-
- at unpublished{MorYamTat02,
-	author={Satoshi Morinaga and Kenji Yamanishi and Kenji Tateishi and Toshikazu Fukushima},
-	title={Mining Product Reputations on the Web},
-	note={Satoshi Morinaga and Kenji Yamanishi NEC Corp. 4-1-1 Miyazaki Miyamae Kawasaki
-		Kanagawa 216-8555 Japan Tel: 81-44-856-2143; morinaga at cw.jp.nec.com},
-	year={2002}
-}
-
- at article{MosSha82,
-	author={Jana Mossey MPH, PhD, and Evelyn SHapira, MA},
-	title={Self-Rated Health: A Predictor of Mortality Among the Elderly},
-	journal={American Journal of Public Health},
-	volume= 72,
-	year= 1982,
-	pages={{800-08}}
-}
-
- at article{moynihan00,
-	author={Ray Moynihan and Lisa Bero and Dennis Ross-Degnan and David Henry and Kriby
-		Lee and Judy Watkins and Connie Mah and Stephen B. Soumerai},
-	title={Coverage by the News Media of the Benefits and Risks of Medications},
-	journal={New England Journal of Medicine},
-	volume= 342,
-	year= 2000,
-	pages={1645-1650},
-	month={June 1},
-	number= 22
-}
-
- at article{MugLac02,
-	author={Anthony Mughan and Dean Lacy},
-	title={Economic Performance, Job Insecurity, and Electoral Choice},
-	journal={British Journal of Political Science},
-	volume= 32,
-	year= 2002,
-	pages={513--533}
-}
-
- at book{MurEva03,
-	title={Health Systems Performance Assessment: Debates, Methods and Empiricism},
-	publisher={World Health Organization},
-	year= 2003,
-	editor={Christopher J.L. Murray and David B. Evans},
-	address={Geneva}
-}
-
- at book{MurLop96,
-	title={The Global Burden of Disease},
-	publisher={Harvard University Press and WHO},
-	year= 1996 ,
-	editor={Christopher L.J.\ Murray and Alan D.\ Lopez}
-}
-
- at article{MurLop97,
-	author={Christopher J. L. Murray and Alan D. Lopez},
-	title={Mortality by Cause for Eight Regions of the World: Global Burden of Disease
-		Study},
-	journal={The Lancet},
-	volume={349},
-	year={1997},
-	pages={1269-1276}
-}
-
- at article{murphy69,
-	author={George G. S. Murphy},
-	title={On Counterfactual Propositions},
-	journal={History and Theory},
-	volume= 9,
-	year= 1969,
-	pages={14-38}
-}
-
- at book{Murphy72,
-	author={Paul L. Murphy},
-	title={The Meaning of Freedom of Speech},
-	publisher={Greenwood},
-	year= 1972,
-	address={Westport, CT}
-}
-
- at book{Murray98,
-	author={Murray, David M.},
-	title={Design and Analysis of Group-Randomized Trials},
-	publisher={Oxford UP},
-	year={1998},
-	address={New York}
-}
-
- at book{Mutz98,
-	author={Diana C. Mutz},
-	title={Impersonal Influence: How Perceptions of Mass Collectives Affect Political
-		Attitudes},
-	publisher={Cambridge University Press},
-	year={1998},
-	address={New York, NY}
-}
-
- at article{MwaLesDec05,
-	author={Samuel M. Mwalili and Emmanuel Lesaffre and Dominique Declerck},
-	title={A Bayesian ordinal logistic regression model to correct for interobserver
-		measurement error in a geographical oral health study},
-	journal={Applied Statistics},
-	volume={54},
-	year={2005},
-	pages={77-93}
-}
-
- at article{Myerson04,
-  author =	 {Roger Myerson},
-  year =	 {2004},
-  title =	 {Political Economics and the Weimar Disaster},
-  journal =	 {Journal of Institutional and Theoretical Economics},
-  pages =	 {187-209},
-  volume =       {160}
-}
-
- at article{Nagler91,
-	author={Jonathan Nagler},
-	title={{The Effect of Registration Laws and Education on U. S. Voter Turnout}},
-	journal= apsr,
-	volume={85},
-	year={1991},
-	pages={1393--1405},
-	number={4}
-}
-
- at unpublished{NasYi03,
-	author={Tetsuya Nasukawa and Jeonghee Yi},
-	title={Sentiment Analysis: Capturing Favoriability Using Natural Language Processing},
-	note={Tetsuya Nasukawa IBM Research, Tokyo Research Laboratory 1623-14 Shimotsuruma,
-		Yamato-shi, Kanagawa-ken, 242-8502, Japan; nasukawa at jp.ibm.cop},
-	year={2003},
-	month={October}
-}
-
- at unpublished{NasYi03,
-	author={Tetsuya Nasukawa and Jeonghee Yi},
-	title={Sentiment Analysis: Capturing Favoriability Using Natural Language Processing},
-	note={Tetsuya Nasukawa IBM Research, Tokyo Research Laboratory 1623-14 Shimotsuruma,
-		Yamato-shi, Kanagawa-ken, 242-8502, Japan; nasukawa at jp.ibm.cop},
-	year={2003},
-	month={October}
-}
-
- at book{National02,
-	author={NIPSSR},
-	title={Population Projections for Japan (January, 2002)},
-	publisher={National Institute of Population and Social Security Research},
-	year= 2002,
-	annote={Life tables for Japan are constructed using the Lee-Carter method.}
-}
-
- at book{Neuendorf02,
-	author={Neuendorf, K.A.},
-	title={{The Content Analysis Guidebook}},
-	publisher={Thousand Oaks, CA: Sage Publications},
-	year={2002}
-}
-
- at article{Neuhaus02,
-	author={John M. Neuhaus},
-	title={Analysis of Clustered and Longitudinal Binary Data Subject to Response Misclassification},
-	journal={Biometrics},
-	volume={58},
-	year={2002},
-	pages={675-683},
-	month={September}
-}
-
- at article{Neuhaus99,
-	author={John M. Neuhaus},
-	title={Bias and efficiency loss due to misclassified responses in binary regression},
-	journal={Biomtrika},
-	volume={86},
-	year={1999},
-	pages={843-855},
-	number={4}
-}
-
- at article{neutra78,
-	author={Raymond R. Neutra and Margaret E. Drolette},
-	title={Estimating Exposure-Specific Disease Rates from Case-Control Studies Using
-		Bayes Theorem},
-	journal={American Journal of Epidemiology},
-	volume= 108,
-	year= 1978,
-	pages={214-222},
-	number= 3
-}
-
- at article{Neyman23,
-	author={J. Neyman},
-	title={On the application of probability theory to agricultural experiments. Essay
-		on Principles. Section 9},
-	journal={Statistical Science},
-	volume={5},
-	year={1923},
-	pages={465-480},
-	note={Translated in 1990, with discussion}
-}
-
- at article{Neyman23b,
-	author={J. Neyman},
-	title={Statistical Problems in Agricultural Experiments},
-	journal={Journal of the Royal Statistical Association},
-	volume= 2,
-	year= 1923,
-	pages={107--180},
-	number= 2
-}
-
- at article{Nickerson05,
-	author={David W. Nickerson},
-	title={Scalable Protocols Offer Efficient Design for Field Experiements},
-	journal={Political Analysis},
-	volume={13},
-	year={2005},
-	pages={233-252}
-}
-
- at article{NieFet86,
-	author={Richard G. Niemi and Patrick Fett},
-	title={The Swing Ratio: An Explanation and an Assessment},
-	journal={Legislative Studies Quarterly},
-	volume={11},
-	year={1986},
-	pages={75-90},
-	month={February},
-	number={1}
-}
-
- at misc{NISO01,
-	author={NISO},
-	title={The Dublin Core Metadata Element Set},
-	year={2001},
-	note={{http://www.niso.org/standards/resources/Z39-85.pdf}}
-}
-
- at article{NiyGirPog98,
-  author =	 {P. Niyogi and F. Girosi and T. Poggio},
-  title =	 {Incorporating Prior Information in Machine Learning
-                  by Creating Virtual061 Examples},
-  journal =	 {Proceedings of the IEEE.},
-  volume =	 {86},
-  year =	 {1998},
-  pages =	 {2196--2209},
-  number =	 {11}
-}
-
- at book{Noakes71,
-	author={Noakes, J.},
-	title={The Nazi Party in Lower Saxony},
-	publisher={Oxford University Press},
-	year= 1971,
-	address={New York}
-}
-
- at article{NovReaRau06,
-	author={Scott P. Novak and Sean F. Reardon and Stephen W. Raudenbush and Stephen
-		L. Buka},
-	title={Retail tobacco outlet density and youth cigarette smoking: A propensity-modeling
-		approach},
-	journal={American Journal of Public Health},
-	volume={96},
-	year={2006},
-	pages={670-676},
-	month={April},
-	number={4}
-}
-
- at article{nurminen95,
-	author={Markku Nurminen},
-	title={To Use or Not to Use the Odds Ratio in Epidemiologic Analysis},
-	journal={European Journal of Epidemiology},
-	volume= 11,
-	year= 1995,
-	number={365-371}
-}
-
- at article{NybPetGai03,
-	author={Hanne Nybo et al},
-	title={Predictors of Mortality in 2249 Nonagenarians-The Danish 1905 Cohort Study},
-	journal={Journal of the American Geriatrics Society},
-	volume= 51,
-	year= 2003,
-	pages={{1365-73}}
-}
-
- at booklet{OetParHym03,
-	title={The Not So Short Introduction to \LaTeXe\}, author = {Tobias Oetiker, Hubert
-		Partl, Irene Hyma and Elisabeth Schlegl}, year = 2003, note = {{Available
-		at http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf.}}
-}
-
- at article{OhaWooMoo90,
-	author={A. O'Hagan and E.G. Woodward and L.C. Moodaley},
-	title={Practical Bayesian Analysis of a Simple Logistic Regression: Predicting
-		Corneal Transplants},
-	journal={Statistics in Medicine},
-	volume={9},
-	year={1990},
-	pages={1091-1101}
-}
-
- at book{Ohr97a,
-  author =	 {Dieter Ohr},
-  title =	 {Nationalsozialistische Propaganda und Weimarer
-                  Wahlen: empirische Analysen zur Wirkung von
-                  NSDAP-Versammlungen},
-  publisher =	 {Westdeutscher Verlag},
-  year =	 1997,
-  address =	 {Opladen}
-}
-
- at article{Ohr97b,
-	author={Dieter Ohr},
-	title={Nationalsozialistische Versammlungspropaganda und Wahlerfolg der NSDAP:
-		eine kausale Beziehung?},
-	journal={Historical Social Research},
-	volume= 22,
-	year= 1997,
-	pages={106--127},
-	number={3/4}
-}
-
- at article{OkoDev01,
-	author={Ike S. Okosun and G.E. Alan Dever},
-	title={Verbal Autopsy: A Necessary Solution for the Paucity of Mortality Data in
-		the Less-Developed Countries},
-	journal={Ethnicity and Disease},
-	volume={11},
-	year={2001},
-	pages={575-577}
-}
-
- at article{OkoDev01,
-	author={Ike S. Okosun and G.E. Alan Dever},
-	title={Verbal Autopsy: A Necessary Solution for the Paucity of Mortality Data in
-		the Less-Developed Countries},
-	journal={Ethnicity and Disease},
-	volume={11},
-	year={2001},
-	pages={575-577}
-}
-
- at article{OloFliAns94,
-	author={John O'Loughlin and Colin Flint and Luc Anselin},
-	title={The Geography of the Nazi Vote: Context, Confession, and Class in the Reichstag
-		Election of 1930},
-	journal={Annals of the Association of American Geographers},
-	volume= 84,
-	year= 1994,
-	pages={351-380}
-}
-
- at article{O'Loughlin02,
-	author={John O'Loughlin},
-	title={The Electoral Geography of Weimar Germany},
-	journal={Political Analysis},
-	volume= 10,
-	year= 2002,
-	pages={217--243},
-	number= 3
-}
-
- at article{Oman85,
-	author={Samuel D. Oman},
-	title={Specifying a Prior Distribution in Structured Regression Problems},
-	journal= jasa,
-	volume= 80,
-	year= 1985,
-	pages={190--195},
-	month={March},
-	number= 389
-}
-
- at article{OneRus97,
-	author={John R. Oneal and Bruce Russett},
-	title={The Classical Liberals Were Right: Democracy, Interdependence, and Conflict,
-		1950-1985},
-	journal= isq,
-	volume= 41,
-	year= 1997,
-	pages={267--293},
-	month={June},
-	number= 2
-}
-
- at inproceedings{OrcWoo72,
-	author={T. Orchard and M.A. Woodbury},
-	title={A Missing Information Principle: Theory and Applications},
-	booktitle={Proceedings of the 6th Berkeley Symposium on Mathematical Statistics and
-		Probability},
-	year={1972},
-	publisher={Berkeley: University of California Press},
-	pages={697-715}
-}
-
- at book{ORourke98,
-	author={Joseph O'Rourke},
-	title={Computational Geometry in C},
-	publisher={Cambridge University Press},
-	year= 1998,
-	address={New York}
-}
-
- at article{OSS44,
-	author={OSS},
-	title={Greater Germany --- Kreis Boundaries},
-	journal={OSS Map 6289},
-	year= 1944,
-	month={July 1}
-}
-
- at article{OveMag92,
-	author={John E. Overall and Kevin N. Magee},
-	title={Directional Baseline Differences and Type I Error Probabilities in Randomized
-		Clinical Trials},
-	journal={Journal of Biopharmaceutical Statistics},
-	volume={2},
-	year={1992},
-	pages={189-203},
-	number={2}
-}
-
- at article{PacPacDuk90,
-	author={Sara Pacque-Margolis and Michel Pacque and Zwannah Dukuly and John Boateng
-		and Hugh R. Taylor},
-	title={Application of the Verbal Autopsy During A Clinical Trial},
-	journal={Social Science Medicine},
-	volume={31},
-	year={1990},
-	pages={585-591},
-	number={5}
-}
-
- at article{PalPet03,
-	author={Ted Palmer and Anthony Petrosino},
-	title={The "Experimenting Agency". The California Youth Authority Research Division},
-	journal={Evaluation Review},
-	volume={22},
-	year={2003},
-	pages={228-266},
-	month={June},
-	number={3}
-}
-
- at article{PalPoo87,
-	author={Thomas R. Palfrey and Keith T. Poole},
-	title={The Relationshiop Between Information, Ideology, and Voter Behavior},
-	journal= ajps,
-	volume= 31,
-	year= 1987,
-	pages={511-530},
-	month={August},
-	number= 3
-}
-
- at article{Palvi41,
-	author={Palvi, Melchior},
-	title={Economic Foundations of the German Totalitarian State},
-	journal={American Journal of Sociology},
-	volume= 46,
-	year= 1941,
-	pages={469-486},
-	number= 4
-}
-
- at inproceedings{PanLee05,
-	author={Bo Pang and Lillian Lee},
-	title={Seeing stars: Exploiting class relationships for sentiment categorization
-		with respect to rating scales},
-	booktitle={Proceedings of the ACL},
-	year= 2005 ,
-	pages={115--124}
-}
-
- at article{PanLeeVai02,
-	author={Bo Pang and Lillian Lee and Shivakumar Vaithyanathan},
-	title={{Thumbs Up? Sentiment Classification using Machine Learning Techniques}},
-	journal={Proceedings of the Conference on Empirical Methods in Natural Language Processing},
-	year={2002},
-	pages={79-86}
-}
-
- at misc{Parsons00,
-	author={Lori S. Parsons},
-	title={Using SAS Software to Perform a Case-Control Match on Propensity Score in
-		an Observational Study},
-	year= 2000,
-	note={{http://www2.sas.com/proceedings/sugi25/25/po/25p225.pdf}},
-	booktitle={SUGI 25},
-	volume={225-25}
-}
-
- at misc{Parsons01,
-	author={Lori S. Parsons},
-	title={Reducing Bias in a Propensity Score Matched-Pair Sample Using Greedy Matching
-		Techniques},
-	year= 2001,
-	note={{http://www2.sas.com/proceedings/sugi26/p214-26.pdf}},
-	booktitle={SUGI 26},
-	volume={214-26}
-}
-
- at article{ParThoNor92,
-	author={Marti G. Parker, Mat Thorslund, and Marie-Louise Nordstrom},
-	title={Predictors of Mortality for the Oldest Old. A 4-year Follow-up of Community
-		Based Elderly in Sweden},
-	journal={Archives of Gerontology and Geriatrics},
-	volume= 14,
-	year= 1992 ,
-	pages={{227-37}}
-}
-
- at article{Paskin05,
-	author={Norman Paskin},
-	title={Digital Object Identifiers for Scientific Data},
-	journal={Data Science Journal},
-	volume={28},
-	year={2005},
-	pages={12-20},
-	month={April},
-	note={{http://www.doi.org/topics/050428CODATAarticleDSJ.pdf}}
-}
-
- at inproceedings{Passchier80,
-	author={N. Passchier},
-	title={The Electoral Geography of the Nazi Landslide},
-	booktitle={Who Were the Fascists?},
-	year= 1980,
-	publisher={Universitetsforlaget},
-	address={Bergen},
-	editor={S.U. Larsen and B. Hagtvet and J.P. Myklebust},
-	pages={283--300}
-}
-
- at book{Paul90,
-	author={Paul, G.},
-	title={Aufstand der Bilder},
-	publisher={Dietz},
-	year= 1990,
-	address={Bonn}
-}
-
- at article{PeaLucGla02,
-	author={J.W. Peabody and J. Luck and P. Glassman and S. Jain},
-	title={Measuring What we want to Measure: Using Vignettes in Clinical Education},
-	journal={Journal of Internal Medicine},
-	volume={17, Suppl.},
-	year= 2002,
-	pages={232--232},
-	month={April},
-	number= 1
-}
-
- at article{Pearce70,
-	author={S.C. Pearce},
-	title={The Efficiency of Block Designs in General},
-	journal={Biometrika},
-	volume={57},
-	year={1970},
-	pages={339-346},
-	month={August},
-	number={2}
-}
-
- at book{pearl00,
-	author={Judea Pearl},
-	title={Causality: Models, Reasoning, and Inference},
-	publisher= cup,
-	year= 2000
-}
-
- at article{PecBeeSan02,
-	author={Mark Peceny and Caroline C. Beer and Shannon Sanchez-Terry},
-	title={Dictatorial Peace?},
-	journal= apsr,
-	volume= 96,
-	year= 2002,
-	pages={15--26},
-	number= 1
-}
-
- at article{PelAsp1996,
-	author={Markku Peltonen and Kjell Asplund},
-	title={Age-Period-Cohort Effects on Stroke Mortality in Sweden 1969-1993 and Forecasts
-		Up to the Year 2004},
-	journal={Stroke},
-	volume= 27,
-	year= 1996,
-	pages={1981-1985},
-	number= 11
-}
-
- at article{PelAsp96,
-	author={Markku Peltonen and Kjell Asplund},
-	title={Age-Period-Cohort Effects on Stroke Mortality in Sweden 1969-1993 and Forecasts
-		Up to the Year 2003},
-	journal={Stroke},
-	volume={27},
-	year= 1996,
-	pages={1981--1985}
-}
-
- at article{Perkins00,
-	author={Susan M. Perkins and Wanzhu Tu and Michael G. Underhill and Xiao-Hua Zhou
-		and Michael D. Murray},
-	title={The use of propensity scores in pharmacoepidemiological research},
-	journal={Pharmacoepidemiology and drug safety},
-	volume= 9,
-	year= 2000,
-	pages={93-101}
-}
-
- at article{Permutt90,
-	author={Thomas Permutt},
-	title={Testing for Imbalance of Covariates in Controlled Experiments},
-	journal={Statistics in Medicine},
-	volume={9},
-	year={90},
-	pages={1455-1462}
-}
-
- at article{PerTuUnd00,
-	author={Susan M. Perkins and Wanzhu Tu and Michael G. Underhill and Xiao-Hua Zhou
-		and Michael D. Murray},
-	title={The use of propensity scores in pharmacoepidemiologic research},
-	journal={Pharmacoepidemiology and Drug Safety},
-	volume={9},
-	year={2000},
-	pages={93-101}
-}
-
- at article{PerWilLev02,
-	author={Thomas T. Perls and John Wilmoth and Robin Levenson and Maureen Drinkwater
-		and Melissa Cohen and Hazel Bogan and Erin Joyce and Stephanie Brewster
-		and Louis Kunkel and Annibale Puca},
-	title={Life-long Sustained Mortality Advantage of Siblings of Centenarians},
-	journal= pnas,
-	volume= 99,
-	year= 2002,
-	pages={8442--8447},
-	month={June 11},
-	number= 12
-}
-
- at article{PetRoeMul06,
-	author={E.D. Peterson and M.T. Roe and J. Mulgund and E.R. DeLong and B.L.Lytle
-		and R.G. Brindis and S.C. Smith Jr. and C.V. Pollack Jr. and L.K. Newby
-		and R.A. Harrington and W.B. Gibler and E.M. Ohman},
-	title={Association between hospital process performance and outcomes among patients
-		with acute coronary syndromes},
-	journal={Journal of the American Medical Association},
-	volume={295},
-	year={2006},
-	pages={1912-1920},
-	month={April}
-}
-
- at article{PijFesKro93,
-	author={Loek T. J. Pijls, Edith J.M. Feskens, and Daan Kromhout},
-	title={Self-Rated Health, Mortality, and Chronic Diseases in Elderly Men: The Zutphen
-		Study, 1985-1990},
-	journal={American Journal of Epidemiology},
-	volume= 138,
-	year= 1993,
-	pages={{840-48}},
-	number= 10
-}
-
- at article{PiqMacHic02,
-	author={Alex R. Piquero and Randall Macintosh},
-	title={The Validity of a Self-Reported Delinquency Scale: Comparisons Across Gender,
-		Age, Race, and Place of Residence},
-	journal= smr,
-	volume= 30,
-	year= 2002,
-	pages={492--529},
-	month={May},
-	number= 4
-}
-
- at book{Placket81,
-	author={R. L. Plackett},
-	title={The Analysis of Categorical Data},
-	publisher={Macmillian},
-	year= 1981,
-	address={New York},
-	edition={2nd}
-}
-
- at book{Plackett81,
-	author={R.L. Plackett},
-	title={{The Analysis of Categorical Data}},
-	publisher={Griffin},
-	year= 1981,
-	address={London}
-}
-
- at manual{PluBesCowVin05,
-	author={Martyn Plummer and Nicky Best and Kate Cowles and Karen Vines},
-	title={coda: Output analysis and diagnostics for MCMC},
-	year={2005},
-	url={{http://www-fis.iarc.fr/coda/}}
-}
-
- at article{PocAssEno02,
-	author={Stuart J. Pocock and Susan E. Assmann and Laura E. Enos and Linda E. Kasen},
-	title={Subgroup analysis covariate adjustment and baseline comparisons in clinical
-		trial reporting: current practice and problems},
-	journal={Statistics in Medicine},
-	volume={21},
-	year={2002},
-	pages={2917-2930}
-}
-
- at article{PogGamLit88,
-	author={T. Poggio and E.B.\ Gamble and J.J.\ Little},
-	title={Parallel Integration of Vision Modules},
-	journal={Science},
-	volume= 242,
-	year= 1988,
-	pages={436--440},
-	month={21 October}
-}
-
- at unpublished{Pole06a,
-  author =	 {Antoinette Pole},
-  title =	 {Congressional Blogging: Advertising, Credit
-                  Claiming, & Position Taking},
-  note =	 {Presented at the 2006 annual meeting of the American
-                  Political Science Association, Philadelphia, PA},
-  address =	 {Antoinette_Pole at brown.edu}
-}
-
- at article{Pole06a,
-	author={Antoinette Pole},
-	title={Black Bloggers and the Blogosphere},
-	journal={International Journal of Technology, Knowledge and Society},
-	volume={2},
-	year={2006},
-	number={6}
-}
-
- at unpublished{Pole07,
-	author={Antoinette Pole},
-	title={Do Blogs Matter? Elite Political Bloggers in American Politics},
-	address={Antoinette_Pole at brown.edu}
-}
-
- at article{Pollock44,
-	author={Pollock, James K.},
-	title={An Areal Study of the German Electorate, 1930-1933},
-	journal={American Political Science Review},
-	volume= 38,
-	year= 1944,
-	pages={89-95}
-}
-
- at unpublished{PolMck07,
-	author={Antoinette Pole and Laura McKenna},
-	title={Blogging Alone? Political Participation and the Blogosphere},
-	address={Antoinette_Pole at brown.edu},
-	organization={Brown University}
-}
-
- at article{PooDan85,
-	author={Keith Poole and R. Steven Daniels},
-	title={Ideology, Party, and Voting in the U.S. Congress, 1959--1980},
-	journal= apsr,
-	volume= 79,
-	year= 1985,
-	pages={373-399},
-	month={June}
-}
-
- at article{Poole98,
-	author={Keith T. Poole},
-	title={Recovering a Basic Space From a Set of Issue Scales},
-	journal= ajps,
-	volume= 42,
-	year= 1998,
-	pages={954--993},
-	month={July},
-	number= 3
-}
-
- at article{PooRos91,
-	author={Keith Poole and Howard Rosenthal},
-	title={Patterns of Congressional Voting},
-	journal= ajps,
-	volume= 35,
-	year= 1991,
-	pages={228--278},
-	month={February}
-}
-
- at book{Popkin94,
-	author={Samuel Popkin},
-	title={The Reasoning Voter: Communication and Persuasion in Presidential Campaigns},
-	publisher={University of Chicago Press},
-	year= 1994,
-	address={Chicago}
-}
-
- at article{Porter80,
-	author={Porter, M. F.},
-	title={{An algorithm for suffix stripping}},
-	journal={Program},
-	volume={14},
-	year={1980},
-	pages={130-137},
-	number={3}
-}
-
- at article{PosVer02,
-	author={Eric A. Posner and Adrian Vermeule},
-	title={Legislative Entrenchment: A Reappraisal},
-	journal={The Yale Law Journal},
-	volume={111},
-	year={2002},
-	pages={1665-1705},
-	month={May},
-	number={7}
-}
-
- at article{Powell01,
-	author={G.N. Powell},
-	title={Workplace Romances between Senior-level Executives and Lower-Level Employees},
-	journal={Human Relations},
-	volume= 54,
-	year= 2001,
-	pages={1519--1544},
-	month={November},
-	number= 11
-}
-
- at article{PraAit54,
-	author={Prais, S. J. and Aitchison, J.},
-	title={The Grouping of Observations in Regression Analysis},
-	journal={Revue de l'Institut International de Statistique},
-	volume= 22,
-	year= 1954,
-	pages={1-22}
-}
-
- at book{PreHeuGui01,
-	author={Samuel H. Preston and Patrick Heuveline and Michel Guillot},
-	title={Demography: Measuring and Modeling Population Processes},
-	publisher={Blackwell},
-	year= 2001,
-	address={Oxford, England}
-}
-
- at article{prentice78,
-	author={R.L. Prentice and N.E. Breslow},
-	title={Retrospective Studies and Failure-time Models},
-	journal={Biometrica},
-	volume= 65,
-	year= 1978,
-	number={153--5}
-}
-
- at article{prentice79,
-	author={R.L. Prentice and R. Pyke},
-	title={Logistic Disease Incidence Models and Case-control Studies},
-	journal={Biometrica},
-	volume= 63,
-	year= 1979,
-	number={403-411}
-}
-
- at article{prentice86,
-	author={R.L. Prentice},
-	title={A Case-Cohort Design for Epidemiological Studies and Disease Prevention
-		Trials},
-	journal={Biometrica},
-	volume= 73,
-	year= 1986,
-	number={1-11}
-}
-
- at incollection{Preston91,
-	author={Samuel H. Preston},
-	title={Demographic Change in the United States, 1970--2050},
-	booktitle={Forecasting the Health of Elderly Populations},
-	publisher={Springer-Verlag},
-	year= 1991,
-	address={New York},
-	editor={K.G. Manton and B.H. Singer and R.M. Suzman},
-	pages={51--77}
-}
-
- at incollection{Preston93,
-	author={Samuel H. Preston},
-	title={Demographic Change in the United States, 1970--2050},
-	booktitle={Demography and Retirement: The Twenty-First Century},
-	publisher={Praeger Publishers},
-	year= 1993,
-	address={New York},
-	editor={A.M. Rappaport and Sylvester Scheiber},
-	pages={19-48}
-}
-
- at article{Prinz86,
-	author={Michael Prinz},
-	title={Der unerw{\"u}nschte Stand: Lage und Status der Angestellten im `Dritten Reich'},
-	journal={Historische Zeitschrift},
-	volume= 242,
-	year= 1986,
-	pages={327--359},
-	number= 2
-}
-
- at article{Prinz89,
-	author={Michael Prinz},
-	title={Angestellte und Nationalsozialismus},
-	journal={Geschichte und Gesellschaft},
-	volume= 15,
-	year= 1989,
-	pages={552--562},
-	number= 4
-}
-
- at book{Prinz91,
-	author={Von Michael Prinz and Rainer Zitelmann},
-	title={Nationalsozialismus und Modernisierung},
-	publisher={Darmstadt},
-	year={1991}
-}
-
- at book{PrzAlvChe00,
-	author={Adam Przeworski and Michael e. Alvarez and Jose Antonio Cheibub and Fernando
-		Limongi},
-	title={Democracy and Development: poltical institutions and well-being in the world,
-		1950-1990},
-	publisher={Cambridge University Press},
-	year={New York, NY},
-	address={The Edinburgh Building, Cambridge CB22RU, UK}
-}
-
- at incollection{Przeworski05,
-	author={Adam Przeworski},
-	title={Is the Science of Comparative Politics Possible?},
-	booktitle={Oxford Handbook of Comparative Poltics},
-	publisher={Oxford University Press},
-	year={2005},
-	month={August},
-	address={New York},
-	editor={Carles Boix and Susan C. Stokes}
-}
-
- at article{PrzTeu66,
-	author={Adam Przeworski and Henry Teune},
-	title={Equivalence in Cross-National Research},
-	journal={Public Opinion Quarterly},
-	volume= 30,
-	year={1966--1967},
-	pages={551--568},
-	month={Winter}
-}
-
- at article{PurHil06,
-	author={Purpura, Stephen and Dustin Hillard},
-	title={{Automated Classification of Congressional Legislation}},
-	journal={Proceedings of the International Conference on Digital Government Research},
-	year={2006}
-}
-
- at book{Putnam00,
-	author={Robert D. Putnam},
-	title={Bowling Alone: The Collapse and Revival of American Community},
-	publisher={Simon and Schuster},
-	year= 2000,
-	address={New York}
-}
-
- at article{Quandt72,
-	author={Richard Quandt},
-	title={Methods of Estimating Switching Regressions},
-	journal= jasa,
-	volume= 67,
-	year= 1972,
-	pages={306-310},
-	number= 338
-}
-
- at article{Quandt74,
-	author={Richard E. Quandt},
-	title={A Stochastic Model of Elections in Two-Party Systems},
-	journal={Journal of theAmerican Statistical Association},
-	volume={69},
-	year={1974},
-	pages={315-324},
-	month={June},
-	number={346}
-}
-
- at incollection{Qui04,
-	author={Kevin Quinn},
-	title={Ecological Inference in the Presence of Temporal Dependence},
-	booktitle={Ecological Inference: New Methodological Strategies},
-	publisher={Cambridge University Press},
-	year= 2004,
-	address={New York},
-	editor={Gary King and Ori Rosen and Martin A. Tanner}
-}
-
- at article{QuiArmSno96,
-  author =	 {M.A. Quigley and J.R.M. Armstrong Schellenberg and
-                  R.W. Snow},
-  title =	 {Algorithms for verbal autopsies: a validation study
-                  in Kenyan children},
-  journal =	 {Bulletin of the World Health Organization},
-  volume =	 {74},
-  year =	 {1996},
-  pages =	 {147-154},
-  number =	 {2}
-}
-
- at article{QuiChaSet00,
-	author={Maria A. Quigley and Daniel Chandramohan and Philip Setel and Fred Binka
-		and Laura C. Rodrigues},
-	title={Validity of data-derived algorithms for ascertaining causes of adult death
-		in two African sites using verbal autopsy},
-	journal={Tropical Medicine and International Health},
-	volume={5},
-	year={2000},
-	pages={33-39},
-	month={January},
-	number={1}
-}
-
- at article{Quigley05,
-	author={Maria A. Quigley},
-	title={Commentary: Verbal Autopsies - from small-scale studies to mortality surveillance
-		systems},
-	journal={International Journal of Epidemiology},
-	volume={34},
-	year={2005},
-	pages={1087-1088}
-}
-
- at misc{QuiMonCol06,
-  author =	 {Quinn, K.M. and Monroe, B.L. and Colaresi, M. and
-                  Crespin, M.H. and Radev, D.R.},
-  title =	 {{How To Analyze Political Attention With Minimal
-                  Assumptions And Costs}},
-  year =	 {2006},
-  howpublished = {Annual Meeting of the Society for Political
-                  Methodology}
-}
-
- at misc{Quinn00,
-  author =	 {Kevin M. Quinn},
-  title =	 {Flexible Prior Specifications for Factor Analytic
-                  Models with an Application to {A}merican Political
-                  Ideology},
-  year =	 2000,
-  howpublished = {Paper presented at the Annual Meeting of the Midwest
-                  Political Science Association}
-}
-
- at manual{R08,
-	author={{R Development Core Team}},
-	title={R: A Language and Environment for Statistical Computing},
-	organization={R Foundation for Statistical Computing},
-	year={2008},
-	address={Vienna, Austria},
-	note={{ISBN} 3-900051-07-0},
-	url={{http://www.R-project.org}}
-}
-
- at article{Rabban83,
-	author={David Rabban},
-	title={The Emergence of Modern First Amendment Doctrine},
-	journal={University of Chicago Law Review},
-	volume= 50,
-	year={1983},
-	pages={1207--??}
-}
-
- at article{RagGri95,
-	author={T.E. Raghunathan and J.E. Grizzle},
-	title={A Split Questionnaire Survey Design},
-	journal={Journal of the American Statistical Association},
-	volume={90},
-	year={1995},
-	pages={54-63}
-}
-
- at article{Ragsdale91,
-	author={Lyn Ragsdale},
-	title={{Strong Feelings: Emotional Responses to Presidents}},
-	journal={Political Behavior},
-	volume={13},
-	year={1991},
-	pages={33-65},
-	number={1}
-}
-
- at article{RahJos98,
-	author={Elham Rahme and Lawrence Joseph},
-	title={Estimating the Prevalence of a Rare Disease: Adjusted Maximum Likelihood},
-	journal={The Statistician},
-	volume={47},
-	year={1998},
-	pages={149-158},
-	number={1}
-}
-
- at article{RakMorHir91,
-	author={William Rakowski, PhD, Vincent Mor, PhD, and Jeffrey Hiris, BA},
-	title={The Association of Self-Rated Health with Two-Year Mortality in a Sample
-		of Well Elderly},
-	journal={Journal of Aging and Health},
-	volume= 3,
-	year= 1991,
-	pages={{527-45}}
-}
-
- at article{Rao96,
-	author={J.N.K. Rao},
-	title={On Variance Estimation with Imputed Survey Data},
-	journal={Journal of the American Statistical Association},
-	volume={91},
-	year={1996},
-	pages={499-506}
-}
-
- at article{RauMarSpy06,
-	author={Stephen W. Raudenbush and Andres Martinez and Jessaca Spybrook},
-	title={Strategies for Improving Precision in Group-Randomized Experiments},
-	journal={Educational Evaluation and Policy Analysis},
-	year={2007},
-	address={University of Chicago, University of Michigan}
-}
-
- at book{Recipes87,
-	author={William H. Press and Saul Teukolsky and William T. Vetterling and Brian
-		P. Flannery},
-	title={Numerical Recipes: the Art of Scientific Computing},
-	publisher={Cambridge University Press},
-	year={1987},
-	address={Cambridge}
-}
-
- at article{ReeQui97,
-	author={Barnaby C. Reeves and Maria Quigley},
-	title={A Review of Data-Derived Methods for Assigning Causes of Death from Verbal
-		Autopsy Data},
-	journal={International Journal of Epidemiology},
-	volume={26},
-	year={1997},
-	pages={1080-1089},
-	number={5}
-}
-
- at article{ReeQui97,
-	author={Barnaby C. Reeves and Maria Quigley},
-	title={A Review of Data-Derived Methods for Assigning Causes of Death from Verbal
-		Autopsy Data},
-	journal={International Journal of Epidemiology},
-	volume={26},
-	year={1997},
-	pages={1080-1089},
-	number={5}
-}
-
- at book{Rehnquist98,
-	author={William H. Rehnquist},
-	title={All the Laws But One: Civil Liberties in Wartime},
-	publisher={Knopf},
-	year= 1998,
-	address={New York}
-}
-
- at article{ReuLi03,
-	author={Rafael Reuveny and Quan Li},
-	title={The Joint Democracy-Dyadic Conflict Nexus: A Simultaneous Equations Model},
-	journal= isq,
-	volume= 47,
-	year= 2003,
-	pages={325--346},
-	month={September},
-	number= 3
-}
-
- at article{RieSch93,
-	author={Arthur van Riel and Arthur Schram},
-	title={Weimar Economic Decline, Nazi Economic Recovery, and the Stabilization of
-		Political Dictatorship},
-	journal={Journal of Economic History},
-	volume= 53,
-	year= 1993,
-	pages={71--105},
-	number= 1
-}
-
- at book{Riffenburgh98,
-	author={R. H. Riffenburgh},
-	title={Statistics in Medicine},
-	publisher={Academic Press},
-	year={1998},
-	address={San Diego}
-}
-
- at proceedings{RilWie03,
-	editor={Ellen Riloff and Janyce Wiebe},
-	title={Learning Extraction Patterns for Subjective Expressions},
-	publisher={Conference on Empirical Methods in Natural Language Processing},
-	year={2003},
-	address={Ellen Riloff, School of Computing, University of UT, Salt Lake City, UT
-		84112; riloff at cs.utah.edu}
-}
-
- at proceedings{RilWie03,
-	editor={Ellen Riloff and Janyce Wiebe},
-	title={Learning Extraction Patterns for Subjective Expressions},
-	publisher={Conference on Empirical Methods in Natural Language Processing},
-	year={2003},
-	address={Ellen Riloff, School of Computing, University of UT, Salt Lake City, UT
-		84112; riloff at cs.utah.edu}
-}
-
- at proceedings{RilWieWil03,
-	editor={Ellen Riloff and Janyce Wiebe and Theresa Wilson},
-	title={Learning Subjective Nouns Using Extraction Pattern Bootstrapping},
-	publisher={Seventh CoNLL Conf. Edmonton},
-	year={2003},
-	month={May-June}
-}
-
- at proceedings{RilWieWil03,
-	editor={Ellen Riloff and Janyce Wiebe and Theresa Wilson},
-	title={Learning Subjective Nouns Using Extraction Pattern Bootstrapping},
-	publisher={Seventh CoNLL Conf. Edmonton},
-	year={2003},
-	month={May-June}
-}
-
- at book{Ripley96,
-	author={Brian Ripley},
-	title={Pattern Recognition and Neural Networks},
-	publisher={Cambridge Univeristy Press},
-	year={1996}
-}
-
- at article{Ritschl03,
-  author =	 {Ritschl, Albrecht},
-  title =	 {Hat das Dritte Reich wirklich eine ordentliche
-                  Besch{\"a}ftigungspolitik betrieben?},
-  journal =	 {Jahrbuch f{\"u}r Wirtschaftsgeschichte},
-  year =	 {2003},
-  pages =	 {{125-40}}
-}
-
- at article{Ritschl90,
-  author =	 {Albrecht Ritschl},
-  title =	 {Zu hohe L{\"o}hne in der Weimarer Republik? Eine
-                  Auseinandersetzung mit Holtferichs Berechnungen zur
-                  Lohnposition der Arbeitsschaft 1925-1932},
-  journal =	 {Geschichte und Gesellschaft},
-  volume =	 {16},
-  year =	 1990,
-  pages =	 {375--402}
-}
-
- at article{Robins95,
-  author =	 {J.M. Robins},
-  title =	 {Discussion of ``Causal diagrams in empirical research'' by J. Pearl},
-  journal =	 {Biometrika},
-  volume =	 82,
-  year =	 1995,
-  number =	 {387-394}
-}
-
- at article{Robins86,
-  author =	 {J.M. Robins and M.H. Gail and J.H. Lubin},
-  title =	 {More on Biased Selection of Controls for
-                  Case-Control Analyses of Cohort Studies},
-  journal =	 {Biometrics},
-  volume =	 42,
-  year =	 1986,
-  number =	 {293-299}
-}
-
- at incollection{Robins99,
-	author={James M. Robins},
-	title={Marginal Structural Models Versus Structural Nested Models as Tools for
-		Causal Inference},
-	booktitle={Statistical Models in Epidemiology: The Environment and Clinical Trials},
-	publisher={Springer-Verlag},
-	year= 1999,
-	address={New York},
-	editor={M.E. Halloran and D. Berry},
-	pages={95-134},
-	volume= 116
-}
-
- at article{Robins99b,
-	author={James M. Robins},
-	title={Association, Causation, and Marginal Structural Models},
-	journal={Synthese},
-	volume= 121,
-	year={1999b},
-	pages={151--179}
-}
-
- at article{RobJew91,
-	author={Laurence D. Robinson and Nicholas P. Jewell},
-	title={Some Surprising Results about Covariate Adjustment in Logistic Regression
-		Models},
-	journal={International Statistical Review},
-	volume={59},
-	year={1991},
-	pages={227-240},
-	month={August},
-	number={2}
-}
-
- at article{RobMar99,
-	author={Noah Jamie Robinson and Ravai Marindo},
-	title={Current Estimates of and Future Projections for Adult Deaths Attributed
-		to HIV Infection in Zimbabwe},
-	journal={Journal of Acquired Immune Deficiency Syndromes and Human Retrovirology},
-	volume= 20,
-	year= 1999,
-	pages={187--194}
-}
-
- at article{RobRot01,
-	author={James M. Robins and Andrea Rotnitzky},
-	title={Comment on the Peter J. Bickel and Jaimyoung Kwon,, `Inference for semiparametric
-		models: Some questions and an answer'},
-	journal={Statistica Sinica},
-	volume= 11,
-	year= 2001,
-	pages={920--936},
-	number= 4,
-	annote={on double robustness}
-}
-
- at article{RobRot03,
-	author={James M. Robins and Andrea Rotnitzky},
-	title={Inverse Probability Weighting Estimation in Survival Analysis},
-	journal={Encyclopedia of Biostatistics},
-	year= 2003,
-	note={forthcoming}
-}
-
- at article{RobRot95,
-	author={J. Robins and A. Rotnitzky},
-	title={Semiparametric efficiency in multivariate regression models with missing
-		data},
-	journal={Journal of the American Statistical Association},
-	volume= 90,
-	year= 1995 ,
-	pages={122-129}
-}
-
- at article{RobWan00,
-	author={James Robins and Naisyin Wang},
-	title={Inference for Imputation Estimators},
-	journal={Biometrika},
-	volume={87},
-	year={2000},
-	pages={113-124}
-}
-
- at article{Rogers86,
-	author={Andrei Rogers},
-	title={Parameterized Multistate Population Dynamics and Projections},
-	journal= jasa,
-	volume= 81,
-	year= 1986,
-	pages={48--61}
-}
-
- at article{RogRay99,
-	author={Andrei Rogers and James Raymer},
-	title={Fitting Observed Demographic Rates with the Multiexponential Model Schedule:
-		An Assessment of Two Estimation Programs},
-	journal={Applied Regional Science Conference},
-	volume= 11,
-	year= 1999,
-	pages={1--10},
-	number= 1
-}
-
- at book{Rokeach73,
-	author={Milton Rokeach},
-	title={The Nature of Human Values},
-	publisher={Free Press},
-	year= 1973,
-	address={New York}
-}
-
- at book{Rokeach79,
-	author={Rokeach, M.},
-	title={{Understanding Human Values: Individual and Societal}},
-	publisher={Free Press},
-	year={1979},
-	address={New York}
-}
-
- at article{RonVanCha98,
-	author={Carine Ronsmans and Anne Marie Vanneste and jyotshamoy Chakraborty and Jereon
-		Van Ginneken},
-	title={A comparison of Three Verbal Autopsy Methods to Ascertain Levels and Causes
-		of Maternal Deaths in Matlab, Bangladesh},
-	journal={International Journal of Epidemiology},
-	volume={27},
-	year={1998},
-	pages={660-666}
-}
-
- at book{RoseAckerman99,
-  title={Corruption and Government: Causes, Consequences, and Reform},
-  author={Rose-Ackerman, Susan},
-  year={1999},
-  publisher={Cambridge University Press},
-  address={Cambridge, UK}
-}
-
- at book{Rosenbaum02,
-	author={Rosenbaum, Paul R.},
-	title={Observational Studies, 2nd Edition},
-	publisher={Springer Verlag},
-	year={2002},
-	address={New York, NY}
-}
-
- at article{Rosenbaum05,
-	author={Paul R. Rosenbaum},
-	title={An exact distribution-free test comparing two multivariate distributions
-		based on adjacency},
-	journal={Journal of the Royal Statisitcal Society B},
-	volume={67},
-	year={2005},
-	pages={515-530}
-}
-
- at article{Rosenbaum05b,
-	author={Paul R. Rosenbaum},
-	title={Heterogeneity and Causality: Unit Heterogeneity and Design Sensitivity in
-		Observational Studies},
-	journal={The American Statistician},
-	volume={59},
-	year={2005},
-	pages={147-152},
-	month={May},
-	number={2}
-}
-
- at article{Rosenbaum84,
-	author={Paul Rosenbaum},
-	title={The Consequences of Adjusting for a Concomitant Variable That Has Been Affected
-		by the Treatment},
-	journal= jrssA,
-	volume= 147,
-	year= 1984,
-	pages={656--666},
-	number= 5
-}
-
- at article{Rosenbaum86,
-	author={Paul R. Rosenbaum},
-	title={Dropping out of high school in the {U}nited {S}tates: an observational study},
-	journal={Journal of Educational Statistics},
-	volume= 11,
-	year= 1986,
-	pages={207-224}
-}
-
- at article{Rosenbaum89,
-	author={Rosenbaum, Paul R.},
-	title={Optimal matching for observational studies},
-	journal={Journal of the American Statistical Association},
-	volume= 84,
-	year= 1989,
-	pages={{1024--1032}},
-	keywords={Network; Computation}
-}
-
- at article{Rosenbaum91,
-	author={Paul R. Rosenbaum},
-	title={A Characterization of Optimal Designs for Observational Studies},
-	journal={Journal of the Royal Statistical Society, Series B},
-	volume={53},
-	year={1991},
-	pages={597-610},
-	number={3}
-}
-
- at article{Rosenbaum91,
-	author={Paul R. Rosenbaum},
-	title={Sensitivity analysis for matched case-control studies},
-	journal={Biometrics},
-	volume= 47,
-	year= 1991,
-	pages={87-100},
-	number= 1
-}
-
- at article{Rosenbaum99,
-	author={Paul R. Rosenbaum},
-	title={Choice as an alternative to control in observational studies},
-	journal={Statistical Science},
-	volume= 14,
-	year= 1999,
-	pages={259-304},
-	number= 3,
-	note={With discussion and rejoinder.}
-}
-
- at book{RosHan93,
-	author={Steven J.\ Rosenstone and John M.\ Hansen},
-	title={Mobilization, Participation, and Democracy in America},
-	publisher={MacMillian},
-	year= 1993
-}
-
- at article{RosHen78,
-	author={Bernard Rosner and Charles H. Hennekens},
-	title={Analytic Methods in Matched Pair Epidemiological Studies},
-	journal={International Journal of Epidemiology},
-	volume={7},
-	year={1978},
-	pages={367-372},
-	number={4}
-}
-
- at book{RosNoc83,
-	title={Measuring Social Judgements: The Factorial Survey Approach},
-	publisher={Sage},
-	year= 1983,
-	editor={P. H. Rossi and S. L. Nock},
-	address={Beverly Hills, CA}
-}
-
- at article{RosRub83,
-	author={Paul R. Rosenbaum and Donald B.\ Rubin},
-	title={The Central Role of the Propensity Score in Observational Studies for Causal
-		Effects},
-	journal={Biometrika},
-	volume= 70,
-	year= 1983,
-	pages={41--55}
-}
-
- at article{RosRub83b,
-	author={Paul R. Rosenbaum and Donald B. Rubin},
-	title={Assessing sensitivity to an unobserved binary covariate in an observational
-		study with binary outcome},
-	journal={Journal of the Royal Statistical Society Series B},
-	volume= 45,
-	year= 1983,
-	pages={212-218},
-	number= 2
-}
-
- at article{RosRub84,
-  author =	 {Paul R. Rosenbaum and Donald B. Rubin},
-  title =	 {Reducing Bias in Observational Studies Using
-                  Subclassification on the Propensity Score},
-  journal =	 jasa,
-  volume =	 79,
-  year =	 1984,
-  pages =	 {515--524}
-}
-
- at article{RosRub85,
-	author={Rosenbaum, Paul R. and Rubin, Donald B.},
-	title={Constructing a Control Group Using Multivariate Matched Sampling Methods
-		That Incorporate the Propensity Score},
-	journal={The American Statistician},
-	volume={39},
-	year={1985},
-	pages={33-38}
-}
-
- at article{RosRub85b,
-	author={Rosenbaum, P.R. and Rubin, D.B.},
-	title={The Bias Due to Incomplete Matching},
-	journal={Biometrics},
-	volume={41},
-	year={1985},
-	pages={103--116},
-	number={1}
-}
-
- at article{RosSil01,
-	author={Paul R. Rosenbaum and J.H. Silber},
-	title={Matching and Thick Description in an Observational Study of Mortality After
-		Surgery},
-	journal={Biostatistics},
-	volume= 2,
-	year= 2001,
-	pages={{217--232}}
-}
-
- at article{Rothman77,
-	author={Kenneth J. Rothman},
-	title={Epidemiologic Methods in Clinical Trials},
-	journal={Cancer},
-	volume={39},
-	year={1977},
-	pages={1771-1775}
-}
-
- at book{rothman98,
-	author={Kenneth J. Rothman and Sander Greenland},
-	title={Modern Epidemiology},
-	publisher={Philadelphia: Lippincott-Raven},
-	year= 1998,
-	edition={2nd edition}
-}
-
- at article{RouSto96,
-	author={L. Roussos and W. Stout},
-	title={A Multidimensionality-based DIF Anslysis Paradigm},
-	journal={Applied Psychological Measurement},
-	volume= 20,
-	year= 1996,
-	pages={355--371}
-}
-
- at article{Rowe05,
-	author={Alexander K Rowe},
-	title={Should verbal autopsy results for malaria be adjusted to improve validity?},
-	journal={International Journal of Epidemiology},
-	volume={34},
-	year={2005},
-	pages={712-13},
-	number={3}
-}
-
- at article{Roy51,
-	author={A.D. Roy},
-	title={Some Thoughts on the Distribution of Earnings},
-	journal={Oxford Economic Papers},
-	volume= 3,
-	year= 1951,
-	pages={135--146}
-}
-
- at article{RoyCum85,
-	author={Richard M. Royall and William G. Cumberland},
-	title={Conditional Doverage Properties of Finite Population Confidence Intervals},
-	journal={Journal of the American Statistical Assocation},
-	volume={80},
-	year={1985},
-	pages={355-359},
-	month={June},
-	number={390},
-	tpages={+}
-}
-
- at article{RubDudVan06,
-	author={Daniel Rubin and Sandrine Dudoit and Mark van der Laan},
-	title={A Method to Increase the Power of Multiple Testing Procedures Through Sample
-		Splitting},
-	journal={Statistical Applications in Genetics and Molecular Biology},
-	volume={5},
-	year={2006},
-	number={1}
-}
-
- at article{Rubin01,
-	author={Donald B. Rubin},
-	title={Using propensity scores to help design observational studies: Application
-		to the tobacco litigation},
-	journal={Heatlh Services \& Outcomes Research Methodology},
-	volume={2},
-	year={2001},
-	pages={169-188},
-	month={December},
-	number={3-4}
-}
-
- at unpublished{Rubin04,
-	author={Donald B. Rubin},
-	title={Discussion of ``{P}rinciples for modeling propensity scores in medical research:
-		a systematic literature review"},
-	note={Forthcoming in {\it Pharmacoepidemiology and Drug Safety}. Referenced paper
-		by Weitzen, Lapane, Toledano, Hume, Mor},
-	year= 2004
-}
-
- at book{Rubin06,
-	author={Donald B. Rubin},
-	title={Matched Sampling for Causal Effects},
-	publisher={Cambridge University Press},
-	year= 2006 ,
-	address={Cambridge, England}
-}
-
- at article{Rubin80,
-	author={Rubin, Donald B.},
-	title={Comments on ``Randomization Analysis of Experimental Data: The Fisher Randomization Test'', by D. Basu},
-	journal={Journal of the American Statistical Association},
-	volume={75},
-	year={1980},
-	pages={591-593}
-}
-
-
-
- at article{Rubin73,
-	author={Rubin, Donald B.},
-	title={Matching to remove bias in observational studies},
-	journal={Biometrics},
-	volume={29},
-	year={1973},
-	pages={159-184}
-}
-
- at article{Rubin73b,
-	author={Rubin, Donald B.},
-	title={The use of matched sampling and regression adjustment to remove bias in
-		observational studies},
-	journal={Biometrics},
-	volume={29},
-	year={1973},
-	pages={185-203}
-}
-
- at article{rubin74,
-	author={Donald B. Rubin},
-	title={Estimating Causal Effects of Treatments in Randomized and Nonrandomized
-		Studies},
-	journal={Journal of Educational Psychology},
-	volume= 6,
-	year= 1974,
-	pages={688--701}
-}
-
- at article{Rubin76,
-	author={Donald Rubin},
-	title={Inference and Missing Data},
-	journal={Biometrika},
-	volume={63},
-	year={1976},
-	pages={581-592}
-}
-
- at article{Rubin77,
-	author={Donald Rubin},
-	title={Formalizing Subjective Notions about the Effect of Nonrespondents in Sample
-		Surveys},
-	journal={Journal of the American Statistical Association},
-	volume={72},
-	year={1977},
-	pages={538-543},
-	month={September},
-	number={359}
-}
-
- at article{Rubin77b,
-	author={Donald B. Rubin},
-	title={Assignment to Treatment Group on the Basis of a Covariate},
-	journal={Journal of Educational Statistics},
-	volume={2},
-	year={1977},
-	pages={1},
-	number={1-26}
-}
-
- at article{Rubin78,
-	author={Donald B. Rubin},
-	title={Bayesian inference for causal effects: The role of randomization},
-	journal={The Annals of Statistics},
-	volume={6},
-	year={1978},
-	pages={34-58}
-}
-
- at article{Rubin79,
-	author={Donald B. Rubin},
-	title={Using Multivariate Matched Sampling and Regression Adjustment to Control
-		Bias in Observational Studies},
-	journal= jasa,
-	volume={74},
-	year={1979},
-	pages={318--328}
-}
-
- at book{Rubin87,
-	author={Donald B. Rubin},
-	title={Multiple Imputation for Nonresponse in Surveys},
-	publisher={John Wiley},
-	year={1987},
-	address={New York}
-}
-
- at article{Rubin87b,
-	author={Donald Rubin},
-	title={A Noniterative sampling/importance resampling alternative to the data augmentation
-		algorithm for creating a few imputations when fractions of missing information
-		are modest: the SIR Algorithm, Discussion of Tanner and Wong},
-	journal={Journal of the American Statistical Assocaition},
-	volume={82},
-	year={1987},
-	pages={543-546}
-}
-
- at article{Rubin91,
-	author={Donald B. Rubin},
-	title={Practical implications of modes of statistical inference for causal effects
-		and the critical role of the assignment mechanism},
-	journal={Biometrics},
-	volume= 47,
-	year= 1991,
-	pages={1213-1234}
-}
-
- at article{Rubin94,
-	author={Donald B. Rubin},
-	title={Missing Data, Imputation, and the Bootstrap: Comment},
-	journal={Journal of the American Statistical Association},
-	volume={89},
-	year={1994},
-	pages={475-478},
-	month={Jun},
-	number={426}
-}
-
- at article{Rubin96,
-	author={Donald B. Rubin},
-	title={Multiple Imputation after 18+ Years},
-	journal= jasa,
-	volume= 91,
-	year= 1996,
-	pages={473--489},
-	number= 434
-}
-
- at article{Rubin96,
-	author={Donald Rubin},
-	title={Multiple Imputation after 18+ Years},
-	journal={Journal of the American Statistical Association},
-	volume={91},
-	year={1996},
-	pages={473-489}
-}
-
- at article{Rubin97,
-	author={Donald B. Rubin},
-	title={Estimating causal effects from large data sets using propensity scores},
-	journal={Annals of Internal Medicine},
-	volume= 127,
-	year= 1997,
-	pages={757-763}
-}
-
- at article{RubSch86,
-	author={Donald Rubin and Nathaniel Schenker},
-	title={Multiple Imputation for Interval Estimation for Simple Random Samples with
-		Ignorable Nonresponse},
-	journal= jasa,
-	volume= 81,
-	year= 1986,
-	pages={366-374},
-	number= 394
-}
-
- at article{RubSch87,
-	author={Donald B. Rubin and Nathaniel Schenker},
-	title={Logit-Based Interval Estimation from Binomial Data Using the Jeffreys Prior},
-	journal={Sociological Methodology},
-	volume={17},
-	year={1987},
-	pages={131-144}
-}
-
- at inproceedings{RubSch90,
-	author={D.B. Rubin and J.L. Schafer},
-	title={Efficiently Creating Multiple Imputations for Incomplete Multivariate Normal
-		Data},
-	booktitle={Proceedings of the Statistical Computing Section of the American Statistical
-		Association},
-	year={1990},
-	pages={83-88}
-}
-
- at article{RubStu06,
-	author={Donald B. Rubin and Elizabeth A. Stuart},
-	title={Affinely invariant matching methods with discriminant mixtures of proportional
-		ellipsoidally symmetric distributions},
-	journal={Annals of Statistics},
-	volume= 34,
-	year={2006},
-	pages={1814-1826},
-	number= 4
-}
-
- at article{RubTho00,
-	author={Donald B. Rubin and Neal Thomas},
-	title={Combining propensity score matching with additional adjustments for prognostic
-		covariates},
-	journal={Journal of the American Statistical Association},
-	volume= 95,
-	year={2000},
-	pages={573-585}
-}
-
- at article{RubTh,
-	author={Donald B. Rubin and Neal Thomas},
-	title={Characterizing the Effect of Matching Using Linear Propensity Score Methods
-		With Normal Distributions},
-	journal={Biometrika},
-	volume={79},
-	year={1992},
-	pages={797-809}
-}
-
- at article{RubTho96,
-	author={Donald B. Rubin and Neal Thomas},
-	title={Matching Using Estimated Propensity Scores, Relating Theory to Practice},
-	journal={Biometrics},
-	volume={52},
-	year={1996},
-	pages={249-264}
-}
-
- at unpublished{RugKimMar03,
-  author =	 {Theodore W. Ruger and Pauline T. Kim and Andrew
-                  D. Martin and Kevin M. Quinn},
-  title =	 {The Supreme Court Forecasting Project: Legal and
-                  Political Science Approaches to Predicting Supreme
-                  Court Decision-Making},
-  note =	 {Washington University in St. Louis},
-  year =	 2003
-}
-
- at book{Rule88,
-	author={Rule, J. B.},
-	title={Theories of Civil Violence},
-	publisher={University of California Press},
-	year= 1988,
-	address={Berkeley}
-}
-
- at article{RusOneBer03,
-	author={Bruce Russett and John Oneal and Michael L. Berbaum},
-	title={Causes of Peace: Democracy, Interdependence, and International Organizations,
-		1885--1992},
-	journal= isq,
-	volume= 47,
-	year= 2003,
-	pages={371--393},
-	month={September},
-	number= 3
-}
-
- at article{SabCanGib05,
-	author={Marc S. Sabatine and Christopher P. Cannon and C. Michael Gibson and Jose
-		L. Lopez-Sendon and Gilles Montalescot and Pierre Theroux and Basil S.
-		Lewis and Sabina A. Murphy and Carolyn H. McCabe and Eugene Braunwald},
-	title={Effect of Clopidogrel Pretreatment Before Percutaneous Coronary Intervention
-		in Patients with ST-Elevation Myoc},
-	journal={Journal of the American Medical Association},
-	volume={294},
-	year={2005},
-	pages={1224-1232},
-	month={September},
-	number={10}
-}
-
- at article{sackett96,
-	author={D. Sackett, J. Deeks and D. Altman},
-	title={Down with Odds Ratios},
-	journal={Evidence-Based Medicine},
-	volume= 1,
-	year= 1996,
-	pages={164--6},
-	number= 6
-}
-
- at book{Saldern79,
-	author={Adelheid Saldern},
-	title={Mittelstand im `Dritten Reich'. Handwerker-Einzelh{\"a}ndler - Bauern},
-	publisher={Campus},
-	year= 1979,
-	address={Frankfurt}
-}
-
- at article{SalWeiHam02,
-	author={Joshua A. Salomon and Milton C. Weinstein and James K. Hammitt and Sue J.
-		Goldie},
-	title={Empirically Calibrated Model of Hepatitis C Virus Infection in the United
-		States},
-	journal={American Journal of Epidemiology},
-	volume= 156,
-	year= 2002,
-	pages={761--773}
-}
-
- at article{Sambanis01,
-	author={Nicholas Sambanis},
-	title={Do Ethnic and Nonethnic Civil Wars Have the Same Causes?},
-	journal={Journal of Conflict Resolution},
-	volume={45},
-	year={2001},
-	pages={259-82},
-	month={June},
-	number={3}
-}
-
- at article{SamDoy07,
-	author={Nicholas Sambanis and Michael W. Doyle},
-	title={No Easy Choices: Estimating the Effects of United Nations Peacekeeping (Response
-		to King and Zeng)},
-	journal= isq,
-	year= 2007,
-	month={October}
-}
-
- at article{SanKliDun06,
-	author={Lisa Sanbonmatsu and Jeffrey R. Kling and Greg J. Duncan and Jeanne Brooks-Gunn},
-	title={Neighborhoods and Academic Achievement: Results From the Moving to Opportunity
-		Experiment},
-	journal={National Bureau of Economic Research, Working Paper Series},
-	year={2006},
-	month={January},
-	number={Working Paper 11909},
-	note={{http://www.nber.org/papers/w11909}}
-}
-
- at article{SanNaiWhi02,
-	author={H. Babad and C. Sanderson and B. Naidoo and I. White and D. Wang},
-	title={The Development of a Simulation Model of Primary Prevention Strategies for
-		Coronary Heart Disease},
-	journal={Health Care Management Science},
-	volume= 5,
-	year= 2002,
-	pages={269--274},
-	number= 4
-}
-
- at article{SanRedHan96,
-	author={Robert Sanson-Fisher and Sally Redman and Lynne Hancock and Stehen Halpin
-		and Philip Clarke and Margot Schofield and Robert Burton and Michael Hensley
-		and robert Gibberd and Alexander Reid and Raoul Walsh and Afaf Girgis and
-		Louise Burton and Ann McClintock and Robert Carter and Allan Donner and
-		Sylvan Green },
-	title={Developing methodologies for evaluating community-wide health promotion},
-	journal={Health Promotion International},
-	volume={11},
-	year={1996},
-	pages={227-236},
-	number={3}
-}
-
- at article{Sartori70,
-	author={Giovanni Sartori},
-	title={Concept Misformation in Comparative Politics},
-	journal= apsr,
-	volume= 64,
-	year= 1970,
-	pages={1033--1053},
-	month={December},
-	number= 4
-}
-
- at article{Schaback96,
-	author={R. Schaback},
-	title={Approximation by Radia Basis Functions with Finitely Many Centers},
-	journal={Constructive Approximation},
-	volume= 12,
-	year= 1996,
-	pages={331--340}
-}
-
- at book{Schafer97,
-	author={Joseph L. Schafer},
-	title={Analysis of incomplete multivariate data},
-	publisher={Chapman \& Hall},
-	year={1997},
-	address={London}
-}
-
- at book{Schattschneider60,
-  title =	 {{The Semisovereign People}},
-  author =	 {Schattschneider, E.E.},
-  year =	 {1960},
-  address =	 {New York},
-  publisher =	 {Holt, Rinehart and Winston}
-}
-
- at article{SchBuc03,
-	author={M. Schneider and J. Buckley},
-	title={Making the grade: comparing DC charter schools to other DC public schools},
-	journal={Educational Evaluation and Policy Analysis},
-	volume={25},
-	year={2003},
-	pages={203-215},
-	number={2}
-}
-
- at article{SchGer00,
-  author =	 {Philip Schrodt and Deborah J.\ Gerner},
-  title =	 {Cluster-Based Early Warning Indicators for Political
-                  Change in the Contemporary Levant},
-  journal =	 apsr,
-  volume =	 94,
-  year =	 2000,
-  pages =	 {803--818},
-  number =	 4
-}
-
- at article{Schieder93,
-	author={Wolfgang Schieder},
-	title={Die NSDAP vor 1933},
-	journal={Geschichte und Gesellschaft},
-	volume= 19,
-	year= 1993,
-	pages={141--154},
-	number= 1
-}
-
- at inproceedings{SchKhaEzz93,
-	author={Joseph L. Schafer and Meena Khare and Trena M. Ezzati-Rice},
-	title={Multiple Imputation of Missing Data in NHANESIII },
-	booktitle={Proceedings of the Annual Research Conference},
-	year={1993},
-	pages={459-487},
-	organization={Washington, D.C., Bureau of the Census}
-}
-
- at article{SchMalBla94,
-	author={David E. Schoenfeld, et al},
-	title={Self-Rated Health and Mortality in High Functioning Elderly-a Closer Look
-		at Healthy Individuals:MacArthur Field Study of Successful Aging. },
-	journal={Journal of Gerontology},
-	volume= 49,
-	year= 1994,
-	pages={{M109-113}},
-	number= 3
-}
-
- at article{Schneider04,
-	author={Schneider, B.},
-	title={{Building a Scientific Community: The Need for Replication}},
-	journal={The Teachers College Record},
-	volume={106},
-	year={2004},
-	pages={1471--1483},
-	number={7}
-}
-
- at techreport{Schochet03,
-	author={Peter Schochet and Sheena McConnell and John Burghardt},
-	title={National Job Corps Study: Findings Using Administrative Earnings Records
-		Data. Final Report},
-	institution={Mathematica Policy Research, Inc.},
-	year={2003},
-	month={October},
-	address={Princeton, NJ}
-}
-
- at book{Schoenbaum80,
-  author =	 {Schoenbaum, David},
-  title =	 {Hitler's Social Revolution},
-  address =	 {New York},
-  publisher =	 {Norton},
-  year =	 {1980}
-}
-
- at article{Schoenberg46,
-	author={I.J. Schoenberg},
-	title={Contributions to the problem of approximation of equidistant data by analytic
-		functions, Part A: On the problem of smoothing of graduation, a first class
-		of analytic approximation formulae},
-	journal={Quart. Appl. Math.},
-	volume={4},
-	year={1946},
-	pages={45--99}
-}
-
- at article{SchOls98,
-	author={Joseph L. Schafer and Maren K. Olsen},
-	title={Multiple Imputation for multivariate Missing-Data Problems: A Data Analyst's
-		Perspective},
-	journal={Multivariate Behavioral Research},
-	volume={33},
-	year={1998},
-	pages={545-571},
-	number={4}
-}
-
- at article{SchSin00,
-	author={Robert E. Schapire and Yoram Singer},
-	title={BoosTexter: A Boosting-based System for Text Categorization},
-	journal={Machine Learning},
-	volume={39},
-	year={2000},
-	pages={135-168},
-	number={2/3}
-}
-
- at article{SchSin00,
-	author={Robert E. Schapire and Yoram Singer},
-	title={BoosTexter: A Boosting-based System for Text Categorization},
-	journal={Machine Learning},
-	volume={39},
-	year={2000},
-	pages={135-168},
-	number={2/3}
-}
-
- at article{SchSla01,
-	author={Kenneth Scheve and Matthew Slaughter},
-	title={Labor Market Competition and Individual Preferences over Immigration Policy},
-	journal={Review of Economics and Statistics},
-	volume={83},
-	year={2001},
-	pages={133-145},
-	month={February},
-	number={1},
-	note={Sample data include only the first five of ten multiply imputed data sets.}
-}
-
- at article{Schuessler99,
-	author={Alexander A. Schuessler},
-	title={Ecological Inference},
-	journal={Proceedings of the National Academy of Sciences},
-	volume= 96,
-	year= 1999,
-	pages={10578-10581},
-	month={September 14},
-	number= 19,
-	note={{http://www.pnas.org/cgi/content/full/96/19/10578}}
-}
-
- at book{Schumaker81,
-	author={L.L. Schumaker},
-	title={Spline functions: basic theory},
-	publisher={John Wiley and Sons },
-	year= 1981 ,
-	address={New York}
-}
-
- at article{Schwarz99,
-	author={Norbert Schwarz},
-	title={Self-Reports: How the Questions Shape the Answers},
-	journal={American Psychologist},
-	volume= 54,
-	year= 1999,
-	pages={93--105},
-	number= 2
-}
-
- at article{SchWolWel99,
-	author={Lisa M. Schwartz, Steven Woloshin Gilbert H. Welch},
-	title={Misunderstanding About the Effects of Race and Sex on Physicians' Referrals
-		for Cardiac Cetheterization},
-	journal={New England Journal of Medicine},
-	volume= 341,
-	year= 1999,
-	pages={279-283},
-	number= 4
-}
-
- at article{ScoMacCor97,
-	author={William K. Scott, et al},
-	title={Functional Health Status as a Predictor of Mortality in Men and Women Over
-		65.},
-	journal={Journal of Clinical Epidemiology},
-	volume= 50,
-	year= 1997,
-	pages={{291-96}},
-	number= 3
-}
-
- at article{SegBurLoo03,
-	author={O. Segura and A. Burdorf and C. Looman},
-	title={Update of Predictions of mortality from Pleural Mesothelioma in the Netherlands},
-	journal={Occupational and Environmental Medicine},
-	volume= 60,
-	year= 2003,
-	pages={50--55},
-	number= 1
-}
-
- at article{Seidel91,
-	author={Raimund Seidel},
-	title={Small-Dimensional Linear Programming and Convex Hulls Made Easy},
-	journal={Discrete \& Computational Geometry},
-	volume={6},
-	year={1991},
-	pages={{423-434}},
-	issue={5}
-}
-
- at inbook{SeiMue94,
-	title={Modelling the AIDS Epidemic: Planning, Policy, and Prediction},
-	chapter={Viral Load and Sexual Risk: Epidemiologic and Policy Implications for HIV/AIDS},
-	year={1994},
-	publisher={Raven Press},
-	pages={461--480},
-	address={New York},
-	altauthor={S.T. Seitz and G.E. Mueller},
-	alteditor={E.H. Kaplan and M.L. Brandeau}
-}
-
- at article{Sekhon08,
-  author =	 {Jasjeet S. Sekhon},
-  title =	 {Multivariate and Propensity Score Matching Software
-                  with Automated Balance Optimization: The matching
-                  Package for R},
-  journal =	 {Journal of Statistical Software},
-  year =	 {2008}
-}
-
- at unpublished{Sekhon04b,
-	author={Jasjeet S. Sekhon},
-	title={The Varying Role of Voter Information across Democratic Societies},
-	note={{http://jsekhon.fas.harvard.edu/papers/SekhonInformation.pdf}},
-	year= 2004
-}
-
- at article{SekMeb98,
-	author={Jasjeet Singh Sekhon and Mebane, Jr., Walter R.},
-	title={Genetic Optimization Using Derivatives: Theory and Application to Nonlinear
-		Model},
-	journal= pa,
-	volume= 7,
-	year= 1998,
-	pages={187--210},
-	note={{http://jsekhon.fas.harvard.edu/genoud/genoud.pdf}}
-}
-
- at article{Sen02,
-	author={Amartya Sen},
-	title={Health: Perception Versus Observation},
-	journal={BMJ},
-	volume= 324,
-	year= 2002,
-	pages={860-861},
-	month={13 April}
-}
-
- at article{Senn00,
-	author={Stephen Senn},
-	title={Consensus and Controversy in Pharmaceutical Statistics},
-	journal={The Statistician},
-	volume={49},
-	year={2000},
-	pages={135-176},
-	number={2}
-}
-
- at article{Senn04,
-	author={Stephen Senn},
-	title={Controversies concerning randomization and additivity in clinical trials},
-	journal={Statistics in Medicine},
-	volume={23},
-	year={2004},
-	pages={3729-3753}
-}
-
- at article{Senn04b,
-	author={Stephen Senn},
-	title={Unbalanced Claims for Balance},
-	journal={2004},
-	volume={13},
-	year={2004},
-	pages={14-16},
-	month={June},
-	number={6}
-}
-
- at article{Senn05,
-	author={Stephen Senn},
-	title={Quantifying the magnitude of baseline covariate imbalances resulting from
-		selection bias in randomized clinical trials - Comment},
-	journal={Biometrical Journal},
-	volume={47},
-	year={2005},
-	pages={133-135},
-	number={2}
-}
-
- at article{Senn89,
-	author={S. J. Senn},
-	title={Covariate Imbalance and Random Allocation in Clinical Trials},
-	journal={Statistics in Medicine},
-	volume={8},
-	year={1989},
-	pages={467-475}
-}
-
- at article{Senn93,
-	author={Stephen Senn},
-	title={Baseline Distribution and conditional Size},
-	journal={Journal of Biopharmaceutical Statistics},
-	volume={3},
-	year={1993},
-	pages={265-270},
-	number={2}
-}
-
- at article{Senn94,
-	author={S.J. Senn},
-	title={Testing for Baseline Balance in Clinical Trials},
-	journal={Statistics in Medicine},
-	volume={13},
-	year={1994},
-	pages={1715-1726}
-}
-
- at article{Senn96,
-	author={Stephen Senn},
-	title={Baseline Balance and conditional Size: A Reply to Overall Et. Al.},
-	journal={Journal of Biopharmaceutical Statistics},
-	volume={6},
-	year={1996},
-	pages={201-210},
-	number={2}
-}
-
- at article{SetSanRao05,
-	author={Philip W. Setal and Osman Sankoh and Chalapati Rao and Victoria A. Velkoff
-		and Colin Mathers and Yang Gonghuan and Yusuf Hemed and Prabhat Jha and
-		Alan D. Lopez},
-	title={Sample registriation of vital events with verbal autopsy: a renewed commitment
-		to measuring and monitoring vital statistics},
-	journal={Bulletin of the World Health Organization},
-	volume={83},
-	year={2005},
-	pages={611-617}
-}
-
- at article{SetSanVel05,
-	author={Philip W. Setel and O. Sankoh and VA Velkoff and C Mathers and Y Gonghuan
-		et al.},
-	title={Sample registration of vital events with verbal autopsy: a renewed commitment
-		to measuring and monitoring vital statistics},
-	journal={Bulletin of the World Health Organization},
-	volume= 83,
-	year= 2005,
-	pages={611-617}
-}
-
- at article{SetWhiHem06,
-	author={Philip W. Setel and David R. Whiting and Yusuf Hemed and Daniel Chandramohan
-		and Lara J Wolfson and K.G.M.M. Alberti and Alan Lopez},
-	title={Validity of verbal autopsy procedures for determining causes of death in
-		Tanzania.},
-	journal={Tropical Medicine and International Health},
-	volume= 11,
-	year={2006},
-	pages={681--696},
-	number= 5
-}
-
- at article{ShaBarrCra02,
-	author={Bruce Shadbolt, Jane Barresi, and Paul Craft},
-	title={Self Rated Health as a Predictor of Survival Among Patients with Advanced
-		Cancer},
-	journal={Journal of Clinical Oncology},
-	volume= 20,
-	year= 2002,
-	pages={{2514-19}},
-	month={{May 15}},
-	number= 10
-}
-
- at article{ShaDavWeg92,
-	author={Said Shahtahmasebi, MSc, Richard Davies, PhD, and G. Clare Wenger PhD},
-	title={A Longitudinal Analysis of Factors Related to Survival in Old Age},
-	journal={The Gerontological Society of America},
-	volume= 32,
-	year= 1992,
-	pages={{404-13}},
-	number= 3
-}
-
- at article{Shahidullah95,
-	author={M. Shahidullah},
-	title={The sisterhood method of estimating maternal mortality: the Matlab experience},
-	journal={Studies in Family Planning},
-	volume= 26,
-	year= 1995,
-	pages={101--106}
-}
-
- at unpublished{Shalev05,
-	author={Michael Shalev},
-	title={Limits and Alternatives to Multiple Regression in Comparative Research},
-	note={Dept. of Sociology \& Anthropology and Department of Political Science;
-		The Hebrew University of Jerusalem; Israel 91905},
-	year={2005},
-	month={July}
-}
-
- at book{Shannon49,
-	author={Claude E. Shannon},
-	title={The Mathematical Theory of Communication},
-	publisher={University of Illinois Press},
-	year= 1949,
-	address={Urbana-Champaign}
-}
-
- at article{ShaSit96,
-	author={Jun Shao and Randy R. Sitter},
-	title={Bootstrap for Imputed Survey Data},
-	journal={Journal of the American Statistical Association},
-	volume={91},
-	year={1996},
-	pages={1278-1288},
-	month={September},
-	number={435}
-}
-
- at article{Sherman00,
-	author={Robert P. Sherman},
-	title={Tests of Certain Types of Ignorable Nonresponse in Surveys Subject to Item
-		Nonresponse or Attrition},
-	journal={American Journal of Political Science},
-	volume={44},
-	year={2000},
-	pages={356-368},
-	number={2}
-}
-
- at article{SheSto93,
-	author={R. Shealy and W. Stout},
-	title={A Model-Based Standardization Approach That Separates True Bias/DIF From
-		Group Ability Differences and Detects Test Bias/DIF as Well as Item Bias/DIF},
-	journal={Psychometrika},
-	volume= 58,
-	year= 1993,
-	pages={159--194},
-	month={June},
-	number= 2
-}
-
- at article{ShiLitPot06,
-	author={M.H. Shishehbor and D. Litaker and C.E. Pothier and M.S. Lauer},
-	title={Association of socioeconomic status with functional capacity, heart rate,
-		recoery, and all-cause mortality},
-	journal={Journal of the American Medical Association},
-	volume={295},
-	year={2006},
-	pages={784-792},
-	month={February}
-}
-
- at article{ShiSmiDra89,
-	author={M.J. Shipley and P.G. Smith and M. Draimaix},
-	title={Calculation of Power for Matched Pair Studies When Randomization is by Group},
-	journal={International Journal of Epidemiology},
-	volume={18},
-	year={1989},
-	pages={457-461},
-	number={2}
-}
-
- at article{ShiTes93,
-	author={T. Shiferaw and F. Tessema},
-	title={Maternal mortality in rural communities of Illubabor, Southwestern Ethiopia:
-		as estimated by the `sisterhood method'},
-	journal={Ethiopian Medical Journal},
-	volume= 31,
-	year= 1993,
-	pages={239--249}
-}
-
- at article{Shively72,
-	author={Shivley, W. Phillips},
-	title={Party Identification and Voting Choice and Voting Stability: The Weimar
-		Case},
-	journal= apsr,
-	volume= 66,
-	year= 1972,
-	pages={1203-1225}
-}
-
- at article{Sianesi04,
-	author={Barbara Sianesi},
-	title={An evaluation of the {S}wedish system of active labor market programs in
-		the 1990's},
-	journal={Review of Economics and Statistics},
-	volume= 86,
-	year= 2004,
-	pages={133-155},
-	number= 1
-}
-
- at article{SibFleHil01,
-	author={A.M. Sibai and A. Fletcher and M. Hills and O. Campbell},
-	title={Non-communicable disease mortality rates using the verbal autopsy in a cohort
-		of middle aged and older populations in Beirut during wartime, 1983-93},
-	journal={Journal of Epidemiology and Community Health},
-	volume={55},
-	year={2001},
-	pages={271-276}
-}
-
- at article{Signorino99,
-	author={Curtis Signorino},
-	title={Strategic Interaction and the Statistical Analysis of International Conflict},
-	journal= apsr,
-	volume= 93,
-	year= 1999,
-	pages={279-298},
-	number= 2
-}
-
- at article{SigYil03,
-	author={Curtis Signorino and Kuzey Yilmaz},
-	title={Strategic Misspecification in Discrete Choice Models},
-	journal= ajps,
-	year={2003},
-	month={July},
-	note={{http://www.rochester.edu/College/PSC/signorino/papers/Signo00.pdf}}
-}
-
- at article{SimHop05,
-	author={Beth A. Simmons and Daniel J. Hopkins},
-	title={The Constraining Power of International Treaties: Theory and Methods},
-	journal={American Political Science Review},
-	volume={99},
-	year={2005},
-	pages={623-631},
-	month={November},
-	number={4}
-}
-
- at article{SimXeo04,
-	author={Simon, Adam F. and Michael Xeons},
-	title={{Dimensional Reduction of Word-Frequency Data as a Substitute for Intersubjective
-		Content Analysis}},
-	journal={Political Analysis},
-	volume={12},
-	year={2004},
-	pages={63-75},
-	number={1}
-}
-
- at unpublished{Singh00,
-	author={R. Singh},
-	title={Estimation of Adult Mortality from Widowhood Data for India and its Major
-		States},
-	note={Mumbai, India: International Institute for Population Sciences},
-	year={2000}
-}
-
- at inproceedings{Singh02,
-	author={Abhishek Singh},
-	title={Forecasting Mortality in India},
-	organization={Ninth International Conference of Forum for Interdisciplinary Mathematics
-		on Statistics Combinatorics and Related Areas, University of Allahbad},
-	crossref={Atlas Document #cakd-39},
-	annote={Lee-Carter is used to forecast mortality in India from 2000-2015.}
-}
-
- at article{Sisson05,
-	author={Scott A. Sisson},
-	title={Transdimensional Markov Chains: A Decade of Progress and Future Perspectives},
-	journal= jasa,
-	volume= 100,
-	year= 2005,
-	pages={1077--1089},
-	month={September},
-	number= 471
-}
-
- at inproceedings{Sivamurthy87,
-	author={M. Sivamurthy},
-	title={{Principal Components Representation of ASFR: Model of Fertility Estimation
-		and Projection}},
-	booktitle={CDC Research Monograph},
-	year= 1987 ,
-	address={Cairo Demographic Center},
-	pages={655--693}
-}
-
- at article{Skalaban92,
-	author={Andrew Skalaban},
-	title={Interstate Competition and State Strategies to Deregulate Interstate Banking
-		1982-1988},
-	journal={Journal of Politics},
-	volume={54},
-	year={1992},
-	pages={793-809},
-	month={August},
-	number={3}
-}
-
- at InCollection{Skocpol91,
-  author =	 {Theda Skocpol},
-  title =	 {Targeting Within Universalism: Politically Viable
-                  Policies to Combat Poverty in the United States},
-  booktitle =	 {The Urban Underclass},
-  pages =	 {411-436},
-  publisher =	 {Brookings Institution},
-  editor =	 {Christopher Jencks and Paul Peterson},
-  address =	 {Washington, D.C.},
-  year =	 {1991}
-}
-
- at proceedings{Skoufias05,
-	title={PROGRESA and Its Impacts on the Welfare of Rural Households in Mexico},
-	year={2005},
-	organization={International Food Policy Research Institute},
-	address={Washington},
-	author={E. Skoufias}
-}
-
- at unpublished{Small05,
-	author={Dylan S. Small},
-	title={Sensitivity Analysis for Limited Information Linear Simultaneous Equations
-		Models With Overidentifying Restrictions},
-	note={Dept. of Statistics, The Wharton School of the University of Pennsylvania,
-		Philadelphia, PA 19104-6340, dmall at wharton.upenn.edu},
-	year={2005},
-	month={September}
-}
-
- at book{SmiMor91,
-	author={P.J. Smith and R.H. Morrow},
-	title={Methods for field trials of interventions against tropical diseases: a 'toolbox'},
-	publisher={Oxford University Press},
-	year={1991},
-	address={Oxford}
-}
-
- at article{Smith03,
-	author={Tom W. Smith},
-	title={Developing Comparable Questions in Cross-National Surveys, in Cross-Cultural
-		Survey Methods},
-	journal={John Wiley and Sons},
-	volume={2003},
-	pages={Janet A. Harkness and Fons J. R. van de Vijver and Peter Ph. Mohler},
-	month={Hoboken, NJ}
-}
-
- at article{Smith97,
-	author={Smith, H.L.},
-	title={Matching With Multiple Controls to Estimate Treatment Effects in Observational
-		Studies},
-	journal={Sociological Methodology},
-	volume={27},
-	year={1997},
-	pages={325--353},
-	number={1}
-}
-
- at article{SmiTod05,
-	author={Jeffrey A. Smith and Petra E. Todd},
-	title={Does matching overcome LaLonde's critique of nonexperimental estimators?},
-	journal={Journal of Econometrics},
-	volume= 125,
-	year= 2005,
-	pages={305-353},
-	month={March-April},
-	number={1-2}
-}
-
- at article{SmiTod05b,
-	author={Jeffrey Smith and Petra Todd},
-	title={Rejoinder},
-	journal={Journal of Econometrics},
-	volume={2005},
-	year={125},
-	pages={365-375}
-}
-
- at book{SneCoc80,
-	author={George W. Snedecor and William G. Cochran},
-	title={Statistical Methods},
-	publisher={Iowa State University Press},
-	year={1980},
-	address={Ames, IA},
-	edition={7th}
-}
-
- at book{SniCar97,
-	author={Paul Sniderman and Edward Carmines},
-	title={Reaching Beyond Race},
-	publisher={Harvard University Press},
-	year= 1997,
-	address={Cambridge, MA}
-}
-
- at article{SniGro96,
-	author={Paul M. Sniderman and Douglas B. Grob},
-	title={Innovations in Experimental Design in Attitude Surveys},
-	journal={Annual Review of Sociology},
-	volume= 22,
-	year= 1996,
-	pages={377-399},
-	month={August}
-}
-
- at article{Sobel06,
-	author={Michael E. Sobel},
-	title={Discussion: 'The Scientific Model of Causality'},
-	journal={Sociological Methodology},
-	volume={35},
-	year={2006},
-	pages={99-33},
-	month={June},
-	number={1}
-}
-
- at article{Sobolev38,
-	author={S.L. Sobolev},
-	title={On a theorem of functional analysis},
-	journal={Math. Sbornik},
-	volume= 45,
-	year= 1938,
-	pages={471--496},
-	note={Russian original;AMS Transl. (2),34(1963),39--68}
-}
-
- at book{SolChaShi05,
-	author={Nadia Soleman and Daniel Chandramohan and Kenji Shibuya},
-	title={WHO Technical Consultation on Verbal Autopsy Tools},
-	publisher={Geneva},
-	year= 2005,
-	note={{http://www.who.int/healthinfo/statistics/mort\_verbalautopsy.pdf}}
-}
-
- at article{SolChaShi06,
-	author={Nadia Soleman and Daniel Chandramohan and Kenji Shibuya},
-	title={Verbal autopsy: current practices and challenges},
-	journal={Bulletin of the World Health Organization},
-	volume={84},
-	year={2006},
-	pages={239-245},
-	month={March},
-	number={3}
-}
-
- at article{SolWil92,
-	author={Patricia J. Solomon and Susan R. Wilson},
-	title={Predicting AIDS Deaths and Prevalence in Australia},
-	journal={The Medical Journal of Australia},
-	volume= 157,
-	year= 1992,
-	pages={121--125}
-}
-
- at article{SomDjuLoe86,
-	author={Alfred Sommer and Edi Djunaedi and A.A. Loeden and Ignatius Tarwotjo and
-		Keith P. West, Jr. and Robert Tilden and Lisa Mele},
-	title={Impact of Vitamin A Supplementation on Childhood Mortality},
-	journal={The Lancet},
-	volume={1},
-	year={1986},
-	pages={1169-1173}
-}
-
- at article{SomZeg91,
-	author={A. Sommer and SL Zeger},
-	title={{On Estimating Efficacy from Clinical Trials.}},
-	journal={Statistics in Medicine},
-	volume={10},
-	year={1991},
-	pages={45-52},
-	number={1}
-}
-
- at article{SomZeg91,
-	author={Alfred Sommer and Scott L. Zeger},
-	title={On Estimating Efficacy From Clinical Trials},
-	journal={Statistics in Medicine},
-	volume={10},
-	year={1991},
-	pages={45-52}
-}
-
- at article{Song01,
-	author={Juwon Song and Thomas R. Belin and Martha B. Lee and Xingyu Gao and Mary
-		Jane Rotheram-Borus},
-	title={Handling baseline differences and missing items in a longitudinal study
-		of {HIV} risk among runaway youths},
-	journal={Health Services and Outcomes Research Methodology},
-	volume= 2,
-	year= 2001,
-	pages={317-329}
-}
-
- at article{Sorenson88,
-	author={Kirsten Hjort Sorensen},
-	title={State of Health and its Association with Death Among Old People at Three-Years
-		Follow Up},
-	journal={Danish Medical Bulletin},
-	volume= 35,
-	year= 1988,
-	pages={{597-00}}
-}
-
- at book{Sowa99,
-	author={J. F. Sowa},
-	title={Knowledge Representation: Logical, Philosophical and Computational Foundations},
-	publisher={Brooks Cole},
-	year= 1999
-}
-
- at unpublished{SpeSun01,
-	author={P. Speckman and D. Sun},
-	title={{Bayesian Nonparametric Regression and Autoregression Priors}},
-	note={{www.stat.missouri.edu/\textasciitilde speckman/report/bnpreg.ps}},
-	year= 2001
-}
-
- at article{SpiJagCla96,
-	author={Nicola Spiers, Carol Jagger, and Michael Clarke},
-	title={Physical Function and Perceived Health: Cohort Diffrences and Interrelationships
-		in Older People},
-	journal={Joural of Gerontology: Social Sciences},
-	volume={{51B}},
-	year= 1996,
-	pages={{S226-33}}
-}
-
- at techreport{Sroka06,
-	author={T. Neil Sroka},
-	title={Understanding the Political Influence of Blogs},
-	institution={Graduate School of Political Management, George Washington University},
-	year={2006},
-	month={April},
-	address={The Institue for Politics, Democracy, & the Internet, Graduate School of
-		Political Management, George Washington U, 805 21st St., NW Suite 401,
-		Washington, DC 20052}
-}
-
- at article{Stachura93,
-	author={Stachura, Peter D.},
-	title={National Socialism and the German Proletariat, 1925-1935: Old Myths and
-		New Perspectives},
-	journal={The Historical Journal},
-	volume= 36,
-	year= 1993,
-	pages={701-718},
-	number= 3
-}
-
- at article{StaNouHil00,
-	author={C. Stanton and A. Noureddine and K. Hill},
-	title={An Assessment of DHS Maternal Mortality Indicators},
-	journal={Studies in Family Planning},
-	volume= 31,
-	year= 2000,
-	pages={111--123}
-}
-
- at inbook{StaSeiWay91,
-	author={E.A. Stanley and S.T. Seitz and P.O. Way and P.D. Johnson and T.F. Curry},
-	title={The AIDS Epidemic and its Demographic Consequences},
-	chapter={The iwgAIDS Model for the Heterosexual Spread of HIV and the Demographic
-		Impacts of the AIDS Epidemic},
-	year= 1991,
-	publisher={United Nations and World Health Organization},
-	pages={119--136},
-	series={ST/ESA/SER.A/119},
-	address={New York}
-}
-
- at article{SteCoo95,
-	author={L.A. Stefanski and J.R. Cook},
-	title={Stimulation-Extrapolation: The Measurement Error Jackknife},
-	journal={Journal of the American Statistical Association},
-	volume={90},
-	year={1995},
-	pages={1247-1256},
-	month={December},
-	number={432}
-}
-
- at book{Steele04,
-	author={J. Michael Steele},
-	title={The Cauchy-Schwarz Master Class},
-	publisher={Cambridge University Press},
-	year={2004}
-}
-
- at article{Stefanski92,
-	author={Leonard A. Stefanski},
-	title={Monotone Likelihood Ratio of a "Faulty-Inspection" Distribution},
-	journal={The American Statistician},
-	volume={46},
-	year={1992},
-	pages={110-114},
-	month={May},
-	number={2}
-}
-
- at article{SteNap00,
-	author={Anita L. Stewart and Anna Napoles-Springer},
-	title={Health-Related Quality of Life Assessments in Diverse Population Groups
-		in the United States},
-	journal={Medical Care},
-	volume= 38,
-	year= 2000,
-	pages={II-102 -- II-124},
-	month={September},
-	number= 9
-}
-
- at article{Stephan32,
-  author =	 {Stephan, Werner},
-  title =	 {Grenzen des nationalsozialistischen
-                  Vormarsches. Eine Analyse der Wahlziffern seit der
-                  Reichstagswahl 1930},
-  journal =	 {Zeitschrift f{\"u}r Politik},
-  volume =	 21,
-  year =	 1932,
-  pages =	 {570-578}
-}
-
- at article{Stephan32b,
-  author =	 {Stephan, Werner},
-  title =	 {Die Parteien nach den grossen
-                  Fr{\"u}hjahrswahlk{\"a}mpfen. Eine Analyse der
-                  Wahlziffern des Jahres 1932},
-  journal =	 {Zeitschrift f{\"u}r Politik},
-  volume =	 22,
-  year =	 1932,
-  pages =	 {110-118}
-}
-
- at article{Stephan33,
-  author =	 {Stephan, Werner},
-  title =	 {Die Reichstagswahlen vom 31. Juli 1932},
-  journal =	 {Zeitschrift f{\"u}r Politik},
-  volume =	 22,
-  year =	 1933,
-  pages =	 {353-360}
-}
-
- at article{Sterk03,
-	author={Stewart E. Sterk},
-	title={Retrenchment on Entrenchment},
-	journal={The George Washington Law Review},
-	volume={71},
-	year={2003},
-	pages={231-254},
-	month={April},
-	number={2}
-}
-
- at techreport{Stewart92,
-	author={G.W. Stewart},
-	title={{On the Early History of the Singular Value Decomposition}},
-	institution={University of Maryland, College Park},
-	year= 1992,
-	type={Institute for Advanced Computer Studies},
-	number={TR-92-31}
-}
-
- at article{Stimson85,
-	author={James A.\ Stimson},
-	title={Regression Models in Space and Time: A Statistical Essay},
-	journal= ajps,
-	volume= 29,
-	year= 1985,
-	pages={914--947}
-}
-
- at book{Stockman86,
-	author={David A. Stockman},
-	title={The Triumph of Politics: How the Reagon Revolution Failed},
-	publisher={Harper \& Row, Publishers},
-	year={1986},
-	address={New York}
-}
-
- at article{StoDorKoz89,
-	author={M.J. Stones, Brenda Dornan, and Albert Kozma},
-	title={The prediction of mortality in elderly institution residents},
-	journal={Journal of Gerontology: Psychological Sciences},
-	volume= 44,
-	year= 1989,
-	pages={{P72-79}}
-}
-
- at article{Stogbauer01,
-	author={Christian St{\"o}gbauer},
-	title={The Radicalisation of the German Electorate: Swinging to the Right and the
-		Left in the Twilight of the Weimar Republic},
-	journal={European Review of Economic History},
-	volume= 5,
-	year= 2001,
-	pages={251--280}
-}
-
- at article{Stone74,
-	author={Stone, M.},
-	title={Cross-Validatory Choice and Assessment of Statistical Prediction},
-	journal= jrssb,
-	volume= 36,
-	year= 1974,
-	pages={111-33},
-	number= 2
-}
-
- at article{StoRel90,
-	author={Ross M. Stolzenberg and Daniel a. Relles},
-	title={Theory Testing in a World of Constrained Research Design: The Significance
-		of Heckman's Censored Sampling Bias Correction for Nonexperimental Research},
-	journal={Sociological Methods and Research},
-	volume={18},
-	year={1990},
-	pages={395-415},
-	month={May}
-}
-
- at article{StoWat03,
-	author={James H. Stock and Mark W. Watson},
-	title={Forecasting Output and Inflation: The Role of Asset Prices},
-	journal={Journal of Economic Literature},
-	year={2003},
-	optnumber={3},
-	optvolume={41},
-	optmonth={September}
-}
-
- at article{StoWay98,
-	author={John Stover and Peter Way},
-	title={Projecting the Impact of AIDS on Mortality},
-	journal={AIDS},
-	volume= 12,
-	year={1998},
-	pages={S29--S39},
-	number={supplement 1}
-}
-
- at book{Strang88,
-	author={G. Strang},
-	title={{Linear Algebra and Its Applications}},
-	publisher={Saunders},
-	year= 1988
-}
-
- at phdthesis{Stuart04,
-	author={Stuart, Elizabeth A.},
-	title={Matching methods for estimating causal effects using multiple control groups},
-	school={Department of Statistics, Harvard University},
-	year= 2004
-}
-
- at article{StuRub07,
-	author={Elizabeth A. Stuart and Donald B. Rubin},
-	title={Matching with multiple control groups with adjustment for group differences},
-	journal={Journal of Educational and Behavioral Statistics},
-	year= 2007,
-	note={Forthcoming}
-}
-
- at article{SucJor90,
-	author={L. Suchman and B. Jordan},
-	title={Interactional Troubles in Face to Face Survey Interviews (With Comments
-		and Rejoinder)},
-	journal= jasa,
-	volume= 85,
-	year= 1990,
-	pages={232--253},
-	month={March},
-	number= 409
-}
-
- at article{Sunetal00,
-	author={D. Sun and R. Tsutakawa and H. Kim and Z. He},
-	title={{Spatio-temporal Interaction with Disease Mapping}},
-	journal={Statistics in Medicine},
-	volume= 19,
-	year= 2000,
-	pages={2015--2035}
-}
-
- at manual{SunReiLan03,
-	author={S. Sun and S. Reilly and L. Lannom and J. Petrone},
-	title={Handle System Protocol (ver 2.1) Specification },
-	organization={RFC 3652 (Informational)},
-	year={2003},
-	note={{http://www.ietf.org/rfc/rfc3652.txt}}
-}
-
- at article{Super04,
-	author={Nora Super},
-	title={Medicare's Chronic Care Improvement Pilot Program: What is its Potential},
-	journal={National Health Policy Forum Issue Brief},
-	year={2004},
-	pages={1-20},
-	month={May},
-	number={797},
-	note={The George Washinton University, Washington, DC},
-	institution={National Health Policy Form}
-}
-
- at incollection{Tabeau01,
-	author={Ewa Tabeau},
-	title={A Review of Demographic Forecasting Models for Mortality},
-	booktitle={Forecasting Mortality in Developed Countries},
-	publisher={Kluwer Academic Publishers},
-	year= 2001,
-	address={The Netherlands},
-	editor={Ewa Tabeau, Anneke van de Berg Jeths and Christopher Heathcoate},
-	chapter= 1,
-	pages={1--32}
-}
-
- at article{TabEkaHuiBos98,
-	author={Ewa Tabeau and Peter Ekamper and Corina Huisman and Alinda Bosch},
-	title={Improving Overall Mortality Forecasts by Analysing Cause-of-Death, Period
-		and Cohort Effects in Trends},
-	journal={European Journal of Population},
-	volume={15},
-	year={1999},
-	pages={153-183}
-}
-
- at article{TabJetHea03,
-	author={Ewa Tabeau and Aneke van den Berg Jeths and Christopher Heathcote},
-	title={Forecasting Mortality in Developed Countries: Insights from a statistical,
-		demographic and epidemiological perspective.},
-	journal={Journal of European Population},
-	volume={1023},
-	number={10}
-}
-
- at book{Takeshi85,
-	author={Takeshi Amemiya},
-	title={Advanced Econometrics},
-	publisher={Harvard University Press},
-	year={1985},
-	address={Cambridge}
-}
-
- at book{Tally00,
-	author={Steve Tally},
-	title={Almost America: From the Colonists to Clinton, A ``What If'' History of
-		the U.S.},
-	publisher={Quill},
-	year= 2000,
-	address={New York}
-}
-
- at article{TanKumIke03,
-	author={J. Tanaka and H. Humada and K. Ikeda and K. Chayama and M. Mizui and K.
-		Hino and K. Katayama and J. Kumagai and Y. Komiya and Y. Miyakawa and H.
-		Yoshizawa},
-	title={Natural histories of Hepatitis C Virus Infection in Men and Women Simulated
-		by the Markov Model},
-	journal={Journal of Medical Virology},
-	volume= 70,
-	year= 2003,
-	pages={378--386},
-	number= 3
-}
-
- at book{Tanner96,
-	author={Martin A. Tanner},
-	title={Tools for Statistical Inference: Methods for the Exploration of Posterior
-		Distributions and Likelihood Functions},
-	publisher={Springer-Verlag},
-	year= 1996,
-	address={New York}
-}
-
- at article{TanWon87,
-	author={M.A. Tanner and W.H. Wong},
-	title={The Calculation of Posterior Distributions by Data Augmentation},
-	journal={Journal of the American Statistical Association},
-	volume={82},
-	year={1987},
-	pages={528-550},
-	month={June}
-}
-
- at article{Taylor92,
-	author={G. Taylor},
-	title={A Bayesian interpretation of Whittaker-Henderson graduation},
-	journal={Insurance: Mathematics and Economics},
-	volume= 11,
-	year= 1992,
-	pages={7--16}
-}
-
- at book{Tendler97,
-	author={Judith Tendler},
-	title={Good Government in the Tropics},
-	publisher={The Johns Hopkins University Press},
-	year={1997},
-	address={Baltimore}
-}
-
- at article{TerKleOce00,
-	author={Jeanne A. Teresi and Marjorie Kleinman and Katja Ocepek-Welikson},
-	title={Modern Psychometric Methods for Detection of Differential Item Functioning:
-		Application to Cognitive Assessment Measures},
-	journal= sim,
-	volume= 19,
-	year= 2000,
-	pages={1651--1683}
-}
-
- at book{TetBel96,
-	title={Counterfactual Throught Experiments in World Politics},
-	publisher={Princeton University Press},
-	year= 1996,
-	editor={Philip E. Tetlock and A. Belkin},
-	address={Princeton}
-}
-
- at article{TetLeb01,
-	author={Philip E. Tetlock and Richard Ned Lebow},
-	title={Poking Counterfactual Holes in Covering Laws: Cognitive Styles and Historical
-		Reasoning},
-	journal= apsr,
-	volume= 95,
-	year= 2001,
-	month={December},
-	number= 4
-}
-
- at book{TetLebPar00,
-	title={Unmaking the West: Counterfactual Explorations of Alternative Histories},
-	publisher={Columbia University Press},
-	year= 2000,
-	editor={Philip E. Tetlock and Ned R. Lebow and G. Parker},
-	address={New York}
-}
-
- at article{tetlock99,
-	author={Philip E. Tetlock},
-	title={Theory-Driven Reasoning About Plausible Pasts and Probable Futures in World
-		Politics: Are we Prisoners of our Preconceptions?},
-	journal= ajps,
-	volume= 43,
-	year= 1999,
-	pages={335-366},
-	month={April},
-	number= 2
-}
-
- at book{Thisted88,
-	author={Ronald A. Thisted},
-	title={Elements of Statistical Computing: Numerical Computation},
-	publisher={Chapman and Hall},
-	year= 1988,
-	address={Florida}
-}
-
- at inproceedings{ThiSteWai93,
-	author={David Thissen and Lynn Steinberg and Howard Wainer},
-	title={Detection of Differential Item Functioning Using the Parameters of the Item
-		Response Models},
-	booktitle={Differential Item Functioning},
-	crossref={HolWai93}
-}
-
- at article{Thompson05,
-	author={Dennis F. Thompson},
-	title={{Democracy in Time: Popular Sovereignty and Temporal Representation}},
-	journal={Constellations},
-	volume= 12,
-	year= 2005 ,
-	pages={245-261},
-	month={June},
-	number= 2
-}
-
- at article{Thompson98,
-	author={Simon G. Thompson},
-	title={Letters to the Editor: The Merits of Matching in Community Intervention
-		Trials: A Cautionary Tale},
-	journal={Statistics in Medicine},
-	volume={17},
-	year={1998},
-	pages={2147-2151}
-}
-
- at article{ThoPanLee06,
-	author={Matt Thomas and Bo Pang and Lillian Lee},
-	title={Get out the vote: Determining support or opposition from Congressional floor-debate
-		transcripts},
-	journal={Proceedings of EMNLP},
-	year= 2006,
-	pages={327--335},
-	note={{http://www.cs.cornell.edu/home/llee/papers/tpl-convote.home.html}}
-}
-
- at article{ThoSyl82,
-	author={Stuart J. Thorson and Donald A. Sylvan},
-	title={Counterfactuals and the Cuban Missle Crisis},
-	journal={International Studies Quarterly},
-	volume= 26,
-	year= 1982,
-	pages={539--571},
-	number= 4
-}
-
- at book{Thurstone59,
-	author={L.L. Thurstone},
-	title={The Measurement of Values},
-	publisher={University of Chicago Press},
-	year= 1959,
-	address={Chicago}
-}
-
- at book{TikArs77,
-	author={A. N. Tikhonov and V. Y. Arsenin},
-	title={Solutions of Ill-posed Problems},
-	publisher={W. H. Winston},
-	year= 1977 ,
-	address={Washington, D.C.}
-}
-
- at article{Tikhonov63,
-	author={A. N. Tikhonov},
-	title={Solution of incorrectly formulated problems and the regularization method},
-	journal={Soviet Math. Dokl.},
-	volume={4},
-	year= 1963 ,
-	pages={1035--1038}
-}
-
- at article{Timaeus86,
-	author={Ian Timaeus},
-	title={An Assessment of Methods for Estimating Adult Mortality from Two Sets of
-		Data on Maternal Orphanhood},
-	journal={Demography},
-	volume= 23,
-	year= 1986,
-	pages={435--450}
-}
-
- at article{Timaeus91,
-	author={Iain Timaeus},
-	title={Measurement of Adult Mortality in Developing Countries: A Comparative Review},
-	journal={Population Index},
-	volume= 57,
-	year= 1991,
-	pages={552-568},
-	number= 4
-}
-
- at article{Timaeus91b,
-	author={Ian Timaeus},
-	title={Estimation of Adult Mortality from Orphanhood Before and Since Marriage},
-	journal={Population Studies},
-	volume= 45,
-	year={1991b},
-	pages={455--472}
-}
-
- at article{Timpone98,
-	author={Richard J. Timpone},
-	title={Structure, Behavior, and Voter Turnout in the United States},
-	journal={American Poltical Science Review},
-	volume={92},
-	year={1998},
-	pages={145-158},
-	month={March},
-	number={1}
-}
-
- at incollection{TimZabAli01,
-	author={Ian M. Timaeus Basia Zaba and Mohammed Ali},
-	title={Estimation of Adult Mortality from Data on Adult Siblings},
-	booktitle={Brass Tacks: Essays in Medical Demography},
-	publisher={Athlone},
-	year= 2001,
-	editor={B. Zaba and J. Blacker},
-	pages={43--66}
-}
-
- at incollection{Tobler79,
-	author={Waldo Tobler},
-	title={Cellular Geography},
-	booktitle={Philosophy in Geography},
-	publisher={Dordrecht: Reidel},
-	year= 1979,
-	editor={S.\ Gale and G.\ Olssen}
-}
-
- at article{TodDefOde94,
-  author =	 {J.E. Todd and A. De Francisco and T.J.D. O'Dempsey
-                  and B.M. Greenwood},
-  title =	 {The limitations of verbal autopsy in a
-                  malaria-endemic region},
-  journal =	 {Annals of Tropical Paediatrics},
-  volume =	 {14},
-  year =	 {1994},
-  pages =	 {31-36}
-}
-
- at book{Torgerson58,
-  author =	 {Warren S. Torgerson},
-  title =	 {Theory and Methods of Scaling},
-  publisher =	 {Wiley and Sons},
-  year =	 1958,
-  address =	 {New York}
-}
-
- at incollection{TorRauHer93,
-  author =	 {Hege Torp and O. Rauum and E. Hernaes and
-                  H. Goldstein},
-  title =	 {The First Norwegian Experiment},
-  booktitle =	 {Measuring Labour Market Measures: Evaluating the
-                  Effects of Active Labour Market Policies},
-  publisher =	 {Ministry of Labour},
-  year =	 {1993},
-  address =	 {Copenhagen, Denmark},
-  editor =	 {K. Jensen and Per Kongshoj Madsen}
-}
-
- at article{TruRod90,
-  author =	 {J. Trussell and G. Rodriguez},
-  title =	 {A Note on the Sisterhood Estimator of Maternal
-                  Mortality},
-  journal =	 {Studies in Family Planning},
-  volume =	 21,
-  year =	 1990,
-  pages =	 {344--346},
-  month =	 {Nov-Dec},
-  number =	 6
-}
-
- at article{TsuLin86,
-  author =	 {Robert K. Tsutakawa and Hsin Ying Lin},
-  title =	 {Bayesian Estimation of Item Response Curves},
-  journal =	 {Psychometrika},
-  volume =	 {51},
-  year =	 {1986},
-  pages =	 {251-267},
-  month =	 {June},
-  number =	 {2}
-}
-
- at article{TsuMinKey94,
-  author =	 {Ichiro Tsuji, MD, et al},
-  title =	 {The Predictive Power of Self-Rated Health,
-                  Activities of Daily Living, and Ambulatory Activity
-                  for Cause Specific Mortality among the Elderly: A
-                  Three-year Follow-up in Urban Japan. },
-  journal =	 {Journal of the American Geriatric Society},
-  volume =	 42,
-  year =	 1994,
-  pages =	 {{153-56}}
-}
-
- at techreport{Tsutakawa75,
-  author =	 {Robert K. Tsutakawa},
-  title =	 {Bayesian Inference for Bioassay},
-  institution =	 {University of Missouri - Columbia},
-  year =	 {1975},
-  month =	 {August},
-  number =	 {52}
-}
-
- at article{Tsutakawa84,
-  author =	 {Robert K. Tsutakawa},
-  title =	 {Estimation of Two-Parameter Logistic Item Response
-                  Curves},
-  journal =	 {Journal of Educational Statistics},
-  volume =	 {9},
-  year =	 {1984},
-  pages =	 {263-276},
-  number =	 {4}
-}
-
- at article{Tsutakawa92,
-  author =	 {Robert K. Tsutakawa},
-  title =	 {Moments Under Conjugate Distributions in Bioassay},
-  journal =	 {Statistics \& Probability Letters},
-  volume =	 {15},
-  year =	 {1992},
-  pages =	 {229-233},
-  month =	 {October}
-}
-
- at article{Tsutakawa92b,
-  author =	 {Robert K. Tsutakawa},
-  title =	 {Prior Distribution for Item Response Curves},
-  journal =	 {British Journal of Mathematical and Statistical
-                  Psychology},
-  volume =	 {45},
-  year =	 {1992},
-  pages =	 {51-74}
-}
-
- at article{TulBoe98,
-  author =	 {Shripad Tuljapurkar and Carl Boe},
-  title =	 {Mortality Change and Forecasting: How Much and How
-                  Little Do We Know?},
-  journal =	 {North American Actuarial Journal},
-  volume =	 {2},
-  year =	 {1998},
-  number =	 {4},
-  annote =	 {This paper makes a critical assessment of knowledge
-                  about mortality change and the potential of existing
-                  work to contribute to the development of useful
-                  forecasts in Canada, Mexico, and the United
-                  States. Methods of forecasting are reviewed,
-                  including the scenario method used by the US Social
-                  Security Administration and the time series method
-                  of Lee and Carter.}
-}
-
- at article{TulLiBoe00,
-  author =	 {S. Tuljapurkar and N. Li and C. Boe},
-  title =	 {A Universal Pattern of Mortality Decline in the {G7}
-                  Countries},
-  journal =	 {Nature},
-  volume =	 405,
-  year =	 2000,
-  pages =	 {789--792},
-  month =	 {June}
-}
-
- at article{tumbarello98,
-  author =	 {M. Tumbarello and E. Tacconelli and K. de Gaetano
-                  and F. Ardit and T. Pirronti and R. Claudia and
-                  L. Ortona},
-  title =	 {Bacterial Pneumonia in HIV-Infected Patients:
-                  Analysis of Risk Factors and Prognostic Indicators},
-  journal =	 {Journal of Acquired Immune Deficiency Syndromes and
-                  Human Retroviology},
-  volume =	 18,
-  year =	 1998,
-  number =	 {39-45}
-}
-
- at unpublished{TurLit02,
-  author =	 {P.D. Turney and M.L. Littman},
-  title =	 {Unsupervised Learning of Semantic Orientation},
-  note =	 {National Research Council Canada},
-  year =	 {2002},
-  month =	 {May}
-}
-
- at unpublished{TurLit02,
-  author =	 {P.D. Turney and M.L. Littman},
-  title =	 {Unsupervised Learning of Semantic Orientation},
-  note =	 {National Research Council Canada},
-  year =	 {2002},
-  month =	 {May}
-}
-
- at article{TurMat01,
-  author =	 {G. Turrell and Colin Mathers},
-  title =	 {Socioeconomic inequalities in all-cause and
-                  specific-cause mortality in Australia: 1985--1987
-                  and 1995--1997},
-  journal =	 {International Journal of Epidemiology},
-  volume =	 30,
-  year =	 2001,
-  pages =	 {231--239},
-  number =	 2
-}
-
- at book{Turner85,
-  author =	 {Turner, Henry-Ashbury},
-  title =	 {German big business and the rise of Hitler},
-  publisher =	 {Oxford University Press},
-  year =	 {1985}
-}
-
- at proceedings{Turney02,
-  editor =	 {Peter D. Turney},
-  title =	 {Thumbs Up or Thumbs Down? Semantic Orientation
-                  Applied to},
-  publisher =	 {40th Annual Meeting of the Associatin for
-                  Computational Linguistics},
-  year =	 {2002},
-  month =	 {July},
-  organization = {Institute for Information Technology},
-  address =	 {National Research Council of Canada, Ottawa,
-                  Ontario, Canada K1A0R6}
-}
-
- at proceedings{Turney02,
-  editor =	 {Peter D. Turney},
-  title =	 {Thumbs Up or Thumbs Down? Semantic Orientation
-                  Applied to},
-  publisher =	 {40th Annual Meeting of the Associatin for
-                  Computational Linguistics},
-  year =	 {2002},
-  month =	 {July},
-  organization = {Institute for Information Technology},
-  address =	 {National Research Council of Canada, Ottawa,
-                  Ontario, Canada K1A0R6}
-}
-
- at article{Urdal05,
-  author =	 {Henrik Urdal},
-  title =	 {People vs. Malthus: Population Pressure,
-                  Environmental Degradation, and Armed Conflict
-                  Revisited},
-  journal =	 {Journal of Peace Research},
-  volume =	 {42},
-  year =	 {2005},
-  pages =	 {417-434},
-  month =	 {July},
-  number =	 {4},
-  publisher =	 {Journal for Peace Research}
-}
-
- at book{UttLock02,
-  title =	 {American Political Scientists: a Dictionary},
-  publisher =	 {Greenwood Press},
-  year =	 {2002},
-  editor =	 {Glenn H. Utter and Charles Lockhart},
-  address =	 {Westport, Conn},
-  edition =	 {2nd}
-}
-
- at book{Valentine64,
-  author =	 {Frederick Albert Valentine},
-  title =	 {Convex Sets},
-  publisher =	 {New York, McGraw-Hill},
-  year =	 {1964}
-}
-
- at book{Valentine64,
-  author =	 {Frederick A Valentine},
-  title =	 {Convex Sets},
-  publisher =	 {McGraw-Hill},
-  year =	 1964,
-  address =	 {New York}
-}
-
- at article{VanCor99,
-  author =	 {Marina Vannucci},
-  title =	 {Covariance structure of wavelet coefficients: theory
-                  and models in a Bayesian perspective},
-  journal =	 {Journal of the Royal Statistical Society B},
-  volume =	 {61},
-  year =	 {1999},
-  pages =	 {971-986},
-  number =	 {Part 4}
-}
-
- at book{Vandeth98,
-  author =	 {Jan W. van Deth},
-  title =	 {Comparative Politics, the problem of equivalence},
-  publisher =	 {Routledge},
-  year =	 {1998},
-  editor =	 {Jan W. van Deth},
-  address =	 {11 New Fetter Lane, London EC4P 4EE}
-}
-
- at article{vanDoorslaer97,
-  author =	 {Eddy van Doorslaer},
-  title =	 {Income-related Inequalities in Health: Some
-                  International Comparisons},
-  journal =	 {Journal of Health Economics},
-  year =	 {1997},
-  optnumber =	 {1},
-  optvolume =	 {16},
-  optpages =	 {93--112}
-}
-
- at article{VanWissen01,
-  author =	 {Leo J.G. van Wissen},
-  title =	 {Demography of the Firm: A Useful Metaphor?},
-  journal =	 {European Journal of Population},
-  volume =	 {18},
-  year =	 {2002},
-  pages =	 {263-279}
-}
-
- at book{Vapnik95,
-	author={Vladimir N. Vapnick},
-	title={The Nature of Statistical Learning Theory},
-	publisher={Springer},
-	year= 1995,
-	address={New York}
-}
-
- at book{Vapnik98,
-	author={Vladimir N. Vapnik},
-	title={Statistical Learning Theory},
-	publisher={Wiley},
-	year= 1998 ,
-	address={New York}
-}
-
- at book{VenRip02,
-	author={William N. Venables and Brian D. Ripley},
-	title={Modern Applied Statistics with S},
-	publisher={Springer-Verlag},
-	year={2002},
-	edition={4th}
-}
-
- at article{VerAngCap02,
-	author={Arduino Verdecchia and Giovanni De Angelis and Riccardo Capocaccia},
-	title={Estimation and Projections of Cancer Prevalence from Cancer Registry Data},
-	journal={Statistics in Medicine},
-	volume= 21,
-	year= 2002,
-	pages={3511--3526}
-}
-
- at article{VerCapEgi89,
-	author={A. Verdecchia and R. Capocaccia and V. Egidi and A. Golini},
-	title={A Method for the Estimation of Chronic Disease Morbidity and Trends from
-		Mortality Data},
-	journal={Statistics in Medicine},
-	volume= 8,
-	year= 1989,
-	pages={201--216}
-}
-
- at article{Verrall93,
-	author={R.J. Verrall},
-	title={A state space formulation of Whittaker graduation, with extensions},
-	journal={Insurance: Mathematics and Economics},
-	volume= 13,
-	year= 1993,
-	pages={7--14}
-}
-
- at article{VerSch77,
-	author={Sidney Verba and Kay Lehman Schlozman},
-	title={Unemployment, Class Consciousness, and Radical Politics: What Didn't Happen
-		in the Thirties},
-	journal={Journal of Politics},
-	volume= 39,
-	year= 1977,
-	pages={291--323},
-	number= 2
-}
-
- at book{VerSchBra95,
-	author={Sidney Verba and Kay Lehman Schlozman and Henry E. Brady},
-	title={Voice and Equality: Civic Volunteerism in American Politics},
-	publisher={Harvard University Press},
-	year= 1995,
-	address={Cambridge, MA}
-}
-
- at article{Villalonga04,
-	author={Belen Villalonga},
-	title={Does Diversification Cause the "Diversification Discount"?},
-	journal={Financial Management},
-	volume={33},
-	year={2004},
-	pages={5-27},
-	number={2}
-}
-
- at article{Voth03,
-  author =	 {Voth, Hans-Joachim},
-  title =	 {With a Bang, not a Whimper: Pricking Germany's Stock
-                  Market Bubble in 1927 and the Slide into Depression},
-  journal =	 {Journal of Economic History},
-  volume =	 63,
-  year =	 2003,
-  pages =	 {65--99},
-  number =	 1
-}
-
- at article{Voth95,
-  author =	 {Voth, Hans-Joachim},
-  title =	 {Did High Wages or High Interest Rates Bring Down the
-                  Weimar Republic? A Cointegration Model of Investment
-                  in Germany, 1925-1930},
-  journal =	 {Journal of Economic History},
-  volume =	 55,
-  year =	 1995,
-  pages =	 {801--821},
-  month =	 {December},
-  number =	 4
-}
-
- at article{WacWei82,
-	author={Wacholder, S. and Weinberg, C.R.},
-	title={{Paired versus Two-Sample Design for a Clinical Trial of Treatments with
-		Dichotomous Outcome: Power Considerations}},
-	journal={Biometrics},
-	volume={38},
-	year={1982},
-	pages={801--812},
-	number={3}
-}
-
- at article{Wagstaff00,
-	author={Adam Wagstaff},
-	title={Socioeconomic inequalities in Child Mortality: Comparisons Across Nine Developing
-		Countries},
-	journal= bull,
-	year={2000},
-	optnumber={1},
-	optvolume={78},
-	optpages={19--29}
-}
-
- at article{Wahba75,
-	author={G. Wahba},
-	title={Smoothing noisy data by spline functions},
-	journal={Numer. Math},
-	volume= 24,
-	year= 1975,
-	pages={383--393}
-}
-
- at article{Wahba77,
-	author={G. Wahba},
-	title={Practical approximate solutions to linear operator equations when the data
-		are noisy},
-	journal={SIAM J. Numer. Anal.},
-	volume={14},
-	year={1977}
-}
-
- at article{Wahba78,
-	author={G. Wahba},
-	title={{Improper Priors, Spline Smoothing and the Problem of Guarding Against Model
-		Errors in Regression}},
-	journal={Journal of the Royal Statistical Society B},
-	volume= 40,
-	year= 1978,
-	pages={364--372},
-	number= 3
-}
-
- at incollection{Wahba79,
-	author={G. Wahba},
-	title={Smoothing and ill-posed problems},
-	booktitle={Solutions methods for integral equations and applications},
-	publisher={Plenum Press},
-	year= 1979,
-	address={New York},
-	editor={M. Golberg},
-	pages={183--194}
-}
-
- at inproceedings{Wahba80,
-	author={G. Wahba},
-	title={Spline bases, regularization, and generalized cross-validation for solving
-		approximation problems with large quantities of noisy data},
-	booktitle={Proceedings of the International Conference on Approximation theory in honour
-		of George Lorenz},
-	year={1980},
-	month={January 8--10},
-	publisher={Academic Press},
-	address={Austin, TX},
-	editor={J. Ward and E. Cheney}
-}
-
- at incollection{Wahba80a,
-	author={G. Wahba},
-	title={Spline bases, regularization, and generalized cross-validation for solving
-		approximation problems with large quantities of noisy data},
-	booktitle={Approximation theory III},
-	publisher={Academic Press},
-	year= 1980,
-	address={New York},
-	editor={W. Cheney},
-	pages={905--912}
-}
-
- at article{Wahba85,
-	author={G. Wahba},
-	title={A comparison of {GCV} and {GML} for choosing the smoothing parameter in
-		the generalized splines smoothing problem},
-	journal={The Annals of Statistics},
-	volume= 13,
-	year= 1985,
-	pages={1378--1402}
-}
-
- at book{Wahba90,
-	author={G. Wahba},
-	title={Splines Models for Observational Data},
-	publisher={{Series in Applied Mathematics, Vol. 59, SIAM}},
-	year= 1990 ,
-	address={Philadelphia}
-}
-
- at techreport{WahLinZha99,
-	author={G. Wahba and Y. Lin and H. Zhang},
-	title={Generalized Approximate Cross Validation for SVM, or, anather way to look
-		at margin-like quantities},
-	institution={Department of Statistics, University of Wisconsin},
-	year={1999},
-	type={Tech. Report},
-	number={1006}
-}
-
- at misc{Wakefield01,
-	author={Jon Wakefield},
-	title={Ecological Inference for $2 \times 2$ Tables},
-	year= 2001,
-	howpublished={Working Paper \# 12, Center for Statistics and the Social Sciences, University
-		of Washington}
-}
-
- at article{WalCarXiaGel97,
-	author={Lance A. Waller and Bradley P. Carlin and Hong Xia and Alan E. Gelfand},
-	title={Hierarchical Spatio-Temporal Mapping of Disease Rates},
-	journal= jasa,
-	volume= 92,
-	year= 1996,
-	pages={607-617}
-}
-
- at article{WalDon94,
-	author={G.E.L. Walraven and P.W.J. van Dongen},
-	title={Assessment of maternal mortality in Tanzania},
-	journal={British Journal of Obstetrics and Gynaecology},
-	volume= 101,
-	year= 1994,
-	pages={414--417}
-}
-
- at book{Waldron99,
-	author={Jeremy Waldron},
-	title={Law and disagreement},
-	publisher={Oxford University Press},
-	year={1999},
-	address={New York}
-}
-
- at article{Waletal97,
-	author={L.A. Waller and B.P. Carlin and H. Xia and A.E. Gelfand},
-	title={{Hierarchical Spatio-Temporal Mapping of Disease Rates}},
-	journal= jasa,
-	volume= 92,
-	year= 1997,
-	pages={607--617},
-	number= 438
-}
-
- at techreport{WalHogHam06,
-	author={Robert Walker and Lesley Hoggart and Gayle Hamilton with Susan Blank},
-	title={Making random assignment happen: Evidence from the UK Employment Retention
-		and Advancement (ERA) demonstration},
-	institution={Department for Work and Pensions, Corporate Document Services},
-	year={2006},
-	month={March},
-	type={research report},
-	note={ISBN 1 84 123981 X, Research Report 330}
-}
-
- at article{WanRob98,
-	author={Naisyin Wang and James Robins},
-	title={Large-sample theory for parametric multiple imputation procedures},
-	journal={Biometrika},
-	volume={85},
-	year={1998},
-	pages={935-948}
-}
-
- at article{WanSchAvo05,
-	author={Philip S. Wang and Sebastian Schneeweiss and Jerry Avorn and Michael A.
-		Fischer and Helen Mogun and Daniel H. Solomon and M. Alan Brookhart},
-	title={Risk of Death inelderly Users of Conventional vs. Atypical Antipsychotic
-		Medications},
-	journal={New England Journal of Medicine},
-	volume={353},
-	year={2005},
-	pages={2335-2341},
-	month={December}
-}
-
- at article{WanSha91,
-	author={Goya Wannamethee and A. G. Shaper },
-	title={Self-assessment of Health Status and Mortality in Middle Aged British Men},
-	journal={International Journal of Epidemiology},
-	volume= 20,
-	year= 1991,
-	pages={{239-45}},
-	number= 1
-}
-
- at unpublished{WanYanMa06,
-	author={L Wang and G. Yang and J Ma and C Rao and X Wan and AD Lopez},
-	title={Evaluation of the quality of cause of death statistics in rural China using
-		verbal autopsies},
-	year={2006},
-	journal={Journal of Epidemiology and Community Health}
-}
-
- at book{WapBerBra40,
-	author={Waples, D. and Berelson, B. and Bradshaw, F.R.},
-	title={{What Reading Does to People: A Summary of Evidence on the Social Effects
-		of Reading and a Statement of Problems for Research}},
-	publisher={The University of Chicago Press},
-	year={1940}
-}
-
- at article{Ware05,
-	author={Helen Ware},
-	title={Demography, Migration and Conflict in the Pacific},
-	abstract={This article explores the relationships between demography and internal
-		conflict in the Pacific Island countries, focusing on the three subregions
-		Polynesia, Micronesia and Melanesia. These countries confront distinctive
-		challenges and opportunities because of their unique cultures and non-militarized
-		status, combined with very small size and remote locations. The use of
-		the MIRAB model of island economies based on migration, remittances, aid
-		and bureaucracy is extended to examine its impact on social cohesion and
-		the avoidance of internal conflict. For Polynesia, MIRAB is found to be
-		a sustainable development strategy. Continuous emigration from Polynesia
-		serves to reduce population pressure and communal tensions. Further, remittance
-		income supports the Polynesian economies, and this also reduces the potential
-		for conflict. For Micronesia, except Kiribati and Nauru, migration access
-		to the USA is assured. In contrast, for the Melanesian countries, there
-		is minimal emigration, rapid population growth and considerable intercommunal
-		tension, which has resulted in several coups and one 'failed state'. Demographic
-		pressure created by rapid population growth results in a lack of employment
-		opportunities for youths (who provide the majority of participators in
-		civil unrest and conflicts) rather than in direct pressure on land and
-		other natural resources.},
-	journal={Journal for Peace Research},
-	volume={42},
-	year={2005},
-	pages={435-454},
-	month={July},
-	number={4}
-}
-
- at unpublished{WarSivCao05,
-	author={Michael D. Ward and Randolph M. Siverson and Xun Cao},
-	title={Everybody Out of the Pool!},
-	note={Michael Ward, Dept of Politcal Science, Univ of WA, Seattle mdw at u.washington.edu},
-	year={2005},
-	month={August}
-}
-
- at techreport{WasRoe06,
-	author={Larry Wasserman and Kathryn Roeder},
-	title={Weighted Hypothesis Testing},
-	institution={Carnegie Mellon University},
-	year={2006},
-	month={April}
-}
-
- at article{Weibe04,
-	author={Janyce M. Wiebe},
-	title={Tracking Point of View in Narrative},
-	journal={Computational Linguistics},
-	volume={20},
-	year={1994},
-	pages={233-287},
-	number={2}
-}
-
- at article{Weibe04,
-	author={Janyce M. Wiebe},
-	title={Tracking Point of View in Narrative},
-	journal={Computational Linguistics},
-	volume={20},
-	year={1994},
-	pages={233-287},
-	number={2}
-}
-
- at article{WeiCoxWil87,
-	author={Milton C. Weinstein and Pamela G. Coxson and Lawrence W. Williams and Theodore
-		M. Pass and William B Stason and Lee Goldman},
-	title={Forecasting Coronary Heart Disease Incidence, Mortality, and Cost: The Coronary
-		Heart Disease Policy Model},
-	journal={American Journal of Public Health},
-	volume= 77,
-	year= 1987,
-	pages={1417--1426},
-	number= 11
-}
-
- at book{Weiss86,
-	author={N.S. Weiss},
-	title={Clinical Epidemiology: the Study of Outcome of Disease},
-	publisher={Oxford University Press, NY},
-	year={1986}
-}
-
- at book{Weiss86,
-	author={Noel S. Weiss},
-	title={Clinical Epidemiology: The Study of the Outcome of Illness},
-	publisher={Oxford University Press},
-	year={1986},
-	volume={Volume 11},
-	address={New York},
-	series={Monographs in Epidemiology and Biostatistics }
-}
-
- at article{WeiTan90,
-	author={Greg C. Wei and Martin A. Tanner},
-	title={A Monte Carlo Implementation of the EM Algorithm and the Poor Man's Data
-		Augmentation Algorithms},
-	journal={Journal of the American Statistical Association},
-	volume={85},
-	year={1990},
-	pages={699-704},
-	month={September}
-}
-
- at article{WeiWanIbr97,
-	author={Robert E. Weiss and Yan Wang and Joseph G. Ibrahim},
-	title={Predictive Model Selection for Repeated Measures Random Effects Models Using
-		Bayes Factors},
-	journal={Biometrics},
-	volume= 53,
-	year= 1997,
-	pages={592--602},
-	month={June}
-}
-
- at article{Wellhofer03,
-  title =	 {{Democracy and Fascism: Class, Civil Society, and
-                  Rational Choice in Italy}},
-  author =	 {E. Spencer Wellhofer},
-  journal =	 {American Political Science Review},
-  volume =	 {97},
-  number =	 {01},
-  pages =	 {91--106},
-  year =	 {2003}
-}
-
- at article{Werner00,
-	author={Suzanne Werner},
-	title={The Effects of Political Similarity on the Onset of Militarized Disputes,
-		1816-1985},
-	journal= prq,
-	volume= 53,
-	year= 2000,
-	pages={343--374},
-	month={June}
-}
-
- at article{Wernette1977,
-	author={Wernette, Dee Richard},
-	title={Quantitative Methods in Studying Political Mobilization in Late Weimar Germany},
-	journal={Historical Methods Newsletter},
-	volume= 10,
-	year= 1977,
-	pages={97-101}
-}
-
- at book{WesHar97,
-	author={Mike West and Jeff Harrison},
-	title={Bayesian Forecasting and Dynamic Linear Models},
-	publisher={Springer},
-	year= 1997,
-	address={New York}
-}
-
- at article{WesHarMig85,
-	author={Mike West and P. Jeff Harrison and Helio S. Migon},
-	title={Dynamic Generalized Linear Models and Bayesian Forecasting},
-	journal={Journal of the American Statistical Association},
-	volume={80},
-	year={1985},
-	pages={73-83},
-	month={March},
-	number={389}
-}
-
- at article{Western95,
-	author={Bruce Western},
-	title={{Concepts and Suggestions for Robust Regression Analysis}},
-	journal={American Journal of Political Science},
-	volume={39},
-	year={1995},
-	pages={786--817},
-	number={3}
-}
-
- at article{Western98,
-	author={Bruce Western},
-	title={{Causal Heterogeneity in Comparative Research: a Bayesian Hierarchical Modelling
-		Approach}},
-	journal={American Journal of Political Science},
-	volume= 42,
-	year= 1998,
-	pages={1233--1259},
-	month={October},
-	number= 4
-}
-
- at article{WhiEva96,
-	author={Stephen Whitefield and Geoffrey Evans},
-	title={Support for Democracy and Poltical Opposition in Russia 1993-95},
-	journal={Post Soviet Affairs},
-	volume={12},
-	year={1996},
-	pages={218-52},
-	number={3}
-}
-
- at book{WhiRosMcA97,
-	author={Stephen White and Richard Rose and Ian McAllister},
-	title={How Russia Votes},
-	publisher={Chatham House Publishers, Inc.},
-	year={1997},
-	address={Chatham, NJ}
-}
-
- at unpublished{WhiSetCha06,
-	author={David R. Whiting and Philip W. Setel and Daniel Chandramohan and Lara J.
-		Wolfson and Yusuf Hemed and Alan D. Lopez},
-	title={Estimating Cause-Specific Mortality from Community- and Facility-Based Data
-		Sources in Tanzania: Options and Implications for Mortality Burden Estimates},
-	note={Whiting, MEASURE Evaluation, Carolina Population Center, Univ. of NC at
-		Chapel Hill, Dept of Medicine, School of Clinical Medical Sciences, Univ
-		of Newcastle upon Tyne England; david.whiting at ncl.ac.uk},
-	year={2006}
-}
-
- at article{Whitbeck05,
-	author={Caroline Whitbeck},
-	title={The Responsible Collection, Retention, Sharing, and Interpretation of Data},
-	journal={Online Ethics Center for Engineering and Science},
-	year= 2005,
-	note={{http://onlineethics.org/reseth/mod/data.html}}
-}
-
- at article{White02,
-	author={Kevin M. White},
-	title={Longevity Advances in High-IncomeCountries, 1955-96},
-	journal={Population and Development Review},
-	volume= 28,
-	year= 2002,
-	pages={59--76},
-	month={March},
-	number= 1
-}
-
- at article{White80,
-	author={Halbert White},
-	title={A Heteroskedasticity-Consistent Covariance Matrix Estimator and a Direct
-		Test for Heteroskedasticity},
-	journal={Econometrica},
-	volume={48},
-	year={1980},
-	pages={817--838},
-	month={May},
-	number={4}
-}
-
- at book{White82,
-	author={Halbert L. White},
-	title={Asymptotic Theory For Econometricians},
-	publisher={Academic Press},
-	year= 1984,
-	address={New York}
-}
-
- at book{White92,
-	author={Halbert H. White},
-	title={Artificial Neural Networks, Approximation and Learning Theory},
-	publisher={Blackwell},
-	year= 1992,
-	address={Cambridge, MA}
-}
-
- at article{Whittaker23,
-	author={{Whittaker E.T.}},
-	title={On a New Method of Graduation},
-	journal={Proceedings of the Edinburgh Mathematical Society},
-	volume= 41,
-	year= 1923,
-	pages={63--75}
-}
-
- at article{WidKub96,
-	author={Widmer, G. and Kubat, M.},
-	title={{Learning in the presence of concept drift and hidden contexts}},
-	journal={Machine Learning},
-	volume={23},
-	year={1996},
-	pages={69--101},
-	number={1},
-	publisher={Springer}
-}
-
- at unpublished{WieWilBel01,
-	author={Janyce Wiebe and Theresa Wilson and Matthew Bell},
-	title={Identifying Collocations for Recognizing Opinions},
-	note={University of Pittsburgh wiebe, twilson, mbell at cs.pitt.edu},
-	year={2001},
-	month={April}
-}
-
- at article{WilBerNob01,
-	author={B.P. Will and J.M. Berthelot and K.M. Nobrega and W. Flanagan and W.K. Evans},
-	title={Canada's Population Health Model (POHEM): A Tool for Performing Economic
-		Evaluations of Cancer Control Interventions},
-	journal={European Journal of Cancer},
-	volume= 37,
-	year= 2001,
-	pages={1797--1804}
-}
-
- at article{WilGouBos02,
-	author={Brian G. Williams and Eleanor Gouws and Cynthia Boschi-Pinto and Jennifer
-		Bryce and Christopher Dye},
-	title={Estimates of world-wide distribution of child deaths from acute respiratory
-		infections},
-	journal={The Lancet Infectious Diseases},
-	volume={2},
-	year={2002},
-	pages={25-32},
-	month={January}
-}
-
- at article{WilGouBos02,
-	author={Brian G. Williams and Eleanor Gouws and Cynthia Boschi-Pinto and Jennifer
-		Bryce and Christopher Dye},
-	title={Estimates of world-wide distribution of child deaths from acute respiratory
-		infections},
-	journal={The Lancet Infectious Diseases},
-	volume={2},
-	year={2002},
-	pages={25-32},
-	month={January}
-}
-
- at article{WilHol07,
-	author={Elizabeth Ty Wilde and Robinson Hollister},
-	title={How Close is Close Enough? Evaluating Propensity Score Matching Using Data
-		from a Class-Size Reduction Experiment},
-	journal={Journal of Policy Analysis and Management},
-	volume={26},
-	year={2007},
-	number={3}
-}
-
- at techreport{Wilmoth93,
-	author={John Wilmoth},
-	title={{Computational Methods for Fitting and Extrapolating the Lee-Carter Model
-		of Mortality Change}},
-	institution={Department of Demography, University of California, Berkeley},
-	year= 1993
-}
-
- at incollection{Wilmoth96,
-	author={John R. Wilmoth},
-	title={Mortality Projections for Japan: A Comparison of Four Methods},
-	booktitle={Health and Mortality Among Elderly Populations},
-	publisher={Oxford University Press},
-	year= 1996,
-	address={Oxford},
-	editor={G. Caselli and Alan Lopez},
-	pages={266-287}
-}
-
- at article{Wilmoth98,
-	author={John Wilmoth},
-	title={The Future of Human Longevity: A Demographer's Perspective},
-	journal={Science},
-	volume= 280,
-	year= 1998,
-	pages={395--397},
-	month={April 17},
-	number= 5362
-}
-
- at article{Wilmoth98b,
-	author={John Wilmoth},
-	title={Is the Pace of Japanese Mortality Decline Converging Towards International
-		Trends?},
-	journal={Population and Development Review},
-	volume= 24,
-	year= 1998,
-	pages={593--600},
-	number= 3
-}
-
- at article{WinMar92,
-	author={Christopher Winship and Robert D. Mare},
-	title={Models for Sample Selection Bias},
-	journal={Annual Review of Sociology},
-	volume={18},
-	year={1992},
-	pages={327-50}
-}
-
- at article{WinMor99,
-	author={Christopher Winship and Stephen L. Morgan},
-	title={The Estimation of causal Effects from Observational Data},
-	journal={American Review of Sociology},
-	volume= 25,
-	year= 1999,
-	pages={659--707}
-}
-
- at article{WinRad94,
-	author={Christopher Winship and Larry Radbill},
-	title={Sampling Weights and Regression Analysis},
-	journal={Sociological Methods and Research},
-	volume={23},
-	year={1994},
-	pages={230-257},
-	month={November},
-	number={2}
-}
-
- at unpublished{WinSob00,
-	author={Christopher Winship and Michael Sobel},
-	title={Causal Inference in Sociological Studies},
-	note={Harvard University},
-	year= 2000
-}
-
- at article{WirLin94,
-	author={D.N. Wirawan and M. Linnan},
-	title={The Bali indirect maternal mortality study},
-	journal={Studies in Family Planning},
-	volume= 5,
-	year= 1994,
-	pages={304--309}
-}
-
- at inbook{WolCalJoh94,
-  author =	 {F.D. Wolinsky, C.M. Callahan, and R.J. Johnson},
-  title =	 {Subjective Health Status and Mortality in the
-                  Elderly},
-  year =	 1994,
-  publisher =	 {{New York: Springer Publishing Company}},
-  pages =	 {{13-28}},
-  journal =	 {Facts and Research in Gerontology}
-}
-
- at article{WolFir02,
-  author =	 {Rory Wolfe and David Firth},
-  title =	 {Modelling Subjective Use of an Ordinal Reponse Scale
-                  in a Many Period Crossover Experiment},
-  journal =	 {Applied Statistics},
-  volume =	 51,
-  year =	 2002,
-  pages =	 {245--255},
-  month =	 {April},
-  number =	 2
-}
-
- at article{WolJoh92,
-  author =	 {Fredric Wolinsky and Robert Johnson},
-  title =	 {Perceived Health Status and Mortality Among Older
-                  Men and Women},
-  journal =	 {Journal of Gerontology: Social Sciences},
-  volume =	 47,
-  year =	 1992,
-  pages =	 {{S304-12}}
-}
-
- at article{WolJohStu95,
-  author =	 {Fredric D. Wolinsky, Robert L. Johnson, and Timothy
-                  E. Stump},
-  title =	 {The Riske of Mortality among Older Adults over an
-                  Eight-Year Period},
-  journal =	 {The Gerontologist},
-  volume =	 35,
-  year =	 1995,
-  pages =	 {{150-61}}
-}
-
- at article{WonBenKof98,
-  author =	 {John B. Wong and William G. Bennett and Raymond
-                  S. Koff and Stephen G. Pauker},
-  title =	 {Pretreatment Evaluation of Chronic Hepatitis C:
-                  Risks Benefits, and Costs},
-  journal =	 {Journal of the American Medical Association},
-  volume =	 280,
-  year =	 1998,
-  pages =	 {2088--2093}
-}
-
- at article{WonMcqMch00,
-  author =	 {John B. Wong and Gerladine M. McQuillan and John
-                  G. McHutchison and Thierry Poynard},
-  title =	 {Estimating Future Hepatitis C Morbidity, Mortality,
-                  and Costs in the United States},
-  journal =	 {American Journal of Public Health},
-  volume =	 90,
-  year =	 2000,
-  pages =	 {1562--1569},
-  number =	 10
-}
-
- at book{WraPet96,
-  author =	 {Richard Wrangham and Dale Peterson},
-  title =	 {Demonic Males},
-  publisher =	 {Houghton Mifflin},
-  year =	 1996
-}
-
- at book{WuHam00,
-  author =	 {Chien-Fu Wu and Michael Hamada},
-  title =	 {Experiments: Planning, analyzing and Parameter
-                  Design Optimization},
-  publisher =	 {Wiley-Interscience},
-  year =	 {2000},
-  address =	 {New York}
-}
-
- at book{WuHam00,
-  author =	 {Chien-Fu Wu and Michael Hamada},
-  title =	 {Experiments: Planning, Analyzing, and Parameter
-                  Design Optimization},
-  publisher =	 {Wiley-Interscience},
-  year =	 {2000},
-  address =	 {New York}
-}
-
- at article{WuSch93,
-  author =	 {Z. Wu and R. Schaback},
-  title =	 {Local Error Estimates for Radial Basis Function
-                  Interpolation of Scattered Data},
-  journal =	 {Journal of Numerical Analysis},
-  volume =	 13,
-  year =	 1993,
-  pages =	 {13--27}
-}
-
- at article{YanRaoMa05,
-  author =	 {Gonghuan Yang and Chalapati Rao and Jiemin Ma and
-                  Lijun Wang and Xia Wan and Guillermo Dubrovsy and
-                  Alan D. Lopez},
-  title =	 {Validation of verbal autopsy procedures for adult
-                  deaths in China},
-  journal =	 {International Journal of Epidemiology},
-  year =	 {2005},
-  month =	 {September},
-  note =	 {Advance Access published 9/6/05
-                  doi:10.1093/ije/dyi181}
-}
-
- at article{YeeHas03,
-  author =	 {Yee, T. W. and Hastie, T. J.},
-  title =	 {Reduced-rank vector generalized linear models},
-  journal =	 {Statistical Modelling},
-  volume =	 3,
-  year =	 {2003},
-  pages =	 {15--41},
-  issue =	 1
-}
-
- at article{YeeWil96,
-  author =	 {T.W. Yee and C.J. Wild},
-  title =	 {Vector Generalized Additive Models},
-  journal =	 {Journal of the Royal Statistical Society. Series B
-                  (Methodological)},
-  volume =	 {58},
-  year =	 {1996},
-  pages =	 {481--493},
-  number =	 {3}
-}
-
- at article{Yoo02,
-  author =	 {Thomas W. Yoo},
-  title =	 {Presumed Disloyal: Executive Power Judicial
-                  Deference, and the Construction of Race Before and
-                  After September 11},
-  journal =	 {Columbia Human Rights Law Review},
-  volume =	 34,
-  year =	 {2002},
-  pages =	 {1--??}
-}
-
- at Article{YacYac06,
-  author =	 {Jason Webb Yackee and Susan Webb Yackee},
-  title =	 {A Bias Towards Business? Assessing Interest Group
-                  Influence on the U.S. Bureaucracy},
-  journal =	 {Journal of Politics},
-  year =	 {2006},
-  OPTkey =	 {},
-  volume =	 {68},
-  number =	 {1},
-  pages =	 {128-169},
-  OPTmonth =	 {},
-  OPTnote =	 {},
-  OPTannote =	 {}
-}
-
- at article{YosMagBos03,
-  author =	 {Hirokazu Yoshikawa and Katherine A. Magnuson and
-                  Johannes M. Bos and Jo Ann Hsueh},
-  title =	 {Effects of Earnings-Supplement Policies on Adult
-                  Economic and Middle-Childhood Outcomes Differ for
-                  the `Hardest to Employ'},
-  journal =	 {Child Development},
-  volume =	 {74},
-  year =	 {2003},
-  pages =	 {1500-1521},
-  month =	 {September/October},
-  number =	 {5}
-}
-
- at proceedings{YuHat03,
-	editor={Hong Yu and Vasileios Hatzivassiloglou},
-	title={Towards Answering Opinion Questions: Separating Facts from Opinions and
-		Identifying the Polarity of Opinion Sentences},
-	year={03},
-	organization={2003 Conference on Empirical Methods in Natural Language Processing},
-	address={Hong Yu Dept. of Computer Science columbia Univ. New York, NY 10027 hongyu at cs.columbia.edu}
-}
-
- at article{YuKeaSly98,
-	author={Elena S. H. Yu, Yin M. Kean, Donal J. Slyman, et al},
-	title={Self Perceived Health and 5-Year Mortality Risks among the Elderly in Shanghai,
-		China},
-	journal={American Journal of Epidemiology},
-	volume= 147,
-	year= 1998,
-	pages={{880-90}}
-}
-
- at article{yule12,
-	author={G.U. Yule},
-	title={On the Methods of Measuring the Association Between Two Attributes},
-	journal={Journal of the Royal Statistical Society},
-	volume= 75,
-	year= 1912,
-	pages={579--642}
-}
-
- at book{Zaba86,
-	author={Basia Zaba},
-	title={Measurement of Emigration Using Indirect Techniques. Manual for the collection
-		and analysis of Data on Residence of Relatives},
-	publisher={Ordina Editions, 10, place St. Jacques 4000 Liege Belgium},
-	year={1986},
-	note={Working Group on the Methodology for the Study of International Migration}
-}
-
- at article{ZabDav96,
-	author={Basia Zaba and Patricia H. David},
-	title={Fertility and the Distribution of Child Mortality Risk Among Women: An Illustrative
-		Analysis},
-	journal={Population Studies},
-	volume= 50,
-	year= 1996,
-	pages={263--278}
-}
-
- at book{Zaller92,
-	author={John R. Zaller},
-	title={The Nature and Origins of Mass Opinion},
-	publisher={Cambridge University Press},
-	year= 1992,
-	address={New York, NY}
-}
-
- at article{ZamRouOrh01,
-	author={Asad Zaman and Peter J. Rousseeuw and Mehmet Orhan},
-	title={{Econometric applications of high-breakdown robust regression techniques}},
-	journal={Economics Letters},
-	volume={71},
-	year={2001},
-	pages={1--8}
-}
-
- at article{Zeileis04,
-	author={Achim Zeileis},
-	title={Econometric Computing with HC and HAC Covariance Matrix Estimators},
-	journal={Journal of Statistical Software},
-	volume={11},
-	year={2004},
-	pages={1--17},
-	number={10},
-	publisher={Wiley}
-}
-
- at article{Zellner62,
-	author={A. Zellner},
-	title={An Efficient Method of Estimating Seemingly Unrelated Regressions and Tests
-		for Aggregation Bias},
-	journal= jasa,
-	volume= 57,
-	year= 1962,
-	pages={348--368},
-	month={June},
-	number= 298
-}
-
- at incollection{Zeng00,
-	author={Langche Zeng},
-	title={Neural Network Models for Political Analysis},
-	booktitle={Political Complexity: Nonlinear Models of Politics},
-	publisher={University of Michigan Press},
-	year= 2000,
-	editor={Diana Richards},
-	pages={239--268}
-}
-
- at article{Zeng99,
-	author={Langche Zeng},
-	title={Classification and Prediction with Neural Network Models},
-	journal= smr,
-	volume= 27,
-	year= 1999,
-	pages={499--524},
-	month={May},
-	number= 4
-}
-
- at article{zhang98,
-	author={Jun Zhang and F. Kai Yu},
-	title={What's the Relative Risk? A Method of Correcting the Odds Ratio in Cohort
-		Studies of Common Outcomes},
-	journal={New England Journal of Medicine},
-	volume= 280,
-	year= 1998,
-	pages={1690--1},
-	number= 19
-}
-
- at article{Zhao04,
-	author={Zhong Zhao},
-	title={Using matching to estimate treatment effects: data requirements, matching
-		metrics, and {M}onte {C}arlo evidence},
-	journal={Review of Economics and Statistics},
-	volume= 86,
-	year= 2004,
-	pages={91-107},
-	number= 1
-}
-
- at article{zocchetti97,
-	author={Carlo Zocchetti, Dario Consonni and Pier Bertazzi},
-	title={Relationship Between Prevalence Rate Ratios and Odds Ratios in Cross-sectional
-		Studies},
-	journal={International Journal of Epidemiology},
-	volume= 26,
-	year= 1997,
-	pages={220--23},
-	number= 1
-}
-
- at article{Zorn01,
-	author={Christopher Zorn},
-	title={Generalized Estimating Equation Models for Correlated Data: A Review with
-		Applications},
-	journal= ajps,
-	volume= 45,
-	year= 2001,
-	pages={470--490},
-	month={April}
-}
-
- at article{ZouTepSaa00,
-	author={Shimian Zou and Martin Tepper and Susie El Saadany},
-	title={Prediction of Hepatitis C Burden in Canada},
-	journal={Canadian Journal of Gastroenterology},
-	volume= 14,
-	year= 2000,
-	pages={575--580},
-	month={July/August},
-	number= 7
-}
-
- at article{KnaArrMen06,
-  author =	 {Felicia Marie Knaul, H{\'e}ctor Arreola-Ornelas,
-                  Oscar M{\'e}ndez-Carniado, Chloe Bryson-Cahn, Jeremy
-                  Barofsky, Rachel Maguire, Martha Miranda,},
-  title =	 {Evidence is good for your health system: policy
-                  reform to remedy catastrophic and impoverishing
-                  health spending in Mexico},
-  journal =	 {Lancet},
-  volume =	 {368},
-  year =	 {2006},
-  pages =	 {1828-41},
-  month =	 {November}
-}
-
- at article{KnaFre05,
-  author =	 {Felicia Marie Knaul and Julio Frenk},
-  title =	 {Health Insurance in Mexico: Achieving Universal
-                  Coverage Through Structural Reform},
-  journal =	 {Health Affairs},
-  volume =	 {24},
-  number =	 {6},
-  year =	 {2005},
-  pages =	 {1828-41},
-  month =	 {November}
-}
-
- at book{Turner79,
-	author={Henry Turner},
-	title={German Big Business and the Rise of Hitler},
-	publisher={Oxford University Press},
-	year= 1979,
-	address={New York}
-}
-
- at article{CamElbAlt04,
-	author={Campbell, M. and Elbourne, D. and Altman, D.},
-	title={{CONSORT statement: extension to cluster randomised trials}},
-	journal={BMJ},
-	volume={328},
-	year={2004},
-	pages={702--708},
-	number={7441}
-}
-
- at proceedings{HigGre06,
-	editor={JPT Higgins and S. Green},
-	title={Cochrane Handbook for Systematic Review of Interventions 4.2.5 [updated
-		September 2006]},
-	publisher={John Wiley and Sons},
-	year= 2006,
-	address={Chichester, UK},
-	series={The Cochrane Library},
-	number= 4
-}
-
- at article{Campbell04,
-	author={Michael J Campbell},
-	title={Editorial: Extending CONSORT to include cluster trials},
-	journal={BMJ},
-	volume= 328,
-	year= 2004,
-	pages={654-655},
-	month={March},
-	note={{http://www.bmj.com/cgi/content/full/328/7441/654\%20?q=y}}
-}
-
- at techreport{MRC02,
-	author={{Medical Research Council}},
-	title={Cluster Randomized Trials: Methodological and Ethical Considerations},
-	institution={MRC Clinical Trials Series},
-	year= 2002,
-	note={{http://www.mrc.ac.uk/Utilities/Documentrecord/index.htm?d=MRC002406}}
-}
-
- at article{Cornfield78,
-	author={Jerome Cornfield},
-	title={Randomization by Group: a Formal Analysis},
-	journal={American Journal of Epidemiology},
-	volume={108},
-	year={1978},
-	pages={100},
-	number={2}
-}
-
- at book{Wood06,
-	author={Simon N. Wood},
-	title={Generalized Additive Models: An Introduction with R},
-	publisher={CRC Press},
-	year= 2006,
-	address={London}
-}
-
- at article{Wood04,
-	author={Simon N. Wood},
-	title={Stable and efficient multiple smoothing parameter estimation for generalized
-		additive models},
-	journal= jasa,
-	volume= 99,
-	year= 2004,
-	pages={673--686}
-}
-
- at article{Wood00,
-	author={Simon N. Wood},
-	title={Modeling and Smoothing Parameter Estimation wiht Multiple Quadratic penalties},
-	journal={Journal of the Royal Statistical Society},
-	volume={62},
-	year={2000},
-	pages={413-428},
-	number={2}
-}
-
- at manual{HamHen05,
-	author={Jeff Hamann and Arne Henningsen},
-	title={systemfit: Simultaneous Equation Systems in R Package},
-	year={2005},
-	url={{http://www.systemfit.org}}
-}
-
- at article{BenYek01,
-	author={Yoav Benjamini and Daniel Yekutieli},
-	title={The Control of the False Discovery Rate in Multiple Teting under Dependency},
-	journal={The Annals of Statistics},
-	volume={29},
-	year={2001},
-	pages={1165-1188},
-	month={August},
-	number={4}
-}
-
- at article{BenHoc95,
-	author={Yoav Benjamini and Yosef Hochberg},
-	title={Controlling the False Disvoery Rate: A Practical and Powerful Approach to
-		Multiple Testing},
-	journal={Journal of the Royal Statistical Society, Series B},
-	volume={57},
-	year={1995},
-	pages={289-300},
-	number={1}
-}
-
- at techreport{WWC06,
-	author={{What Works Clearinghouse}},
-	title={Evidence Standards for Reviewing Studies},
-	institution={Institute for Educational Sciences},
-	year= 2006,
-	note={{http://www.whatworks.ed.gov/reviewprocess/standards.html}}
-}
-
- at article{RauMarSpy07,
-	author={Stephen W. Raudenbush and Andres Martinez and Jessaca Spybrook},
-	title={Strategies for Improving Precision in Group-Randomized Experiments},
-	journal={Educational Evaluation and Policy Analysis},
-	volume= 29,
-	year= 2007,
-	pages={5--29}
-}
-
- at article{HorKle07,
-	author={Nicholas J. Horton and Ken P. Kleinman},
-	title={Much Ado About Nothing: A Comparion of Missing Data Methods and Software
-		to Fit Incomplete Data Regression Models},
-	journal={The American Statistician},
-	volume= 61,
-	year= 2007,
-	pages={79--90},
-	month={February},
-	number= 1
-}
-
- at book{GwaWagYaz05,
-	title={Reaching the Poor},
-	publisher={The World Bank},
-	year= 2005,
-	editor={Davidson R. Gwatkin and Adam Wagstaff and Adbo S. Yazbeck},
-	address={Washington, D.C.}
-}
-
- at book{wdr04,
-	title={Making Services Work for Poor People: World Development Report, 2004},
-	publisher={Oxford University Press and the World Bank},
-	year= 2003,
-	editor={{World Bank}},
-	address={Washington, D.C.}
-}
-
- at article{BauLak03,
-	author={Matthew A. Baum and David A. Lake},
-	title={The Political Economy of Growth: Democracy and Human Capital},
-	journal={American Journal of Political Science},
-	volume={47},
-	year={2003},
-	pages={333-347},
-	month={April},
-	number={2}
-}
-
-
- at book{Lee02,
-        author={Taeku Lee},
-	title={Mobilizing Public Opinion: Black Insurgency and Racial Attitudes in the Civil Rights Era},
-	publisher={University of Chicago Press},
-	year={2002},
-	address={Chicago, IL}
-}
-
- at book{Herbst93,
-        author={Susan Herbst},
-	title={Numbered Voices: How Opinion Polling Has Shaped American Politics},
-	publisher={University of Chicago Press},
-	year={1993},
-	address={Chicago, IL}
-}
-
- at book{Ginsberg86,
-  title =	 {The Captive Public: How Mass Opinion Promotes State
-                  Power},
-  author =	 {Benjamin Ginsberg},
-  year =	 {1986},
-  publisher =	 {Basic Books},
-  address =	 {New York, NY}
-}
-
- at article{Blumer48,
-  title =	 {Public Opinion and Public Opinion Polling},
-  author =	 {Hubert Blumer},
-  journal =	 {American Sociological Review},
-  volume =	 {13},
-  number =	 {5},
-  pages =	 {542--549},
-  year =	 {1948}
-}
-
- at article{Converse87,
-  title =	 {{Changing Conceptions of Public Opinion in the
-                  Political Process}},
-  author =	 {Philip E. Converse},
-  journal =	 {The Public Opinion Quarterly},
-  volume =	 {51},
-  pages =	 {12--24},
-  year =	 {1987}
-}
-
- at article{LakBau01,
-  author =	 {David A. Lake and Matthew A. Baum},
-  title =	 {The Invisible Hand of Democracy: Political Control
-                  and the Provision of Public Services},
-  journal =	 {Comparative Political Studies},
-  volume =	 {34},
-  year =	 {2001},
-  pages =	 {587-621},
-  month =	 {August},
-  number =	 {6}
-}
-
- at article{IveSos06,
-  author =	 {Torben Iversen and David Soskice},
-  title =	 {Electoral Institutions and the Politics of
-                  Coalitions: Why Some Democracies Redistribute More
-                  Than Others},
-  journal =	 apsr,
-  volume =	 {100},
-  year =	 {2006},
-  pages =	 {165-181},
-  month =	 {May},
-  number =	 {2}
-}
-
- at article{Timmons05,
-  author =	 {Jeffrey F. Timmons},
-  title =	 {The Fiscal Contract: States, Taxes, and Public
-                  Services},
-  journal =	 {World Politics},
-  volume =	 {57},
-  year =	 {2005},
-  pages =	 {530-567},
-  month =	 {July},
-  number =	 {4}
-}
-
- at article{Ross06,
-	author={Michael Ross},
-	title={Is Democracy Good for the Poor?},
-	journal= ajps,
-	volume={50},
-	year={2006},
-	pages={860-874},
-	month={October},
-	number={4}
-}
-
- at unpublished{Spence07,
-	author={Matthew J. Spence},
-	title={Do Governments Spend More to Compensate for Openness},
-	note={Working paper.},
-	year= 2007
-}
-
-
- at article{Rodrik98,
-	author={Dani Rodrik},
-	title={Why Do More Open Economies Have Bigger Governments?},
-	journal={Journal of Political Economy},
-	volume={106},
-	year={1998},
-	pages={997-1032},
-	month={October},
-	number={5}
-}
-
- at article{Fearon05,
-	author={James D. Fearon},
-	title={Primary Commodity Exports and Civil War},
-	journal={Journal of Conflict Resolution},
-	volume={49},
-	year={2005},
-	pages={483-507},
-	month={August},
-	number={4}
-}
-
- at article{ColHoe04,
-	author={Paul Collier and Anke Hoeffler},
-	title={Greed and Grievance in Civil War},
-	journal={Oxford Economic Papers},
-	volume={56},
-	year={2004},
-	pages={563-595},
-	month={October},
-	number={4}
-}
-
- at article{FeaLai03,
-  author =	 {James D. Fearon and David D. Laitin},
-  title =	 {Ethnicity, Insurgency, and Civil War},
-  journal =	 apsr,
-  volume =	 {97},
-  year =	 {2003},
-  pages =	 {75-90},
-  month =	 {February},
-  number =	 {1}
-}
-
- at article{Marinov05,
-  author =	 {Nikolay Marinov},
-  title =	 {Do Economic Sanctions Destabilize Country Leaders?},
-  journal =	 ajps,
-  volume =	 {49},
-  year =	 {2005},
-  pages =	 {564-576},
-  month =	 {July},
-  number =	 {3}
-}
-
- at book{Barro97,
-  author =	 {Robert J. Barro},
-  title =	 {Determinants of Economic Growth},
-  publisher =	 {MIT Press},
-  year =	 1997,
-  address =	 {Cambridge}
-}
-
- at article{ChaLin01,
-  author =	 {Chih-Chung Chang and Chih-Jen Lin},
-  title =	 {{LIBSVM}: a library for support vector machines},
-  year =	 {2001},
-  note =	 {{http://www.csie.ntu.edu.tw/~cjlin/libsvm}}
-}
-
- at article{BosLarGie03,
-  author =	 {Thomas J. Bossert and Osvaldo Larra{\~n}aga and Ursula
-                  Giedion Jos\'e and Jesus Arbelaez and Diana M. Bowser},
-  title =	 {Descentralizaci{\'o}n y distribuci{\'o}n equitativa
-                  de los recursos: evidencia obtenida en Colombia y
-                  Chile},
-  journal =	 {Bulletin of World Health Organization},
-  volume =	 81,
-  year =	 2003,
-  pages =	 {95-100},
-  number =	 2
-}
-
- at article{Bowyer04,
-  author =	 {Tim Bowyer},
-  title =	 {Popular participation and the State: democratizing
-                  the health sector in rural Peru},
-  journal =	 {International Journal of Health Planning and
-                  Management},
-  volume =	 19,
-  year =	 2003,
-  pages =	 {131-161},
-}
- at article{CohPet97,
-  author =	 {John M. Cohen and Stephen B. Peterson},
-  title =	 {Administrative Decentalization: A New Framework for
-                  Improved Governance, Accountability, and
-                  Performance},
-  journal =	 {CID Development Discussion Paper 582},
-  year =	 1997,
-  pages =	 {1-37},
-  month =	 {July},
-}
- at book{DjuMac75,
-  title =	 {Alternative Approaches to Meeting Basic Health Needs
-                  in Developing Countries},
-  publisher =	 {World Health Organization},
-  year =	 1975,
-  editor =	 {V. Djukanovic and E.P. Mach},
-  address =	 {Geneva},
-}
-
- at book{Frenk95,
-  title =	 {Health and the Economy: Proposals for Progress in
-                  the Mexican Health System},
-  publisher =	 {D.F. Funsalud},
-  year =	 1995,
-  editor =	 {V. Djukanovic and E.P. Mach},
-  address =	 {Mexico},
-}
-
- at article{GaiKul02,
-  author =	 {Raghav Gaiha and Vani Kulkami},
-  title =	 {Panchayats, Communities, and the Rural Poor in
-                  India},
-  journal =	 {Journal of Asian and African Studies},
-  volume =	 37,
-  year =	 2002,
-  pages =	 {131-161},
-}
- at article{GonLeyAta89,
-  author =	 {Miguel Gonz\'alez-Block and Ren\'e Leyva and Oscar
-                  Zap Ata and Ricardo Loewe and Javier Alag\'on},
-  title =	 {Health Services Decentralisation in Mexico:
-                  Formulation, Implementation and Results of Policy},
-  journal =	 {Health Policy and Planning},
-  year =	 1989,
-  pages =	 {301-315},
-  volume =	 4,
-  month =	 {July}
-}
-
- at book{KauNel04,
-  title =	 {Crucial Needs, Weak Incentives: social sector
-                  reform, democratization and globalization in Latin
-                  American},
-  publisher =	 {Wilson Center Press},
-  year =	 2004,
-  editor =	 {Robert R. Kaufman and Joan M. Nelson},
-  address =	 {Washington}
-}
-
- at article{Lloyd-Sherlock00,
-	author={Peter Lloyd-Sherlock},
-	title={Failing the needy: public social spending in Latin America},
-        journal={Journal of International Development},
-	year= 2000,
-	pages={101-119},
-        volume= 12,
-        month={July},
-	
-}
- at article{LonFre97,
-	author={Juan Luis Londo\~no and Julio Frenk},
-	title={Structured Pluralism: towards an innovative model for health system reform in Latin American},
-        journal={Health Policy},
-	year=1997,
-	pages={1-36},
-        volume= 41,
-        month={July},
-	
-}
-
- at inbook{Lustig94,
-	author={Nora Lustig},
-	title={Solidarity as a strategy of poverty alleviation},
-	year={1994},
-	publisher={Center for U.S.-Mexican Studies},
-	address={University of California, San Diego},
-        editor={Wayne Cornelius and Ann Craig and Jonathan Fox},
-}
-
- at article{Prudhomme95,
-	author={R\'emy Prud'homme},
-	title={The Dangers of Decentralization},
-        journal={The World Bank Research Observer},
-	year=1995,
-        volume= 10,
-        month={August},
-        pages={201-220},
-        number= 2,
-}
-
- at article{RawSheVan04,
-  author =	 {Laura Rawlings and Lynne Sherburne-Benz and Julie
-                  Van Domelen},
-  title =	 {Evaluating Social Funds: A Cross Country analysis of
-                  Community Investments},
-  journal =	 {World Bank Regional and Sectoral Studies},
-  year =	 2004,
-}
-
- at article{Shah97,
-  author =	 {Anwar Shah},
-  title =	 {Fostering Responsive and Accountable Governance:
-                  Lessons from Decentralization Experience},
-  journapublisherl ={World Bank},
-  year =	 1997,
-  address =	 {Washington, DC},
-  annote =
-                  {{http://www1.worldbank.org/wbiep/decentralization/library3/shah.pdf}},
-}
-
- at article{Smoke01,
-  author =	 {Paul Smoke},
-  title =	 {Fiscal Decentralization in Developing Countries: A
-                  Review of Current Concepts and Practice},
-  journal =	 {Governance and Human Rights Programme Paper No. 2},
-  year =	 2001,
-  month =	 {February},
-  journapublisherl ={UNRISD},
-  address =	 {Geneva},
-}
-
- at book{Snyder01,
-       author={Richard Snyder},
-       title={Politics after neoliberalism},
-       publisher={Cambridge University Press},
-       address={Cambridge},
-       year=2001,
-}
-
- at book{Weyland04,
-  title =	 {Learning From Foreign Models in Latin American
-                  Policy Reform},
-  editor =	 {Kurt Weyland},
-  publisher =	 {Woodrow Wilson Center Press},
-  year =	 2004,
-  address =	 {Washington DC},
-}
-
- at book{Weyland96,
-  author =	 {Kurt Weyland},
-  title =	 {Democracy Without Equity: failures of reform in
-                  Brazil},
-  address =	 {Pittsburgh},
-  publisher =	 {University of Pittsburgh Press},
-  year =	 1996,
-}
- at unpublished{Wallach06,
-	author={Hanna M. Wallach},
-	title={Topic Modeling: Beyond Bag-of-Words},
-	note={{http://www.icml2006.org/icml_documents/camera-ready/123_Topic_Modeling_Beyon.pdf}},
-	year= 2006,
-}
- at unpublished{WanMccWei07,
-  author =	 {Xuerui Wang and Andrew MacCallum and Xing Wei},
-  title =	 {Topical N-grams: Phrase and Topic Discovery, with an
-                  Application to Information Retreival},
-  note =
-                  {{http://www.cs.umass.edu/%7Exuerui/papers/ngram_tr.pdf}},
-  year =	 2007,
-}
- at unpublished{GriSteBle04,
-  author =	 {Thomas L. Griffiths and mark Steyvers and David
-                  M. Blei and Joshua B. Tenenbaum},
-  title =	 {Integrating Topics and Syntax},
-  note =
-                  {{http://books.nips.cc/papers/files/nips17/NIPS2004_0642.pdf}},
-  year =	 2004,
-}
- at unpublished{ScoMat99,
-  author =	 {Sam Scott and Stan Matwin},
-  title =	 {Feature Engineering for Text Classification},
-  note =
-                  {{http://www.ldv.uni-trier.de/ldvpage/naumann/textklassifikation/Textklassifikation/scott99feature.pdf}},
-  year =	 1999,
-}
- at unpublished{Sabastiani02,
-  author =	 {Fabrizio Sebastiani},
-  title =	 {Machine Learning in Automated Text Categorisation},
-  note =
-                  {{http://www.math.tau.ac.il/%7Eshimsh/Text_Domain/ACMCS00.pdf}},
-  year =	 2002,
-}
- at unpublished{BekAll03,
-  author =	 {Ron Bekkerman and James Allan},
-  title =	 {Using Bigrams in Text Categorization},
-  note =	 {{http://ciir.cs.umass.edu/pubfiles/ir-408.pdf}},
-  year =	 2003,
-}
- at unpublished{MosBas04,
-  author =	 {Alessandro Moschitti and Roberto Basili},
-  title =	 {Complex Linguistic Features for Text
-                  Classification:a comprehensive study},
-  note =
-                  {{http://dit.unitn.it/\~moschitt/articles/ECIR2004.pdf}},
-  year =	 2004,
-}
-
- at article{Manor95,
-  title =	 {{Democratic Decentralization in Africa and Asia}},
-  author =	 {Manor, J.},
-  journal =	 {IDS Bulletin},
-  volume =	 {26},
-  number =	 {2},
-  pages =	 {81--88},
-  year =	 {1995}
-}
-
- at article{BarMoo90,
-  title =	 {{Capture and Governance at Local and National
-                  Levels}},
-  author =	 {Bardhan, P. and Mookherjee, D.},
-  journal =	 {The American Economic Review},
-  volume =	 {90},
-  number =	 {2},
-  pages =	 {135--139},
-  year =	 {2000}
-}
-
- at book{SavLevBir06,
-  author =	 {William D. Savedoff and Ruth Levine and Nancy
-                  Birdsall},
-  title =	 {When Will We Ever Learn? Improving Lives Through
-                  Impact Evaluation},
-  publisher =	 {Center for Global Development},
-  year =	 2006,
-  note =
-                  {{http://www.cgdev.org/section/initiatives/\_active/evalgap}}
-}
-
- at article{GonGutSte06,
-  title =	 {Priority setting for health interventions in
-                  Mexico's System of Social Protection in Health},
-  author =	 {Gonz{\'a}lez-Pier, E. and Guti{\'e}rrez-Delgado,
-                  C. and Stevens, G. and Barraza-Llor{\'e}ns, M. and
-                  Porras-Condey, R. and Carvalho, N. and Loncich,
-                  K. and Dias, R.H. and Kulkarni, S. and Casey, A. and
-                  others},
-  journal =	 {The Lancet},
-  volume =	 {368},
-  number =	 {9547},
-  pages =	 {1608--1618},
-  year =	 {2006},
-  publisher =	 {Elsevier}
-}
-
- at article{DonKla94,
-  author =	 {Allan Donner and Neil Klar},
-  title =	 {Cluster Randomization Trials in Epidemiology: Theory
-                  and Application},
-  journal =	 {Journal of Statistical Planning and Inference},
-  volume =	 {42},
-  year =	 {1994},
-  pages =	 {37-56}
-}
-
- at article{BleLaf07,
-  author =	 {David M. Blei and John D. Lafferty},
-  title =	 {A Correlated Topic Model of Science},
-  journal =	 {The Annals of Applied Statistics},
-  volume =	 {1},
-  year =	 {2007},
-  pages =	 {17-35},
-  number =	 {1}
-}
-
- at article{BleNgJor03,
-  author =	 {David M. Blei and Andrew Y. Ng and Michael
-                  I. Jordan},
-  title =	 {Latent Dirichlet Allocation},
-  journal =	 {Journal of Machine Learning Research},
-  volume =	 {3},
-  year =	 {2003},
-  pages =	 {993-1022}
-}
-
- at inproceedings{GolZhu06,
-  author =	 {Andrew B. Goldberg and Xiaojin Zhu},
-  title =	 {Seeing Stars When there aren't Many Stars: Graph
-                  Based Semi-Supervised Learning for Sentiment
-                  Categorization},
-  booktitle =	 {HLT-NAACL 2006 Workshop on Textgraphs: Graph-based
-                  Algorithms for Natural Language Processing},
-  year =	 {2006},
-  address =	 {New York, NY},
-  url =		 {{http://www.cs.wisc.edu/\~jerryzhu/pub/sslsa.pdf}}
-}
-
- at inproceedings{Turney02,
-  author =	 {Peter Turney},
-  title =	 {Thumbs Up or thumbs Down? Semantic Orientation
-                  Applied to Unsupervised Classification of Reviews},
-  booktitle =	 {Proceedings of ACL-02, 40th Annual Meeting of the
-                  Assocation for Computational Linguistics},
-  year =	 {2002},
-  pages =	 {417-424},
-  address =	 {Philadelphia, US},
-  url =		 {{http://www.aclweb.org/anthology/P02-1053.pdf}}
-}
-
- at inproceedings{YuHat03,
-  author =	 {Hong Yu and Vasileios Hatzivassiloglou},
-  title =	 {Towards Answering Opinion Questions: Separating
-                  Facts from Opinions and Identifying the Polarity of
-                  Opinion Sentences},
-  booktitle =	 {Proceedings of EMNLP-03, 8th Conference on Empirical
-                  Methods in Natural Language Processing},
-  year =	 {2003},
-  editor =	 {Michael Collins and Mark Steedman},
-  pages =	 {129-136},
-  address =	 {Sapporo, JP},
-  url =		 {{http://www.aclweb.org/anthology/W03-1017.pdf}}
-}
-
- at inproceedings{PopEtz05,
-  author =	 {Ana-Maria Popescu and Oren Etzioni},
-  title =	 {Extracting Product Features and Opinions from
-                  Reviews},
-  booktitle =	 {Proceedings of HLT-EMNLP-05, the Human Language
-                  Technology Conference / Conference on Empirical
-                  Methods in Natural Language Processing},
-  year =	 {2005},
-  pages =	 {339-346},
-  address =	 {Vancouver, CA},
-  url =		 {{http://www.acl.ldc.upenn.edu/H/H05/H05-1043.pdf}}
-}
-
- at inproceedings{BalPea94,
-  author =	 {Alexander Balke and Judea Pearl},
-  title =	 {Counterfactual Probabilities: Computational Methods,
-                  Bounds and Applications},
-  booktitle =	 {Proceedings of the Conference on Uncertainty in
-                  Artificial Intelligence (UAI-94)},
-  year =	 {1994},
-  month =	 {July},
-  address =	 {Seattle, WA},
-}
-
-
- at manual{Bates07,
-  author =	 {Douglas Bates},
-  title =	 {lme4: Fit linear and generalized linear
-                  mixed-effects models},
-  year =	 {2007},
-}
-
-
-
- at book{PinBat00,
-  author =	 {Jose C. Pinheiro and Douglas M. Bates},
-  title =	 {Mixed-Effects Models in S and S-PLUS},
-  publisher =	 {Springer},
-  year =	 {2000},
-  address =	 {New York}
-}
-
- at BOOK{BoxJon04,
-  AUTHOR =	 {Janet M. Box-Steffensmeier and Bradford S. Jones},
-  TITLE =	 {Event History Modeling: A Guide for Social
-                  Scientists},
-  PUBLISHER =	 {Cambridge University Press},
-  YEAR =	 {2004},
-}
-
- at BOOK{Huber81,
-  AUTHOR =	 {Peter J. Huber},
-  TITLE =	 {Robust Statistics},
-  PUBLISHER =	 {Wiley},
-  YEAR =	 {1981},
-}
-
- at ARTICLE{White80,
-  AUTHOR =       {Halbert White},
-  TITLE =        {A Heteroscedastic-Consistent Covariance Matrix Estimator and a Direct Test for Heteroscedasticity},
-  JOURNAL =      {Econometrica},
-  YEAR =         {1980},
-  volume =       {48},
-  number =       {4},
-  pages =        {817--838},
-}
-
- at BOOK{TheGra00,
-  AUTHOR =	 {Terry M. Therneau and Patricia M. Grambsch},
-  TITLE =	 {Modeling Survival Data: Extending the Cox Model},
-  PUBLISHER =	 {Springer},
-  YEAR =	 {2000},
-}
-
- at book{Schoenhoven72,
-    author={Klaus Sch\"onhoven},
-    title={Die Bayerische Volkspartei 1924-1932},
-    publisher={Droste},
-    year= 1972,
-    address={D\"usseldorf}
-}
-
- at article{Geiger30,
-    author={Theodor Geiger},
-    title={Panik im Mittelstand},
-    journal={Die Arbeit},
-    year={1930},
-    pages={637-654},
-    number={10}
-}
-
- at article{Borchardt79,
-  author =	 {Knut Borchardt},
-  title =	 {Zwangslagen und Handlungsspielr\"aume in der
-                  gro\ss{}en Wirtschaftskrise der fr\"uhen
-                  drei\ss{}iger Jahre: Zur Revision des
-                  \"uberlieferten Geschichtsbildes},
-  journal =	 {Jahrbuch der Bayerischen Akademie der
-                  Wissenschaften},
-  year =	 {1979},
-  pages =	 {87-132}
-}
-
- at book{Kruedener90,
-  author =	 {J{\"u}rgen von Kruedener},
-  title =	 {Economic Crisis and Political Collapse: The Weimar
-                  Republic},
-  publisher =	 {Berg},
-  year =	 1990,
-  address =	 {Oxford}
-}
-
- at book{Barkai77,
-  author =	 {Avraham Barkai},
-  title =	 {Das Wirtschaftssystem des Nationalsozialismus},
-  publisher =	 {Berend von Nottbeck},
-  year =	 1977,
-  address =	 {K\"oln}
-}
-
- at book{Lipset60,
-  author =	 {Seymour Lipset},
-  title =	 {Political Man: The Social Bases of Politics},
-  publisher =	 {Johns Hopkins University Press},
-  address =	 {Baltimore},
-  year =	 1960
-}
-
- at article{Temin91,
-  author =	 {Temin,Peter},
-  title =	 {Soviet and Nazi Planning in the 1930s},
-  journal =	 {Economic History Review},
-  year =	 {1991},
-  volume =	 {44},
-  pages =	 {573-593}
-}
-
- at article{Palyi41,
-    author={Palyi, Melchior},
-    title={Economic Foundations of the German Totalitarian State},
-    journal={American Journal of Sociology},
-    volume= 46,
-    year= 1941,
-    pages={469-486},
-    number= 4
-}
-
- at article{Abelshauser99,
-    author={Abelshauser, Werner},
-    title={Kriegswirtschaft und Wirtschaftswunder},
-    journal={Vierteljahrshefte fuer Zeitgeschichte},
-    year={1999},
-    pages={503-38}
-}
-
- at book{Kretschmar33,
-    author={Hans Kretschmar},
-    title={Deutsche Agrarprogramme der Nachkriegszeit},
-    publisher={Junker und D\"unnhaupt},
-    year= 1933,
-    address={Berlin}
-}
-
- at book{Ruppert92,
-    author={Karsten Ruppert},
-    title={Im Dienst am Staat von Weimar: Das Zentrum als regierende Partei in der Weimarer Demokratie 1923-1930},
-    publisher={Droste},
-    year= 1992,
-    address={D\"usseldorf}
-}
-
- at article{BucSch06,
-  title =	 {{The Role of Private Property in the Nazi Economy:
-                  The Case of Industry}},
-  author =	 {Christoph Buchheim and Jonas Scherner},
-  journal =	 {The Journal of Economic History},
-  volume =	 {66},
-  number =	 {02},
-  pages =	 {390--416},
-  year =	 {2006},
-  publisher =	 {Cambridge University Press}
-}
-
- at article{Hemmer35,
-  title =	 {{Die unsichtbaren Arbeitslosen}},
-  author =	 {Hemmer, W.},
-  journal =	 {Statistische Methoden-Soziale Tatsachen. Zeulenroda:
-                  Bernhard Sporn, Buchdruckerei und Verlagsanstalt},
-  year =	 {1935}
-}
-
- at book{Plum72,
-  author =	 {Plum, G\"unter},
-  title =	 {Gesellschaftsstruktur und politisches Bewusstsein in
-                  einer katholischen Region 1928-1933: Untersuchung am
-                  Beispiel des Regierungsbezirks Aachen},
-  publisher =	 {Deutsche Verlags-Anstalt},
-  year =	 1972,
-  address =	 {Stuttgart}
-}
-
- at Article{HerTre07,
-  author =	 {Claudia Herrera and Jesus Trevi{\~n}o},
-  title =	 {Aplaza Calderón hasta 2030 la meta sobre un sistema
-                  universal de salud},
-  journal =	 {La Jornada},
-  year =	 2007,
-  month =	 {October 6}
-}
-
- at Article{Frenk05,
-  author =	 {Julio Frenk},
-  title =	 {Sistema de Pr\'{o}teccion Social en Salud, Elementos
-                  conceptuales, financieros, y operativos},
-  journal =	 {Secretaria de Salud},
-  year =	 2005,
-  note =	 {Mexico City}
-}
-
- at InCollection{Ritschl92,
-  author =	 {Albrecht Ritschl},
-  title =	 {Die Wirtschaftspolitik des Dritten Reichs: Ein
-                  {\"U}berblick},
-  booktitle =	 {Deutschland 1933-1945. Neue Studien zur
-                  nationalsozialistischen Herrschaft},
-  year =	 1992,
-  editor =	 {Karl-Dietrich Bracher and M. Funke and
-                  H.-A. Jacobsen},
-  address =	 {D\"{u}sseldorf},
-  publisher =	 {Droste}
-}
-
- at Book{James86,
-  author =	 {Harold James},
-  title =	 {The German Slump: Politics and Economics, 1924-1936},
-  publisher =	 {Clarendon Press},
-  year =	 1986,
-  address =	 {Oxford}
-}
- at inbook{Brady04b,
-	author={Henry E. Brady},
-	title={Rethinking Social Inquiry: Diverse Tools, Shared Standards},
-	chapter={Doing Good and Doing Better: How Far Does the Quantitative Template Get Us?},
-	year={2004},
-	publisher={Lanham, MD: Rowman and Littlefield},
-	editor={H.E. Brady and D. Collier}
-}
- at inbook{Munck04,
-	author={Gerardo L. Munck},
-	title={Rethinking Social Inquiry: Diverse Tools, Shared Standards},
-	chapter={Tools for Qualitative Research},
-	year={2004},
-	publisher={Lanham, MD: Rowman and Littlefield},
-	editor={H.E. Brady and D. Collier}
-}
- at inbook{Rogowski04,
-	author={Ronald Rogowski},
-	title={Rethinking Social Inquiry: Diverse Tools, Shared Standards},
-	chapter={How Inference in the Social (but Not the Physical) Sciences Neglects Theoretical Anomaly},
-	year={2004},
-	publisher={Lanham, MD: Rowman and Littlefield},
-	editor={H.E. Brady and D. Collier}
-}
- at inbook{Bartels04,
-	author={Larry M. Bartels},
-	title={Rethinking Social Inquiry: Diverse Tools, Shared Standards},
-	chapter={Some Unfulfilled Promises of Quantitative Imperialism},
-	year={2004},
-	publisher={Lanham, MD: Rowman and Littlefield},
-	editor={H.E. Brady and D. Collier}
-}
- at inbook{BraColSea04,
-	author={Henry E. Brady and David Collier and Jason Seawright},
-	title={Rethinking Social Inquiry: Diverse Tools, Shared Standards},
-	chapter={Refocusing the Discussion of Methodology},
-	year={2004},
-	publisher={Lanham, MD: Rowman and Littlefield},
-	editor={H.E. Brady and D. Collier}
-}
- at inbook{ColBraSea04,
-	author={David Collier and Henry E. Brady and Jason Seawright},
-	title={Rethinking Social Inquiry: Diverse Tools, Shared Standards},
-	chapter={Critiques, Responses, and Trade-Offs: Drawing Together the Debate},
-	year={2004},
-	publisher={Lanham, MD: Rowman and Littlefield},
-	editor={H.E. Brady and D. Collier}
-}
- at inbook{ColBraSea04b,
-	author={David Collier and Henry E. Brady and Jason Seawright},
-	title={Rethinking Social Inquiry: Diverse Tools, Shared Standards},
-	chapter={Sources of Leverage in Causal Inference: Toward an Alternative View of Methodology},
-	year={2004},
-	publisher={Lanham, MD: Rowman and Littlefield},
-	editor={H.E. Brady and D. Collier}
-}
- at inbook{ColMahSea04,
-	author={David Collier and James Mahoney and Jason Seawright},
-	title={Rethinking Social Inquiry: Diverse Tools, Shared Standards},
-	chapter={Claiming Too Much: Warnings about Selection Bias},
-	year={2004},
-	publisher={Lanham, MD: Rowman and Littlefield},
-	editor={H.E. Brady and D. Collier}
-}
- at article{Brady04,
-  title =	 {Symposium: Two Paths to a Science of Politics},
-  author =	 {Henry E. Brady},
-  journal =	 {Perspectives on Politics},
-  volume =	 {2},
-  pages =	 {295--300},
-  year =	 {2004}
-}
- at article{Fischer98,
-  title =	 {Beyond Empiricism: Policy Inquiry in Postpositivist Perspective},
-  author =	 {Frank Fischer},
-  journal =	 {Policy Studies Journal},
-  volume =	 {26},
-  number =       {1},
-  pages =	 {129--146},
-  year =	 {1998}
-}
- at article{ClaGilGol06,
-  title =	 {A Simple Multivariate Test for Asymmetric Hypotheses},
-  author =	 {William Roberts Clark and Mihcael J. Gilligan and Matt Golder},
-  journal =	 {Political Analysis},
-  volume =	 {14},
-  pages =	 {311--331},
-  year =	 {2006}
-}
- at article{Denrell03,
-  title =	 {Vicarious Learning, Undersampling of Failure and the Myths of Management},
-  author =	 {Jerker Denrell},
-  journal =	 {Organization Science},
-  volume =	 {14},
-  number =       {3},
-  pages =	 {227--243},
-  year =	 {2003}
-}
- at article{Wong02,
-  title =	 {Did how we learn affect what we learn? Methodological bias, multimethod research and the case of econmic development},
-  author =	 {Wilson Wong},
-  journal =	 {The Social Science Journal},
-  volume =	 {39},
-  pages =	 {247--264},
-  year =	 {2002}
-}
- at article{Tilly01,
-  title =	 {Mechanisms in Political Processes},
-  author =	 {Charles Tilly},
-  journal =	 {Annual Review of Political Science},
-  volume =	 {4},
-  pages =	 {21--41},
-  year =	 {2001}
-}
- at article{CarPan05,
-  title =	 {TQCA: A Technique for Adding Temporality to
-                  Qualitative Comparative analysis},
-  author =	 {Neal Caren and Aaron Panofsky},
-  journal =	 {Sociological Methods Reseaarch},
-  volume =	 {34},
-  pages =	 {147},
-  year =	 {2005}
-}
- at article{Ebbinghaus05,
-  title =	 {When Less is More: Selection Problems in a Large-N
-                  and Small-N Cross-National Comparisons},
-  author =	 {Bernhard Ebbinghaus},
-  journal =	 {International Sociology},
-  volume =	 {20},
-  number =	 {2},
-  Month =	 {June},
-  pages =	 {133--152},
-  year =	 {2005}
-}
- at article{Tarrow95,
-  title =	 {Bridging the Quantitative-Qualitative Divide in
-                  Political Science},
-  author =	 {Sidney Tarrow},
-  journal =	 {American Political Science Review},
-  volume =	 {89},
-  number =	 {2},
-  Month =	 {June},
-  pages =	 {471--474},
-  year =	 {1995}
-}
- at article{Tickner05,
-  title =	 {What Is Your Research Program? Some Feminist Answers
-                  to International Relations Methodological Questions},
-  author =	 {J. Ann Tickner},
-  journal =	 {International Studies Quarterly},
-  volume =	 {49},
-  pages =	 {1--21},
-  year =	 {2005}
-}
- at article{Ragin97,
-  title =	 {Turning the Tables: How Case-Oriented Research
-                  Challenges Variable-Oriented Research},
-  author =	 {Charles C. Ragin},
-  journal =	 {Comparative Social Research},
-  volume =	 {16},
-  pages =	 {27--42},
-  year =	 {1997}
-}
- at article{Abelson01,
-  author =	 {Julia Abelson},
-  title =	 {Understanding the Role of Contextual Influences on
-                  Local Healh-Care Decision Making: Case Study Results
-                  from Ontario, Canada},
-  journal =	 {Social Science & Medicine},
-  volume =	 {53},
-  year =	 {2001},
-  pages =	 {777--793}
-}
- at article{Achen05,
-  author =	 {Christopher H. Achen},
-  title =	 {Two Cheers for Charles Ragin},
-  journal =	 {Studies in Comparative International Development},
-  volume =	 {40},
-  year =	 {2005},
-  pages =	 {27--32},
-  month =	 {Spring},
-  number =	 {1}
-}
- at article{Adler97,
-  author =	 {Emanuel Adler},
-  title =	 {Seizing the Middle Ground: Constructivism in World
-                  Politics},
-  journal =	 {European Journal of International Relations},
-  volume =	 {3},
-  year =	 {1997},
-  pages =	 {319-363},
-  number =	 {3}
-}
- at article{Agrawal01,
-  author =	 {Arun Agrawal},
-  title =	 {Common Property Institutions and Sustainable
-                  Governance of Resources},
-  journal =	 {World Development},
-  volume =	 {29},
-  year =	 {2001},
-  pages =	 {1649--1672},
-  number =	 {10}
-}
- at article{Agrawal03,
-  author =	 {Arun Agrawal},
-  title =	 {Sustainable Governance of Common-Pool Resources:
-                  Context, Methods, and Politics},
-  journal =	 {Annual Review of Anthropology},
-  volume =	 {32},
-  year =	 {2003},
-  pages =	 {243--262}
-}
- at article{AmeHalYou99,
-  author =	 {Edwin Amenta and Drew Halfmann and Michael P. Young},
-  title =	 {The Strategies and Contexts of Social
-                  Protest:Political Mediation and the Impact of the
-                  Townsend Movement in California},
-  journal =	 {Mobilization: An International Journal},
-  volume =	 {4},
-  year =	 {1999},
-  pages =	 {1--23},
-  number =	 {1}
-}
- at unpublished{Andersen03,
-  author =	 {Svein S. Andersen},
-  title =	 {On a Cleary Day You Can See the EU. Case Study
-                  Methodology in EU Research},
-  note =
-                  {{http://www.arena.uio.no/publications/working-papers2003/papers/03_16.xml}},
-  year =	 2003,
-}
- at unpublished{AndWet01,
-  author =	 {Steinar Andresen and Joergen Wettestad},
-  title =	 {Case studies of the effectiveness of international
-                  environmental regimes: Balancing textbook ideals and
-                  feasibility concerns},
-  note =	 {{http://www.fni.no/doc&.pdf/rapp1901.pdf}},
-  year =	 {2001}
-}
- at article{AspSch00,
-  author =	 {Mark D. Aspinwall and Gerald Schneider},
-  title =	 {Same Menu, Seperate Tables: The Institutionalist
-                  Turn in Political Science and the Study of European
-                  Integration},
-  journal =	 {European Journal of Political Research},
-  volume =	 {38},
-  year =	 {2000},
-  pages =	 {1--36}
-}
- at article{Bartle00,
-  author =	 {John Bartle},
-  title =	 {Political Awareness, Opinion Constraining and the
-                  Stablility of Ideological Positions},
-  journal =	 {Political Studies},
-  volume =	 {48},
-  year =	 {2000},
-  pages =	 {467--484}
-}
- at article{Bartle03,
-  author =	 {John Bartle},
-  title =	 {Partisanship, Performance and Personality: Competing
-                  and Complementary Characterizations of the 2001
-                  British General Election},
-  journal =	 {Party Politics},
-  volume =	 {9},
-  year =	 {2003},
-  pages =	 {317--345},
-  number =	 {3}
-}
- at article{Beck06,
-  author =	 {Nathaniel Beck},
-  title =	 {Causal Process ``Observation'': Oxymoron or Old
-                  Wine},
-}
- at article{Bellin00,
-  author =	 {Eva Bellin},
-  title =	 {Contingent Democrats: Industrialists, Labor, and
-                  Democratization in Late-Developing Countries},
-  journal =	 {World Politics},
-  volume =	 {52},
-  year =	 {2000},
-  pages =	 {175-205},
-  month =	 {January}
-}
- at article{BelMacTha01,
-  author =	 {Duncan S.A. Bell and Paul K. MacDonald and Bradley
-                  A. Thayer},
-  title =	 {Start the Evolution Without Us},
-  journal =	 {International Security},
-  volume =	 {26},
-  year =	 {2001},
-  pages =	 {187--198},
-  month =	 {Summer},
-  number =	 {1}
-}
- at article{BerLebSte00,
-  author =	 {Steven Bernstein and Richard Ned Lebow and Janice
-                  Gross Stein and Steven Weber},
-  title =	 {God Gave Physics the Easy Problems: Adapting Social
-                  Science to an Unpredictable World},
-  journal =	 {European Journal of International Relations},
-  volume =	 {6},
-  year =	 {2000},
-  pages =	 {43--76},
-  number =	 {1}
-}
- at article{Berman97,
-  author =	 {Sheri Berman},
-  title =	 {Civil Society and the Collapse of the Weimar
-                  Republic},
-  journal =	 {World Politics},
-  volume =	 {49},
-  year =	 {1997},
-  pages =	 {401--429},
-  number =	 {3}
-}
- at article{BlaDob98,
-  author =	 {Andr\'{e} Blais and Agnieszka Dobrznska},
-  title =	 {Turnout in electoral democracies},
-  journal =	 {European Journal of Political Research},
-  volume =	 {33},
-  year =	 {1998},
-  pages =	 {239--261},
-  number =	 {}
-}
- at article{BogCatKel00,
-  author =	 {Laura M. Bogart and Sheryl L. Catz and Jeffrey
-                  A. Kelly and Michelle L. Gray-Bernhardt, and Barbara
-                  R. Hartmann and Laura L. Otto-Salaj and Kristin
-                  L. Hackl and Frederick R. Bloom},
-  title =	 {Psychosical Issues in the Era of New Aids Treatments
-                  from the Perspective of Persons Living with HIV},
-  journal =	 {2000},
-  volume =	 {5},
-  year =	 {2000},
-  pages =	 {500--516},
-  number =	 {4}
-}
-
- at article{Bostrom03,
-  author =	 {Magnus Bostro{\''m}},
-  title =	 {How State-Dependent is a Non-State-Driven
-                  Rule-Making Project? The Case of Forest
-                  Certification in Sweden},
-  journal =	 {Journal of Envrionmental Policy & Planning},
-  volume =	 {5},
-  year =	 {2003},
-  pages =	 {165--180},
-  number =	 {2}
-}
-
- at article{Brady07,
-  author =	 {Henry E. Brady},
-  title =	 {Using a Simple Model of Decision-Making to Select
-                  and Understand Cases}
-}
- at article{BraLanHal00,
-  author =	 {Paul Brace and Laura Langer and Melinda Gann Hall},
-  title =	 {Measuring the Preferences of State Supreme Court
-                  Judges},
-  journal =	 {The Journal of Politics},
-  volume =	 {62},
-  year =	 {2000},
-  pages =	 {387--413},
-  month =	 {May},
-  number =	 {2}
-}
- at article{BraOhr99,
-  author =	 {AnnP. Branch and Jakob C. Ohrgaard},
-  title =	 {Trapped in the Supranational-Intergovernmental
-                  Dichotomy: A Respone to Stone Sweet and Sandholtz},
-  journal =	 {Journal of European Public Policy},
-  volume =	 {6},
-  year =	 {1999},
-  pages =	 {123--143},
-  number =	 {1}
-}
- at unpublished{Braumoeller99,
-  author =	 {Bear F. Braumoeller},
-  title =	 {Statistical Estimation in the Presence of Multiple
-                  Causal Paths},
-  note =	 {paper prepared of rhte annual meeting of the Midwest
-                  Political Science Association, Chicago, IL April
-                  15-17, 1999.},
-  year =	 {1999}
-}
- at article{Braumoeller03,
-  author =	 {Bear F. Braumoeller},
-  title =	 {Causal Complexity and the Study of Politics},
-  journal =	 {Political Analysis},
-  volume =	 {11},
-  year =	 {2003},
-  pages =	 {209-233}
-}
- at article{Brecher99,
-  author =	 {Michael Brecher},
-  title =	 {International Studies in the Twentieth Century and
-                  Beyond: Flawed Dichotomies, Symthesis, Cumulation:
-                  ISA Presidential Address},
-  journal =	 {International Studies Quarterly},
-  volume =	 {43},
-  year =	 {1999},
-  pages =	 {213-264},
-  month =	 {June},
-  number =	 {2}
-}
- at article{BreKerPet03,
-  author =	 {Mark D. Brewer and Rogan Kersh and R. Eric Petersen},
-  title =	 {Assessing Conventional Wisdom about Religion and
-                  Politics: A Preliminary View from the pews},
-  journal =	 {Journal for the Scientific Study of Religion},
-  volume =	 {42},
-  year =	 {2003},
-  pages =	 {125--136},
-  number =	 {}
-}
- at article{Burden05,
-  author =	 {Barry C. Burden},
-  title =	 {Ralph Nader's Campaign Strategy in the 2000
-                  U.S. Presidential Election},
-  journal =	 {American Politics Research},
-  volume =	 {33},
-  year =	 {2005},
-  pages =	 {672--699},
-  month =	 {September},
-  number =	 {5}
-}
- at article{Buthe02,
-  author =	 {Tim B\''{u}the},
-  title =	 {Taking Temporality Seriously: Modeling History and
-                  the Use of Narratives as Evidence},
-  journal =	 {American Political Science Review},
-  volume =	 {96},
-  year =	 {2002},
-  pages =	 {481--493},
-  month =	 {September},
-  number =	 {3}
-}
-
- at article{CamLapRie00,
-  author =	 {Charles Cameron and John S. Lapinski and Charles
-                  R. Riemann},
-  title =	 {Testing Formal Theories of Political Rhetoric},
-  journal =	 {The Journal of Politics},
-  volume =	 {62},
-  year =	 {2000},
-  pages =	 {187--205},
-  month =	 {February},
-  number =	 {1}
-}
- at article{Caporaso95,
-  author =	 {James A. Caporaso},
-  title =	 {Review: Research Design, Falsification, and the
-                  Qualitative-Quantitative Divide},
-  journal =	 {American Political Science Review},
-  volume =	 {89},
-  year =	 {1995},
-  pages =	 {457--460},
-  month =	 {June},
-  number =	 {2}
-}
- at article{ChiRot03,
-  author =	 {Fang-Yi Chiou and Lawrence S. Rothenberg},
-  title =	 {When Pivotal Politics Meets Partisan Politics},
-  journal =	 {American Journal of Political Science},
-  volume =	 {47},
-  year =	 {2003},
-  pages =	 {503--522},
-  month =	 {July},
-  number =	 {3}
-}
- at article{ClaGilGol06,
-  author =	 {William Roberts Clark and Michael J. Gilligan and
-                  Matt Golder},
-  title =	 {A Simple Multivariate Test for Asymmetric
-                  Hypotheses},
-  journal =	 {Political Analysis},
-  volume =	 {14},
-  year =	 {2006},
-  pages =	 {311--331}
-}
- at article{Clarke05,
-  author =	 {Kevin A. Clarke},
-  title =	 {The Phantom Menace: Omitted Variable Bias in
-                  Econometric Research},
-  journal =	 {Conflict management and Peace Science},
-  volume =	 {22},
-  year =	 {2005},
-  pages =	 {341--352},
-  number =	 {4}
-}
- at article{Collier95,
-  author =	 {David Collier},
-  title =	 {Review: Translating Quantitative Methods for
-                  Qualitative Researchers: the Case of Selection Bias},
-  journal =	 {American Political Science Review},
-  volume =	 {89},
-  year =	 {1995},
-  pages =	 {461--466},
-  month =	 {June},
-  number =	 {2}
-}
- at article{Denrell03,
-  author =	 {Jerker Denrell},
-  title =	 {Vicarious Learning, Undersampling of Failure, and
-                  the Myths of Management},
-  journal =	 {Organization Science},
-  volume =	 {14},
-  year =	 {2003},
-  pages =	 {227--243},
-  month =	 {May-June},
-  number =	 {3}
-}
- at article{DerBou04,
-  author =	 {Mark de Rond and Hamid Bouchikhi},
-  title =	 {On the dialectics of Strategic Alliances},
-  journal =	 {Organization Science},
-  volume =	 {15},
-  year =	 {15},
-  pages =	 {56-69},
-  month =	 {January-February},
-  number =	 {1}
-}
- at article{DesFinHen00,
-  author =	 {Laura Desimone and Matia Finn-Stevenson and
-                  Christopher Henrich},
-  title =	 {Whole School Reform in a Lowe-Income African
-                  American Community: The Effects of the CoZi Model on
-                  Teachers, Parents, and Students},
-  journal =	 {Urban Education},
-  volume =	 {35},
-  year =	 {2000},
-  pages =	 {269}
-}
- at article{DeSoysa02,
-  author =	 {Indra de Soysa},
-  title =	 {Ecoviolence: Shrinking Pie, or Honey Pot?},
-  journal =	 {Global Environmental Politics},
-  volume =	 {2},
-  year =	 {2002},
-  pages =	 {1--34},
-  month =	 {November},
-  number =	 {4}
-}
- at article{DeSoysa02b,
-  author =	 {Indra De Soysa},
-  title =	 {Paradise Is a Bazaar? Greed, Creed and Governance in
-                  Civil War, 1989-99},
-  journal =	 {Journal of Pece Research},
-  volume =	 {39},
-  year =	 {2002},
-  pages =	 {395--416},
-  number =	 {4}
-}
- at article{DicLev99,
-  author =	 {Jonathan M. Dicicco and Jack S. Levy},
-  title =	 {Power Shifts and Problem Shifts},
-  journal =	 {Journal of Conflict Resolution},
-  volume =	 {43},
-  year =	 {1999},
-  pages =	 {675--704},
-  month =	 {December},
-  number =	 {6}
-}
- at article{Dorussen01,
-  author =	 {Han Dorussen},
-  title =	 {Mixing Carrots with Sticks: Evaluating the
-                  Effectiveness of Positive Incentives},
-  journal =	 {Journal of Peace Research},
-  volume =	 {38},
-  year =	 {2001},
-  pages =	 {251--262},
-  number =	 {2}
-}
- at article{Dowding01,
-  author =	 {Keith Dowding},
-  title =	 {There Must Be End to Confusion: Policy Networks,
-                  Intellectual Fatigue, and the Need for Political
-                  Science Methods Courses in British Universities},
-  journal =	 {Political Studies},
-  volume =	 {49},
-  year =	 {2001},
-  pages =	 {89--105}
-}
- at article{Druckman04,
-  author =	 {James N. Druckman},
-  title =	 {Political Preference Formation: Competition,
-                  Deliberation, and the (Ir)relevance of Framing
-                  Effects},
-  journal =	 {American Political Science Review},
-  volume =	 {98},
-  year =	 {2004},
-  pages =	 {671--686},
-  month =	 {November},
-  number =	 {4}
-}
- at article{Elgie04,
-  author =	 {Robert Elgie},
-  title =	 {Semi-Presidentialism: Concepts, Consequences and
-                  contesting Explanations},
-  journal =	 {Political Studies Review},
-  volume =	 {2},
-  year =	 {2004},
-  pages =	 {314--330}
-}
- at article{ElmElm02,
-  author =	 {Colin Elman and Miriam Fendius Elman},
-  title =	 {How Not to Be Lakatos Intolerant: Appraising
-                  Progress in IR Research},
-  journal =	 {International Studies Quarterly},
-  volume =	 {46},
-  year =	 {2002},
-  pages =	 {231--262}
-}
- at article{BerLor99,
-  author =	 {Bernard I. Finel and Kristin M. Lord},
-  title =	 {The Surprising Logic of Transparency},
-  journal =	 {International Studies Quarterly},
-  volume =	 {43},
-  year =	 {1999},
-  pages =	 {315--339},
-  month =	 {June},
-  number =	 {June}
-}
- at article{Forster98,
-  author =	 {Anthony Forster},
-  title =	 {Britain and the Negotiation of the Maastricht
-                  Treaty: A Critique of Liberal Intergovernmentalism},
-  journal =	 {Journal of Common Market Studies},
-  volume =	 {36},
-  year =	 {1998},
-  pages =	 {347--368},
-  month =	 {September},
-  number =	 {3}
-}
- at article{Fricke03,
-  author =	 {Tom Fricke},
-  title =	 {Culture and Causality: An Anthropological Comment},
-  journal =	 {Population and Development Review},
-  volume =	 {29},
-  year =	 {2003},
-  pages =	 {470--479},
-  month =	 {September},
-  number =	 {3}
-}
- at article{From02,
-  author =	 {Johan From},
-  title =	 {Decision-making in a complex envrironment: A
-                  sociological institutionalist analysis of
-                  competition policy decision-making in the European
-                  Commission},
-  journal =	 {Journal of European Public Policy},
-  volume =	 {9},
-  year =	 {2002},
-  pages =	 {219--237},
-  number =	 {2}
-}
- at article{Galaz05,
-  author =	 {Victor Galaz},
-  title =	 {Social-ecological Resilience and Social Conflict:
-                  Institutions and Strategic Adaptation in Swedish
-                  Water Management},
-  journal =	 {Ambio},
-  volume =	 {34},
-  year =	 {2005},
-  pages =	 {567--572},
-  month =	 {November},
-  number =	 {7}
-}
-
- at Article{MadHofKup07,
-  author =	 {Temina Madon and Karen J. Hofman and Linda Kupfer
-                  and Roger I. Glass},
-  title =	 {Implementation Science},
-  journal =	 {Science},
-  year =	 {2007},
-  volume =	 {318},
-  pages =	 {1728--1729},
-  month =	 {14 December}
-}
-
- at Article{Steele05,
-  author = 	 {J. Michael Steele},
-  title = 	 {Darrell Huff and Fifty Years of \emph{How to Lie
-                  With Statistics}},
-  journal = 	 {Statistical Science},
-  year = 	 2005,
-  volume =	 20,
-  number =	 3,
-  pages =	 {205-209}
-}
-
- at book{Huff54,
-  title =	 {{How to Lie With Statistics}},
-  author =	 {Darrell Huff},
-  year =	 {1954},
-  address =	 {New York},
-  publisher =	 {WW Norton \& Company}
-}
-
- at article{HeiRub91,
-  title =	 {{Ignorability and Coarse Data}},
-  author =	 {Heitjan, D.F. and Rubin, D.B.},
-  journal =	 {The Annals of Statistics},
-  volume =	 {19},
-  number =	 {4},
-  pages =	 {2244--2253},
-  year =	 {1991}
-}
-
- at Article{Izenman91,
-  author = 	 {Alan Julian Izenman},
-  title = 	 {Recent developments in nonparametric density estimation},
-  journal = 	 {Journal of the American Statistical Association},
-  year = 	 1991,
-  volume =	 86,
-  number =	 413,
-  pages =	 {205--224}
-}
-
- at article{Gartzke99,
-  title =	 {War is in the Error Term},
-  author =	 {Erik Gartzke},
-  journal =	 {International Organization},
-  volume =	 {53},
-  year =	 {1999},
-  pages =	 {567--587},
-  month =	 {Summer},
-  number =	 {3}
-}
-
- at article{GauLie04,
-  author =	 {Varun Gauri and Evan S. Lieberman},
-  title =	 {Institutions, Social Boundaries, and Epidemics:
-                  Explaining Goverment AIDS Policies in Brazil and
-                  South Africa}
-}
-
- at article{GelGri01,
-  author =	 {Christopher Gelpi and Joseph M. Grieco},
-  title =	 {Democracy, Leadership Tenure, and the Targeting of
-                  Militarized challenges, 1918-1992},
-  journal =	 {Journal of Conflict Resolution},
-  volume =	 {45},
-  year =	 {2001},
-  pages =	 {794--817},
-  month =	 {December},
-  number =	 {6}
-}
-
- at article{GerBar03,
-  author =	 {John Gerring and Paul A. Barresi},
-  title =	 {Putting Ordinary Language to Work: A Min-Max
-                  Strategy of Concept Formation in the Social
-                  Sciences},
-  journal =	 {Journal of Theoretical Politics},
-  volume =	 {15},
-  year =	 {2003},
-  pages =	 {201--232},
-  number =	 {2}
-}
-
- at article{GerGreKap03,
-  author =	 {Alan S. Gerber and Donald P. Green and Edward
-                  H. Kaplan},
-  title =	 {The Illusion of Learning from Observational
-                  Research},
-  year =	 {2003}
-}
-
- at article{GerMcD07,
-  author =	 {John Gerring and Rose McDermott},
-  title =	 {An Experimental Template for case Study Research},
-  journal =	 {American Journal of Political Science},
-  volume =	 {51},
-  year =	 {2007},
-  pages =	 {688--701},
-  month =	 {July},
-  number =	 {3}
-}
-
- at article{Gerring04,
-  author =	 {John Gerring},
-  title =	 {What Is a Case Study and What Is It Good for?},
-  journal =	 {American Political Science Review},
-  volume =	 {98},
-  year =	 {2004},
-  pages =	 {341--354},
-  month =	 {May},
-  number =	 {2}
-}
-
- at article{Gerring05,
-  author =	 {John Gerring},
-  title =	 {A unified Framework for The Social Sciences},
-  journal =	 {Journal of Theoretical Politics},
-  volume =	 {17},
-  year =	 {2005},
-  pages =	 {163--198},
-  number =	 {2}
-}
-
- at article{Gilardi01,
-  author =	 {Fabrizio Gilardi},
-  title =	 {Policy Credibility and Delegation of Regulatory
-                  Competencies or Independent Agencies: A Comparative
-                  Empirical Consideration},
-  year =	 {2001}
-}
-
- at article{Gilardi02,
-  author =	 {Fabrizio Gilardi},
-  title =	 {Policy Credibility and Delegation to Independent
-                  Regulatory Agencies: A Comparative Empirical
-                  Analysis},
-  journal =	 {Journal of European Public Policy},
-  volume =	 {9},
-  year =	 {2002},
-  pages =	 {873--893},
-  month =	 {December},
-  number =	 {6}
-}
-
- at article{Glaser02,
-  author =	 {Barney G. Glaser},
-  title =	 {Conceptualization: On Theory and Theorizing Using
-                  Grounded theory},
-  journal =	 {International Journal of Qualitative Methods},
-  volume =	 {1},
-  year =	 {2002},
-  note =	 {{Article 3 from http://www.ualberta.ca/~ijqm/}},
-  month =	 {Spring},
-  number =	 {2}
-}
-
- at article{GoeLev05,
-  author =	 {Gary Goertz and Jack S. Levy},
-  title =	 {Causal Explanations, Necessary Conditions, and Case
-                  Studies: World War I and the End of the Cold War}
-}
-
- at article{Goerzen05,
-  author =	 {Anthony Goerzen},
-  title =	 {Managing Alliance Networks: Emerging Practices of
-                  Multinational Corporations},
-  journal =	 {Academy of management Executive},
-  volume =	 {19},
-  year =	 {20},
-  pages =	 {94--107},
-  number =	 {2}
-}
-
- at article{Golder03,
-  author =	 {Matt Golder},
-  title =	 {Explaining Variation in the Success of Extreme Right
-                  Parties in Western Europe},
-  journal =	 {Comparative Political Studies},
-  volume =	 {36},
-  year =	 {2003},
-  pages =	 {432--466},
-  month =	 {May},
-  number =	 {4}
-}
- at article{Grendstad99,
-  author =	 {Gunnar Grendstad},
-  title =	 {A Political Cultural Map of Europe. A Survey Approach},
-  journal =	 {GeoJournal},
-  volume =	 {47},
-  year =	 {20},
-  pages =	 {463--475}
-}
-
- at article{Grigorian05,
-  author =	 {Arman Grigorian},
-  title =	 {Third-Party Intervention and Escalation in Kosovo:
-                  Does Moral Hazard Explain it?},
-  journal =	 {Ethnopolitics},
-  volume =	 {4},
-  year =	 {2005},
-  pages =	 {195--213},
-  number =	 {2}
-}
-
- at article{Guzzini01,
-  author =	 {Stefano Guzzini},
-  title =	 {The Significance and Roles of Teaching Theory in
-                  International Relations},
-  journal =	 {Journal of International Relations and Development},
-  volume =	 {4},
-  year =	 {2001},
-  pages =	 {98--117},
-  number =	 {2}
-}
-
- at article{Gwako97,
-  author =	 {Edwins Laban Moogi Gwako},
-  title =	 {Conjugal Power in Rural Kenya Families: Its
-                  Influence on Women's Decsions About Family Size and
-                  Family Planning Practices},
-  journal =	 {Sex Roles},
-  volume =	 {36},
-  year =	 {1997},
-  pages =	 {127--147},
-  month =	 {February},
-  number =	 {3/4}
-}
-
- at article{Hansen98,
-  author =	 {Kenneth N. Hansen},
-  title =	 {Identifying Facets of Democratic Administration: The
-                  Empirical Referents of Discourse},
-  journal =	 {Administration & Society},
-  volume =	 {30},
-  year =	 {1998},
-  pages =	 {443--461},
-  month =	 {September},
-  number =	 {4}
-}
-
- at article{Harcourt00,
-  author =	 {Bernard E. Harcourt},
-  title =	 {After the "Social Meaning Turn": Implications for Research Design and methods of Proof in Contemporary Criminal Law Policy Analysis},
-  journal =	 {Law & Society Review},
-  volume =	 {34},
-  year =	 {20},
-  pages =	 {179--211},
-  number =	 {1}
-}
-
- at article{Haverland03,
-  author =	 {Markus Haverland},
-  title =	 {Methodological Issues in Europeanisation Research:
-                  the `No Variation' problem},
-  note =	 {prepared for preentation the section
-                  'Europeanisation: Challengs of a New Research
-                  Agenda', panl `Europeanisation: Concepts and
-                  Methods', ECPR Conference, Marburg, 18-21 September,
-                  2003},
-  year =	 {2003},
-  pages =	 {},
-  month =	 {September}
-}
-
- at article{Haverland06,
-  author =	 {Markus Haverland},
-  title =	 {Does the EU Cause Domestic Developments? Improving
-                  Case Selection in Europeanisation Research},
-  journal =	 {West European Politics},
-  volume =	 {29},
-  year =	 {2006},
-  pages =	 {134--146},
-  month =	 {January},
-  number =	 {1}
-}
-
- at article{Hawkins04,
-  author =	 {Darren Hawkins},
-  title =	 {Explaining Costly International Institutions:
-                  Persuasion and Enforceable Human Rights Norms},
-  journal =	 {International Studies Quarterly},
-  volume =	 {48},
-  year =	 {2004},
-  pages =	 {779--804}
-}
-
- at article{Hay04,
-  author =	 {Colin Hay},
-  title =	 {Theory, Stylized Heuristic or Self-Fulfilling
-                  Prophecy? The Status of Rational Choice Theory in
-                  Public Administration},
-  journal =	 {Public Administration},
-  volume =	 {82},
-  year =	 {2004},
-  pages =	 {39--62},
-  number =	 {1}
-}
-
- at article{HelHer01,
-  author =	 {Gunther Hellmann and Benjamin Herborth},
-  title =	 {Democratic Peace and Militarized Interstate Disputes
-                  in the Transatlantic Community},
-  note =	 {Paper prepared for presentation at the 42. Annual
-                  Convention of the International Studies Assocation
-                  in Chicago, 21\-25 February 2001},
-  year =	 {2001}
-}
-
- at article{HelMul03,
-  author =	 {Gunther Hellmann and Harald M\"{u}ller},
-  title =	 {Editing (I)nternational (R)elations: A Changing
-                  World},
-  journal =	 {Journal of International Relations and Development},
-  volume =	 {6},
-  year =	 {2003},
-  pages =	 {372--389},
-  month =	 {December},
-  number =	 {4}
-}
- at article{HesLea97,
-  author =	 {Frederick M. Hess and David L. Leal},
-  title =	 {Minority Teachers, Minority Students, and College Matriculation: A New Look at the Role-Modeling Hypothesis},
-  journal =	 {Policy Studies Journal},
-  volume =	 {25},
-  year =	 {1997},
-  pages =	 {235-248},
-  number =	 {2}
-}
- at article{HesLea99,
-  author =	 {Frederick M. Hess and David L. Leal},
-  title =	 {Computer-Assisted Learning in Urban Classrooms:The
-                  Impact of Politics, Race, and Class},
-  journal =	 {Urban Education},
-  volume =	 {34},
-  year =	 {1999},
-  pages =	 {370}
-}
- at article{Hess99,
-  author =	 {Frederick M. Hess},
-  title =	 {A Political Explanation of Policy Selection: The
-                  Case of Urban School Reform},
-  journal =	 {Policy Studies Journal},
-  volume =	 {27},
-  pages =	 {459--473},
-  number =	 {3}
-}
- at article{Hite03,
-  author =	 {Julie M. Hite},
-  title =	 {Patterns of Multidimensionality Among Embedded Network Ties: A Typology of Relational Embeddedness in Emerging Entrepreneurial Firms},
-  journal =	 {Strategic Organization},
-  volume =	 {1},
-  year =	 {2003},
-  pages =	 {9--49},
-  number =	 {1}
-}
- at article{Hite05,
-  author =	 {Julie M. Hite},
-  title =	 {Evolutionary Processes and Paths of Relationally
-                  Embedded Network Ties in Emerging Entrepreneurial
-                  Firms},
-  journal =	 {Entrepreneurship, Theory \& Practice},
-  volume =	 {29},
-  year =	 {2005},
-  pages =	 {113--144},
-  month =	 {January},
-  number =	 {1}
-}
- at article{HodHar03,
-  author =	 {Matthew Hoddie and Caroline Hartzell},
-  title =	 {Civil War Settlements and the Implementation of
-                  Military Power-Sharing Arrangements},
-  journal =	 {Journal Of Peace Research},
-  volume =	 {40},
-  year =	 {2003},
-  pages =	 {303-320},
-  number =	 {3}
-}
- at article{HofOca01,
-  author =	 {Andrew J. Hoffman and William Ocasio},
-  title =	 {Not All Events Are Attended Equally: Toward a
-                  Middle-Range Theory of Industry Attention to
-                  External Events},
-  journal =	 {Organization Science},
-  volume =	 {12},
-  year =	 {2001},
-  pages =	 {414--434},
-  month =	 {July-August},
-  number =	 {4}
-}
- at article{Hooghe97,
-  author =	 {Liesbet Hooghe},
-  title =	 {Serving `Europe' - Political Orientations of Senior
-                  Commission Officials},
-  journal =	 {European Integration Online Papers},
-  volume =	 {1},
-  year =	 {1997},
-  note =	 {{http://eiop.or.at/eiop/texte/1997-008a.htm}},
-  month =	 {April},
-  number =	 {8}
-}
- at article{HowPerVil04,
-  author =	 {Susan E. Howell and Huey L. Perry and Matthew vile},
-  title =	 {Black Cities / White Cities: Evaluating the Police},
-  journal =	 {Political Behavior},
-  volume =	 {26},
-  year =	 {2004},
-  pages =	 {45--68},
-  month =	 {March},
-  number =	 {1}
-}
- at article{JacLan04,
-  author =	 {Karen Jacobsen and Loren B. Landau},
-  title =	 {The Dual Imperative in Refugee Research: Some Methodological and Ethical Considerations in Social Science Research on Forced Migration},
-  journal =	 {Disasters},
-  volume =	 {27},
-  year =	 {2003},
-  pages =	 {185--206},
-  number =	 {3}
-}
- at article{JacPhaSwy04,
-  author =	 {Dirk Jacobs and Karen Phalet and Marc Swyngedouw},
-  title =	 {Associational Membership and Political Involvement Among Ethnic Minority Groups in Brussels},
-  journal =	 {Journal of Ethnic and Migration Studies},
-  volume =	 {30},
-  year =	 {2004},
-  pages =	 {543--559},
-  number =	 {3}
-}
- at article{JacTil04,
-  author =	 {Dirk Jacobs and Jean Tillie},
-  title =	 {Introduction: Social Capital and Political Integration of Migrants},
-  journal =	 {Journal of Ethnic and Migration Studies},
-  volume =	 {30},
-  year =	 {2004},
-  pages =	 {419--427},
-  number =	 {3}
-}
- at article{Johnson04,
-  author =	 {Craig Johnson},
-  title =	 {Uncommon Ground: The `Poverty of History' in common Property Discourse},
-  journal =	 {Development and Change},
-  volume =	 {35},
-  year =	 {2004},
-  pages =	 {407--433},
-  number =	 {3}
-}
- at article{JonSte97,
-  author =	 {Bradford S. Jones and Marco R. Steenbergen},
-  title =	 {Modeling Multilevel Data Structures},
-  year =	 {1997},
-  note =	 {Annual Meetings of the Political Methodology
-                  Society}
-}
- at article{KaaBea99,
-  author =	 {Juliet Kaarbo and Ryan K. Beasley},
-  title =	 {A Practical Guide to the Comparative Case Study
-                  Method in Political Psychology},
-  journal =	 {Political Psychology},
-  volume =	 {20},
-  year =	 {1999},
-  pages =	 {369--391},
-  number =	 {2}
-}
- at article{KatVomMah05,
-  author =	 {Aaron Katz and Matthias vom Hau and James Mahoney},
-  title =	 {Explaining the Great Reversal in Spanish America:
-                  Fuzzy-Set Analysis Versus Regression Analysis},
-  journal =	 {Sociological Methods Research},
-  volume =	 {33},
-  year =	 {2005},
-  pages =	 {539--573}
-}
-
- at Book{Kenneally07,
-  author =	 {Christine Kenneally},
-  title = 	 {The First Word: The Search for the Origins of Language},
-  publisher = 	 {Viking},
-  year = 	 2007,
-  address =	 {New York}
-}
-
- at book{Coombs65,
-  title =	 {A Theory of Data},
-  author =	 {C.H. Coombs},
-  year =	 {1965},
-  address =	 {New York},
-  publisher =	 {Wiley}
-}
-
- at article{CEFP06,
-  author =	 {Centro de Estudios de las Finanzas P{\'u}blicas,
-                  C{\'a}mara de Diputados},
-  title =	 {Gasto en el Sector Salud},
-  journal =	 {Nota Informativa},
-  volume =	 {64},
-  month =	 {September},
-  year =	 {2006},
-}
-
- at Book{Ayres07,
-  author =	 {Ian Ayres},
-  title =	 {Supercrunchers},
-  publisher =	 {Random House},
-  year =	 2007,
-  address =	 {New York}
-}
-
- at Article{Ross06b,
-  author =	 {Philip E. Ross},
-  title =	 {The Expert Mind},
-  journal =	 {Scientific American},
-  year =	 {2006},
-  month =	 {August},
-  note =	 {{http://www.sciam.com/article.cfm?id=the-expert-mind}}
-}
-
- at article{RubTho92,
-  author =	 {Donald B. Rubin and Neal Thomas},
-  title =	 {Affinely Invariant Matching methods with Ellipsoidal
-                  Distributions},
-  journal =	 {Annals of Statistics},
-  volume =	 {20},
-  number =	 {2},
-  year =	 {1992},
-  pages =	 {1079-1093}
-}
-
- at article{Rubin76b,
-  author =	 {Donald B. Rubin},
-  title =	 {Multivariate Matching Methods that are Equally
-                  Percent Bias Reducing, II: Maximums on Bias
-                  Reduction for Fixed Sampled Sizes},
-  journal =	 {Biometrics},
-  volume =	 {32},
-  year =	 {1976},
-  pages =	 {121-132},
-}
-
- at book{RosRub02,
-  author =	 {P.R. Rosenbaum and Donald B. Rubin},
-  title =	 {Observational Studies},
-  Publisher =	 {Springer},
-  year =	 {2002},
-  address =	 {New York}
-}
-
- at article{RacineLi09,
-  author =	 {J.S. Racine  and Q. Li},
-  title =	 {Efficient Estimation of Average Treatment Effects With Mixed Categorical and Continuous Data},
-  journal =	 {Journal of Business and Economic Statistics},
-  volume =	 {27},
-  number =    {2},
-  year =	 {2009},
-  pages =	 {203-223}
-}
-
- at article{Popoviciu35,
-  author =	 {T. Popoviciu},
-  title =	 {Sur Les \'Equations Alg\'ebriques Ayant Toutes Leurs
-                  Racines R\'eelles},
-  journal =	 {Mathematica},
-  volume =	 {9},
-  year =	 {1935},
-  pages =	 {129-145}
-}
-
- at article{Rubin76c,
-  title =	 {{Multivariate Matching Methods That are Equal
-                  Percent Bias Reducing, I: Some Examples}},
-  author =	 {Donald B. Rubin},
-  journal =	 {Biometrics},
-  volume =	 {32},
-  number =	 {1},
-  pages =	 {109--120},
-  year =	 {1976}
-}
-
- at InCollection{Coleridge1789,
-  author = 	 {Samuel Taylor Coleridge},
-  title = 	 {The Rime of the Ancyent Marinere},
-  booktitle = 	 {Lyrical Ballads},
-  publisher =	 {Routledge},
-  year =	 {1789 (1991)},
-  editor =	 {W. Wordsworth and S. T. Coleridge},
-  address =	 {London}
-}
-
- at book{MieBer07,
-  title =	 {{Permutation Methods: A Distance Function Approach}},
-  author =	 {Mielke, P.W. and Berry, K.J.},
-  year =	 {2007},
-  address =	 {New York},
-  publisher =	 {Springer}
-}
-
- at Article{ShiShi07,
-  author = 	 {H. Shimazaki and S. Shinomoto},
-  title = 	 {A Method for Selecting the Bin Size of a Time Histogram},
-  journal = 	 {Neural Computation},
-  year = 	 2007,
-  volume =	 19,
-  number =	 6,
-  pages =	 {1503--1527}
-}
- at inbook{Ragin04,
-  author =	 {Charles C. Ragin},
-  title =	 {Rethinking Social Inquiry},
-  chapter =	 {Turning the Tables: How Case-Oriented Research
-                  CHallenges Variable Oriented Research},
-  year =	 {2004},
-  publisher =	 {Rowman and Littlefield Publishers, Inc.},
-  address =	 {Lanham, MD},
-  editor =	 {Henry E. Brady and David Collier}
-}
-
- at unpublished{Ragin07,
-  author =	 {Charles C. Ragin},
-  title =	 {Qualitative Comparative Analysis and Fuzzy Sets},
-  note =	 {Presented for the American Political Science
-                  Assocation conference, Chicago},
-  year =	 {2007}
-}
-
- at article{BatChe04,
-  title =	 {{The Impact of Measurement Error on Evaluation
-                  Methods Based on Strong Ignorability}},
-  author =	 {Battistin, E. and Chesher, A.},
-  journal =	 {Institute for Fiscal Studies, London},
-  year =	 {2004}
-}
-
- at book{Agresti90,
-  title =	 {{Categorical data analysis}},
-  author =	 {Agresti, A.},
-  year =	 {1990},
-  address =	 {New York},
-  publisher = {John Wiley \& Sons, Inc.}
-}
-
- at book{Scott92,
-  title =	 {{Multivariate density estimation. Theory, practice and visualization}},
-  author =	 {Scott, D.W.},
-  year =	 {1992},
-  address =	 {New York},
-  publisher = {John Wiley \& Sons, Inc.}
-}
-
- at article{FDiac81,
-  title =	 {{On the histogram as a density estimator: $L_2$
-                  theory}},
-  author =	 {Freedman, D. and Diaconis, P.},
-  journal =	 {Probability Theory and Related Fields},
-  year =	 {1981},
-  volume =	 {57},
-  pages =	 {453-476}
-}
-
- at article{FreDue07,
-  title =	 {Clustering by Passing Messages Between Data Points},
-  author =	 {BJ Frey and D Dueck},
-  journal =	 {Science},
-  volume =	 {315},
-  number =	 {5814},
-  pages =	 {972},
-  year =	 {2007}
-}
-
- at Article{Ruben02,
-  author =	 {Harold Ruben},
-  title =	 {A simple conservative and robust solution of the
-                  Behrens-Fisher problem},
-  journal =	 {Sankhya},
-  year =	 {2002},
-  volume =	 {64},
-  number =	 {1},
-  pages =	 {139--155}
-}
-
- at Article{FawChaHer93,
-  author =	 {WW Fawzi and TC Chalmers and MG Herrera and F
-                  Mosteller},
-  title =	 {Vitamin A Supplementation and Child Mortality},
-  journal =	 {Journal of the American Medical Association},
-  year =	 {1993},
-  volume =	 {269},
-  number =	 {7},
-  pages =	 {898--903}
-}
-
- at Article{LavDurKoc05,
-  author =	 {LM LaVange and TA Durham and GG Koch},
-  title =	 {Randomization-based Nonparametric Methods for the
-                  Analysis of Multicentre Trials},
-  journal =	 {Statistical Methods in Medical Research},
-  year =	 {2005},
-  volume =	 {14},
-  number =	 {3},
-  pages =	 {281--301}
-}
-
- at Article{Little04,
-  author =	 {RJ Little},
-  title =	 {To Model or Not to Model? Competing Modes of
-                  Inference for Finite Population Sampling},
-  journal =	 {Journal of the American Statistical Assocation},
-  year =	 {2004},
-  volume =	 {99},
-  pages =	 {546--556}
-}
-
- at Article{LitRub00,
-  author =	 {RJ Little and DB Rubin},
-  title =	 {Causal Effects in Clinical and Epidemiological
-                  Studies Via Potential Outcomes: Concepts and
-                  Analytical Approaches},
-  journal =	 {Annual Review of Public Health},
-  year =	 {2000},
-  volume =	 {21},
-  pages =	 {121--145}
-}
-
- at Article{MalGre02,
-  author =	 {G Maldanado and S Greenland},
-  title =	 {Estimating Causal Effects},
-  journal =	 {International Journal of Epidemiology},
-  year =	 {2002},
-  volume =	 {31},
-  pages =	 {422--429}
-}
- at Article{DasNewVel03,
-  author =	 {Mitali Das and Whitney K. Newey and Francis Vella},
-  title =	 {Nonparametric Estimation of Sample Selection Models},
-  journal =	 {Review of Economic Studies},
-  year =	 {2003},
-  volume =	 {70},
-  pages =	 {33--58}
-}
- at Article{AbaDruHer01,
-  author =	 {Alberto Abadie and David Drukker and Jane Leber Herr
-                  and Guido W. Imbens},
-  title =	 {Implementing Matching Estimators for Average
-                  Treatment Effects in Stata},
-  journal =	 {The Stata Journal},
-  year =	 {2004},
-  volume =	 {4},
-  number =	 {3},
-  pages =	 {290--311}
-}
- at Article{DunAuMil03,
-  author =	 {Joel Dunning and JKK Au and RWJ Millner and AJ
-                  Levine},
-  title =	 {Derivation and Validation of a Clinical Scoring
-                  System to Predict the Need for an Intra-Aortic
-                  Balloon Pump in Patients Undergoing Adult Cardiac
-                  Surgery},
-  journal =	 {Interactive Cardiovascular and Thoracic Surgery},
-  year =	 {203},
-  volume =	 {2},
-  pages =	 {639--643}
-}
-
-
-
- at Article{Rubin90,
-  author =	 {DB Rubin},
-  title =	 {On the Applicaiton of Probability Theory to
-                  Agricultural Experiments. Essay on
-                  Principles. Section 9. Comment: Neyman (1923) and
-                  Causal Inference in Experiments and Observational
-                  Studies},
-  journal =	 {Statistical Science},
-  year =	 {1990},
-  volume =	 {5},
-  number =	 {4},
-  pages =	 {472--480}
-}
- at book{HasTibFri01,
-  title =	 {{The Elements of Statistical Learning: Data Mining,
-                  Inference, and Prediction}},
-  author =	 {Trevor Hastie and Robert Tibshirani and Jerome
-                  Friedman},
-  year =	 {2001},
-  address =	 {New York},
-  publisher =	 {Springer}
-}
- at book{HasTibFri09,
-  title =	 {{The Elements of Statistical Learning: Data Mining,
-                  Inference, and Prediction, 2nd Ed}},
-  author =	 {Trevor Hastie and Robert Tibshirani and Jerome
-                  Friedman},
-  year =	 {2009},
-  address =	 {New York},
-  publisher =	 {Springer}
-}
- at Article{WesMukCha00,
-  title =	 {{Feature selection for SVMs}},
-  author =	 {J. Weston and S. Mukherjee and O. Chapelle and
-                  M. Pontil and T. Poggio and V. Vapnik},
-  journal =	 {Advances in Neural Information Processing Systems},
-  volume =	 {13},
-  pages =	 {668--674},
-  year =	 {2000}
-}
- at Article{HsuChaLin03,
-  title =	 {A practical guide to support vector classification},
-  author =	 {C.W. Hsu and C.C. Chang and C.J. Lin},
-  journal =	 {National Taiwan University, Technical Report, July},
-  year =	 {2003}
-}
-
- at Article{BraGroMil02,
-  title =	 {Feature Selection Using Linear Support Vector
-                  Machines},
-  author =	 {Janez Brank and Marko Grobelnik and Natasa
-                  Milic-Frayling and Dunja Mladenic},
-  journal =	 {Microsoft Research, Technical Report},
-  year =	 {2002}
-}
- at Article{HilPurWil08,
-  title =	 {{Computer Assisted Topic Classification for Mixed
-                  Methods Social Science Research}},
-  author =	 {Dustin Hillard and Stephen Purpura and John
-                  Wilkerson},
-  journal =	 {Journal of Information Technology and Politics},
-  year =	 {2008},
-  volume =	 {4},
-  number =	 {4}
-}
-
-
- at Incollection{Joachims98,
-  author =	 {Thorsten Joachims},
-  editor =	 {Claire N\'{e}dellec and C\'{e}line Rouvierol},
-  booktitle =	 {Machine Learning ECML-98},
-  title =	 {Text Categorization with Support Vector Machines:
-                  Learning with Many Relevant Features},
-  publisher =	 {Springer},
-  year =	 1998,
-  volume =	 1398,
-  pages =	 {127--142}
-}
-
- at article{AnaAlkLav08,
-  title =	 {The Role of Fish Oil in Arrhythmia Prevention},
-  author =	 {Rishi G. Anand and Mohi Alkadri and Carl J. Lavie
-                  and Richard V. Milani},
-  journal =	 {Journal of Cardiopulmonary Rehabilitation and
-                  Prevention},
-  year =	 {2008},
-  volume =	 {28},
-  pages =	 {92--98}
-}
- at article{RosRosSil07,
-  title =	 {{Minimum Distance Matched Sampling With Fine Balance
-                  in an Observational Study of Treatment for Ovarian
-                  Cancer}},
-  author =	 {Rosenbaum, P.R. and Ross, R.N. and Silber, J.H.},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {102},
-  number =	 {477},
-  pages =	 {75--83},
-  year =	 {2007}
-}
- at article{AbaGar03,
-  title =	 {{The Economic Costs of Conflict: A Case Study of the
-                  Basque Country}},
-  author =	 {Abadie, A. and Gardeazabal, J.},
-  journal =	 {American Economic Review},
-  volume =	 {93},
-  number =	 {1},
-  pages =	 {113--132},
-  year =	 {2003}
-}
-
- at Article{IacPor08b,
-  author =	 {Stefano M. Iacus and Giuseppe Porro},
-  title =	 {Invariant and Metric Free Proximities for Data
-                  Matching: An R Package},
-  journal =	 {Journal of Statistical Software},
-  year =	 2008,
-  volume =	 25,
-  number =	 11,
-  pages =	 {1--22}
-}
-
- at Article{IacPor07,
-  author =	 {Stefano M. Iacus and Giuseppe Porro},
-  title =	 {Missing data imputation, matching and other
-                  applications of random recursive partitioning},
-  journal =	 {Computational Statistics and Data Analysis},
-  year =	 2007,
-  volume =	 52,
-  number =	 2,
-  pages =	 {773--789}
-}
-
- at article{StuGre08,
-  title =	 {Using Full Matching to Estimate Causal Effects in
-                  Nonexperimental Studies: Examining the Relationship
-                  Between Adolescent Marijuana Use and Adult Outcomes},
-  author =	 {Elizabeth A. Stuart and Kerry M. Green},
-  journal =	 {Developmental Psychology},
-  volume =	 {44},
-  number =	 {2},
-  pages =	 {395--406},
-  year =	 {2008}
-}
-
- at PhdThesis{Moore08,
-  author =	 {Ryan T. Moore},
-  title =	 {Political Analysis and Statistical Applications for
-                  Social Policy Research},
-  school =	 {Harvard University},
-  year =	 {2008},
-  OPTaddress =	 {},
-  month =	 {May},
-}
-
- at Article{Moore08b,
-  author =	 {Ryan T. Moore},
-  title =	 {blockTools: Blocking, Assignment, and Diagnosing
-                  Interference in Randomized Experiments},
-  journal =	 { },
-  year =	 {2008},
-  note =
-                  {{http://www.people.fas.harvard.edu/$\sim$rtmoore/software.blockTools.htm}}
-}
-
- at Incollection{NigOroOla03,
-  author =	 {Gustavo Nigenda and Emanuel Orozco and Gustavo
-                  Olaiz},
-  editor =	 {Felicia Knaul and Gustavo Nigenda},
-  booktitle =	 {Caleidoscopia de la Salud},
-  title =	 {La Importancia de los Medicamentos en la Operacion
-                  del Seguro Popular de Salud},
-  publisher =	 {Funsalud},
-  pages =	 {263-273},
-  year =	 {2003}
-}
-
- at article{ImaVan04,
-  title =	 {{Causal inference with general treatment regimes:
-                  Generalizing the propensity score}},
-  author =	 {Imai, K. and van Dyk, D.A.},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {99},
-  number =	 {467},
-  pages =	 {854--866},
-  year =	 {2004}
-}
- at Book{MorWin07,
-  author =	 {Stephen L. Morgan and Christopher Winship},
-  title =	 {Counterfactuals and Causal Inference: Methods and
-                  Principles for Social Research},
-  publisher =	 {Cambridge University Press},
-  year =	 2007,
-  address =	 {Cambridge}
-}
-
-
- at Article{AbaImb07,
-  author =	 {Alberto Abadie and Guido W. Imbens},
-  title =	 {Bias-Corrected Matching Estimators for Average
-                  Treatment Effects},
-  journal =	 { },
-  year =	 {2007},
-  OPTkey =	 {},
-  OPTvolume =	 {},
-  OPTnumber =	 {},
-  OPTpages =	 {},
-  OPTmonth =	 {},
-  note =	 {{http://ksghome.harvard.edu/~aabadie/research.html}},
-  OPTannote =	 {}
-}
- at Book{Jevons1874,
-  author =	 {W. Stanley Jevons},
-  title =	 {The Principles of Science: A Treatise on Logic and
-                  the Scientific Method},
-  publisher =	 {MacMillen and Co.},
-  year =	 1874,
-  address =	 {New York}
-}
-
- at Book{Twain1883,
-  author =	 {Mark Twain},
-  title = 	 {Life on the Mississippi},
-  publisher = 	 {Chatto and Windus},
-  year = 	 1883,
-  address =	 {London}
-}
-
- at Article{SamMic08,
-  author =	 {Nicholas Sambanis and Alexander Michaelides},
-  title =	 {A Comment on Diagnostic Tools for Counterfactual
-                  Inference},
-  journal =	 {Political Analysis},
-  year =	 {2008},
-  OPTkey =	 {},
-  OPTvolume =	 {17},
-  OPTnumber =	 {1},
-  OPTpages =	 {},
-  OPTmonth =	 {},
-  OPTnote =	 {},
-  OPTannote =	 {}
-}
-
- at Article{McAfee02,
-  author =	 {R. Preston McAfee},
-  title =	 {Coarse Matching},
-  journal =	 {Econometrica},
-  year =	 {2002},
-  volume =	 {70},
-  number =	 {5},
-  pages =	 {2025-2034}
-}
-
- at Article{Mielke85,
-  author =	 {Paul W. Mielke Jr.},
-  title =	 {Geometric Concerns Pertaining to Applications of
-                  Statistical Tests in the Atmospheric Sciences},
-  journal =	 {Journal of the Atmospheric Sciences},
-  year =	 {1985},
-  volume =	 {42},
-  number =	 {12},
-  pages =	 {1209-1212}
-}
-
- at Book{Greene08,
-  author =	 {William H. Greene},
-  title =	 {Econometric Analysis, 6th Edn.},
-  publisher =	 {Prentice Hall},
-  year =	 2008,
-  address =	 {New York}
-}
-
- at Article{LeeMil02,
-  author =	 {Ronald Lee and Timothy Miller},
-  title =	 {An Approach to Forecasting Health Expenditures, with
-                  Application to the U.S. Medicare System},
-  journal =	 {Health Services Research},
-  year =	 {2002},
-  volume =	 {37},
-  number =	 {5},
-  pages =	 {1365-1386}
-}
-
- at Article{LubBeeBak95,
-  author =	 {James Lubitz and James Beebe and Colin Baker},
-  title =	 {New England Journal of Medicine},
-  journal =	 {Longevity and Medicare Expenditures},
-  year =	 {1995},
-  volume =	 {332},
-  number =	 {15},
-  pages =	 {999-1003}
-}
-
- at Article{McKusick99,
-  author =	 {David McKusick},
-  title =	 {Demographic Issues in Medicare
-                  Reform:Birthrates, Death Rates, and an Aging
-                  Population all Affect Medicare's Financing},
-  journal =	 {Health Affairs},
-  year =	 {1999},
-  volume =	 {18},
-  number =	 {1},
-  pages =	 {194-207}
-}
-
- at Article{Miller01,
-  author =	 {Tim Miller},
-  title =	 {Increasing Longevity and Medicare Expenditures},
-  journal =	 {Demography},
-  year =	 {2001},
-  volume =	 {38},
-  number =	 {2},
-  pages =	 {215-226}
-}
-
- at unpublished{Caldis08,
-  author =	 {Todd G. Caldis},
-  title =	 {The Long-Term Projection Assumptions for Medicare
-                  and Aggregate national health Expenditures},
-  note =
-                  {{http://www.cms.hhs.gov/ReportsTrustFunds/downloads/projectionmethodology.pdf}},
-  year =	 {2008}
-}
- at Article{Hansen08,
-  author = 	 {Ben Hansen},
-  title = 	 {The Prognostic Analogy of the Propensity Score},
-  journal = 	 {Biometrika},
-  year = 	 2008,
-  volume =	 95,
-  number =	 2,
-  pages =	 {481--488}
-}
-
- at unpublished{GalSmiBla08,
-  author =	 {Jose Galdo and Jeffrey Smith and Dan Black},
-  title =	 {Bandwidth Selection and the Estimation of Treatment
-                  Effects with Unbalanced Data},
-  note =	 {University of Michigan},
-  year =	 {2008}
-}
- at Article{Pronin08,
-  author = 	 {Emily Pronin},
-  title = 	 {How We See Ourselves and How We See Others},
-  journal = 	 {Science},
-  year = 	 2008,
-  volume =	 320,
-  pages =	 {1170--1180}
-}
- at article{GraSci04,
-  title =	 {{Puzzles, Proverbs, and Omega Matrices: The
-                  Scientific and Social Significance of Empirical
-                  Implications of Theoretical Models (EITM)}},
-  author =	 {Granato, Jim and Scioli, Frank},
-  journal =	 {Perspectives on Politics},
-  volume =	 {2},
-  number =	 {02},
-  pages =	 {313--323},
-  year =	 {2004},
-  publisher =	 {Cambridge Univ Press}
-}
- at book{GeoBen05,
-  title =	 {{Case Studies and Theory Development in the Social
-                  Sciences}},
-  author =	 {George, A.L. and Bennett, A.},
-  year =	 {2005},
-  publisher =	 {Mit Press}
-}
-
- at article{MarQuiRug04,
-  title =	 {{Competing Approaches to Predicting Supreme Court
-                  Decision Making}},
-  author =	 {Martin, A.D. and Quinn, K.M. and Ruger, T.W. and
-                  Kim, P.T.},
-  journal =	 {Perspectives on Politics},
-  volume =	 {2},
-  number =	 {04},
-  pages =	 {761--767},
-  year =	 {2004}
-}
-
- at Article{Grove05,
-  author = 	 {William M. Grove},
-  title = 	 {Clinical Versus Statistical Prediction: The
-                  Contribution of Paul E. Meehl},
-  journal = 	 {Journal of Clinical Psychology},
-  year = 	 2005,
-  volume =	 61,
-  number =	 10,
-  pages =	 {1233--1243}
-}
-
- at proceedings{DjeSmi08,
-  title =	 {Heterogeneous Impacts in PROGRESA},
-  address =	 {Bonn, Germany},
-  author =	 {Habiba Djebbari and Jeffrey Smith},
-  organization = {IZA},
-  year =	 {2008}
-}
- at Book{Meehl54,
-  author =	 {Paul E. Meehl},
-  title =	 {Clinical Versus Statistical Prediction: A
-                  Theoretical Analysis and a Review of the Evidence},
-  publisher =	 {University of Minnesota Press},
-  year =	 1954,
-  address =	 {Minneapolis}
-}
-
- at Book{Rosenstone83,
-  title =	 {Forecasting Presidential Elections},
-  author =	 {S.J. Rosenstone},
-  year =	 {1983},
-  publisher =	 {Yale University Press New Haven}
-}
- at Article{AdcCol01,
-  author =	 {Robert Adcock and David Collier},
-  title =	 {Measurement Validity: A Shared Standard for
-                  Qualitative and Quantitative Research},
-  journal =	 {American Political Science Review},
-  year =	 {2001},
-  volume =	 {95},
-  number =	 {3},
-  month =	 {September},
-  pages =	 {529--546}
-}
-
- at Article{BatGreLev00,
-  author =	 {R.H. Bates and A. Greif and M. Levi, and
-                  J.L. Rosenthal, and B.R. Weingast},
-  title =	 {The Analytic Narrative Project},
-  journal =	 {American Political Science Review},
-  year =	 {2000},
-  volume =	 {94},
-  number =	 {3},
-  pages =	 {696--702}
-}
-
- at Article{Carpenter00,
-  author = 	 {Daniel P. Carpenter},
-  title = 	 {What is the Marginal Value of Analytic Narratives?},
-  journal = 	 {Social Science History},
-  year = 	 {2000},
-  volume =	{24},
-  number={4},
-  pages =	 {653-668}
-}
-
- at Article{Skocpol00,
-  author =	 {Theda Skocpol},
-  title =	 {Commentary: Theory Tackles History},
-  journal =	 {Social Science History},
-  year =	 {2000},
-  volume =	 {24},
-  number =	 {4},
-  pages =	 {677-684}
-}
-
- at article{Parikh00,
-  author =	 {Sunita Parikh},
-  title =	 {The Strategic Value of Analytic Narratives},
-  journal =	 {Social Science History},
-  volume =	 {24},
-  year =	 {2000},
-  pages =	 {677--684},
-  number =	 {4}
-}
- at article{Mahoney00b,
-  author =	 {James Mahoney},
-  title =	 {Path Dependence in Historical Sociology},
-  journal =	 {Theory and Society},
-  volume =	 {29},
-  year =	 {2000},
-  pages =	 {507--548}
-}
-
- at article{Pierson00,
-  author =	 {Paul Pierson},
-  title =	 {Increasing Returns, Path Dependence, and the Study
-                  of Politics},
-  journal =	 {American Political Science Review},
-  year =	 {2000},
-  pages =	 {251--268},
-  month =	 {June}
-}
- at article{Mahoney99,
-  author =	 {James Mahoney},
-  title =	 {Nominal, Ordinal, and Narrative Appraisal in
-                  Macro-Causal Analysis},
-  journal =	 {American Journal of Sociology},
-  volume =	 {104},
-  year =	 {1999},
-  pages =	 {1154-1196},
-  month =	 {January},
-  number =	 {4}
-}
- at article{Pierson00b,
-  author =	 {Paul Pierson},
-  title =	 {Not Just What, but When: Timing and Sequence in
-                  Political Processes},
-  journal =	 {Studies in american Political Development},
-  volume =	 {14},
-  year =	 {2000},
-  pages =	 {72--92},
-  month =	 {spring}
-}
-
- at article{ColLev77,
-  author =	 {David Collier and Steven Levitsky},
-  title =	 {Democracy with Adjectives: Conceptual Innovation in
-                  Comparative Research},
-  journal =	 {World Politics},
-  volume =	 {43},
-  year =	 {1977},
-  pages =	 {430--451},
-  month =	 {April},
-  number =	 {3}
-}
-
- at article{Elman05,
-  author =	 {Colin Elman},
-  title =	 {Explanatory Typologies in Qualitative Studies of
-                  International Politics},
-  journal =	 {International Organization},
-  volume =	 {59},
-  year =	 {2005},
-  pages =	 {293--326},
-  month =	 {spring},
-  number =	 {2}
-}
-
- at article{Lustick96,
-  author =	 {Ian S. Lustick},
-  title =	 {History, Historiography, and Political Science:
-                  Multiple Historical Records and the Problem of
-                  Selection Bias},
-  journal =	 {American Political Science Review},
-  volume =	 {90},
-  year =	 {1996},
-  pages =	 {605--618},
-  month =	 {September},
-  number =	 {3}
-}
-
- at Article{Campbell05,
-  author =	 {James E. Campbell},
-  title =	 {Introduction: Assessments of the 2004 Presidential
-                  Vote Forecasts},
-  journal =	 {PS: Political Science \& Politics},
-  year =	 {2005},
-  volume =	 {38},
-  pages =	 {23--24}
-}
-
- at article{Lieberman05,
-  author =	 {Evan S. Lieberman},
-  title =	 {Nested Analysis as a Mixed-Method Strategy for
-                  Comparative Research},
-  journal =	 {American Political Science Review},
-  volume =	 {99},
-  year =	 {2005},
-  pages =	 {435--452},
-  month =	 {August},
-  number =	 {3}
-}
-
- at techreport{Heckman08,
-  author =	 {James J. Heckman},
-  title =	 {Econometric Causality},
-  institution =	 {National Bureau of Economic Research},
-  year =	 2008,
-  address =	 {Cambridge, MA},
-  number =	 13934,
-  note =	 {{http://www.nber.org/papers/w13934}}
-}
-
- at article{Hall06,
-  author =	 {Peter A. Hall},
-  title =	 {Systematic Process Analysis: When and How to Use It},
-  journal =	 {European Management Review},
-  volume =	 {3},
-  year =	 {2006},
-  pages =	 {24--31},
-  month =	 {Spring},
-  number =	 {1}
-}
-
- at article{Converse87,
-  title =	 {Changing Conceptions of Public Opinion in the
-                  Political Process},
-  author =	 {Philip E. Converse},
-  journal =	 {The Public Opinion Quarterly},
-  volume =	 {51},
-  pages =	 {12--24},
-  year =	 {1987}
-}
-
- at article{Mahoney08,
-  author =	 {James Mahoney},
-  title =	 {Toward a Unified Theory of Causality},
-  journal =	 {Comparative Political studies},
-  volume =	 {41},
-  year =	 {2008},
-  pages =	 {412--436},
-  month =	 {April/May},
-  number =	 {4/5}
-}
-
- at article{DasNewVel03,
-  title =	 {Nonparametric Estimation of Sample Selection Models},
-  author =	 {Mitali Das and Whitney K. Newey and Francis Vella},
-  journal =	 {Review of Economic Studies},
-  volume =	 {70},
-  year =	 {2003},
-  pages =	 {33--58}
-}
-
- at article{HerHei04,
-  title =	 {The Distribution of R&D Subsidies and Its Effect on
-                  the Final Outcome of Innovation Policy},
-  author =	 {Liliana Herrera and Joost Heijs},
-  year =	 {04},
-  journal =	 {DRUID Summern conference 2004 on Industrial Dynamic,
-                  Innovation and Development,Elsinore, Denmark, June
-                  14-16},
-  year =	 {2004}
-}
-
- at article{AbaDruHer01,
-  title =	 {Implementing Matching Estimators for Average
-                  Treatment Effects in Stata},
-  author =	 {Alberto Abadie and David Drukker and Jane Leber Herr
-                  and Guido W. Imbens},
-  journal =	 {The Stata Journal},
-  volume =	 {1},
-  year =	 {2001},
-  pages =	 {1--18},
-  number =	 {1}
-}
-
- at unpublished{BryCapLuc02,
-  title =	 {Why so Unhappy? The Effect of Union Membership on
-                  Job Satisfaction},
-  author =	 {Alex Bryson and Lorenzo Cappellari and Claudio
-                  Lucifora},
-  year =	 {2002},
-  note =	 {Policy Studies Institute and Centre for Economic
-                  Performance}
-}
-
- at article{DunAuMil03,
-  title =	 {Derivation and Validation of a Clinical Scoring
-                  System to Predict the Need for an Intra-Aortic
-                  Balloon Pump in Patients Undergoing Adult Cardiac
-                  Surgery},
-  author =	 {Joel Dunning and JKK Au and RWJ Millner and AJ
-                  Levine},
-  journal =	 {Interactive Cardiovascular and Thoracic Surgery},
-  volume =	 {2},
-  year =	 {2003},
-  pages =	 {639--643}
-}
-
-
- at Book{GlaStr99,
-  author =	 {Barney G. Glaser and Anselm L. Strauss},
-  title =	 {The Discovery of Grounded theory: Strategies for
-                  Qualitative Research},
-  publisher =	 {Aldine De Gruyter},
-  year =	 {1999},
-  address =	 {New York}
-}
-
- at Book{Tetlock05,
-  author =	 {Philip E. Tetlock},
-  title =	 {Expert Political Judgment: How Good Is It? How Can
-                  We Know?},
-  publisher =	 {Princeton University Press},
-  year =	 {2005},
-  address =	 {Princeton}
-}
-
- at Book{Hammersley00,
-  author =	 {Martyn Hammersley},
-  title =	 {Taking Sides in Social Research: Essays on
-                  Partisanship and Bias},
-  publisher =	 {Routledge},
-  year =	 {2000},
-  address =	 {London and New York}
-}
-
- at book{Little91,
-  title =	 {{Varieties of Social Explanation: An Introduction to
-                  the Philosophy of Social Science}},
-  author =	 {Little, Daniel},
-  year =	 {1991},
-  publisher =	 {Westview Press}
-}
-
- at Book{Gerring07,
-  author =	 {John Gerring},
-  title = 	 {Case Study Research: Principles and Practices},
-  publisher = 	 {Cambridge University Press},
-  year = 	 2007,
-  address =	 {New York}
-}
-
- at article{Goldthorpe01,
-  title =	 {{Causation, Statistics, and Sociology}},
-  author =	 {Goldthorpe, J.H.},
-  journal =	 {European Sociological Review},
-  volume =	 {17},
-  number =	 {1},
-  pages =	 {1--20},
-  year =	 {2001}
-}
-
- at book{Gill08,
-  title =	 {{Bayesian Methods: A Social and Behavioral Sciences
-                  Approach, 2nd edition}},
-  author =	 {Jeff Gill},
-  year =	 {2008},
-  publisher =	 {Chapman \& Hall/CRC}
-}
-
- at book{Elster89,
-  title =	 {Nuts and Bols for the Social Sciences},
-  author =	 {Jon Elster},
-  year =	 {1989},
-  publisher =	 {Cambridge University Press},
-  address =	 {Cambridge, New York}
-}
-
- at book{Hausman98,
-  author =	 {Daniel M. Hausman},
-  title =	 {Causal Asymmetries},
-  publisher =	 {Cambridge University Press},
-  year =	 {1998},
-  address =	 {Cambridge UK, New York}
-}
-
- at book{Collins98,
-  author =	 {Randall Collins},
-  title =	 {The Sociology of Philosophies: A Global Theory of
-                  Intellecutual Change},
-  publisher =	 {Belknap Press of Harvard University Press},
-  year =	 {1998},
-  address =	 {Cambridge,MA}
-}
-
- at InCollection{Hall09,
-  author = 	 {Peter A. Hall},
-  title = 	 {Path Dependence},
-  booktitle = 	 {The Future of Political Science: 100 Perspectives},
-  pages =	 { },
-  publisher =	 {Routledge},
-  year =	 {2009, forthcoming},
-  editor =	 {Gary King and Kay Scholzman and Norman Nie}
-}
-
- at article{MahGoe06,
-  title =	 {{A Tale of Two Cultures: Contrasting Quantitative
-                  and Qualitative Research}},
-  author =	 {James Mahoney and Gary Goertz},
-  journal =	 {Political Analysis},
-  volume =	 {14},
-  number =	 {3},
-  pages =	 {227--249},
-  year =	 {2006}
-}
-
- at techreport{Duneier08,
-  author = 	 {Mitchell Duneier},
-  title = 	 {How Not to Lie with Ethnography},
-  institution =  {Princeton University},
-  year = 	 {2008},
-  OPTkey = 	 {},
-  OPTvolume = 	 {},
-  OPTnumber = 	 {},
-  OPTpages = 	 {},
-  OPTmonth = 	 {},
-  OPTnote = 	 {},
-  OPTannote = 	 {}
-}
-
- at Article{BraGoe00,
-  author = 	 {Bear Braumoeller and Gary Goertz},
-  title = 	 {The Methodology of Necessary Conditions},
-  journal = 	 {American Journal of Political Science},
-  year = 	 2000,
-  volume =	 44,
-  number =	 4,
-  pages =	 {844--858},
-  month =	 {October}
-}
-
- at techreport{GlyQui08,
-  author =	 {Adam Glynn and Kevin Quinn},
-  title =	 {Non-parametric Mechanisms and Causal Modeling},
-  institution =	 {Harvard},
-  year =	 2008
-}
-
- at InCollection{Goertz03,
-  author =	 {Gary Goertz},
-  title =	 {The Substantive Importance of Necessary Condition
-                  Hypotheses},
-  booktitle =	 {Necessary Conditions: Theory, Methodology, and
-                  Applications},
-  publisher =	 {Rowman \& Littlefield},
-  year =	 2003,
-  editor =	 {Gary Goertz and Harvey Starr},
-  address =	 {Lanham, MD}
-}
-
- at book{RosAllMcc05,
-  author =	 {Peter E. Rossi and Greg M. Allenby and Robert
-                  McCulloch},
-  title =	 {Bayesian Statistics and Marketing},
-  publisher =	 {John Wiley & Sons, Ltd},
-  year =	 2005,
-  address =	 {West Sussex, England}
-}
-
- at Article{Starfield91,
-  author =	 {Starfield, B.},
-  title =	 {Primary care and health. {A} cross-national
-                  comparison},
-  journal =	 {The Journal of the American Medical Association},
-  year =	 {1991},
-  volume =	 {226},
-  number =	 {16},
-  pages =	 {2268-2271},
-}
-
-
- at Article{WarMur82,
-  author =	 {Warner, Kenneth and Murt, Hillary},
-  title =	 {Imact of the antismoking campaign on smoking
-                  prevalence: {A} cohort analysis},
-  journal =	 {Journal of Public Health Policy},
-  year =	 1982,
-  volume =	 3,
-  number =	 4,
-  pages =	 {374-390}
-}
-
- at Article{WilDeeLun00,
-  author =	 {Wilmoth, J.R. and Deegan, L.J. and Lundstr\"{o}m,
-                  H. and Horiuchi, S.},
-  title =	 {Increase of maximum life-span in {S}weden,
-                  1861-1999},
-  journal =	 {Science},
-  year =	 2000,
-  volume =	 289,
-  pages =	 {2366-2368}
-}
-
- at Article{Waldron91,
-  author =	 {Waldron, Ingrid},
-  title =	 {Patterns and causes of gender differences in
-                  smoking},
-  journal =	 {Social Science and Medicine},
-  year =	 1991,
-  volume =	 32,
-  number =	 9,
-  pages =	 {989-1005}
-}
-
- at Article{DolPetBor04,
-  author =	 {Doll, Richard and Peto, Richard and Boreham, Jillian
-                  and Sutherland, Isabelle},
-  title =	 {Mortality in relation to smoking: 50 years'
-                  observations on male {B}ritish doctors},
-  journal =	 {British Medical Journal},
-  year =	 {2004},
-  volume =	 {328},
-  pages =	 {1519-1527}
-}
-
- at Article{Doll99,
-  author =	 {Doll, Richard},
-  title =	 {Tobacco: A Medical History},
-  journal =	 {Journal of Urban Health: {B}ulletin of the {New York
-                  Academy of Medicine} },
-  year =	 1999,
-  volume =	 76,
-  number =	 3,
-  pages =	 {989-1005}
-}
-
- at Article{RouBhoPar98,
-  author =	 {Routh, Hirak Behari and Bhowmik, Kazal Rekha and
-                  Parish, Jennifer and Parish, Lawrence},
-  title =	 {Historical Aspects of Tobacco Use and Smoking},
-  journal =	 {Clinics in Dermatology},
-  year =	 1998,
-  volume =	 16,
-  pages =	 {539-544}
-}
-
- at Article{LeeTul97,
-  author =	 {Lee, Ronald and Tuljapurkar, Shripad},
-  title =	 {Death and taxes: Longer life, consumption, and
-                  Social Security},
-  journal =	 {Demography},
-  year =	 1997,
-  volume =	 34,
-  number =	 1,
-  pages =	 {67-81},
-  month =	 {June}
-}
-
- at TechReport{SSAHist07,
-  author =	 {{Social Security Administration Historian's Office}},
-  title =	 {Social Security A Brief History},
-  institution =	 {Social Security Administration},
-  year =	 2007,
-  number =	 {21-059},
-  month =	 {October 2007}
-}
-
- at Article{Schneider99,
-  author = 	 {Schneider, Edward},
-  title = 	 {Aging in the Third Millenium},
-  journal = 	 {Science},
-  year = 	 1999,
-  volume = 	 283,
-  number = 	 5403,
-  pages = 	 {796-797}
-}
-
- at Article{FrePla07,
-  author =	 {Freedland, Stephen and Platz, Elizabeth},
-  title =	 {Obesity and prostate cancer: making snese out of
-                  apparently conflicting data},
-  journal =	 {Epidemiologic Reviews},
-  year =	 2007,
-  volume =	 29,
-  number =	 1,
-  pages =	 {88-97}
-}
-
- at Article{LitWhiKri07,
-  author =	 {Littman, Alyson and White, Emily and Kristal, Alan},
-  title =	 {Anthropometrics and prostate cancer risk},
-  journal =	 {American Journal of Epidemiology},
-  year =	 2007,
-  volume =	 165,
-  number =	 11,
-  pages =	 {1271-1279}
-}
-
-
- at Article{YanKelHe07,
-  author =	 {Yang, Wenjie and Kelly, Tanika and He, Jiang},
-  title =	 {Genetic Epidemiology of Obesity},
-  journal =	 {Epidemiologic Reviews},
-  year =	 2007,
-  volume =	 29,
-  number =	 1,
-  pages =	 {49-61}
-}
-
- at Article{RisHelKne90,
-  author =	 {Rissanen, Aila and Heli\"{o}vaara, Markku and Knekt,
-                  Paul and Reunanen, Antti and Aromaa, Arpo and
-                  Maatela, Jouni},
-  title =	 {Risk of disability and mortality due to verweight in
-                  a {F}innish population},
-  journal =	 {British Medical Journal},
-  year =	 1990,
-  volume =	 301,
-  number =	 {},
-  pages =	 {835-837}
-}
-
- at Article{HeiEriEll00,
-  author =	 {Heitmann, BL and Erikson, H and Ellsinger, B-M and
-                  Mikkelsen, KL and Larsson, B},
-  title =	 {Mortaltiy associated with body fat, fat-free mass
-                  and body mass index among 60-year-old {S}wedish men
-                  $-$ a 22-year follow-up. {T}he study of mean born in
-                  $1913$},
-  journal =	 {International Journal of Obesity},
-  year =	 2000,
-  volume =	 24,
-  pages =	 {33-37}
-}
-
- at Article{CorMonSom06,
-  author =	 {Romero-Corral, Abel and Montori, Victor and Somers,
-                  Virend and Korinek, Josef and Thomas, Randal and
-                  Allison, Thomas and Mookadam, Farouk and
-                  Lopez-Jimenez, Francisco},
-  title =	 {Association of bodyweight with total mortality and
-                  with cardiovascular events in coronary artery
-                  disease: a systematic review of cohort studies},
-  journal =	 {The Lancet},
-  year =	 2006,
-  volume =	 368,
-  pages =	 {666-678},
-  month =	 {August}
-}
-
- at Article{FleGraWil07,
-  author =	 {Flegal, Katherine and Graubard, Barry and
-                  Williamson, David and Gail, Mitchell},
-  title =	 {Cause-specific excess deaths associated with
-                  underweight, overweight, and obesity},
-  journal =	 {Journal of the American Medical Association},
-  year =	 2007,
-  volume =	 298,
-  number =	 17,
-  pages =	 {2028-2037}
-}
-
- at Article{AdaSchHar06,
-  author =	 {Adams, Kenneth and Schatzkin, Arthur and Harris,
-                  Tamara and Kipnis, Victor and Mouw, Traci and
-                  Ballard-Barbash, Rachel and Hollenbeck, Albert and
-                  Leitzmann, Michael},
-  title =	 {Overweight, obesity, and mortality in a large
-                  prospective cohort of persons $50$ to $71$ years
-                  old},
-  journal =	 {New England Journal of Medicine},
-  year =	 2006,
-  volume =	 355,
-  number =	 8,
-  pages =	 {763-778}
-}
-
- at Article{SukSacBod03,
-  author =	 {Suk, Seung-Han and Sacco, Ralph and Boden-Albala
-                  Bernadette and Cheun, Jian and Pittman, John and
-                  Elkind, Mitchell and Paik, Myunghee},
-  title =	 {Abdominal obesity and the risk of ischemic stroke:
-                  The {N}orthern {M}anhattan {S}troke {S}tudy},
-  journal =	 {Stroke},
-  year =	 2003,
-  volume =	 34,
-  number =	 7,
-  pages =	 {1586-1592},
-  month =	 {July}
-}
-
- at Book{Quetelet1842,
-  author =	 {Qu\'{e}telet, Lambert Adolphe Jacques},
-  title =	 {A treatise on man and the development of his
-                  faculties},
-  publisher =	 {William and Robert Chambers},
-  year =	 1842,
-  address =	 {Edinburgh},
-}
-
- at TechReport{ssa07,
-  author =	 {{The Board of Trustees, Federal Old-Age and
-                  Survivors Insurance and Federal Disability Insurance
-                  Trust Funds}},
-  title =	 {The 2007 annual report of the board of trustees of
-                  the federal old-age and survivors insurance and
-                  federal disability insurance trust funds},
-  institution =	 {Social Security Administration},
-  year =	 2007
-}
-
- at TechReport{ssa04,
-  author =	 {{The Board of Trustees, Federal Old-Age and
-                  Survivors Insurance and Federal Disability Insurance
-                  Trust Funds}},
-  title =	 {The 2004 annual report of the board of trustees of
-                  the federal old-age and survivors insurance and
-                  federal disability insurance trust funds},
-  institution =	 {Social Security Administration},
-  year =	 2004
-}
-
- at TechReport{ssa06,
-  author =	 {{The Board of Trustees, Federal Old-Age and
-                  Survivors Insurance and Federal Disability Insurance
-                  Trust Funds}},
-  title =	 {The 2006 annual report of the board of trustees of
-                  the federal old-age and survivors insurance and
-                  federal disability insurance trust funds},
-  institution =	 {Social Security Administration},
-  year =	 2006
-}
-
- at TechReport{USG:05,
-  author =	 {{United States Government}},
-  title =	 {Budget of the United States Government, Fiscal Year
-                  $2006$},
-  institution =	 {US Government Printing Office},
-  year =	 {2005}
-}
-
- at TechReport{USG:09,
-  author =	 {{United States Government}},
-  title =	 {Budget of the United States Government, Fiscal Year
-                  $2009$},
-  institution =	 {US Government Printing Office},
-  year =	 {2009}
-}
-
- at TechReport{ShoSunBun87,
-  author =	 {Shoven, John and Sundberg, Jeffrey and Bunker, John},
-  title =	 {The social security cost of smoking},
-  institution =	 {National Bureau of Economic Research},
-  year =	 1987,
-  type =	 {Working Paper Series},
-  number =	 2234
-}
-
- at TechReport{Gravelle98,
-  author =	 {Gravelle, Jane},
-  title =	 {The proposed tobacco settlement: who pays for the
-                  health costs of smoking?},
-  institution =	 {Library of Congress, Congressional Research Service},
-  year =	 1998,
-  number =	 {97-1053 E}
-}
-
- at Article{HaeShiMil56,
-  author =	 {Haenszel, W and Shimkin, MB and Miller, HP},
-  title =	 {Tobacco smoking patterns in the {U}nited {S}tates},
-  journal =	 {Public Health Monograph},
-  year =	 1956,
-  volume =	 45,
-  pages =	 {1-105}
-}
-
- at Article{WalLyeBra91,
-  author =	 {Waldron, I and Lye, D and Brandon, A},
-  title =	 {Gender differences in teenage smoking},
-  journal =	 {Women Health},
-  year =	 1991,
-  volume =	 17,
-  pages =	 {63-87}
-}
-
- at Article{Ferrence88,
-  author =	 {Ferrence, R},
-  title =	 {Sex differences in cigarette smoking in {C}anada,
-                  1900-1978: {A} reconstructed cohort study},
-  journal =	 {Canadian Journal of Public Health},
-  year =	 1988,
-  volume =	 79,
-  pages =	 {160-165}
-}
-
- at Article{Elkind85,
-  author =	 {Elkind, A},
-  title =	 {The social definition of women's smoking behavior},
-  journal =	 {Social Science and Medicine},
-  year =	 1985,
-  volume =	 20,
-  pages =	 {1269-1278}
-}
-
- at Article{LynBro01,
-  author =	 {Lynch, Scott and Brown, Scott},
-  title =	 {Reconsidering mortality compression and
-                  deceleration: {A}n alternative model of mortality
-                  rates},
-  journal =	 {Demography},
-  year =	 2001,
-  volume =	 38,
-  number =	 1,
-  pages =	 {79-95}
-}
-
- at TechReport{Holmer08,
-  author =	 {Holmer, Martin},
-  title =	 {SSASIM Guide},
-  institution =	 {Policy Simulation Group},
-  year =	 2008,
-  month =	 {March}
-}
-
- at Article{MeySab00,
-  author =	 {Meyerson, Noah and Sabelhaus, John},
-  title =	 {Uncertainty in Social Security Trust Fund
-                  Projections},
-  journal =	 {National Tax Journal},
-  year =	 2000,
-  volume =	 53,
-  number =	 3,
-  pages =	 {515-529}
-}
-
- at Article{TulLiBoe00,
-  author =	 {Tuljapurkar, Shripad and Li, Nan and Boe, Carl},
-  title =	 {A universal pattern of mortality decline in the $G7$
-                  countries},
-  journal =	 {Nature},
-  year =	 2000,
-  volume =	 405,
-  pages =	 {789-792}
-}
-
- at Article{Boyer47,
-  author =	 {Boyer, Carl},
-  title =	 {Note on an early graph of statistical data {(Huygens
-                  1669)}},
-  journal =	 {Isis},
-  year =	 1947,
-  volume =	 37,
-  number =	 {3$/$4},
-  pages =	 {148-149}
-}
-
- at Book{Vollgraff50,
-  editor =	 {Johan Adriaan Vollgraff},
-  title =	 {Oeuvres compl\`{e}tes de Christiaan
-                  Huygens. Publi\'{e}es par la Soci\'{e}t\'{e}
-                  hollandaise des sciences},
-  publisher =	 {La Haye: M. Nijhoff},
-  year =	 1950
-}
-
- at TechReport{Wilmoth03,
-  author =	 {Wilmoth, John R.},
-  title =	 {Overview and Discussion of the Social Security
-                  Mortality Projections},
-  institution =	 {Technical Panel on Assumptions and Methods, Social Security Advisory Board},
-  year =	 2003,
-}
-
- at TechReport{SSAB07,
-  author =	 {{Social Security Advisory Board Technical Panel}},
-  title =	 {2007 Technical Panel on Assumptions and Methods},
-  institution =	 {Social Security Advisory Board},
-  year =	 2007,
-}
-
- at TechReport{SSAB99,
-  author =	 {{Social Security Advisory Board Technical Panel}},
-  title =	 {1999 Technical Panel on Assumptions and Methods},
-  institution =	 {Social Security Advisory Board},
-  year =	 1999,
-}
-
- at TechReport{SSAB94,
-  author =	 {{Social Security Advisory Board Technical Panel}},
-  title =	 {1994 Technical Panel on Assumptions and Methods},
-  institution =	 {Social Security Advisory Board},
-  year =	 1994,
-}
-
- at TechReport{SSAB91,
-  author =	 {{Social Security Advisory Board Technical Panel}},
-  title =	 {1991 Technical Panel on Assumptions and Methods},
-  institution =	 {Social Security Advisory Board},
-  year =	 1991,
-}
-
- at Article{Alho90,
-  author =	 {Alho, Juha},
-  title =	 {Effects of targets and aggregration on the
-                  propogation of error in mortality forecasts},
-  journal =	 {Mathematical Population Studies},
-  year =	 1990,
-  volume =	 2,
-  pages =	 {209-227}
-}
-
-
- at Article{CoaKis86,
-  author =	 {Coale, Ansley and Kisker, Ellen},
-  title =	 {Mortality crossover: {R}eality or bad data},
-  journal =	 {Population Studies},
-  year =	 1986,
-  volume =	 40,
-  number =	 3,
-  pages =	 {389-401}
-}
-
- at Article{Parascandola04,
-  author =	 {Parascandola, Mark},
-  title =	 {Skepticism, statistical methods, and the cigarette:
-                  {A} historical analyis of a methodological debate},
-  journal =	 {Perspectives in Biology and Medicine},
-  year =	 2004,
-  volume =	 47,
-  number =	 42,
-  pages =	 {244-261}
-}
-
- at TechReport{Ball73,
-  author =	 {Ball, Robert},
-  title =	 {Hearings before the {S}pecial {C}ommittee on
-                  {Aging}},
-  institution =	 {U.S. Senate, Ninety-Third Congress},
-  year =	 1973,
-  number =	 {Part 1},
-  month =	 {January},
-  note =	 {SUDOC:Y4.Ag4:So1/2/pt.1}
-}
-
- at Article{Olshansky05,
-  author =	 {Olshansky, S. Jay and Passaro, Douglas and Hershow,
-                  Ronald and Layden, Jennifer and Carnes, Bruce and
-                  Brody, Jacob and Hayflick, Leonard and Butler,
-                  Robert and Allison, David and Ludwig, David},
-  title =	 {A potential decline in life expectancy in the
-                  {U}united {S}tates in the 21st century},
-  journal =	 {The New England Journal of Medicine},
-  year =	 2005,
-  volume =	 352,
-  number =	 11,
-  pages =	 {1138-1145}
-}
-
- at TechReport{ssa117,
-  author =	 {Cheng, Anthony and Miller, Michael and Morris,
-                  Michael and Schultz, Jason and Skirvin, J. Patrick
-                  and Walder, Danielle},
-  title =	 {A stochastic model of the long-range financial
-                  status of the {OASDI} program},
-  institution =	 {Social Security Administration, Office of the Chief
-                  Actuary},
-  year =	 2004,
-  note =	 {Actuarial Study No. 117}
-}
-
-
- at TechReport{ssa116,
-  author =	 {Bell, Felicitie and Miller, Michael},
-  title =	 {Life tables for the {United States} social security
-                  area 1900-2100},
-  institution =	 {Social Security Administration, Office of the Chief
-                  Actuary},
-  year =	 2002,
-  note =	 {Actuarial Study No. 116}
-}
-
- at TechReport{ssa120,
-  author =	 {Bell, Felicitie and Miller, Michael},
-  title =	 {Life tables for the {United States} social security
-                  area 1900-2100},
-  institution =	 {Social Security Administration, Office of the Chief
-                  Actuary},
-  year =	 2005,
-  note =	 {Actuarial Study No. 120}
-}
-
-
- at Article{Warner78,
-  author =	 {Warner, Kenneth},
-  title =	 {Possible increases in the underreporting of
-                  cigarette consumption},
-  journal =	 {Journal of the American Statitical Association},
-  year =	 1978,
-  volume =	 73,
-  number =	 362,
-  pages =	 {314-318}
-}
-
- at Article{CanFisBak65,
-  author =	 {Cannell, C.F. and Fisher, G. and Bakker, T.},
-  title =	 {Reporting of hospitalization in the health interview
-                  survey},
-  journal =	 {Vital and Health Statistics},
-  year =	 1965,
-  volume =	 2,
-  number =	 6,
-  pages =	 {i-71}
-}
-
- at Article{Halley93,
-  author =	 {Halley, Edmund},
-  title =	 {An estimate of the degrees of mortality of mankind,
-                  drawn from curious tables of the births and funerals
-                  at the city of Breslaw; with an attempt to ascertain
-                  the price of annuities upon lives},
-  journal =	 {Philosophical Transactions of the Royal Society of
-                  London},
-  year =	 1693,
-  volume =	 17,
-  pages =	 {596-610}
-}
-
-
- at Article{Wright86,
-  author =	 {Wright, VB},
-  title =	 {Will quitting smoking help Medicare solve its
-                  financial problems?},
-  journal =	 {Inquiry},
-  year =	 1986,
-  volume =	 23,
-  number =	 1,
-  pages =	 {76-82}
-}
-
- at TechReport{HMD08,
-  author =	 {{University of California, Berkeley (USA)} and {Max
-                  Planck Institute for Demographic Research
-                  (Germany)}},
-  title =	 {Human Mortality Database},
-  year =	 2008,
-  institution =	 {\url{http://www.mortality.org}},
-  note =	 {data downloaded on April 7, 2008}
-}
-
- at Article{SasIch02,
-  author =	 {Sascha O.\ Becker and Andrea Ichino},
-  title =	 {Estimation of average treatment effects based on
-                  propensity scores},
-  journal =	 {The Stata Journal},
-  year =	 2002,
-  volume =	 2,
-  number =	 4,
-  pages =	 {358--377}
-}
-
- at Article{JacAdaMul99,
-  author =	 {Jacobs, David R., Jr and Adachi, Hisashi and Mulder,
-                  Ina and Kromhout, Daan and Menotti, Alessandro and
-                  Nissinen, Aulikki and Blackburn, Henry},
-  title =	 {Cigarette Smoking and Mortality Risk:
-                  Twenty-five-Year Follow-up of the Seven Countries
-                  Study},
-  journal =	 {Archives of Internal Medicine},
-  year =	 1999,
-  volume =	 159,
-  number =	 7,
-  pages =	 {733-740}
-}
-
- at Article{PeeBarWil03,
-  author =	 {Peeters, Anna and Barendregt, Jan and Willekens,
-                  Frans and Mackenbach, Johan and Al Mamun, Abdullah
-                  and Bonneux, Luc},
-  title =	 {Obesity in Adulthood and its Consequences for Life
-                  Expectancy: A Life-Table Analysis},
-  journal =	 {Annals of Internal Medicine},
-  year =	 2003,
-  volume =	 138,
-  number =	 {24-32}
-}
-
- at Article{LynSmi05,
-  author =	 {Lynch, John and Smith, George Davey},
-  title =	 {A Life Course Approach to Chronic Disease
-                  Epidemiology},
-  journal =	 {Annual Review of Public Health},
-  year =	 2005,
-  volume =	 26,
-  number =	 1,
-  pages =	 {1-35},
-}
-
- at Article{Peace85,
-  author =	 {Peace, L.R.},
-  title =	 {A Time Correlation Between Cigarette Smoking and
-                  Lung Cancer},
-  journal =	 {The Statistician},
-  year =	 1985,
-  volume =	 34,
-  number =	 4,
-  pages =	 {371-381}
-}
-
-
- at Article{Sturm02,
-  author =	 {Sturm, Roland},
-  title =	 {The Effects of Obesity, Smoking, and Drinking on
-                  Medical Problems and Cost},
-  journal =	 {Health Affairs},
-  year =	 2002,
-  pages =	 {245-253},
-  month =	 {March/April}
-}
-
- at TechReport{Gutterman08,
-  author =	 {Gutterman, Sam},
-  title =	 {Human Behavior: An Impediment to Future Mortality
-                  Improvement, A Focus on Obesity and Related Matters},
-  institution =	 {Society of Actuaries},
-  year =	 2008,
-  note =	 {Living to 100 and Beyond Symposium}
-}
-
- at Article{BakOlsSor07,
-  author =	 {Baker, Jennifer and Olsen, Lina and
-                  S{\o}rensen,Thorkild},
-  title =	 {Childhood Body-Mass Index and the Risk of Coronary
-                  Heart Disease in Adulthood},
-  journal =	 {New England Journal of Medicine},
-  year =	 2007,
-  volume =	 357,
-  number =	 23,
-  pages =	 {2329-2337}
-}
-
- at Article{LeuSia03,
-  title =	 {{PSMATCH2: Stata module to perform full Mahalanobis
-                  and propensity score matching, common support
-                  graphing, and covariate imbalance testing}},
-  author =	 {Leuven, Edwin and Sianesi, Barbara},
-  journal =	 {Statistical Software Components},
-  year =	 2003
-}
-
- at Article{Kalton68,
-  author = 	 {G. Kalton},
-  title = 	 {Standardization: A Technique to Control for Extraneous Variables},
-  journal = 	 {Applied Statistics},
-  year = 	 1968,
-  volume =	 17,
-  number =	 2,
-  pages =	 {118--136}
-}
-
- at Article{Wei82,
-  title =	 {Interval estimation of location difference with
-                  incomplete data},
-  author =	 {Wei, L. J.},
-  journal =	 {Biometrika},
-  volume =	 {69},
-  number =	 {1},
-  pages =	 {249--251},
-  year =	 {1982}
-}
-
- at article{Moulton04,
-  title =	 {Covariate-based constrained randomization of
-                  group-randomized trials},
-  author =	 {Moulton, L.H.},
-  journal =	 {Clinical Trials},
-  volume =	 {1},
-  number =	 {3},
-  pages =	 {297},
-  year =	 {2004}
-}
-
- at Unpublished{Wand07,
-  author =	 {Jonathan Wand},
-  title =	 {Credible Comparisons Using Interpersonally
-                  Incomparable Data: Ranking self-evaluations relative
-                  to anchoring vignettes or other common survey
-                  questions},
-  year =	 {2007},
-  note =	 {http://wand.stanford.edu},
-}
-
-
- at Unpublished{Buckley08,
-  author =	 {Jack Buckley},
-  title =	 {Survey Context Effects in Anchoring Vignettes},
-  year =	 {2008},
-  note =	 {http://polmeth.wustl.edu/workingpapers.php},
-}
-
- at Book{GrzymalaBusse07,
-  author =	 {Anna Grzymala-Busse},
-  title =	 {Rebuilding Levithan: Party Competition and State
-                  Exploitation in Post-Communist Democracies},
-  publisher =	 {Cambridge University Press},
-  address =	 {New York},
-  year =	 {2007}
-}
-
- at Unpublished{SoeDelHar07,
-  title =	 {{Validating the Use of Vignettes for Subjective
-                  Threshold Scales}},
-  author =	 {Arthur Van Soest and Liam Delaney and Colm P. Harmon
-                  and Arie Kapteyn and James P. Smith},
-  year =	 {2007},
-  note =	 {UCD Geary Institute Working Paper}
-}
-
- at article{JavRip07,
-  title =	 {{An" Unfolding" Latent Variable Model for Likert
-                  Attitude Data: Drawing Inferences Adjusted for
-                  Response Style}},
-  author =	 {Kristin N. Javaras and Brian D. Ripley},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {102},
-  number =	 {478},
-  pages =	 {454--463},
-  year =	 {2007},
-  publisher =	 {American Statistical Association}
-}
-
- at article{KapSmiSoe07,
-  title =	 {{Vignettes and Self-Reports of Work Disability in
-                  the United States and the Netherlands}},
-  author =	 {Arie Kapteyn and James P. Smith and Arthur Soest},
-  journal =	 {American Economic Review},
-  volume =	 {97},
-  number =	 {1},
-  pages =	 {461--473},
-  year =	 {2007},
-  publisher =	 {American Economic Association Publications}
-}
-
- at article{Bowling05,
-  title =	 {{Just one question: If one question works, why ask
-                  several?}},
-  author =	 {Ann Bowling},
-  journal =	 {Journal of Epidemiology and Community Health},
-  volume =	 {59},
-  number =	 {5},
-  pages =	 {342},
-  year =	 {2005}
-}
-
- at article{DamVasSzw05,
-  title =	 {{Perception of health state and the use of vignettes
-                  to calibrate for socioeconomic status: results of
-                  the World Health Survey in Brazil, 2003}},
-  author =	 {Damacena, G.N. and Vasconcellos, M.T.L. and
-                  Szwarcwald, C.L.},
-  journal =	 {Cadernos de Sa{\'u}de P{\'u}blica},
-  volume =	 {21},
-  pages =	 {65--77},
-  year =	 {2005},
-  publisher =	 {SciELO Brasil}
-}
-
-
- at article{HseTan07,
-  title =	 {{Sun and Water: On a Modulus-Based Measurement of
-                  Happiness}},
-  author =	 {Christopher K. Hsee and Judy Ningyu Tang},
-  journal =	 {Emotion},
-  volume =	 {7},
-  pages =	 {213--218},
-  year =	 {2007}
-}
-
- at article{SalTanMur04,
-  title =	 {{Comparability of self rated health: cross sectional
-                  multi-country survey using anchoring vignettes}},
-  author =	 {Joshua A. Salomon and Ajay Tandon and Christopher
-                  J.L. Murray},
-  journal =	 {British Medical Journal},
-  volume =	 {328},
-  number =	 {7434},
-  pages =	 {258},
-  year =	 {2004},
-  publisher =	 {Br Med Assoc}
-}
-
- at unpublished{AbaDiaHai09,
-  title =	 {Synthetic Control Methods for Comparative Case
-                  Studies: Estimating the Effect of California's
-                  Tobacco Control Program},
-  author =	 {Alberto Abadie and Alexis Diamond and Jens
-                  Hainmueller},
-  journal =	 {Journal of the American Statistical Association},
-  year =	 {2009, forthcoming}
-}
-
- at Article{AbaDiaHai09b,
-  author =	 {Alberto Abadie and Alexis Diamond and Jens
-                  Hainmueller},
-  title = 	 {Synth: An R Package for Synthetic Control Methods in
-                  Comparative Case Studies},
-  journal = 	 {Journal of Statistical Software},
-  year = 	 {2009, forthcoming}
-}
-
- at article{LozSolGak07,
-  title =	 {{Benchmarking of performance of Mexican states with
-                  effective coverage}},
-  author =	 {Rafael Lozano and Patricia Soliz and Emmanuela
-                  Gakidou and Jesse Abbott-Klafter and Dennis
-                  M. Feehan and Cecilia M. Vidal and Juan Pablo Ortiz
-                  and Christopher J. L. Murray},
-  journal =	 {Salud P{\'u}blica de M{\'e}xico},
-  volume =	 {49},
-  pages =	 {53--69},
-  year =	 {2007},
-  publisher =	 {SciELO Public Health}
-}
-
-
- at article{MarPol95,
-  title =	 {{Diagnostics for Redesigning Survey Questionnaires:
-                  Measuring Work in the Current Population Survey}},
-  author =	 {Elizabeth Martin and Anne E. Polivka},
-  journal =	 {Public Opinion Quarterly},
-  volume =	 {59},
-  number =	 {4},
-  pages =	 {547--567},
-  year =	 {1995},
-  publisher =	 {AAPOR}
-}
-
- at article{Tourangeau04,
-  title =	 {{Survey Research and Societal Change}},
-  author =	 {Roger Tourangeau},
-  journal =	 {Annual Review of Psychology},
-  volume =	 {55},
-  number =	 {1},
-  pages =	 {775--801},
-  year =	 {2004},
-  publisher =	 {Annual Reviews}
-}
-
- at conference{GerWelKel96,
-  title =	 {{Who lives here? The use of vignettes in household
-                  roster research}},
-  year =	 {1996},
-  author =	 {Eleanor R. Gerber and Tracy R. Wellens and Catherine
-                  Keeley},
-  booktitle =	 {Proceedings of the Section on Survey Research
-                  Methods, American Statistical Association},
-  pages =	 {962--967}
-}
-
-
- at InCollection{Tourangeau91,
-  author =	 {Roger Tourangeau},
-  title =	 {Context Effects on Respones to Attitude Questions:
-                  Attitudes as Memory Structures},
-  booktitle =	 {Contextual Effects in Social and Psychological
-                  Research},
-  pages =	 {35-48},
-  publisher =	 {Springer-Verlag},
-  year =	 {1991},
-  editor =	 {Norbert Schwarz and Seymour Sudman},
-  address =	 {New York}
-}
-
- at InCollection{Smith91,
-  author =	 {Tom Smith},
-  title =	 {Thoughts on the Nature of Context Effects},
-  booktitle =	 {Contextual Effects in Social and Psychological
-                  Research},
-  pages =	 {163-186},
-  publisher =	 {Springer-Verlag},
-  year =	 {1991},
-  editor =	 {Norbert Schwarz and Seymour Sudman},
-  address =	 {New York}
-}
-
-
- at article{NieCraMat91,
-  title =	 {{Measuring Internal Political Efficacy in the 1988
-                  National Election Study}},
-  author =	 {Richard G. Niemi and Stephen C. Craig and Franco
-                  Mattei},
-  journal =	 {American Political Science Review},
-  volume =	 {85},
-  number =	 {4},
-  pages =	 {1407--1413},
-  year =	 {1991},
-  publisher =	 {JSTOR}
-}
-
- at article{CraNieSil90,
-  title =	 {{Political efficacy and trust: A report on the NES
-                  pilot study items}},
-  author =	 {Stephen C. Craig and Richard G. Niemi and Glenn
-                  E. Silver},
-  journal =	 {Political Behavior},
-  volume =	 {12},
-  number =	 {3},
-  pages =	 {289--314},
-  year =	 {1990},
-  publisher =	 {Springer}
-}
-
- at article{SteKorCar92,
-  title =	 {{Arenas and Attitudes: A Note on Political Efficacy
-                  in a Federal System}},
-  author =	 {Marianne C. Stewart and Allan Kornberg and Harold
-                  D. Clarke and Alan Acock},
-  journal =	 {Journal of Politics},
-  volume =	 {54},
-  number =	 {1},
-  pages =	 {179--196},
-  year =	 {1992},
-  publisher =	 {JSTOR}
-}
-
- at book{Oliver01,
-  title =	 {{Democracy in Suburbia}},
-  author =	 {J. Eric Oliver},
-  year =	 {2001},
-  publisher =	 {Princeton University Press},
-  address =	 {Princeton, NJ}
-}
-
- at InCollection{Strack91,
-  author =	 {Fritz Strack},
-  title =	 {'Order Effects' in Survey Research: Activation and
-                  Information Functions of Preceding Questions},
-  booktitle =	 {Contextual Effects in Social and Psychological
-                  Research},
-  pages =	 {23-34},
-  publisher =	 {Springer-Verlag},
-  year =	 {1991},
-  editor =	 {Norbert Schwarz and Seymour Sudman},
-  address =	 {New York},
-}
-
- at book{Weisberg96,
-  title =	 {{An introduction to survey research, polling, and
-                  data analysis}},
-  author =	 {Herbert F. Weisberg and Jon A. Krosnick and Bruce
-                  D. Bowen},
-  year =	 {1996},
-  publisher =	 {Sage Publications},
-  address =	 {Thousand Oaks, CA}
-}
-
- at book{Fowler95,
-  title =	 {{Improving Survey Questions: Design and Evaluation}},
-  author =	 {Floyd J. Fowler},
-  year =	 {1995},
-  publisher =	 {Sage Publications},
-  address =	 {Thousand Oaks, CA}
-}
-
- at InCollection{SchHipNoe91,
-  author =	 {Norbert Schwarz and Hans-J. Hippler and Elisabeth
-                  Noelle-Neumann},
-  title =	 {A Cognitive Model of Response-Order Effects},
-  booktitle =	 {Contextual Effects in Social and Psychological
-                  Research},
-  pages =	 {187-202},
-  publisher =	 {Springer-Verlag},
-  year =	 {1991},
-  editor =	 {Norbert Schwarz and Seymour Sudman},
-  address =	 {New York},
-}
-
-
- at article{SchStrMai91,
-  title =	 {{Assimilation and Contrast Effects in Part-Whole
-                  Question Sequences: A Conversational Logic
-                  Analysis}},
-  author =	 {Norbert Schwarz and Fritz Strack and Hans-Peter Mai},
-  journal =	 {Public Opinion Quarterly},
-  volume =	 {55},
-  number =	 {1},
-  pages =	 {3--23},
-  year =	 {1991},
-  publisher =	 {AAPOR}
-}
-
- at article{WilKe95,
-  title =	 {{Part-Whole Question Order Effects: Views of
-                  Rurality}},
-  author =	 {Fern K. Willits and Bin Ke},
-  journal =	 {Public Opinion Quarterly},
-  volume =	 {59},
-  number =	 {3},
-  pages =	 {392--403},
-  year =	 {1995},
-  publisher =	 {AAPOR}
-}
-
- at article{MccObr88,
-  title =	 {{Question-Order Effects on the Determinants of
-                  Subjective Well-Being}},
-  author =	 {McKee J. McClendon and David J. O'Brien},
-  journal =	 {Public Opinion Quarterly},
-  volume =	 {52},
-  number =	 {3},
-  pages =	 {351--364},
-  year =	 {1988},
-  publisher =	 {AAPOR}
-}
-
- at article{Finkel87,
-  title =	 {{The Effects of Participation on Political Efficacy
-                  and Political Support: Evidence from a West German
-                  Panel}},
-  author =	 {Steven E. Finkel},
-  journal =	 {Journal of Politics},
-  volume =	 {49},
-  number =	 {2},
-  pages =	 {441--464},
-  year =	 {1987}
-}
-
- at book{SchPre96,
-  title =	 {{Questions and Answers in Attitude Surveys:
-                  Experiments on Question Form, Wording, and Context}},
-  author =	 {Howard Schuman and Stanley Presser},
-  year =	 {1996},
-  publisher =	 {Sage},
-  address =	 {Thousand Oaks, CA}
-}
-
-
- at article{Krosnick99,
-  title =	 {{Survey Research}},
-  author =	 {Jon A. Krosnick},
-  journal =	 {Annual Review of Psychology},
-  volume =	 {50},
-  number =	 {1},
-  pages =	 {537--567},
-  year =	 {1999},
-  publisher =	 {Annual Reviews}
-}
-
- at book{SudBraSch96,
-  title =	 {{Thinking about Answers: The Application of
-                  Cognitive Processes to Survey Methodology}},
-  author =	 {Seymour Sudman and Norman M. Bradburn and Norbert
-                  Schwarz},
-  year =	 {1996},
-  publisher =	 {Jossey-Bass Publishers},
-  address =	 {San Francisco, CA}
-}
-
- at article{KriWilMos97,
-  title =	 {{Measuring Social Class U.S. Public Health Research:
-                  Concepts, Methodologies, and Guidelines}},
-  author =	 {N. Krieger and D.R. Williams and M.E. Moss},
-  journal =	 {Annual Reviews in Public Health},
-  volume =	 {18},
-  number =	 {1},
-  pages =	 {341--378},
-  year =	 {1997},
-  publisher =	 {Annual Reviews}
-}
-
- at book{Payne51,
-  title =	 {{The Art ofAsking Questions}},
-  author =	 {Stanley L. Payne},
-  publisher =	 {Princeton University Press},
-  address =	 {Princeton, NJ},
-  year =	 {1951}
-}
-
- at InCollection{Bradburn83,
-  author =	 {Norman M. Bradburn},
-  title =	 {Response Effects},
-  booktitle =	 {Handbook of Survey Research},
-  pages =	 {},
-  publisher =	 {Academic Press},
-  year =	 {1983},
-  address =	 {New York, NY},
-  editor =	 {Peter H. Rossi and James D. Wright and Andy
-                  B. Anderson},
-}
-
-
- at Article{Robins08,
-  author =	 {James M. Robins},
-  title =	 {Causal models for estimating the effects of weight
-                  gain on mortality},
-  journal =	 {International Journal of Obesity},
-  year =	 2008,
-  volume =	 32,
-  pages =	 {s15--s41}
-}
-
-
- at Article{OepVau02,
-  author =	 {Oeppen, Jim and Vaupel, James},
-  title =	 {Broken Limits to Life Expectancy},
-  journal =	 {Science},
-  year =	 2002,
-  volume =	 296,
-  pages =	 {1029-1031},
-  month =	 {May}
-}
-
- at Article{HorWil98,
-  author =	 {Horiuchi, Shiro and Wilmoth, John},
-  title =	 {Deceleration in the Age Pattern of Mortality at
-                  Older Ages},
-  journal =	 {Demography},
-  year =	 1998,
-  volume =	 35,
-  number =	 4,
-  pages =	 {391-412},
-  month =	 {November}
-}
-
- at Article{PreWan06,
-  author =	 {Preston, Samuel and Wang, Haidong},
-  title =	 {Sex Mortality Differences in the United States: The
-                  Role of Cohort Smoking Patterns},
-  journal =	 {Demography},
-  year =	 2006,
-  volume =	 43,
-  number =	 4,
-  pages =	 {631-646},
-  month =	 {November}
-}
-
- at article{Finkel85,
-  title =	 {{Reciprocal Effects of Participation and Political
-                  Efficacy: A Panel Analysis}},
-  author =	 {Steven E. Finkel},
-  journal =	 {American Journal of Political Science},
-  volume =	 {29},
-  number =	 {4},
-  pages =	 {891--913},
-  year =	 {1985}
-}
-
- at article{DipGla99,
-  title =	 {{Incentives and Social Capital: Are Homeowners
-                  Better Citizens?}},
-  author =	 {Denise DiPasquale and Edward L. Glaeser},
-  journal =	 {Journal of Urban Economics},
-  volume =	 {45},
-  number =	 {2},
-  pages =	 {354--384},
-  year =	 {1999},
-  publisher =	 {Elsevier}
-}
-
- at book{ColRai78,
-  title =	 {{Social Standing in America: New Dimensions of
-                  Class}},
-  author =	 {Richard P. Coleman and Lee Rainwater},
-  publisher =	 {Basic Books},
-  address =	 {New York, NY},
-  year =	 {1978}
-}
-
- at article{GruSor98,
-  title =	 {{Can Class Analysis Be Salvaged?}},
-  author =	 {David Grusky and Jesper B. Sorensen},
-  journal =	 {American Journal of Sociology},
-  volume =	 {103},
-  number =	 {5},
-  pages =	 {1187--1234},
-  year =	 {1998},
-  publisher =	 {UChicago Press}
-}
-
-
- at article{Sorensen00,
-  title =	 {{Toward a Sounder Basis for Class Analysis}},
-  author =	 {Aage B. Sorensen},
-  journal =	 {American Journal of Sociology},
-  volume =	 {105},
-  number =	 {6},
-  pages =	 {1523--1558},
-  year =	 {2000},
-  publisher =	 {University of Chicago Press}
-}
-
-
- at book{JacJac91,
-  title =	 {{Class Awareness in the United States}},
-  author =	 {Mary R. Jackman and Robert W. Jackman},
-  publisher =	 {University of California Press},
-  year =	 {1991},
-  address =	 {Berkeley, CA}
-}
-
-
- at article{Fischer03,
-  title =	 {{The Relative Importance of Income and Race in
-                  Determining Residential Outcomes in US Urban Areas,
-                  1970-2000}},
-  author =	 {Mary J. Fischer},
-  journal =	 {Urban Affairs Review},
-  volume =	 {38},
-  number =	 {5},
-  pages =	 {669-696},
-  year =	 {2003}
-}
-
- at article{SchHipDeu85,
-  title =	 {{Response Scales: Effects of Category Range on
-                  Reported Behavior and Comparative Judgments}},
-  author =	 {Norbert Schwarz and Hans J. Hippler and Bridget
-                  Deutsch and Fritz Strack},
-  journal =	 {Public Opinion Quarterly},
-  volume =	 {49},
-  number =	 {3},
-  pages =	 {388--395},
-  year =	 {1985},
-  publisher =	 {The Trustees of Columbia University}
-}
-
- at article{JavPopLal08,
-  title =	 {{Co-occurrence of Binge Eating Disorder with
-                  Psychiatric and Medical Disorders.}},
-  author =	 {Kristin Javaras and Harrison Pope and Justine
-                  Lalonde and Jacqueline Roberts and Yael Nillni and
-                  Nan Laird and Cynthia Bulik and Scott Crow and Susan
-                  McElroy and B. Timothy Walsh and others},
-  journal =	 {The Journal of Clinical Psychiatry},
-  volume =	 {69},
-  number =	 {2},
-  pages =	 {266-273},
-  year =	 {2008},
-  publisher =	 {J Clin Psychiatry}
-}
-
- at article{SinAdlMar03,
-  title =	 {{Subjective social status: its determinants and its
-                  association with measures of ill-health in the
-                  Whitehall II study}},
-  author =	 {Archana Singh-Manoux and Nancy E. Adler and Michael
-                  G. Marmot},
-  journal =	 {Social Science and Medicine},
-  volume =	 {56},
-  number =	 {6},
-  pages =	 {1321--1333},
-  year =	 {2003},
-  publisher =	 {Elsevier}
-}
-
-
- at Article{RogHumKru05,
-  author = 	 {Rogers, Richard and Hummer, Robert and Krueger, Patrick and Pampel, Fred},
-  title = 	 {Mortality Attributable to Cigarette Smoking in the United States},
-  journal = 	 {Population and Development Review},
-  year = 	 2005,
-  volume =	 31,
-  number = 	 2,
-  pages = 	 {259-292},
-  month = 	 {June}
-}
-
- at Article{MehCha09,
-  author = 	 {Mehta, Neil and Chang, Virginia},
-  title = 	 {Mortality Attributable to Obesity Among Middle-Adults in the United States},
-  journal = 	 {Demography},
-  year = 	 2009, 
- volume =	 {46},
-  number = 	 {4},
-  pages = 	 {851-872},
-}
-
- at Article{StuRinAnd04,
-  author = 	 {Sturm, Roland and Ringel, Jeanne and Andreyeva, Tatiana},
-  title = 	 {Increasing Obesity Rates and Disability Trends},
-  journal = 	 {Health Affairs},
-  year = 	 2004,
-  volume = 	 23,
-  number = 	 2,
-  pages = 	 {199-205}
-}
-
- at Book{SloSmiTay03,
-  author = 	 {Sloan, Frank and Smith, Kerry and Taylor, Donald},
-    title = 	 {The Smoking Puzzle: Information, Risk, Perception, and Choice},
-  publisher = 	 {Harvard University Press},
-  year = 	 2003,
-  address = 	 {Cambridge, Mass.}
-}
-
- at Article{RyaZweOra92,
-  author = 	 {Ryan, James and Zwerling, Craig and Orav, Endel John},
-  title = 	 {Occupational Risks Associated with Cigarette Smoking{:} A Prospective Study},
-  journal = 	 {American Journal of Public Health},
-  year = 	 1992,
-  volume = 	 82,
-  number = 	 1,
-  pages = 	 {29-32},
-}
-
-
- at Article{LevGusVel97,
-  author = 	 {Levine, Phillip and Gustafson, Tara and Velenchik, Ann},
-  title = 	 {More Bad News for Smokers? The Effects of Cigarette Smoking on Wages},
-  journal = 	 {Industrial and Labor Relations Review},
-  year = 	 1997,
-  volume = 	 50,
-  number = 	 3,
-  pages = 	 {493-509}
-}
-
- at Book{SloOstPic04,
-  author = 	 {Sloan, Frank and Ostermann, Jan and Picone, Gabriel and Conover, Christopher and Taylor, Donald},
-    title = 	 {The Price of Smoking},
-  publisher = 	 {The MIT Press},
-  year = 	 2004,
-  address = 	 {Cambridge, Mass.}
-}
-
- at Article{DolPetWhe94,
-  author = 	 {Doll, Richard and Peto, Richard and Wheatley, Keith and Gray, Richard and Sutherland, Isabelle},
-  title = 	 {Mortality in Relation to Smoking: 40 Years' Observations on Male British Doctors},
-  journal = 	 {British Medical Journal},
-  year = 	 1994,
-  volume = 	 309,
-  number = 	 6959,
-  pages = 	 {901-911}
-}
-
- at book{Mayhew91,
-  title={{Divided We Govern: Party Control, Lawmaking and Investigations}},
-  author={David R. Mayhew},
-  year={1991},
-  publisher={New Haven CT, Yale University Press}
-}
-
- at article{Sebastiani02, title={{Machine learning in automated text
-categorization}}, author={Fabrizio Sebastiani}, journal={ACM Computing
-Surveys (CSUR)}, volume={34}, number={1}, pages={1--47}, year={2002},
-publisher={ACM New York, NY, USA} }
-
- at article{PanLee08,
-  title={{Opinion Mining and Sentiment Analysis}},
-  author={Bo Pang and Lillian Lee},
-  journal={Foundations and Trends in Information Retrieval},
-  volume={2},
-  number={1},
-  pages={1--135},
-  year={2008}
-}
-
-
- at Book{Rudalevige02,
-author = {Andrew Rudalevige},
-title = {Managing the President's Program},
-publisher = {Princeton University Press},
-year = {2002},
-address = {Princeton, NJ}
-}
-
- at Book{Kellstedt03,
-author = {Paul M. Kellstedt},
-title = {The Mass Media and the Dynamics of American Racial Attitudes},
-publisher = {Cambridge University Press},
-year = {2003},
-address = {New York, NY}
-}
-
- at Book{Gilens99,
-author = {Martin Gilens},
-title = {Why Americans Hate Welfare},
-publisher = {University of Chicago Press},
-year = {1999},
-address = {Chicago, IL}
-}
-
- at unpublished{NovRau08,
-  title =	 {The Intergenerational Transfer of Public Pension
-                  Promises},
-  author =	 {Robert Novy-Marx and Joshua D.Rauh},
-  journal =	 {Working Paper},
-  year =	 {2008},
-  note =	 {http://www.nber.org/papers/w14343}
-}
-
- at Article{Helmond08,
-  author =	 {Anne Helmond},
-  title =	 {How Many Blogs Are There? Is Someone Still
-                  Counting?},
-  journal =	 {The Blog Herald},
-  year =	 2008,
-  number =	 {2/11},
-  note =	
-                  {http://www.blogherald.com/2008/02/11/how-many-blogs-are-there-is-someone-still-counting/}
-}
-
- at book{Mendelberg01,
-  title={{The Race Card: Campaign Strategy, Implicit Messages, and the Norm of Equality}},
-  author={Tali Mendelberg},
-  year={2001},
-  publisher={Princeton University Press},
-  address={Princeton, NJ}
-}
-
- at book{Gerring98,
-  title={{Party Ideologies in America, 1828-1996}},
-  author={John Gerring},
-  year={1998},
-  publisher={Cambridge University Press},
-  address={New York}
-}
-
- at book{Thompson02,
-  title={{Sampling}},
-  author={Steven K. Thompson},
-  year={2002},
-  publisher={John Wiley and Sons},
-  address={New York}
-}
-
- at book{HilShi08,
-  title={{The Persuadable Voter: Wedge Issues in Presidential Campaigns}},
-  author={Sunshine Hillygus and Todd G. Shields},
-  year={2008},
-  publisher={Princeton University Press},
-  address={Princeton, NJ}
-}
-
- at book{BraSudWan04,
-  title =	 {{Asking Questions: The Definitive Guide to
-                  Questionnaire Design}},
-  author =	 {Norman M. Bradburn and Seymour Sudman and Brian
-                  Wansink},
-  year =	 {2004},
-  publisher =	 {Jossey-Bass},
-  address =	 {San Francisco}
-}
-
- at book{ConPre86,
-  title =	 {{Survey Questions: Handcrafting the Standardized
-                  Questionnaire}},
-  author =	 {Jean M. Converse and Stanley Presser},
-  year =	 {1986},
-  publisher =	 {Sage Publications},
-  address =	 {Thousand Oaks, CA}
-}
-
- at book{GroCouLep04,
-  title =	 {{Survey Methodology}},
-  author =	 {Robert M. Groves and Mick P. Couper and James
-                  M. Lepkowski and Eleanor Singer and Roger
-                  Tourangeau},
-  year =	 {2004},
-  publisher =	 {Wiley},
-  address =	 {Hoboken, NJ}
-}
-
- at article{KriJoh08,
-  title =	 {{New evidence on cross-country differences in job
-                  satisfaction using anchoring vignettes}},
-  author =	 {Nicolai Kristensen and Edvard Johansson},
-  journal =	 {Labour Economics},
-  volume =	 {15},
-  number =	 {1},
-  pages =	 {96--117},
-  year =	 {2008}
-}
-
- at Article{GupKriPoz08,
-  author =	 {Nabanita Datta Gupta and Nicolai Kristensen and
-                  Dario Pozzoli},
-  title =	 {External Validation of the Use of Vignettes in
-                  Cross-Country Health Studies},
-  journal =	 { },
-  year =	 2008,
-  note =	 {Danish National Centre for Social Research}
-}
-
- at article{ColRosQui00,
-  title =	 {{Prospective validation of a standardized
-                  questionnaire for estimating childhood mortality and
-                  morbidity due to pneumonia and diarrhoea}},
-  author =	 {Coldham, C. and Ross, D. and Quigley, M. and Segura,
-                  Z. and Chandramohan, D.},
-  journal =	 {Tropical Medicine \& International Health},
-  volume =	 {5},
-  number =	 {2},
-  pages =	 {134--144},
-  year =	 {2000}
-}
-
- at Article{MorDaw06,
-  author =	 {Morera, Osvaldo and Dawes, Robyn},
-  title =	 {Clinical and Statistical Prediction After 50 Years:
-                  A Dedication to Paul Meehl},
-  journal =	 {Journal of Behavioral Decision Making},
-  year =	 2006,
-  volume =	 19,
-  pages =	 {409-412}
-}
-
- at article{OlsHayCar02,
-  author =	 {Olshansky, S. Jay and Hayflick, Leonard and Carnes,
-                  Bruce A.},
-  title =	 {{Position Statement on Human Aging}},
-  journal =	 {Journal of Gerontology Series A: Biological Sciences and Medical Sciences},
-  volume =	 {57},
-  number =	 {8},
-  pages =	 {B292-297},
-  year =	 {2002}
-}
-
- at article{Fries80,
-  author =	 {Fries, JF},
-  title =	 {{Aging, natural death, and the compression of
-                  morbidity}},
-  journal =	 {New England Journal of Medicine},
-  volume =	 {303},
-  number =	 {3},
-  pages =	 {130-135},
-  year =	 {1980}
-}
-
- at article{WarCarHaw08,
-  author =	 {Wardle, Jane and Carnell, Susan and Haworth, Claire
-                  MA and Plomin, Robert},
-  title =	 {{Evidence for a strong genetic influence on
-                  childhood adiposity despite the force of the
-                  obesogenic environment}},
-  journal =	 {American Journal of Clinical Nutrition},
-  volume =	 {87},
-  number =	 {2},
-  pages =	 {398-404},
-  year =	 {2008}
-}
-
- at Article{MokForBow01,
-  author =	 {Mokdad, Ali and Ford, Earl and Bowman, Barbara and
-                  Dietz, William and Vinicor, Frank and Bales,
-                  Virginia and Marks, James},
-  title =	 {Prevalence of Obesity, Diabetes, and Obesity-Related
-                  Health Risk Factors, 2001},
-  journal =	 {Journal of the American Medical Association},
-  year =	 2003,
-  volume =	 289,
-  pages =	 {76-79}
-}
-
- at article{FonRedWan03,
-  author =	 {Fontaine, Kevin R. and Redden, David T. and Wang,
-                  Chenxi and Westfall, Andrew O. and Allison, David
-                  B.},
-  title =	 {{Years of Life Lost Due to Obesity}},
-  journal =	 {Journal of the American Medical Association},
-  year =	 2003,
-  volume =	 {289},
-  number =	 {2},
-  pages =	 {187-193}
-}
-
- at article{AllWanRed03,
-  author =	 {Allison, David B. and Wang, Chenxi and Redden, David
-                  T. and and Westfall, Andrew O. and Fontaine, Kevin
-                  R.},
-  title =	 {{Obesity and Years of Life Lost$-$Reply}},
-  journal =	 {Journal of the American Medical Association},
-  year =	 2003,
-  volume =	 {289},
-  number =	 {14},
-  pages =	 {1777-1778}
-}
-
- at article{WesAraOls04,
-  author =	 {Wessel, Timothy R. and Arant, Christopher B. and
-                  Olson, Marian B. and Johnson, B. Delia and Reis,
-                  Steven E. and Sharaf, Barry L. and Shaw, Leslee
-                  J. and Handberg, Eileen and Sopko, George and
-                  Kelsey, Sheryl F. and Pepine, Carl J. and Bairey
-                  Merz, C. Noel},
-  title =	 {{Relationship of Physical Fitness vs Body Mass Index
-                  With Coronary Artery Disease and Cardiovascular
-                  Events in Women}},
-  journal =	 {Journal of the American Medical Association},
-  volume =	 {292},
-  number =	 {10},
-  pages =	 {1179-1187},
-  year =	 {2004}
-}
-
- at article{BlaChu04,
-  author =	 {Blair, Steven N. and Church, Tim S.},
-  title =	 {{The Fitness, Obesity, and Health Equation: Is
-                  Physical Activity the Common Denominator?}},
-  journal =	 {Journal of the American Medical Association},
-  volume =	 {292},
-  number =	 {10},
-  pages =	 {1232-1234},
-  year =	 {2004}
-}
-
- at Article{FreSigRaj06,
-  author =	 {Freedman, Michal and Sigurdson, Alice and Rajaraman,
-                  Preetha and Doody, Michele and Linet, Martha and
-                  Ron, Elaine},
-  title =	 {The Mortality Risk of Smoking and Obesity Combined},
-  journal =	 {American Journal of Preventive Medicine},
-  year =	 2006,
-  volume =	 31,
-  number =	 5,
-  pages =	 {355-362}
-}
-
- at Article{GreCheCad05,
-  author =	 {Gregg, Edward and Cheng, Yiling and Cadwell, Betsy
-                  and Imperatore, Giuseppina and Williams, Desmond and
-                  Flegal, Katherine and Narayan, Venkat and
-                  Williamson, David},
-  title =	 {Secular Trends in Cardiovascular Disease Risk
-                  Factors According to Body Mass Index in US Adults},
-  journal =	 {Journal of the American Medical Association},
-  year =	 2005,
-  volume =	 293,
-  number =	 15,
-  pages =	 {1868-1874}
-}
-
- at Article{MurLopFee07,
-  author =	 {Christopher J.L.\ Murray and Alan D. Lopez and
-                  Dennis M. Feean and Shanon T. Peter and Gonghuan
-                  Yang},
-  title =	 {Validation of the Symptom Pattern Method for
-                  Analyzing Verbal Autopsy Data},
-  journal =	 {PLOS Medicine},
-  year =	 2007,
-  volume =	 4,
-  number =	 11,
-  pages =	 {1739--1753},
-  month =	 {November}
-}
-
- at Article{CurDurEil04,
-  author = 	 {Currie, Iain and Durban, Maria and Eilers, Paul},
-  title = 	 {Smoothing and Forecasting Mortality Rates},
-  journal = 	 {Statistical Modelling},
-  year = 	 2004,
-  volume =	 4,
-  pages =	 {279-298}
-}
- 
- at Article{KirCur10,
-  author = 	 {Kirkby, James and Currie, Iain },
-  title = 	 {Smooth Models of Mortality with Period Shocks},
-  journal = 	 {Statistical Modelling},
-  year = 	 {2010},
-  volume =       10,
-  number =       2,
-  pages =        {177-196}
-}
-
- at Article{INDEPTH03,
-  author =	 {{INDEPTH Network}},
-  title =	 {Standardised Verbal Autopsy Questionnaire},
-  journal =	 { },
-  note =	 {{http://indepth-network.org}},
-  year =	 2003
-}
-
- at Article{SetRaoHem06,
-  author =	 {PW Setel and C Rao and Y Hemed and DR Whiting and G
-                  Yang et al.},
-  title =	 {Core Verbal Autopsy Procedures with Comparative
-                  Validation Results from Two Countries},
-  journal =	 {PLoS Medicine},
-  year =	 2006,
-  volume =	 3,
-  number =	 8,
-  pages =	 {e268},
-  note =	 {doi:10.1371/journal.pmed.0030268}
-}
-
- at Book{WHO07,
-  author =	 {{World Health Organization}},
-  title =	 {Verbal Autopsy Standards: Ascertaining and
-                  Attributing Causes of Death},
-  publisher =	 {World Health Organization},
-  address =	 {Geneva},
-  year =	 2007
-}
-
- at Article{ThaKalBaq08,
-  author =	 {N Thatte and H D Kalter and A H Baqui and E M
-                  Williams and G L Darmstadt},
-  title =	 {Ascertaining causes of neonatal deaths using verbal
-                  autopsy: current methods and challenges},
-  journal =	 {Journal of Perinatology},
-  year =	 2008,
-  pages =	 {1--8},
-  month =	 {December}
-}
-
- at TechReport{LeeAndTul03,
-  author = 	 {Lee, Ronald and Anderson, Michael and Tuljapurkar, Shripad},
-  title = 	 {Stochastic Forecasts of the Social Security Trust Fund},
-  institution =  {Center for the Economics and Demography of Aging},
-  year = 	 2003,
-  type =	 {2003-0005CL}
-}
-
- at TechReport{Holmer03,
-  author =	 {Holmer, Martin},
-  title =	 {Methods for Stochastic Trust Fund Projection},
-  institution =	 {Policy Simulation Group},
-  year =	 2003,
-  month =	 {January}
-}
-
- at TechReport{CBO01,
-  author = 	 {{Congressional Budget Office}},
-  title = 	 {Uncertainty in Social Security's Long-Term Finances: A Stochastic Analysis},
-  institution =  {Congressional Budget Office},
-  year = 	 2001,
-  month =	 {December}
-}
-
- at TechReport{BurMan03,
-  author = 	 {Burdick, Clark and Manchester, Joyce},
-  title = 	 {Stochastic Models of the Social Security Trust Funds},
-  institution =  {Division of Economic Research, Social Security Administration},
-  year = 	 2003,
-  type =	 {Research and Statistics Note},
-  number =	 {2003-01}
-}
-
- at Manual{Harrell08,
-  title =	 {Hmisc: Harrell Miscellaneous},
-  author =	 {Frank E Harrell Jr and with contributions from many
-                  other users.},
-  year =	 {2008},
-  note =	 {R package version 3.5-2,
-                  http://biostat.mc.vanderbilt.edu/s/Hmisc}
-}
-
- at article{Heckman90,
-  title =	 {{Varieties of selection bias}},
-  author =	 {Heckman, James},
-  volume =	 {80},
-  number =	 {2},
-  journal =	 {The American Economic Review},
-  pages =	 {313--318},
-  year =	 {1990}
-}
-
- at article{TheGol61,
-  title={{On pure and mixed estimation in econometrics}},
-  author={Theil, H. and Goldberger, AS},
-  journal={International Economic Review},
-  volume={2},
-  pages={65--78},
-  year={1961}
-}
- at Book{Hsiao03,
-  author =	 {C. Hsiao},
-  title = 	 {Analysis of Panel Data},
-  publisher = 	 {Cambridge University Press},
-  year = 	 2003,
-  address =	 {New York}
-}
-
- at article{BanDhiGho05,
-  title=	{{Clustering on the Unit Hypersphere Using von Mises-Fisher Distributions}},
-  author=	{Arindam Banerjee and Inderjit Dhillon and Joydeep Ghosh and Suvrit Sra},
-  journal=	{Journal of Machine Learning},
-  volume=	{6},
-  pages=	{1345-1382},
-  year=		{2005}
-}
-
- at article{BleJor06,
-  title=	{{Variational Inference for Dirichlet Process Mixtures}},
-  author=	{David Blei and Michael Jordan},
-  journal=	{Journal of Bayesian Analysis},
-  volume=	{1},
-  number = 	{1},
-  pages=	{121--144},
-  year=		{2006}
-}
-
- at article{Cowan00,
-  title=	{{The Magical Number 4 in Short Term Memory: A Reconsideration of Mental Storage Capacity}},
-  author=	{Nelson Cowan},
-  journal=	{Behavioral and Brain Sciences},
-  volume=	{24},
-  pages=	{87--185},
-  year=		{2000}
-}
-
- at article{Dhillon01,
-  title=	{{Co-clustering Documents and Words Using Bipartite Spectral Graph Partitioning}},
-  author=	{Inderjit Dhillon},
-  journal=	{Proceedings of the Seventh ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
-  pages=	{89--98},
-  year=		{2003}
-}
-
- at article{HoPep02,
-  title=	{{Simple Explanation of the No Free Lunch Theorem and Its Implications}},
-  author=	{Y Ho and D Pepyne},
-  journal=	{Journal of Optimization Theory and Applications},
-  volume=	{115},
-  number = 	{3},
-  pages=	{549--570},
-  year=		{2002}
-}
-
- at MISC{JonWilBau09,
-  author =	 {Bryan Jones and John Wilkerson and Frank
-                  Baumgartner},
-  title =	 {{The Policy Agendas Project}},
-  year =	 2009,
-  note =	 {http://www.policyagendas.org}
-}
-
-
- at article{JorGhaJaa99,
-  title=	{{An Introduction to Variational Methods for Graphical Models}},
-  author=	{Michael Jordan and Zoubin Ghahramani and Tommi Jaakkola and Lawrence Saul},
-  journal=	{Journal of Machine Learning},
-  volume=	{37},
-  pages=	{183--233},
-  year=		{1999}
-}
-
- at Book{KauRou90,
-  author =	 {Leonard Kaufman and Peter Rousseeuw},
-  title = 	 {Finding Groups in Data: An Introduction to Cluster Analysis},
-  publisher = 	 {Wiley},
-  year = 	 {1990},
-  address =	 {New York}
-}
-
- at Book{Kohonen01,
-  author =	 {Teuvo Kohonen},
-  title = 	 {Self-Organizing Maps},
-  publisher = 	 {Springer},
-  year = 	 {2001},
-  address =	 {New York}
-}
-
- at MISC{Lewis99,
- author = 	{David Lewis},
- title = 	{{Reuters -21578 text Categorization Test Collection Distribution 1.0}},
- year = 	{1999}
-}
-
- at Book{Mackay03,
-  author =	 {David Mackay},
-  title = 	 {Information Theory, Inference, and Learning Algorithms},
-  publisher = 	 {Cambridge University Press},
-  year = 	 {2003},
-  address =	 {Cambridge}
-}
-
- at article{Meila07,
-  title=	{{Comparing Clusterings: An Information Based Distance}},
-  author=	{Marina Meila},
-  journal=	{Journal of Multivariate Analysis},
-  volume=	{98},
-  number = 	{5},
-  pages=	{873--895},
-  year=		{2007}
-}
-
- at article{Miller56,
-  title=	{{The Magical Number Seven, Plus or Minus Two: Some Limits on Our Capacity for Processing Information}},
-  author=	{George Miller},
-  journal=	{Psychological Review},
-  volume=	{63},
-  pages=	{81--97},
-  year=		{1956}
-}
-
- at article{NgJorWei02,
-  title=	{{On Spectral Clustering: Analysis and an Algorithm}},
-  author=	{Andrew Ng and Michael Jordan and Yair Weiss},
-  journal=	{Advances in Neural Information Processing Systems 14: Proceedings of the 2002 Conference},
-  year=		{2002}
-}
-
- at article{Sammon69,
-  title=	{{A Nonlinear Mapping for Data Structure Analysis}},
-  author=	{John Sammon},
-  journal=	{IEEE Transactions on Computers},
-  volume=	{18},
-  number = 	{5},
-  pages=	{401--409},
-  year=		{1969}
-}
-
- at article{ShiMal00,
-  title=	{{Normalized Cuts and Image Segmentation}},
-  author=	{J Shi and J Malik},
-  journal=	{IEEE Transactions on Pattern Analysis and Machine Intelligence},
-  volume=	{22},
-  number = 	{8},
-  pages=	{888--905},
-  year=		{2000}
-}
-
-
- at Book{Simon57,
-  author =	 {Herbert Simon},
-  title = 	 {Models of Man},
-  publisher = 	 {Wiley},
-  year = 	 {1957},
-  address =	 {New York}
-}
-
- at article{StrGro02,
-  title=	{{Cluster Ensembles: A Knowledge Reuse Framework for Combining Multiple Partitions}},
-  author=	{Alexander Strehl and Joydeep Grosh},
-  journal=	{Journal of Machine Learning Research},
-  volume=	{3},
-  pages=	{583--617},
-  year=		{2002}
-}
-
- at article{vonLuxburg07,
-  title=	{{A Tutorial on Spectral Clustering}},
-  author=	{Ulrike von Luxburg},
-  journal=	{Statistics and Computing},
-  volume=	{17},
-  number = 	{4},
-  pages=	{395--416},
-  year=		{2007}
-}
-
- at Book{Watanabe69,
-  title =	 {Knowing and Guessing: A Quantitative Study of Inference and Information},
-  author = 	 {Satosi Watanabe},
-  publisher = 	 {Wiley},
-  year = 	 {1969},
-  address =	 {New York}
-}
-
- at article{WolMac97,
-  title=	{{No Free Lunch Theorems for Optimization}},
-  author=	{DH Wolpert and WG Macready},
-  journal=	{IEEE Transactions on Evolutionary Computation},
-  volume=	{1},
-  number = 	{1},
-  pages=	{67--82},
-  year=		{1997}
-}
-
- at Book{Bailey94,
-  author =	 {Kenneth D. Bailey},
-  title =	 {Typologies and taxonomies: an introduction to
-                  classification techniques},
-  publisher =	 {Sage},
-  year =	 1994,
-  address =	 {Beverly Hills}
-}
-
- at article{Spivey08,
-  title =	 {{A generalized recurrence for Bell numbers}},
-  author =	 {Spivey, M.Z.},
-  journal =	 {J. Integer Sequences},
-  volume =	 {11},
-  year =	 {2008}
-}
-
- at article{FraRaf02,
-  title =	 {{Model-based clustering, discriminant analysis, and
-                  density estimation}},
-  author =	 {Fraley, C. and Raftery, A.E.},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {97},
-  number =	 {458},
-  pages =	 {611--631},
-  year =	 {2002}
-}
-
- at Book{GanMaWu07,
-  author =	 {Guojun Gan and Chaoqun Ma and Jianhong Wu},
-  title = 	 {Data Clustering: Theory, Algorithms, and Applications},
-  publisher = 	 {Siam},
-  year = 	 2007,
-  address =	 {Philadelphia}
-}
-
- at Article{DiaGoeHol08,
-  author = 	 {Persi Diaconis and Sharad Goel and Susan Holmes},
-  title = 	 {Horseshoes in multidimensional scaling and local kernel methods},
-  journal = 	 {Annals of Applied Statistics},
-  year = 	 2008,
-  volume =	 2,
-  number =	 3,
-  pages =	 {777--807}
-}
-
- at article{Almon65,
-  title =	 {{The distributed lag between capital appropriations
-                  and expenditures}},
-  author =	 {Almon, Shirley},
-  journal =	 {Econometrica: Journal of the Econometric Society},
-  pages =	 {178--196},
-  year =	 {1965},
-  publisher =	 {The Econometric Society}
-}
- at Book{ManRagSch08,
-  author =	 {Christopher D. Manning and Prabhakar Raghavan and
-                  Hinrich Sch{\"u}tze},
-  title =	 {Introduction to Information Retrieval},
-  publisher =	 {Cambridge University Press},
-  year =	 2008,
-  address =	 {NY}
-}
-
- at article{Mayhew74,
-  title =	 {{The electoral connection}},
-  author =	 {Mayhew, D.},
-  journal =	 {New Haven: Yale University},
-  year =	 {1974}
-}
-
- at Book{Fiorina89,
-  author =	 {Morris Fiorina},
-  title =	 {Congress, Keystone of the Washington Establishment},
-  publisher =	 {Yale University Press},
-  year =	 {1989},
-  address =	 {New Haven}
-}
-
- at article{EulKar77,
-  title =	 {{The Puzzle of Representation: Specifying Components
-                  of Responsiveness}},
-  author =	 {Heiz Eulau and Paul Karps},
-  journal =	 {Legislative Studies Quarterly},
-  volume =	 {2},
-  number =	 {3},
-  pages =	 {233-254},
-  year =	 {1977}
-}
-
- at article{Yiannakis82,
-  title =	 {{House Members Communication Styles: Newsletters and
-                  Press Releases}},
-  author =	 {Diane Evans Yiannakis},
-  journal =	 {Journal of Politics},
-  volume =	 {44},
-  number =	 {4},
-  pages =	 {1049-1071},
-  year =	 {1982}
-}
-
- at article{MonColQui08,
-  title =	 {{Fightin' Words: Lexical Feature Selection and
-                  Evaluation for Identifying the Content of Political
-                  Conflict}},
-  author =	 {Burt Monroe and Michael Colaresi and Kevin Quinn},
-  journal =	 {Political Analysis},
-  volume =	 {16},
-  number =	 {4},
-  pages =	 {372-403},
-  year =	 {2008}
-}
-
- at Book{TayCri04,
-  author =	 {John Shawe-Taylor and Nello Cristianini},
-  title =	 {Kernel Methods for Pattern Analysis},
-  publisher =	 {Cambridge University Press},
-  year =	 {2004},
-  address =	 {Cambridge}
-}
- at Misc{Billington07,
-  author =	 {James H. Billington},
-  title =	 {Testimony to Congress (House Subcommittee on
-                  Legislative Branch)},
-  howpublished =
-                  {http://www.loc.gov/about/welcome/speeches/digital/digitalage.html},
-  month =	 {20 March},
-  year =	 2007
-}
-
- at article{AbeLedLew08,
-  title =	 {{Blown to bits: your life, liberty, and happiness
-                  after the digital explosion}},
-  author =	 {Abelson, H. and Ledeen, K. and Lewis, H.},
-  year =	 {2008},
-  publisher =	 {Addison-Wesley Professional}
-}
- at Article{GilCas09,
-  author = 	 {Jeff Gill and George Casella},
-  title = 	 {Nonparametric Priors for Ordinal Bayesian Social
-                  Science Models: Specification and Estimation},
-  journal = 	 {Journal of the American Statistical Association},
-  year = 	 2009,
-  volume =	 104,
-  number =	 486,
-  pages =	 {1--12},
-  month =	 {June}
-}
-
- at article{SchGer97,
-  title={{Empirical indicators of crisis phase in the Middle East, 1979-1995}},
-  author={Schrodt, P.A. and Gerner, D.J.},
-  journal={Journal of Conflict Resolution},
-  pages={529--552},
-  year={1997},
-  publisher={Sage Publications}
-}
-
- at article{Guttman50,
-  title =	 {{The problem of attitude and opinion measurement}},
-  author =	 {Guttman, L.},
-  journal =	 {Measurement and prediction},
-  volume =	 {4},
-  year =	 {1950}
-}
-
-
- at article{MilKub05,
-  title =	{{Why the move to free trade? Democracy and trade policy in the developing countries}},
-  author =	{Helen Milner and Keiko Kubota},
-  journal = 	{International Organization},
-  volume = 	{59},
-  number = 	{1},
-  pages = 	{107--143},
-  year = 	{2005}
-}
-
-
- at Book{GutTho96,
-  author =	 {Amy Gutmann and Dennis Thompson},
-  title =	 {Democracy and Disagreement},
-  publisher =	 {Harvard University Press},
-  year =	 {1996},
-  address =	 {Harvard University Press}
-}
-
- at Unpublished{MikLavBen08,
-  author =	 {Slava Mikhaylov and Michael Laver and Kenneth
-                  Benoit},
-  title =	 {Coder Reliability and Misclassification in
-                  Comparative Manifesto Project Codings},
-  note =	 {Paper presented at the Midwest Political Science
-                  Association, Chicago},
-  month =	 {April},
-  year =	 2008
-}
-
- at conference{CarElhNgu06,
-  title={{Meta clustering}},
-  author={Rich Caruana and Mohamed Elhawary and Nam Nguyen and Casey Smith},
-  booktitle={ICDM'06. Sixth International Conference on Data Mining},
-  pages={107--118},
-  year={2006}
-}
-
- at conference{CarNgu07,
-  title={{Consensus clustering}},
-  author={Rich Caruana and Nam Nguyen},
-  booktitle={ICDM'07. Seventh International Conference on Data Mining},
-  year={2007}
-}
-
- at conference{FerBro03,
-  title={Random Project for High Dimensional Data Clustering: A Cluster Ensemble Approach},
-  author={Xiaoli Fern and Carla Brodley},
-  booktitle={Proceedings of the Twentieth International Conference on Machine Learning},
-  year={2003}
-}
-
-
- at conference{LawTopJai04,
-  title={Multi-objective Data Clustering},
-  author={Martin Law and Alexander Topchy and Anil Jain},
-  booktitle={IEEE Computer Society Conference on Computer Vision and Pattern Recognition},
-  year={2004}
-}
-
-
- at conference{BaeBai06,
-  title={A Novel Approach for the Extraction of an Alternate Clustering of High Quality and High Dissimilarity},
-  author={Eric Bae and James Bailey},
-  booktitle={Proceedings of the IEEE International Conference on Data Mining},
-  year={2006}
-}
-
-
- at conference{FreJai02,
-  title={Data Clustering using Evidence Accumulation},
-  author={Martin Law and Alexander Topchy and Anil Jain},
-  booktitle={Proceedings of the 16th International Conference on Pattern Recognition},
-  year={2002}
-}
-
- at conference{GioManTsa05,
-  title={Clustering aggregation},
-  author={A Gionis and H Mannila and P Tsaparas},
-  booktitle={Proceedings of the 21st International Conference on Data Mining},
-  year={2005}
-}
-
- at conference{TopJaiPun03,
-  title={Combining Multiple Weak Clusterings},
-  author={A Topchy and AK Jain and W Punch},
-  booktitle={Proceedings IEEE International Conference on Data Mining},
-  year={2003}
-}
-
- at conference{TopJaiPun03b,
-  title={A Mixture Model for Clustering Ensembles},
-  author={A Topchy and AK Jain and W Punch},
-  booktitle={Proceedings SIAM International Conference on Data Mining},
-  year={2004}
-}
-
- at conference{Kleinberg03,
-  title={An Impossibility Theorem for Clustering},
-  author={Jon Kleinberg},
-  booktitle={Advances in Neural Information Processing Systems Proceedings of the 2002 Conference},
-  pages={463-470},
-  year={2003},
-}
-
-
-
- at article{Achen78,
-  title={Measuring Representation},
-  author={Chris Achen},
-  journal={American Journal of Political Science},
-  pages={475--510},
-  year={1978},
-}
-
-
- at INCOLLECTION{LazBar65,
-   author= {Paul Lazardsfeld and Allen Barton},
-   title = {Qualitative Measurement in the Social Sciences: Classification, Typologies, and Indices},
-   booktitle = {The Policy Sciences},
-   publisher = {Standard University Press},
-   year = {1965},
-   editor = {Daniel Lerner and Harold Lasswell},
-}
-
- at article{Pitman97,
-  title={Some Probabilistic Aspects of Set Partitions},
-  author={Jim Pitman},
-  journal={The American Mathematical Monthly},
-  pages={201--209},
-  year={1997},
-}
-
-
- at Article{ZhaSma09,
-  author = 	 {Kai Zhang and Dyland S.\ Small},
-  title = 	 {Comment: The Essential Role of Pair Matching in
-                  Cluster-Randomized Experiments, with Application to
-                  the Mexican Universal Health Insurance Program},
-  journal = 	 {Statistical Science},
-  year = 	 {2009, forthcoming},
-  OPTkey = 	 {},
-  OPTvolume = 	 {},
-  OPTnumber = 	 {},
-  OPTpages = 	 {},
-  OPTmonth = 	 {},
-  OPTnote = 	 {},
-  OPTannote = 	 {}
-}
-
- at Article{HilSco09,
-  author = 	 {Jennifer Hill and Marc Scott},
-  title = 	 {Discussion of `The Essential Role of Pair Matching'},
-  journal = 	 {Statistical Science},
-  year = 	 {2009},
-  OPTkey = 	 {},
-  OPTvolume = 	 {},
-  OPTnumber = 	 {},
-  OPTpages = 	 {},
-  OPTmonth = 	 {},
-  OPTnote = 	 {},
-  OPTannote = 	 {}
-}
-
- at article{Imbens09,
-  title =	 {{Better LATE Than Nothing: Some Comments on Deaton
-                  (2009) and Heckman and Urzua (2009)}},
-  author =	 {Imbens, G.W.},
-  journal =	 {NBER Working Paper},
-  year =	 {2009}
-}
-
- at article{Ashenfelter78,
-  title =	 {{Estimating the effect of training programs on
-                  earnings}},
-  author =	 {Ashenfelter, Orley},
-  journal =	 {The Review of Economics and Statistics},
-  pages =	 {47--57},
-  year =	 {1978}
-}
-
- at article{Grimmer10,
-  author =	 {Justin Grimmer},
-  title =	 {A Bayesian Hierarchical Topic Model for Political
-                  Texts: Measuring Expressed Agendas in Senate Press
-                  Releases},
-  year =	 {2010},
-  journal =	 {Political Analysis},
-}
-
- at article{TehJorBea06,
-  title =	 {Hierarchical Dirichlet Processes},
-  author =	 { Y Teh and M Jordan and M Beal and D Blei},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {101},
-  number =	 {476},
-  pages =	 {1566--1581},
-  year =	 {2006},
-}
-
- at article{MilSto63,
-  title =	 {{Constituency influence in Congress}},
-  author =	 {Miller, W.E. and Stokes, D.E.},
-  journal =	 {The American Political Science Review},
-  pages =	 {45--56},
-  year =	 {1963},
-  publisher =	 {The American Political Science Association}
-}
-
- at book{Pitkin72,
-  title =	 {{The Concept of Representation}},
-  author =	 {Pitkin, Hanna F.},
-  year =	 {1972},
-  publisher =	 {University of California Press}
-}
-
- at Article{HorCoa82,
-  author = 	 {Horiuchi, Shiro and Coale, Ansley},
-  title = 	 {A Simple Equation for Estimating the Expectation of Life at Old Ages},
-  journal = 	 {Population Studies},
-  year = 	 1982,
-  volume =	 36,
-  number =	 2,
-  pages =	 {317-326}
-}
-
- at book{Ayres08,
-  title={{Super crunchers: why thinking-by-numbers is the new way to be smart}},
-  author={Ayres, Iain},
-  year={2008},
-  publisher={Bantam}
-}
-
- at Article{Wilmoth05,
-  author = 	 {Wilmoth, John},
-  title = 	 {Some methodological issues in mortality projection, based on an analysis of the US Social Security System},
-  journal = 	 {Genus},
-  year = 	 2005,
-  volume =	 61,
-  number =	 1,
-  pages =	 {179-211}
-}
-
- at TechReport{Romig08,
-  author = 	 {Romig, Kathleen},
-  title = 	 {Social Security: What Would Happen If the Trust Funds Ran Out?},
-  institution =  {Congressional Research Service},
-  year = 	 2008,
-  number =	 {RL33514}
-}
-
- at TechReport{SweNic08,
-  author = 	 {Swendiman, Kathleen and Nicola, Thomas},
-  title = 	 {Social Security Reform: Legal Analysis of Social Security Benefit Entitlement Issues},
-  institution =  {Congressional Research Service},
-  year = 	 2008,
-  number =	 {RL32822}
-}
-
- at Unpublished{BelSon09,
-  author = 	 {Beltr\'{a}n-S\'{a}nchez, Hiram and Soneji, Samir},
-  title = 	 {A Unifying Approach for Assessing Changes in Life Expectancy Associated with Changes in Mortality: The Case of Violent Deaths},
-  note = 	 {},
-  OPTkey = 	 {},
-  OPTmonth = 	 {},
-  year = 	 {2009},
-  OPTannote = 	 {}
-}
-
- at Article{Olshansky88,
-  author = 	 {Olshansky, S. Jay},
-  title = 	 {On Forecasting Mortality},
-  journal = 	 {The Milbank Quarterly},
-  year = 	 1988,
-  volume =	 66,
-  number =	 3,
-  pages =	 {482-530}
-}
-
-
- at TechReport{ChaWad05,
-  author = 	 {Chaplain, Chris and Wade, Alice},
-  title = 	 {Estimated OASDI Long-Range Financial Effects of Several Provisions Requested by the Social Security Advisory Board},
-  institution =  {Social Security Administration},
-  year = 	 2005,
-  address =	 {http://www.ssa.gov/OACT/solvency/provisions/index.html}
-}
-
- at article{Armstrong67,
-  title =	 {{Derivation of theory by means of factor analysis or
-                  Tom Swift and his electric factor analysis machine}},
-  author =	 {Armstrong, J.S.},
-  journal =	 {American Statistician},
-  pages =	 {17--21},
-  year =	 {1967},
-  publisher =	 {American Statistical Association}
-}
-
- at article{ImbAng94,
-  title={{Identification and estimation of local average treatment effects}},
-  author={Imbens, G.W. and Angrist, J.D.},
-  journal={Econometrica},
-  volume={62},
-  number={2},
-  pages={467--475},
-  year={1994}
-}
-
- at article{Little08,
-  author={Roderick Little},
-  title={Calibrated Bayes: A Bayes/Frequentist Roadmap},
-  journal={American Statistician},
-  volume={60},
-  number={1},
-  pages={1--11},
-  year={2008}
-}
-
- at book{McLThr08,
-	author={Geoffrey J. McLachlan and Thriyambakam Krishan},
-	title={The EM Algorithm and Extensions, Second Edition},
-    year={2008},
-	publisher={New York: Wiley}
-}
-
- at article{Little95,
-  author={Roderick Little},
-  title={Modeling the Drop-Out Mechanism in Repeated-Measures Studies},
-  journal={jasa},
-  volume={90},
-  number={431},
-  pages={1112--1121},
-  year={1995}
-}
-
- at book{MolVer05,
-  author={Geert Molenberghs and Geert Verbeke},
-  title={Models for Discrete Longitudinal Data},
-  year={2005},
-  publisher={New York: Wiley}
-}
-
- at article{DavShaSch01,
-  author={Adam Davey, Michael J.\ Shanahan and Joseph L.\ Schafer  },
-  title={Correcting for selective nonresponse in the national longitudinal survey of youth using multiple imputation},
-  journal={The Journal of Human Resources},
-  volume={36},
-  number={3},
-  pages={500--519},
-  year={2001}
-}
-
- at article{KacRagSch08,
-  author={Niko A. Kaciroti, Trivellore E. Raghunathan, M. Anthony Schork and Noreen M. Clark},
-  title={A Bayesian model for longitudinal count data with non-ignorable dropout},
-  journal={Journal of the Royal Statistical Society Series C-Applied Statistics},
-  volume={57},
-  number={5},
-  pages={521-534},
-  year={2008}
-}
-
- at article{SteCutRos09,
-  title =	 {{Forecasting the Effects of Obesity and Smoking on
-                  US Life Expectancy}},
-  author =	 {Stewart, S.T. and Cutler, D.M. and Rosen, A.B.},
-  journal =	 {The New England Journal of Medicine},
-  volume =	 {361},
-  number =	 {23},
-  pages =	 {2252},
-  year =	 {2009}
-}
- at Article{ByaDamOue09,
-  AUTHOR =	 {Byass, Peter and D'Ambruoso, Lucia and Ouedraogo,
-                  Moctar and Qomariyah, S Nurul},
-  TITLE =	 {Assessing the repeatability of verbal autopsy for
-                  determining cause of death: two case studies among
-                  women of reproductive age in Burkina Faso and
-                  Indonesia},
-  JOURNAL =	 {Population Health Metrics},
-  VOLUME =	 {7},
-  YEAR =	 {2009},
-  NUMBER =	 {1},
-  PAGES =	 {6},
-  URL =		 {http://www.pophealthmetrics.com/content/7/1/6}
-}
-
- at article{Traxler97,
-  title =	 {{An Algorithm for Adaptive Mesh Refinement in N Dimensions}},
-  author =	 {Traxler, S.T.},
-  journal =	 {Computing},
-  volume =	 {59},
-  number =	 {1},
-  pages =	 {115-137},
-  year =	 {1997}
-}
-
- at TechReport{BelMil05,
-  author = 	 {Bell, Felicitie and Miller, Michael},
-  title = 	 {Life Tables for the United States Social Security Area 1900-2100},
-  institution =  {Social Security Administration Office of the Chief Actuary},
-  year = 	 2005,
-  number =	 {Actuarial Study No. 120}
-}
-
-
- at Article{TweCutRos09,
-  author = 	 {Stewart, S.T. and Cutler, D.M. and Rosen, A.B.},
-  title = 	 {Forecasting the Effects of Obesity and Smoking on Life Expectancy},
-  journal = 	 {The New England Journal of Medicine},
-  year = 	 {2009},
-  OPTkey = 	 {},
-  OPTvolume = 	 {361},
-  OPTnumber = 	 {23},
-  OPTpages = 	 {2252-2260},
-  OPTmonth = 	 {},
-  OPTnote = 	 {},
-  OPTannote = 	 {}
-}
-
- at article{Guolo08,
-	author = {Guolo, Annamaria},
-	title = {{Robust techniques for measurement error correction: a review.}},
-	journal = {{Statistical Methods in Medical Research}},
-	volume = {{17}},
-	number = {{6}},
-	pages = {555-80},
-	year = {{2008}},
-	doi = {{10.1177/0962280207081318}},
-}
-
- at Article{GrePal90,
-	author = {Green, Donald Philip and Palmquist, Bradley},
-	title = {{Of Artifacts and Partisan Instability}},
-	journal = {{American Journal of Political Science}},
-	volume = {{34}},
-	number = {{3}},
-	pages = {872},
-	year = {{1990}},
-	doi = {{10.2307/2111402}},
-}
-
- at Article{WilWil70,
-	author = {Wiley, David E. and Wiley, James A.},
-	title = {{The Estimation of Measurement Error in Panel Data}},
-	journal = {{American Sociological Review}},
-	volume = {{35}},
-	number = {{1}},
-	pages = {112},
-	year = {{1970}},
-	doi = {{10.2307/2093858}},
-}
-
- at article{Stefanski00,
-	author = {Stefanski, L. A.},
-	title = {{Measurement Error Models}},
-	journal = {{Journal of the American Statistical Association}},
-	volume = {{95}},
-	number = {{452}},
-	pages = {1353--1358},
-	year = {{2000}}
-}
-
- at article{BroVal96,
-	author = {Brownstone, David and Valletta, Robert G.},
-	title = {{Modeling Earnings Measurement Error: A Multiple Imputation Approach}},
-	journal = {{Review of Economics and Statistics}},
-	volume = {{78}},
-	number = {{4}},
-	pages = {705-717},
-	year = {{1996}},
-	tags = "measurement error, statistics"
-}
- at article{FreMidCar08,
-	pmid = {{18680172}},
-	author = {Freedman, Laurence S and Midthune, Douglas and Carroll, Raymond J and Kipnis, Victor},
-	title = {{A comparison of regression calibration, moment reconstruction and imputation for adjusting for covariate measurement error in regression.}},
-	journal = {{Stat Med}},
-	volume = {{27}},
-	number = {{25}},
-	pages = {5195-216},
-	year = {{2008}},
-	doi = {{10.1002/sim.3361}},
-	tags = "measurement error, statistics"
-}
-
- at article{ColChuGre06,
-	author = {Cole, Stephen R and Chu, Haitao and Greenland, Sander},
-	title = {{Multiple-imputation for measurement-error correction.}},
-	journal = {{International Journal of Epidemiology}},
-	volume = {{35}},
-	number = {{4}},
-	pages = {1074-81},
-	year = {{2006}},
-	doi = {{10.1093/ije/dyl097}},
-	tags = "measurement error, statistics"
-}
-
- at article{CasTuf03,
-	author={Casper, Gretchen and Cladiu Tufis},
-	title={Correlation Versus Interchangeability: The Limited Robustness of Empirical Findings on Democracy Using Highly Correlated Data Sets},
-	journal={Political Analysis},
-	volume={11},
-	year={2003},
-	pages={196-203},
-	number={2}
-}
- 
- at Article{OlsGolZheRow09,
-  author = 	 {Olshansky, S. Jay and Goldman, Dana and Zheng, Yuhui and Rowe, John},
-  title = 	 {Aging in America in the Twenty-first Century: Demographic Forecasts from the MacArthur Foundation Research Network on an Aging Society},
-  journal = 	 {Milbank Quarterly},
-  year = 	 2009,
-  volume =	 87,
-  number =	 4,
-  pages =	 {842-862}
-}
-
- at TechReport{SSAHist10,
-  author =	 {{Social Security Administration Historian's Office}},
-  title = 	 {Historical Background and Development of Social Security},
-  institution =  {Social Security Administration},
-  year = 	 2010,
-  note =	 {http://www.ssa.gov/history}
-}
-
- at Article{KanLauThaVau94,
-  author = 	 {Kannisto, Vaino and Lauritsen, Jens and Thatcher, A. Roger and Vaupel, James},
-  title = 	 {Reductions in Mortality at Advanced Ages: Several Decades of Evidence from 27 Countries},
-  journal = 	 {Population and Development Reiew},
-  year = 	 1994,
-  volume =	 20,
-  number =	 4,
-  pages =	 {793-810}
-}
-
- at Article{HucPluSpr93,
-  author =	 {Robert Huckfeldt and Eric Plutzer and John Sprague},
-  title =	 {Alternative Contexts of Political Behavior:
-                  Churches, Neighborhoods, and Individuals},
-  journal =	 {Journal of Politics},
-  year =	 1993,
-  volume =	 55,
-  number =	 2,
-  pages =	 {365--381},
-  month =	 {May}
-}
-
- at Article{KatKat10,
-  author = {Jonathan N. Katz and Gabriel Katz},
-  title = {{ Correcting for Survey Misreports Using Auxiliary Information with an Application to Estimating Turnout}},
-  journal = {{American Journal of Political Science}},
-  year = 2010,
-  volume = 54,
-  number = 3,
-  pages = {{815--835}},
-}
-
- at Article{ImaYam10,
-  author =	 {Kosuke Imai and Teppei Yamamoto},
-  title =	 {Causal Inference with Differential Measurement
-                  Error: Nonparametric Identification and Sensitivity
-                  Analysis},
-  journal =	 {American Journal of Political Science},
-  year =	 2010,
-  volume =	 54,
-  number =	 2,
-  month =	 {April},
-  pages =	 {{543--560}}
-}
-
- at conference{BitSmiKra06,
-  title =	 {Statistically dual distributions in statistical
-                  inference},
-  author =	 {Bityukov, SI and Smirnova, VV and Krasnikov, NV and
-                  Taperechkina, VA},
-  booktitle =	 {Statistical Problems in Particle Physics,
-                  Astrophysics and Cosmology: proceedings of
-                  PHYSTAT05, Oxford, UK, 12-15 September 2005},
-  pages =	 {102--105},
-  year =	 {2006},
-  note =	 {http://arxiv.org/abs/math/0411462v2}
-}
-
-Rubin, D. B. (2010), On the limitations of comparative effectiveness
-                  research. Statistics in Medicine, 29: 1991–1995. 
-
- at Article{Rubin10,
-  author = 	 {Donald B. Rubin},
-  title = 	 {On the Limitations of Comparative Effectiveness Research},
-  journal = 	 {Statistics in Medicine},
-  year = 	 2010,
-  volume =	 29,
-  number =	 19,
-  pages =	 {1991-1995},
-  month =	 {August}
-}
-
- at Article{TunBenMcC10,
-  author =	 {Sean R. Tunis and Joshua Benner and Mark McClellan},
-  title =	 {Comparative effectiveness research: Policy context,
-                  methods development and research infrastructure},
-  journal =	 {Statistics in Medicine},
-  year =	 2010,
-  volume =	 29,
-  number =	 19,
-  pages =	 {1964-1976},
-  month =	 {August}
-}
-
- at Article{Rubin08,
-  author = 	 {Donald B. Rubin},
-  title = 	 {For Objective Causal Inference, Design Trumps Analysis},
-  journal = 	 {Annals of Applied Statistics},
-  year = 	 2008,
-  volume =	 2,
-  number =	 3,
-  pages =	 {808--840}
-}
-
- at Article{Rubin08b,
-  author =	 {Donald B. Rubin},
-  title =	 {Comment: The Design and Analysis of Gold Standard
-                  Randomized Experiments},
-  journal =	 {Journal of the American Statistical Association},
-  year =	 2008,
-  volume =	 103,
-  number =	 484,
-  pages =	 {1350--1353}
-}
- at Article{Austin09,
-  author =	 {Peter C. Austin},
-  title =	 {Some Methods of Propensity-Score Matching had
-                  Superior Performance to Others: Results of an
-                  Empirical Investigation and Monte Carlo simulations},
-  journal =	 {Biometrical Journal},
-  year =	 2009,
-  volume =	 51,
-  number =	 1,
-  pages =	 {171-184},
-  month =	 {February}
-}
-
- at Article{Stuart10,
-  author = 	 {Elizabeth A. Stuart},
-  title = 	 {Matching Methods for Causal Inference: A Review and
-                  a Look Forward},
-  journal = 	 {Statistical Science},
-  year = 	 2010,
-  volume =	 25,
-  number =	 1,
-  pages =	 {1--21}
-}
-
- at Article{Rubin80b,
-  author = 	 {Donald B. Rubin},
-  title = 	 {Bias Reduction using Mahalanobis Metric Matching},
-  journal = 	 {Biometrics},
-  year = 	 1980,
-  volume =	 36,
-  pages =	 {293--298}
-}
-
- at InCollection{StuRub07b,
-  author =	 {Elizabeth A. Stuart and Donald B. Rubin},
-  title =	 {Best practices in quasi-experimental designs:
-                  Matching methods for causal inference},
-  booktitle =	 {Best Practices in Quantitative Methods},
-  pages =	 {155--176},
-  publisher =	 {Sage},
-  year =	 2007,
-  editor =	 {Jason Osborne},
-  address =	 {New York}
-}
-
- at Article{Wilmoth05a,
-  author = 	 {Wilmoth, John},
-  title = 	 {On the Relationship Between Period and Cohort Mortality},
-  journal = 	 {Demographic Research},
-  year = 	 2005,
-  volume =	 13,
-  number =	 11,
-  pages =	 {231-280}
-}
-
- at Article{Guillot03,
-  author = 	 {Guillot, Michel},
-  title = 	 {The Cross-Sectional Average Length of Life (CAL): A Cross-Sectional Mortality Measure That Reflects the Experience of Cohorts},
-  journal = 	 {Population Studies},
-  year = 	 2003,
-  volume =	 57,
-  number =	 1,
-  pages =	 {41-54}
-}
-
- at Article{BonFee03,
-  author = 	 {Bongaarts, John and Feeney, Griffith},
-  title = 	 {Estimating Mean Lifetime},
-  journal = 	 {Proceedings of the National Academy of Sciences},
-  year = 	 2003,
-  volume =	 100,
-  number =	 23,
-  pages =	 {13127-13133}
-}
-
- at Article{Wilmoth95,
-  author = 	 {Wilmoth, John},
-  title = 	 {Are Mortality Projections Always More Pessimistic When Disaggregated by Cause of Death?},
-  journal = 	 {Mathematical Population Studies},
-  year = 	 1995,
-  volume =	 5,
-  number =	 4,
-  pages =	 {293-319}
-}
-
- at Article{Cawley04,
-  author = 	 {Cawley, John},
-  title = 	 {The Impact of Obesity on Wages},
-  journal = 	 {Journal of Human Resources},
-  year = 	 2004,
-  volume =	 39,
-  number =	 2,
-  pages =	 {451-474}
-}
-
- at Article{WolDagKan98,
-  author = 	 {Wolf, Philip and D\'Agostino, Ralph and Kannel, William and Bonita, Ruth and Belanger, Albert},
-  title = 	 {Cigarette Smoking as a Risk Factor for Stroke.  The Framingham Study.},
-  journal = 	 {Journal of the American Medical Association},
-  year = 	 1998,
-  volume =	 259,
-  number =	 7,
-  pages =	 {1025-1029}
-}
-
- at Article{BurGouBra03,
-  author = 	 {Burns, Paul and Gough, Stephan and Bradbury, Andrew},
-  title = 	 {Management of Peripheral Arterial Disease in Primary Care},
-  journal = 	 {British Medical Journal},
-  year = 	 2003,
-  volume =	 326,
-  pages =	 {584-588}
-}
-
- at TechReport{ReiSar08,
-  author = 	 {Reichmuth, Wolfgang and Sarferaz, Samad},
-  title = 	 {Bayesian Demographic Modeling and Forecasting: An Application to U.S.\ Mortality},
-  institution =  {Humboldt University},
-  year = 	 2008,
-  type =	 {SFB 649},
-  note =	 {Discussion Paper 2008-052}
-}
-
- at Article{WanPre09,
-  author = 	 {Wang, Haidong and Preston, Samuel},
-  title = 	 {Forecasting United States Mortality using Cohort Smoking Histories},
-  journal = 	 {Proceedings of the National Academy of Sciences},
-  year = 	 2009,
-  volume =	 109,
-  number =	 2,
-  pages =	 {393-398}
-}
-
- at Article{Platt05,
-  title =	 {Fastmap, MetricMap, and Landmark MDS are all
-                  Nystr{\\"o}m algorithms},
-  author =	 {Platt, J.C.},
-  journal =	 {Proceedings of the 10th International Workshop on
-                  Artificial Intelligence and Statistics},
-  pages =	 {261--268},
-  year =	 {2005},
-}
-
- at Article{DesTen03,
-  title = {Global Versus Local Methods in Nonlinearity Dimensionality Reduction},
-  author = {de Silva, V. and Tenenbaum, J.B.},
-  journal = {Proceedings of Neural Information Processing Systems},
-  volume = {15},
-  pages = {721-728},
-  year = {2003},
-}
-
- at article{DuFabGun99,
-  title =	 {{Centroidal Voronoi tessellations: applications and
-                  algorithms}},
-  author =	 {Du, Q. and Faber, V. and Gunzburger, M.},
-  journal =	 {SIAM review},
-  pages =	 {637--676},
-  year =	 {1999}
-}
- at Article{CroMcCBur08,
-  author =	 {Jerry Cromwell and Nancy McCall and Joe Burton},
-  title =	 {Evaluation of Medicare Health Support Chronic
-                  Disease Pilot Program},
-  journal =	 {Health Care Financing Review},
-  year =	 2008,
-  volume =	 30,
-  number =	 1,
-  pages =	 {47--60}
-}
-
- at Article{McCCroUra08,
-  author =	 {Nancy McCall and Jerry Cromwell and Carol Urato and
-                  Donna Rabiner},
-  title =	 {Evaluation of Phase I of the Medicare Health Support
-                  Pilot Program Under Traditional Fee-for-Service
-                  Medicare: 18-Month Interim Analysis},
-  journal =	 {Report to Congress},
-  year =	 2008,
-  month =	 {October},
-  note =	 {CMS Contract No. 500-00-0022}
-}
-
- at Article{Foote09,
-  author =	 {Sandra M. Foote},
-  title =	 {Next Steps: How Can Medicare Accelerate The Pace Of
-                  Improving Chronic Care?},
-  journal =	 {Health Affairs},
-  year =	 2009,
-  volume =	 28,
-  number =	 1,
-  pages =	 {99--102},
-  note =	 {http://content.healthaffairs.org/cgi/reprint/28/1/99}
-}
-
- at article{GhoSch03,
-  title =	 {Multiple edit/multiple imputation for multivariate
-                  continuous data},
-  author =	 {Ghosh-Dastidar, B. and Schafer, J.L.},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {98},
-  number =	 {464},
-  pages =	 {807--817},
-  issn =	 {0162-1459},
-  year =	 {2003}
-}
-
-
- at article{ThoOgdGal10,
-  title =	 {{Chronic conditions account for rise in Medicare
-                  spending from 1987 to 2006}},
-  author =	 {Thorpe, K.E. and Ogden, L.L. and Galactionova, K.},
-  journal =	 {Health Affairs},
-  month =	 {April},
-  volume =	 29,
-  number =	 4,
-  year =	 {2010}
-}
-
- at Article{Weintraub95,
-  author =	 {Hal Weintraub et al.},
-  title =	 {Through the Glass Lightly},
-  journal =	 {Science},
-  year =	 1995,
-  volume =	 267,
-  pages =	 {1609--1618},
-  month =	 {17 March}
-}
-
- at article{Forgy65,
-author = {EW Forgy},
-title = {Cluster Analysis of Multivariate Data: Efficiency vs Interpretability of Classifications},
-journal = {Biometrics},
-year = {1965},
-volume = {21},
-OPTpages = {768-769},
-}
-
- at article{GatGev89,
-author = {I Gath and AB Geva},
-title = {Unsupervised Optimal Fuzzy Clustering},
-journal = {IEEE Transactions On Pattern Analysis and Machine Intelligence},
-year = {1989},
-volume = {11},
-number = {7},
-pages = {773-780},
-}
-
- at Article{CueGorMat97,
-author = {JA Cuesta-Albertos and A Gordaliza and C Matran},
-title = {Trimmed K-Means: An Attempt to Robustify Quantizers},
-journal = {Annals of Statistics},
-year = {1997},
-volume = {25},
-number = {553-576},
-}
-
- at TechReport{ZhaHsuDay99,
-author = {Bin Zhang and Meichun Hsu and Umeshwar Dayal},
-title = {K-Harmonic Means: A Data Clustering Algorithm},
-institution = {HP Laboratories},
-year = {1999},
-number = {HPL-1999-124},
-}
-
- at conference{Karayiannis94,
-  title={MECA: Maximum Entropy Clustering Algorithm},
-  author={NB Karayiannis},
-  booktitle={The 3rd IEEE International Conference on Fuzzy Systems},
-  pages={630--635},
-  year={1994}
-}
-
-
- at article{McQuitty66,
-author = {LL McQuitty},
-title = {Similarity Analysis by Reciprocal Pairs for Discrete and Continuous Data},
-journal = {Educational and Psychological Measurement},
-year = {1966},
-volume = {26},
-pages = {825-831},
-}
-
-
- at article{Fraley98,
-author = {Chris Fraley},
-title = {Algorithms for Model-Based Gaussian Hierarchical Clustering},
-journal = {SIAM Journal of Scientific Computing},
-year = {1998},
-volume = {20},
-number = {1},
-pages = {270-281},
-}
-
- at article{KoyGraRam05,
-author = {M Koyuturk and A Graham and N Ramakrishnan},
-title = {Compression, Clustering, and Pattern Discovery in Very High-Dimensional Discrete-Attribute Data Sets},
-journal = {IEEE Transactions On Knowledge and Data Engineering},
-year = {2005},
-volume = {17},
-number = {4},
-}
-
- at article{GuhRasShi00,
-author = {S Guha and R Rastogi and K Shim},
-title = {ROCK: A Robust Clustering Algorithm for Categorical Attributes},
-journal = {Information Science},
-year = {2000},
-volume = {25},
-number = {5},
-}
-
- at article{HeyKruYoo99,
-author = {LJ Heyer and S Kruglyak and S Yooseph},
-title = {Exploring Expression Data: Identification and Analysis of Coexpressed Genes},
-journal = {Genome Research},
-year = {1999},
-volume = {9},
-pages = {1106-1115},
-}
-
-
- at article{BroPihDatDat08,
-author = {G Brock and V Pihur and S Datta and S Datta},
-title = {clValid: An R Package for Cluster Validation},
-journal = {Journal of Statistical Software},
-year = {2008},
-volume = {25},
-number = {4},
-}
-
-
- at article{MeiShi01,
-author = {M Meila and J Shi},
-title = {A Random Walks View of Spectral Segmentation},
-journal = {8th International Workshop on Artificial Intelligence and Statistics (AISTATS)},
-year = {2001},
-}
-
- at article{DhiMalMod03,
-author = {Inderjit Dhillon and Subramanyam Mallela and Dharmendra Modha},
-title = {Information Theoretic Co-Clustering},
-journal = {Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
-year = {2003},
-volume = {9},
-}
-
- at article{Lerman91,
-author = {IC Lerman},
-title = {Foundations of the Likelihood Linkage Analysis Classification Method},
-journal = {Applied Stochastic Models and Data Analysis},
-year = {1991},
-volume = {7},
-pages = {63-76},
-}
-
- at article{WanQiuZam07,
-author = {S Wang and W Qiu and RH Zamar},
-title = {CLUES: A Non-Parametric Clustering Method Based on Local Shrinking},
-journal = {Computational Statistics \& Data Analysis},
-year = {2007},
-volume = {52},
-number = {1},
-pages = {286-298},
-}
-
- at misc{Leisch99,
-author = {Friedrich Leisch},
-title = {Bagged Clustering},
-howpublished = {Working Paper 51, Adaptive Information Systems and Modelling in Economics and Management Science},
-month = {August},
-year = {1999},
-}
-
- at article{Rajesh96,
-author = {Dave Rajesh},
-title = {Fuzzy Shell-Clustering and Applications to Circle Detection in Digital Images},
-journal = {Internationl Journal of General Systems},
-year = {1996},
-volume = {16},
-pages = {343-355},
-}
-
- at Book{Kullback59,
-author = {Solomon Kullback},
-title = {Information Theory and Statistics},
-publisher = {Dover Publications},
-year = {1959},
-}
-
- at book{KauRou90,
-author = {L Kaufman and PJ Rousseeuw},
-title = {Finding Groups in Data: An Introduction to Cluster Analysis},
-publisher = {Wiley},
-year = {1990},
-}
- at Article{Washington08,
-  author =	 {Ebonya L. Washington},
-  title =	 {Female Socialization: How Daughters Affect Their
-                  Legislator Fathers' Voting on Woman's Issues},
-  journal =	 {American Economic Review},
-  year =	 2008,
-  volume =	 98,
-  number =	 1,
-  pages =	 {311-332}
-}
-
- at Article{Muller59,
-  author = 	 {M.E. Muller},
-  title = 	 {A Note on a Method for Generating Points Uniformly on N -Dimensional Spheres},
-  journal = 	 {Comm. Assoc. Comput. Mach.},
-  year = 	 1959,
-  volume =	 2,
-  pages =	 {19-20},
-  month =	 {April}
-}
-
- at Article{ReuBonWil08,
-  author = 	 {Reuser, Mieke and Bonneux, Luc and Willekens, Frans},
-  title = 	 {The Burden of Mortality of Obesity at Middle and Old Age is Small.  A Life Table Analysis of the US Health and Retirement Survey},
-  journal = 	 {European Journal of Epidemiology},
-  year = 	 2008,
-  volume =	 23,
-  number =	 9,
-  pages =	 {601-607}
-}
-
- at Article{ThoFer04,
-  author = 	 {Thorpe Jr., Roland J. and Ferraro, Kenneth},
-  title = 	 {Aging, Obesity, and Mortality Misplaced Concern about Obese Older People?},
-  journal = 	 {Research on Aging},
-  year = 	 2004,
-  volume =	 26,
-  number =	 1,
-  pages =	 {108-129}
-}
-
- at Article{Wade10,
-  author = 	 {Wade, Alice},
-  title = 	 {Mortality Projections for Social Security Programs in the United States},
-  journal = 	 {North American Actuarial Journal},
-  year = 	 2010,
-  volume =	 14,
-  number =	 3,
-  pages =	 {299-315}
-}
-
- at TechReport{ssa08,
-  author =	 {{The Board of Trustees, Federal Old-Age and
-                  Survivors Insurance and Federal Disability Insurance
-                  Trust Funds}},
-  title =	 {The 2008 annual report of the board of trustees of
-                  the federal old-age and survivors insurance and
-                  federal disability insurance trust funds},
-  institution =	 {Social Security Administration},
-  year =	 2008
-}
-
- at Book{UN82,
-  author =	 {{Department of International Economic and Social Affairs}},
-  title = 	 {Model Life Tables for Developing Countries},
-  publisher = 	 {United Nations},
-  year = 	 1982,
-  number =	 77,
-  series =	 {Population Studies}
-}
-
- at Book{SurgeonGeneral64,
-  author =	 {{Office of the Surgeon General}},
-  title = 	 {Smoking and Health, Report of the Advisory Committee to the Surgeon General of the Public Health Service},
-  publisher = 	 {United States Public Health Service},
-  year = 	 1964,
-  series =	 {Public Health Service Publication},
-  number =	 {1103}
-}
-
- at Book{CriPreCoh11,
-  editor =	 {Crimmins, Eileen and Preston, Samuel and Cohen, Barney},
-  title = 	 {Explaining Divergent Levels of Longevity in High-Income Countries},
-  publisher = 	 {National Academies Press},
-  year = 	 2011,
-  address =	 {Washington DC},
-  note =	 {Panel on Understanding Divergent Trends in Longevity in High-Income Countries}
-}
-
- at Article{PSC09,
-  author = 	 {{Prospective Studies Collaboration}},
-  title = 	 {Body-mass index andc cause-specific mortality in 900 000 adults: collaborative analyses of 57 prospective studies},
-  journal = 	 {Lancet},
-  year = 	 2009,
-  volume =	 373,
-  pages =	 {1083-96}
-}
-
- at Article{BauPeaPri06,
-  author = 	 {Baur, Joseph and Pearson, Kevin and Price, Nathan and Jamieson, Hamish and Lerin, Carles and Kalra, Avash and Prabhu, Vinayakumar and Allard, Joanne and Lopez-Lluch, Guillermo and Lewis, Kaitlyn and Pistell, Paul and Poosala, Suresh and Becker, Kevin and Boss, Olivier and Gwinn, Dana and Wang, Mingyi and Ramaswamy, Sharah and Fishbein, Kenneth and Spencer, Richard and Lakatta, Edward and Le Couteur, David and Shaw, Reuben and Navas, Placido and Puigserver, Pere and Ingram,  [...]
-  title = 	 {Resveratrol improves health and survival of mice on a high-calorie diet},
-  journal = 	 {Nature},
-  year = 	 2006,
-  volume =	 444,
-  number =	 16,
-  pages =	 {337-342}
-}
-
- @Unpublished{PreSto10,
-  author = 	 {Preston, Samuel and Stokes, Andrew},
-  title = 	 {Is the high level of obesity in the United States related to its low life expectancy?},
-  note = 	 {Working Paper 2010-08, Population Studies Center, University of Pennsylvania},
-    year = 	 {2010}
- }
-
-
- at Article{FleCarOgd10,
-  author = 	 {Flegal, Katherine and Carroll, Margaret and Ogden, Cynthia and Curtin, Lester},
-  title = 	 {Prevalence and trends in obesity among US adults, 1999-2008},
-  journal = 	 {The Journal of the American Medical Assocation},
-  year = 	 2010,
-  volume =	 303,
-  number =	 3,
-  pages =	 {235-241}
-}
-
- at Article{BerKimCat06,
-  author = 	 {Bergman, Richard and Kim, Stella and Catalano, Karyn and Hsu, Isabel and Chiu, Jenny and Kabir, Morvarid and Hucking, Katrin and Ader, Marilyn},
-  title = 	 {Why visceral fat is bad: mechanisms of the metabolic syndrome},
-  journal = 	 {Obesity},
-  year = 	 2006,
-  volume =	 14,
-  number =	 {Supplement 1},
-  pages =	 {16S-19S}
-}
-
- at Article{SniVanVis06,
-  author = 	 {Snijder,M.B. and {van Dam},R.M. and Visser,M. and Seidell,J.C.},
-  title = 	 {What aspects of body fat are particularly hazardous and how do we measure them?},
-  journal = 	 {International Journal of Epidemiology},
-  year = 	 2006,
-  volume =	 35,
-  number =	 1,
-  pages =	 {83-92}
-}
-
- at Article{EzzMarSkj06,
-  author = 	 {Ezzati, Majid and Martin, Hilarie and Skjold, Suzanne and Vander Hoorn, Stephen and Murray, Christopher},
-  title = 	 {Trends in national and state-level obesity in the USA after correction for self-report bias: analysis of health surveys},
-  journal = 	 {Journal of the Royal Society of Medicine},
-  year = 	 2006,
-  volume =	 99,
-  number =	 5,
-  pages =	 {250-257}
-}
-
- at Article{EzzFriKul08,
-  author = 	 {Ezzati, M. and Friedman, Ari B. and Kulkarni, Sandeep and Murray, Christopher},
-  title = 	 {The reversal of fortunes: Trends in county mortality and cross-county mortality disparities in the United States},
-  journal = 	 {PLoS Medicine},
-  year = 	 2008,
-  volume =	 5,
-  number =	 4,
-  note =         {e66},  
-  pages =	 {0557-0568}
-}
-
- at Article{TorVau11,
-  author = 	 {Torri, T. and Vaupel, J.W.},
-  title = 	 {Forecasting life expectancy in an international context},
-  journal = 	 {International Journal of Forecasting},
-  year = 	 2011,
-  volume =	 27,
-  note =	 {Forthcoming}
-}
-
- at Article{LiLee05,
-  author = 	 {Li, Nan and Lee, Ronald},
-  title = 	 {Coherent mortality forecasts for a group of populations: an extension of the Lee-Carter method},
-  journal = 	 {Demography},
-  year = 	 2005,
-  volume =	 42,
-  number =	 3,
-  pages =	 {575-594}
-}
-
- at Article{HugKeeNau04,
-  author = 	 {Hughes, JR and Keely, J and Naud, S.},
-  title = 	 {Shape of the relapse curve and long-term abstinence among untreated smokers},
-  journal = 	 {Addiction},
-  year = 	 2004,
-  volume =	 99,
-  number =	 1,
-  pages =	 {29-38}
-}
-
-
- at article{SuhAtzCho08,
-author = {Suh, Yousin and Atzmon, Gil and Cho, Mi-Ook and Hwang, David and Liu, Bingrong and Leahy, Daniel J. and Barzilai, Nir and Cohen, Pinchas}, 
-title = {Functionally significant insulin-like growth factor I receptor mutations in centenarians}, 
-volume = {105}, 
-number = {9}, 
-pages = {3438-3442}, 
-year = {2008}, 
-journal = {Proceedings of the National Academy of Sciences} 
-}
-
- at article{MaiGoyPle03,
-author = {Mair, William and Goymer, Patrick and Pletcher, Scott D. and Partridge, Linda}, 
-title = {Demography of Dietary Restriction and Death in Drosophila}, 
-volume = {301}, 
-number = {5640}, 
-pages = {1731-1733}, 
-year = {2003}, 
-journal = {Science} 
-}
-
- at article{MasPatShi01,
-author = {Masuzaki, Hiroaki and Paterson, Janice and Shinyama, Hiroshi and Morton, Nicholas M. and Mullins, John J. and Seckl, Jonathan R. and Flier, Jeffrey S.}, 
-title = {A Transgenic Model of Visceral Obesity and the Metabolic Syndrome}, 
-volume = {294}, 
-number = {5549}, 
-pages = {2166-2170}, 
-year = {2001}, 
-journal = {Science} 
-}
-
- at Article{KenChaGen93,
-  author = 	 {Kenyon, Cynthia and Chang, Jean and Gensch, Erin and Rudner, Adam and Tabtiang, Ramon},
-  title = 	 {A C. elegans mutant that lives twice as long as wild type},
-  journal = 	 {Nature},
-  year = 	 1993,
-  volume =	 366,
-  pages =	 {461-464}
-}
-
-
- at Article{KojKamAiz04,
-  author = 	 {Toshio Kojima and Hidehiko Kamei and Tomoyuki Aizu and Yasumichi Arai and Michiyo Takayama and Susumu Nakazawa and Yoshinori Ebihara and Hiroki Inagaki and Yukie Masui and Yasuyuki Gondo and Yoshiyuki Sakaki and Nobuyoshi Hirose},
-  title = 	 {Association analysis between longevity in the Japanese population and polymorphic variants of genes involved in insulin and insulin-like growth factor 1 signaling pathways},
-  journal = 	 {Experimental Gerontology},
-  year = 	 2004,
-  volume =	 39,
-  number =	 {11-12},
-  pages =	 {1595 - 1598}
-}
diff --git a/vignettes/gkpubs.bib b/vignettes/gkpubs.bib
deleted file mode 100644
index e9b910d..0000000
--- a/vignettes/gkpubs.bib
+++ /dev/null
@@ -1,2259 +0,0 @@
-% A bibtex-format file for papers by or coauthored with Gary King
-%
-% rules used for abbreviations:
-%
-% -if one author: use last name and last 2 digits of the year: King99.
-% -if multiple authors, use 1st 3 letters of each of UP TO the first three
-%     authors and the last 2 digits of the year:  KinTomWit00.
-% -if necessary add lower-case letters for multiple entries in a year:  
-%     King02, King02b (the first one should NOT have an 'a' afterwards)
-% -No string abbreviations are used
-%
-% entries are in separate sections (books, articles, software, data)
-% in reverse chronical order
-%
-% copies of all papers, articles, data, and software, and some books, 
-% are available at http://gking.harvard.edu/
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Books
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- at book{KinSchNie09,
-  editor =	 {Gary King and Kay Schlozman and Norman Nie},
-  title =	 {The Future of Political Science: 100 Perspectives},
-  publisher =	 {Routledge Press},
-  address =	 {New York},
-  year =	 {2009}
-}
-
- at book{GirKin08,
-  author =	 {Federico Girosi and Gary King},
-  title =	 {Demographic Forecasting},
-  publisher =	 {Princeton University Press},
-  year =	 {2008},
-  address =	 {Princeton},
-  note =	 {{http://gking.harvard.edu/files/smooth/}}
-}
-
- at book{KinRosTan04,
-  editor =	 {Gary King and Ori Rosen and Martin A. Tanner},
-  title =	 {Ecological Inference: New Methodological Strategies},
-  publisher =	 {Cambridge University Press},
-  year =	 {2004},
-  address =	 {New York},
-  note =         {{http://gking.harvard.edu/files/abs/ecinf04-abs.shtml}}
-}
-
- at book{King97,
-  author =	 {Gary King},
-  title =	 {A Solution to the Ecological Inference Problem:
-                  Reconstructing Individual Behavior from Aggregate
-                  Data},
-  publisher =	 {Princeton University Press},
-  year =	 {1997},
-  address =	 {Princeton},
-  note =	 {{http://gking.harvard.edu/eicamera/kinroot.html}}
-}
-
- at book{KinKeoVer94,
-  author =	 {Gary King and Robert O. Keohane and Sidney Verba},
-  title =	 {Designing Social Inquiry: Scientific Inference in
-                  Qualitative Research},
-  publisher =	 {Princeton University Press},
-  year =	 {1994},
-  address =	 {Princeton},
-  note =	 {{http://www.pupress.princeton.edu/titles/5458.html}}
-}
-
- at book{King89,
-  author =	 {Gary King},
-  title =	 {Unifying Political Methodology: The Likelihood
-                  Theory of Statistical Inference},
-  publisher =	 {Michigan University Press},
-  year =	 1989,
-  address =	 {Ann Arbor}
-}
-
- at book{KinRag88,
-  author =	 {Gary King and Lyn Ragsdale},
-  title =	 {The Elusive Executive: Discovering Statistical
-                  Patterns in the Presidency},
-  publisher =	 {Congressional Quarterly Press},
-  year =	 {1988},
-  address =	 {Washington, D.C}
-}
-
- at book{BraHarKin89,
-  author =	 {Paul Brace and Christine Harrington and Gary King},
-  title =	 {The Presidency in American Politics},
-  publisher =	 {New York University Press},
-  year =	 {1989},
-  address =	 {New York and London}
-}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Articles
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- at Article{SonKin11,
-  author =	 {Samir Soneji and Gary King},
-  title =	 {Statistical Security for Social Security},
-  journal =	 {Demography},
-  year =	 2011,
-  note =	 {{http://gking.harvard.edu/files/abs/ssc-abs.shtml}}
-}
-
- at Article{,
-  author =	 {Gary King and Richard Nielsen and Carter Coberley
-                  and James Pope and Aaron Wells},
-  title =	 {Avoiding Randomization Failure in Program
-                  Evaluation},
-  journal =	 {Population Health Management},
-  year =	 2011,
-  volume =	 14,
-  number =	 1,
-  pages =	 {S11-S22},
-  note =	 {{http://gking.harvard.edu/gking/files/mhs.pdf}}
-}
-
- at Article{KinNieCob11,
-  author =	 {Gary King and Richard Nielsen and Carter Coberley
-                  and James Pope and Aaron Wells},
-  title =	 {Comparative Effectiveness of Matching Methods for
-                  Causal Inference},
-  journal =	 { },
-  year =	 {2011},
-  OPTkey =	 {},
-  OPTvolume =	 {},
-  OPTnumber =	 {},
-  OPTpages =	 {},
-  OPTmonth =	 {},
-  OPTnote =	 {{http://gking.harvard.edu/files/abs/psparadox-abs.shtml}},
-  OPTannote =	 {}
-}
-
- at Article{SteKinShi10,
-  author =	 {Gretchen Stevens, Gary King, and Kenji Shibuya},
-  title =	 {Deaths From Heart Failure: Using Coarsened Exact
-                  Matching to Correct Cause of Death Statistics},
-  journal =	 {Population Health Metrics},
-  year =	 2010,
-  volume =	 8,
-  number =	 6,
-  note =	 {{http://gking.harvard.edu/files/abs/heartfcem-abs.shtml}}
-}
-
- at Article{GriKin10,
-  author =	 {Justin Grimmer and Gary King},
-  title =	 {Quantitative Discovery from Qualitative Information:
-                  A General-Purpose Document Clustering Methodology},
-  journal =	 { },
-  year =	 {2010},
-  note =	 {{http://gking.harvard.edu/files/abs/discov-abs.shtml}}
-}
-
- at Article{GriKin10b,
-  author =	 {Justin Grimmer and Gary King},
-  title =	 {A General Purpose Computer-Assisted Document
-                  Clustering Methodology},
-  journal =	 { },
-  year =	 {2010},
-  note =
-                  {{http://gking.harvard.edu/files/abs/discovm-abs.shtml}}
-}
-
- at Article{IacKinPor11,
-  author =	 {Stefano M. Iacus and Gary King and Giuseppe Porro},
-  title =	 {Multivariate Matching Methods That are Monotonic
-                  Imbalance Bounding},
-  journal =	 {Journal of the American Statistical Association},
-  year =	 {In press},
-  note =	 {{http://gking.harvard.edu/files/abs/cem-math-abs.shtml}}
-}
-
- at article{HopKin10,
-  author =	 {Daniel Hopkins and Gary King},
-  title =	 {Improving Anchoring Vignettes: Designing Surveys to
-                  Correct Interpersonal Incomparability},
-  journal =	 {Public Opinion Quarterly},
-  year =	 {2010},
-  pages =	 {1-22},
-  note =         {{http://gking.harvard.edu/files/abs/implement-abs.shtml}}
-}
-
- at Article{KinLuShi10,
-  author = 	 {Gary King and Ying Lu and Kenji Shibuya},
-  title = 	 {Designing Verbal Autopsy Studies},
-  journal = 	 {Population Health Metrics},
-  year = 	 2010,
-  volume =	 8,
-  number =	 19,
-  note =	 {http://gking.harvard.edu/files/abs/desva-abs.shtml}
-}
-
- at article{LazPenAda09,
-  author =	 {Lazer, David and Pentland, Alex and Adamic, Lada and
-                  Aral, Sinan and Barabasi, Albert-Laszlo and Brewer,
-                  Devon and Christakis, Nicholas and Contractor,
-                  Noshir and Fowler, James and Gutmann, Myron and
-                  Jebara, Tony and King, Gary and Macy, Michael and
-                  Roy, Deb and Van Alstyne, Marshall},
-  title =	 {{SOCIAL SCIENCE: Computational Social Science}},
-  journal =	 {Science},
-  volume =	 {323},
-  number =	 {5915},
-  pages =	 {721-723},
-  year =	 {2009},
-  note =         {{http://gking.harvard.edu/files/abs/LazPenAda09-abs.shtml}}
-}
-
- at Article{AbrBolGut09,
-  author =	 {Mark Abrahamson and Kenneth A. Bollen and Myron
-                  Gutmann and Gary King and Amy M. Pienta},
-  title =	 {Preserving Data for Long Term Analyses},
-  journal =	 {Historical Social Research},
-  year =	 {2009},
-  OPTkey =	 {},
-  OPTvolume =	 {},
-  OPTnumber =	 {},
-  OPTpages =	 {},
-  OPTmonth =	 {Summer, forthcoming},
-  OPTnote =	 {},
-  OPTannote =	 {}
-}
-
- at article{KinGakIma09,
-  Author =	 {Gary King and Emmanuela Gakidou and Kosuke Imai and
-                  Jason Lakin and Ryan T. Moore and Clayton Nall and
-                  Nirmala Ravishankar and Manett Vargas and Martha
-                  Mar{\'i}a T{\'e}llez-Rojo and Juan Eugenio
-                  Hern{\'a}ndez {\'A}vila and Mauricio Hern{\'a}ndez
-                  {\'A}vila and H{\'e}ctor Hern{\'a}ndez Llamas},
-  title =	 {Public Policy for the Poor? A Randomised Assessment
-                  of the Mexican Universal Health Insurance Programme},
-  journal =	 {The Lancet},
-  volumne =	 {373},
-  year =	 {2009},
-  note =	 {{http://gking.harvard.edu/files/abs/spi-abs.shtml}}
-}
-
-
- at Article{KinSon09,
-  author =	 {Gary King and Samir Soneji},
-  title =	 {The Future of Death in America},
-  journal =	 {},
-  year =	 2009,
-  note =	 {{http://gking.harvard.edu/files/abs/mort-abs.shtml}} 
-}
-
- at Article{IacKinPor11,
-  author =	 {Stefano M. Iacus and Gary King and Giuseppe Porro},
-  title =	 {Causal Inference Without Balance Checking: Coarsened
-                  Exact Matching},
-  journal =	 {Political Analysis},
-  year =	 {2011, in press},
-  note =	 {{http://gking.harvard.edu/files/abs/cem-plus-abs.shtml}}
-}
-
- at article{ImaKinStu08,
-  author =	 {Kosuke Imai and Gary King and Elizabeth Stuart},
-  title =	 {Misunderstandings Among Experimentalists and
-                  Observationalists about Causal Inference},
-  journal =	 {Journal of the Royal Statistical Society, {S}eries
-                  {A}},
-  volume =	 {171, part 2},
-  year =	 {2008},
-  pages =	 {481--502},
-  note =
-                  {{http://gking.harvard.edu/files/abs/matchse-abs.shtml}}
-}
-
- at article{uImaKinStu08,
-  author =	 {Kosuke Imai and Gary King and Elizabeth Stuart},
-  title =	 {Misunderstandings Among Experimentalists and
-                  Observationalists about Causal Inference},
-  journal =	 {Journal of the Royal Statistical Society, {S}eries
-                  {A}},
-  volume =	 {171, part 2},
-  year =	 {2008},
-  pages =	 {481--502}
-}
-
- at article{KinLu08,
-  author =	 {Gary King and Ying Lu},
-  title =	 {Verbal Autopsy Methods with Multiple Causes of
-                  Death},
-  journal =	 {Statistical Science},
-  volume =	 {23},
-  number =	 {1},
-  year =	 {2008},
-  pages =	 {78--91},
-  note =	 {{http://gking.harvard.edu/files/abs/vamc-abs.shtml}}
-}
-
- at article{AltKin07,
-  author =	 {Micah Altman and Gary King},
-  title =	 {A Proposed Standard for the Scholarly Citation of
-                  Quantitative Data },
-  journal =	 {D-Lib Magazine},
-  volume =	 {13},
-  year =	 {2007},
-  month =	 {March / April},
-  number =	 {3/4},
-  note =	 {{http://gking.harvard.edu/files/abs/cite-abs.shtml}}
-}
-
- at article{GroKin07,
-  author =	 {Bernard Grofman and Gary King},
-  title =	 {The Future of Partisan Symmetry as a Judicial Test
-                  for Partisan Gerrymandering after LULAC v. Perry},
-  journal =	 {Election Law Journal},
-  volume =	 {6},
-  year =	 {2007},
-  pages =	 {2-35},
-  month =	 {January},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/jp-abs.shtml}}
-}
-
- at article{uHoImaKin07,
-  author =	 {Daniel Ho and Kosuke Imai and Gary King and
-                  Elizabeth Stuart},
-  title =	 {Matching as Nonparametric Preprocessing for Reducing
-                  Model Dependence in Parametric Causal Inference},
-  journal =	 {Political Analysis},
-  year =	 {2007},
-  volume =	 {15},
-  pages =	 {199--236}
-}
-
- at article{HoImaKin07,
-  author =	 {Daniel Ho and Kosuke Imai and Gary King and
-                  Elizabeth Stuart},
-  title =	 {Matching as Nonparametric Preprocessing for Reducing
-                  Model Dependence in Parametric Causal Inference},
-  journal =	 {Political Analysis},
-  year =	 {2007},
-  volume =	 {15},
-  pages =	 {199--236},
-  note =	 {{http://gking.harvard.edu/files/abs/matchp-abs.shtml}}
-}
-
- at article{HopKin10b,
-  author =	 {Daniel Hopkins and Gary King},
-  title =	 {A Method of Automated Nonparametric Content Analysis
-                  for Social Science},
-  journal =	 {American Journal of Political Science},
-  year =	 {2010},
-  volume =	 {54},
-  number =	 {1},
-  month =	 {January},
-  pages =	 {229--247},
-  note =	 {http://gking.harvard.edu/files/abs/words-abs.shtml}
-}
-
- at article{ImaKinLau07,
-  author =	 {Kosuke Imai and Gary King and Olivia Lau},
-  title =	 {Toward A Common Framework for Statistical Analysis
-                  and Development},
-  journal =	 {Journal of Computational Graphics and Statistics},
-  volume =	 17,
-  number =	 4,
-  pages =	 {1--22},
-  year =	 2008,
-  note =	 {{http://gking.harvard.edu/files/abs/z-abs.shtml}}
-}
-
- at article{ImaKinNal09d,
-  author =	 {Kosuke Imai and Gary King and Clayton Nall},
-  title =	 {Matched Pairs and the Future of Cluster-Randomized
-                  Experiments: A Rejoinder},
-  journal =	 {Statistical Science},
-  volume =	 {24},
-  number =	 {1},
-  pages =	 {64--72},
-  year =	 {2009},
-  note =
-                  {{http://gking.harvard.edu/files/abs/cluster-abs.shtml}}
-}
-
- at article{ImaKinNal09,
-  author =	 {Kosuke Imai and Gary King and Clayton Nall},
-  title =	 {The Essential Role of Pair Matching in
-                  Cluster-Randomized Experiments, with Application to
-                  the Mexican Universal Health Insurance Evaluation},
-  journal =	 {Statistical Science},
-  volume =	 {24},
-  number =	 {1},
-  pages =	 {29--53},
-  year =	 {2009},
-  note =
-                  {{http://gking.harvard.edu/files/abs/cluster-abs.shtml}}
-}
-
- at article{uImaKinNal09,
-  author =	 {Kosuke Imai and Gary King and Clayton Nall},
-  title =	 {The Essential Role of Pair Matching in
-                  Cluster-Randomized Experiments, with Application to
-                  the Mexican Universal Health Insurance Evaluation},
-  journal =	 {Statistical Science},
-  volume =	 {24},
-  number =	 {1},
-  pages =	 {29--53},
-  year =	 {2009}
-}
-
- at article{King07,
-  author =	 {Gary King},
-  title =	 {An Introduction to the Dataverse Network as an
-                  Infrastructure for Data Sharing},
-  journal =	 {Sociological Methods and Research},
-  year =	 {2007},
-  volume =	 {36},
-  number =	 {2},
-  pages =	 {173--199},
-  note =	 {{http://gking.harvard.edu/files/abs/dvn-abs.shtml}}
-}
-
- at inbook{King09b,
-  author =	 {Gary King},
-  chapter =	 {The Changing Evidence Base of Political Science
-                  Research},
-  title =	 {The Future of Political Science: 100 Perspectives},
-  publisher =	 {Routledge Press},
-  address =	 {New York},
-  year =	 {2009, forthcoming},
-  editor =	 {Gary King and Kay Schlozman and Norman Nie},
-  note =	 {{http://gking.harvard.edu/files/abs/evbase-abs.shtml}}
-}
-
- at inbook{King09c,
-  author =	 {Gary King and Kay Schlozman and Norman Nie},
-  chapter =	 {An Introduction to the Future of Political Science},
-  title =	 {The Future of Political Science: 100 Perspectives},
-  publisher =	 {Routledge Press},
-  address =	 {New York},
-  year =	 {2009, forthcoming},
-  editor =	 {Gary King and Kay Schlozman and Norman Nie}
-}
-
- at article{KinGakRav07,
-  Author =	 {Gary King and Emmanuela Gakidou and Nirmala
-                  Ravishankar and Ryan T. Moore and Jason Lakin and
-                  Manett Vargas and Martha Mar{\'i}a T{\'e}llez-Rojo
-                  and Juan Eugenio Hern{\'a}ndez {\'A}vila and
-                  Mauricio Hern{\'a}ndez {\'A}vila and H{\'e}ctor
-                  Hern{\'a}ndez Llamas},
-  title =	 {A `Politically Robust' Experimental Design for
-                  Public Policy Evaluation, with Application to the
-                  Mexican Universal Health Insurance Program},
-  journal =	 {Journal of Policy Analysis and Management},
-  volume =	 {26},
-  year =	 {2007},
-  pages =	 {479-506},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/spd-abs.shtml}}
-}
-
- at article{KinWan07,
-  author =	 {Gary King and Jonathan Wand},
-  title =	 {Comparing Incomparable Survey Responses: New Tools
-                  for Anchoring Vignettes},
-  journal =	 {Political Analysis},
-  volume =	 {15},
-  year =	 {2007},
-  pages =	 {46-66},
-  month =	 {Winter},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/c-abs.shtml}}
-}
-
- at article{KinZen07,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {When Can History Be Our Guide? The Pitfalls of
-                  Counterfactual Inference},
-  journal =	 {International Studies Quarterly},
-  year =	 {2007},
-  pages =	 {183-210},
-  month =	 {March},
-  note =         {{http://gking.harvard.edu/files/abs/counterf-abs.shtml}}
-}
-
- at article{uKinZen07,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {When Can History Be Our Guide? The Pitfalls of
-                  Counterfactual Inference},
-  journal =	 {International Studies Quarterly},
-  year =	 {2007},
-  pages =	 {183-210},
-  month =	 {March}
-}
-
- at article{KinZen07b,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Detecting Model Dependence in Statistical Inference:
-                  A Response},
-  journal =	 {International Studies Quarterly},
-  volume =	 {51},
-  year =	 {2007},
-  pages =	 {231-241},
-  month =	 {March},
-  note =         {{http://gking.harvard.edu/files/abs/counterf-abs.shtml}}
-}
-
- at article{WanKinLau07,
-  author =	 {Jonathan Wand and Gary King and Olivia Lau},
-  title =	 {Anchors: Software for Anchoring Vignettes Data},
-  journal =	 {Journal of Statistical Software},
-  year =	 {2007, forthcoming}
-}
-
- at inbook{EpsHoKin06,
-  author =	 {Lee Epstein and Daniel E. Ho and Gary King and
-                  Jeffrey A. Segal},
-  title =	 {Principles and Practice in American Politics:
-                  Classic and Contemporary Readings},
-  chapter =	 {The Effect of War on the Supreme Court},
-  year =	 {2006},
-  publisher =	 {Congressional Quarterly Press},
-  edition =	 {3rd},
-  address =	 {Washington, D.C.},
-  editor =	 {Samuel Kernell and Steven S. Smith},
-  note =	 {{http://gking.harvard.edu/files/abs/crisis-abs.shtml}}
-}
-
- at article{GakKin06,
-  author =	 {Emmanuela Gakidou and Gary King},
-  title =	 {Death by Survey: Estimating Adult Mortality without
-                  Selection Bias from Sibling Survival Data from
-                  Sibling Survival Data},
-  journal =	 {Demography},
-  volume =	 43,
-  year =	 2006,
-  pages =	 {569--585},
-  month =	 {August},
-  number =	 3,
-  note =         {{http://gking.harvard.edu/files/abs/deathbys-abs.shtml}}
-}
-
- at article{HonKin10,
-  author =	 {James Honaker and Gary King},
-  title =	 {What to do About Missing Values in Time Series
-                  Cross-Section Data},
-  journal =	 {American Journal of Political Science},
-  year =	 {2010},
-  volume =	 {54},
-  number =	 {2},
-  month =	 {April},
-  pages =	 {561--581},
-  note =	 {{http://gking.harvard.edu/files/abs/pr-abs.shtml}}
-}
-
- at article{King06,
-  author =	 {Gary King},
-  title =	 {{Publication, Publication}},
-  journal =	 {PS: Political Science and Politics},
-  volume =	 {39},
-  year =	 {2006},
-  pages =	 {119--125},
-  month =	 {January},
-  number =	 {01},
-  note =
-                  {{http://gking.harvard.edu/files/abs/paperspub-abs.shtml}}
-}
-
- at inbook{KinRosTan06,
-  author =	 {Gary King and Ori Rosen and Martin Tanner},
-  title =	 {The New Palgrave Dictionary of Economics},
-  chapter =	 {Ecological Inference},
-  year =	 {2006},
-  edition =	 {2nd},
-  editor =	 {Larry Blume and Steven N. Durlauf},
-  note =
-                  {{http://gking.harvard.edu/files/abs/newintro-abs.shtml}}
-}
-
- at article{KinZen06,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {The Dangers of Extreme Counterfactuals},
-  journal =	 {Political Analysis},
-  volume =	 {14},
-  year =	 2006,
-  pages =	 {131--159},
-  number =	 {2},
-  note =
-                  {{http://gking.harvard.edu/files/abs/counterft-abs.shtml}}
-}
-
- at article{GirKin07,
-  author =	 {Federico Girosi and Gary King},
-  title =	 {Understanding the Lee-Carter Mortality Forecasting
-                  Method},
-  year =	 2007,
-  note =	 {{http://gking.harvard.edu/files/abs/lc-abs.shtml}}
-}
-
- at article{EpsHoKin05,
-  author =	 {Lee Epstein and Daniel E. Ho and Gary King, and
-                  Jeffrey A. Segal},
-  title =	 {The Supreme Court During Crisis: How War Affects
-                  only Non-War Cases},
-  journal =	 {New York University Law Review},
-  volume =	 {80},
-  year =	 {2005},
-  pages =	 {1--116},
-  month =	 {April},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/crisis-abs.shtml}}
-}
-
- at article{StoKinZen05,
-  author =	 {Heather Stoll and Gary King and Langchee Zeng},
-  title =	 {WhatIf: Software for Evaluating Counterfactuals},
-  journal =	 {Journal of Statistical Software},
-  volume =	 {15},
-  year =	 {2005},
-  number =	 {4},
-  note =	 {{http://www.jstatsoft.org/index.php?vol=15}}
-}
-
- at article{BecKinZen04,
-  author =	 {Nathaniel Beck and Gary King and Langche Zeng},
-  title =	 {Theory and Evidence in International Conflict:
-                  Response to de Marchi, Gelpi, and Grynaviski},
-  journal =	 apsr,
-  volume =	 {98},
-  year =	 {2004},
-  pages =	 {379-389},
-  month =	 {May},
-  number =	 {2},
-  note =
-                  {{http://gking.harvard.edu/files/abs/toe-resp-abs.shtml}}
-}
-
- at inbook{GelKatKin04,
-  author =	 {Andrew Gelman and Jonathan Katz and Gary King},
-  title =	 {Rethinking the Vote: The Politics and Prospects of
-                  American Electoreal Reform},
-  chapter =	 {Chapter 5, Empirically Evaluating the Electoral
-                  College},
-  year =	 {2004},
-  publisher =	 {Oxford University Press},
-  pages =	 {75-88},
-  address =	 {New York},
-  editor =	 {Ann N. Crigler and Marion R. Just and Edward
-                  J. McCaffery},
-  note =
-                  {{http://gking.harvard.edu/files/abs/rethink-abs.shtml}}
-}
-
- at article{GilKin04,
-  author =	 {Jeff Gill and Gary King},
-  title =	 {What to do When Your Hessian is Not Invertible:
-                  Alternatives to Model Respecification in Nonlinear
-                  Estimation},
-  journal =	 {Sociological Methods and Research},
-  volume =	 {32},
-  year =	 {2004},
-  pages =	 {54-87},
-  month =	 {August},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/help-abs.shtml}}
-}
-
- at article{ImaKin04,
-  author =	 {Kosuke Imai and Gary King},
-  title =	 {Did Illegal Overseas Absentee Ballots Decide the
-                  2000 U.S. Presidential Election?},
-  journal =	 {Perspectives on Politics},
-  volume =	 {2},
-  year =	 {2004},
-  pages =	 {537--549},
-  month =	 {September},
-  number =	 {3},
-  note =
-                  {{http://gking.harvard.edu/files/abs/ballots-abs.shtml}}
-}
-
- at article{King04,
-  author =	 {Gary King},
-  title =	 {EI: A Program for Ecological Inference},
-  journal =	 {Journal of Statistical Software},
-  volume =	 {11},
-  year =	 {2004},
-  number =	 {7}
-}
-
- at article{King04b,
-  author =	 {Gary King},
-  title =	 {Finding New Information for Ecological Inference
-                  Models: A Comment on Jon Wakefield, "Ecological
-                  Inference in 2 X 2 Tables"},
-  journal =	 {Journal of the Royal Statistical Society},
-  volume =	 {167},
-  year =	 {2004},
-  pages =	 {437},
-  number =	 {Series A}
-}
-
- at inbook{KinRosTan04b,
-  author =	 {Gary King and Ori Rosen and Martin Tanner},
-  title =	 {Ecological Inference: New Methodological Strategies},
-  chapter =	 {Information in Ecological Inference: An
-                  Introduction},
-  year =	 {2004},
-  publisher =	 {Cambridge University Press},
-  address =	 {New York},
-  editor =	 {Gary King and Ori Rosen and Martin Tanner}
-}
-
- at inbook{KinZen04,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Encyclopedia of Biopharmaceutical Statistics},
-  chapter =	 {Inference in Case-Control Studies},
-  year =	 {2004},
-  publisher =	 {Marcel Dekker},
-  edition =	 {2nd},
-  address =	 {New York},
-  editor =	 {Shein-Chung Chow},
-  note =	 {{http://gking.harvard.edu/files/abs/1s-enc-abs.shtml}}
-}
-
- at article{AdoKin03,
-  author =	 {Christopher Adolph and Gary King},
-  title =	 {Analyzing Second Stage Ecological Regressions},
-  journal =	 {Political Analysis},
-  volume =	 {11},
-  year =	 {2003},
-  pages =	 {65-76},
-  month =	 {Winter},
-  number =	 {1}
-}
-
- at article{AdoKinHer03,
-  author =	 {Christopher Adolph and Gary King, with Michael
-                  C. Herron and Kenneth W. Shotts},
-  title =	 {A Consensus on Second Stage Analyses in Ecological
-                  Inference Models},
-  journal =	 {Political Analysis},
-  volume =	 {11},
-  year =	 {2003},
-  pages =	 {86--94},
-  month =	 {Winter},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/akhs-abs.shtml}}
-}
-
- at article{EpsKin03,
-  author =	 {Lee Epstein and Gary King},
-  title =	 {Building An Infrastructure for Empirical Research in
-                  the Law [with comments from four law school deans]},
-  journal =	 {Journal of Legal Education},
-  volume =	 {53},
-  year =	 {2003},
-  pages =	 {311--320},
-  number =	 {311},
-  note =	 {{http://gking.harvard.edu/files/abs/infra-abs.shtml}}
-}
-
- at inbook{GakKin03,
-  author =	 {Emmanuela Gakidou and Gary King},
-  title =	 {Health Systems Performance Assessment: Debates,
-                  Methods and Empiricism},
-  chapter =	 {Chapter 36, Determinants of Inequality in Child
-                  Survival: Results from 39 Countries},
-  publisher =	 {World Health Organization},
-  pages =	 {497-502},
-  address =	 {Geneva},
-  editor =	 {Chrisopher Murray and David B. Evans}
-}
-
- at inbook{GilKin03,
-  author =	 {Jeff Gill and Gary King},
-  title =	 {Numerical Issues in Statistical Computing for the
-                  Social Scientist},
-  chapter =	 {Chapter 6, Numerical Issues Involved in Inverting
-                  Hessian Matrices},
-  year =	 {2003},
-  publisher =	 {John Wiley and Sons, Inc.},
-  pages =	 {143-176},
-  address =	 {Hoboken, NJ},
-  editor =	 {Micah Altman and Jeff Gill and Michael P. McDonald}
-}
-
- at article{King03,
-  author =	 {Gary King},
-  title =	 {The Future of Replication},
-  journal =	 {International Studies Perspectives},
-  volume =	 {4},
-  year =	 {2003},
-  pages =	 {443--499},
-  month =	 {February},
-  number =	 1,
-  note =
-                  {{http://gking.harvard.edu/files/abs/replvdc-abs.shtml}}
-}
-
- at article{KinLow03,
-  author =	 {Gary King and Will Lowe},
-  title =	 {An Automated Information Extraction Tool For
-                  International Conflict Data with Performance as Good
-                  as Human Coders: A Rare Events Evaluation Design},
-  journal =	 {International Organization},
-  volume =	 {57},
-  year =	 {2003},
-  pages =	 {617-642},
-  month =	 {July},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/infoex-abs.shtml}}
-}
-
- at article{KinMurSal04,
-  author =	 {Gary King and Christopher J.L. Murray and Joshua
-                  A. Salomon and Ajay Tandon},
-  title =	 {Enhancing the Validity and Cross-cultural
-                  Comparability of Measurement in Survey Research},
-  journal =	 {American Political Science Review},
-  volume =	 {98},
-  year =	 {2004},
-  pages =	 {191--207},
-  month =	 {February},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/vign-abs.shtml}}
-}
-
- at article{KinRosTan07,
-  author =	 {Gary King and Ori Rosen and Martin Tanner and
-                  Alexander F. Wagner.},
-  title =	 {Ordinary Economic Voting Behavior in the
-                  Extraordinary Election of Adolf Hitler},
-  year =	 {2007},
-  note =	 {{http://gking.harvard.edu/files/abs/naziV-abs.shtml}}
-}
-
- at inbook{KinZen03,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Inference in Case-Control Studies},
-  year =	 {2003},
-  publisher =	 {Marcel Dekker},
-  volume =	 {2nd edition},
-  address =	 {New York},
-  editor =	 {Shein-Chung Chow, ed.},
-  journal =	 {Encyclopedia of Biopharmaceutical Statistics}
-}
-
- at article{LowKin03,
-  author =	 {Will Lowe and Gary King },
-  title =	 {Some Statistical Methods for Evaluating Information
-                  Extraction Systems},
-  journal =	 {Proceedings of the 10th Conference of the European
-                  Chapter of the Association for Computational
-                  Linguistics},
-  year =	 {2003},
-  pages =	 {19-26}
-}
-
- at article{TomKinZen03,
-  author =	 {Michael Tomz and Gary King and Langche Zeng},
-  title =	 {ReLogit: Rare Events Logistic Regression},
-  journal =	 {Journal of Statistical Software},
-  volume =	 {8},
-  year =	 {2003},
-  number =	 {2},
-  note =	 {{http://gking.harvard.edu/stats.shtml#relogit}}
-}
-
- at article{TomWitKin03,
-  author =	 {Michael Tomz and Jason Wittenberg and Gary King},
-  title =	 {CLARIFY: Software for Interpreting and Presenting
-                  Statistical Results},
-  journal =	 {Journal of Statistical Software},
-  volume =	 {8},
-  year =	 {2003},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/stats.shtml}}
-}
-
- at article{EpsKin02,
-  author =	 {Lee Epstein and Gary King},
-  title =	 {The Rules of Inference},
-  journal =	 {University of Chicago Law Review},
-  volume =	 {69},
-  year =	 {2002},
-  pages =	 {1--209},
-  month =	 {Winter},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/rules-abs.shtml}}
-}
-
- at article{EpsKin02b,
-  author =	 {Lee Epstein and Gary King},
-  title =	 {Empirical Research and The Goals of Legal
-                  Scholarship: A Response},
-  journal =	 {University of Chicago Law Review},
-  volume =	 {69},
-  year =	 {2002},
-  pages =	 {1--209},
-  month =	 {Winter},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/rules-abs.shtml}}
-}
-
- at article{GakKin02,
-  author =	 {Emmanuela Gakidou and Gary King},
-  title =	 {Measuring Total Health Inequality: Adding Individual
-                  Variation to Group-Level Differences},
-  journal =	 {BioMed Central: International Journal for Equity in
-                  Health},
-  volume =	 {1},
-  year =	 2002,
-  month =	 {August},
-  number =	 3,
-  note =	 {{http://gking.harvard.edu/files/abs/ebb-abs.shtml}}
-}
-
- at article{HonKinKat02,
-  author =	 {James Honaker and Gary King and Jonathan N. Katz},
-  title =	 {A Fast, Easy, and Efficient Estimator for Multiparty
-                  Electoral Data},
-  journal =	 {Political Analysis},
-  volume =	 {10},
-  year =	 {2002},
-  pages =	 {84--100},
-  month =	 {Winter},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/trip-abs.shtml}}
-}
-
- at article{King02b,
-  author =	 {Gary King},
-  title =	 {Isolating Spatial Autocorrelation, Aggregation Bias,
-                  and Distributional Violations in Ecological
-                  Inference},
-  journal =	 {Political Analysis},
-  volume =	 {10},
-  year =	 {2002},
-  pages =	 {298--300},
-  month =	 {Summer},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/ac-abs.shtml}}
-}
-
- at article{KinMur02,
-  author =	 {Gary King and Christopher J.L. Murray},
-  title =	 {Rethinking Human Security},
-  journal =	 {Political Science Quarterly},
-  volume =	 {116},
-  year =	 {2002},
-  pages =	 {585--610},
-  month =	 {Winter},
-  number =	 {4},
-  note =	 {{http://gking.harvard.edu/files/abs/hs-abs.shtml}}
-}
-
- at article{KinZen02,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Improving Forecasts of State Failure},
-  journal =	 {World Politics},
-  volume =	 53,
-  year =	 2002,
-  pages =	 {623--658},
-  month =	 {July},
-  number =	 4 ,
-  note =	 {{http://gking.harvard.edu/files/abs/civil-abs.shtml}}
-}
-
- at article{KinZen02b,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Estimating Risk and Rate Levels, Ratios, and
-                  Differences in Case-Control Studies},
-  journal =	 {Statistics in Medicine},
-  volume =	 21,
-  year =	 2002,
-  pages =	 {1409--1427},
-  note =	 {{http://gking.harvard.edu/files/abs/1s-abs.shtml}}
-}
-
- at article{MurKinLop02,
-  author =	 {Christopher J.L. Murray and Gary King and Alan
-                  D. Lopez and Niels Tomijima and Etienne Krug},
-  title =	 {Armed Conflict as a Public Health Problem},
-  journal =	 {BMJ (British Medical Journal)},
-  volume =	 {324},
-  year =	 {2002},
-  pages =	 {346--349},
-  month =	 {February 9},
-  note =
-                  {{http://gking.harvard.edu/files/abs/armedph-abs.shtml}}
-}
-
- at article{AltAndDig01a,
-  author =	 {Micah Altman and Leonid Andreev and Mark Diggory and
-                  Gary King and Daniel L. Kiskis and Elizabeth Kolster
-                  and M. Krot and Sidney Verba},
-  title =	 {A Digital Library for the Dissemination and
-                  Replication of Quantitative Social Science Research:
-                  The Virtual Data Center},
-  journal =	 {Social Science Computer Review},
-  volume =	 19,
-  year =	 2001,
-  pages =	 {458--470},
-  month =	 {Winter},
-  number =	 4,
-  note =
-                  {{http://gking.harvard.edu/files/abs/vdcwhitepaper-abs.shtml}}
-}
-
- at article{AltAndDig01b,
-  author =	 {Micah Altman and Leonid Andreev and Mark Diggory and
-                  Gary King and Daniel L. Kiskis and Elizabeth Kolster
-                  and M. Krot and Sidney Verba},
-  title =	 {An Overview of the Virtual Data Center Project and
-                  Software},
-  journal =	 {JCDL '01: First Joint Conference on Digital
-                  Libraries},
-  year =	 2001,
-  pages =	 {203-204},
-  note =	 {{http://gking.harvard.edu/files/abs/jcdl01-abs.shtml}}
-}
-
- at article{AltKinSig01,
-  author =	 {James E. Alt and Gary King and Curtis Signorino},
-  title =	 {Aggregation Among Binary, Count, and Duration
-                  Models: Estimating the Same Quantities from
-                  Different Levels of Data},
-  journal =	 {Political Analysis},
-  volume =	 {9},
-  year =	 {2001},
-  pages =	 {21--44},
-  month =	 {Winter},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/abcd-abs.shtml}}
-}
-
- at article{King01,
-  author =	 {Gary King},
-  title =	 {Proper Nouns and Methodological Propriety: Pooling
-                  Dyads in International Relations Data},
-  journal =	 {International Organization},
-  volume =	 {55},
-  year =	 {2001},
-  pages =	 {497--507},
-  month =	 {Fall},
-  number =	 {2},
-  note =	 {{http://gking.harvard.edu/files/abs/pool-abs.shtml}}
-}
-
- at article{KinHonJos01,
-  author =	 {Gary King and James Honaker and Anne Joseph and
-                  Kenneth Scheve},
-  title =	 {Analyzing Incomplete Political Science Data: An
-                  Alternative Algorithm for Multiple Imputation},
-  journal =	 {American Political Science Review},
-  volume =	 95,
-  year =	 2001,
-  pages =	 {49--69},
-  month =	 {March},
-  number =	 1 ,
-  note =	 {{http://gking.harvard.edu/files/abs/evil-abs.shtml}}
-}
-
- at article{KinZen01,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Logistic Regression in Rare Events Data},
-  journal =	 {Political Analysis},
-  volume =	 9,
-  year =	 2001,
-  pages =	 {137--163},
-  month =	 {Spring},
-  number =	 2 ,
-  note =	 {{http://gking.harvard.edu/files/abs/0s-abs.shtml}}
-}
-
- at article{KinZen01b,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Explaining Rare Events in International Relations},
-  journal =	 {International Organization},
-  volume =	 55,
-  year =	 2001,
-  pages =	 {693--715},
-  month =	 {Summer},
-  number =	 3 ,
-  note =	 {{http://gking.harvard.edu/files/abs/baby0s-abs.shtml}}
-}
-
- at article{RosJiaKin01,
-  author =	 {Ori Rosen and Wenxin Jiang and Gary King and Martin
-                  A. Tanner},
-  title =	 {Bayesian and Frequentist Inference for Ecological
-                  Inference: The $R \times C$ Case},
-  journal =	 {Statistica Neerlandica},
-  volume =	 55,
-  year =	 2001,
-  pages =	 {134--156},
-  number =	 2 ,
-  note =	 {{http://gking.harvard.edu/files/abs/rosen-abs.shtml}}
-}
-
- at article{BecKinZen00,
-  author =	 {Nathaniel Beck and Gary King and Langche Zeng},
-  title =	 {Improving Quantitative Studies of International
-                  Conflict},
-  journal =	 {American Political Science Review},
-  volume =	 94,
-  year =	 2000,
-  pages =	 {21--36},
-  month =	 {March},
-  number =	 1 ,
-  note =	 {{http://gking.harvard.edu/files/abs/improv-abs.shtml}}
-}
-
- at article{King00,
-  author =	 {Gary King},
-  title =	 {Geography, Statistics, and Ecological Inference},
-  journal =	 {Annals of the Association of American Geographers},
-  volume =	 {90},
-  year =	 {2000},
-  pages =	 {601--606},
-  month =	 {September},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/geog-abs.shtml}}
-}
-
- at article{KinTomWit00,
-  author =	 {Gary King and Michael Tomz and Jason Wittenberg},
-  title =	 {Making the Most of Statistical Analyses: Improving
-                  Interpretation and Presentation},
-  journal =	 {American Journal of Political Science},
-  volume =	 44,
-  year =	 2000,
-  pages =	 {341--355},
-  month =	 {April},
-  number =	 2,
-  note =	 {{http://gking.harvard.edu/files/abs/making-abs.shtml}}
-}
-
- at article{GelKinLiu99,
-  author =	 {Andrew Gelman and Gary King and Chuanhai Liu},
-  title =	 {Not Asked and Not Answered: Multiple Imputation for
-                  Multiple Surveys},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 93,
-  year =	 1999,
-  pages =	 {846--857},
-  month =	 {September},
-  number =	 433 ,
-  note =	 {{http://gking.harvard.edu/files/abs/not-abs.shtml}}
-}
-
- at article{GelKinLiu99b,
-  author =	 {Andrew Gelman and Gary King and Chuanhai Liu},
-  title =	 {Rejoinder},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 93,
-  year =	 1999,
-  pages =	 {869--874},
-  month =	 {September},
-  number =	 433 ,
-  note =	 {{http://gking.harvard.edu/files/abs/not-abs.shtml}}
-}
-
- at article{KatKin99,
-  author =	 {Jonathan Katz and Gary King},
-  title =	 {A Statistical Model for Multiparty Electoral Data},
-  journal =	 {American Political Science Review},
-  volume =	 93,
-  year =	 1999,
-  pages =	 {15--32},
-  month =	 {March},
-  number =	 {1},
-  note =
-                  {{http://gking.harvard.edu/files/abs/multiparty-abs.shtml}}
-}
-
- at article{King99,
-  author =	 {Gary King},
-  title =	 {The Future of Ecological Inference Research: A Reply
-                  to Freedman et al.},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {94},
-  year =	 {1999},
-  pages =	 {352-355},
-  month =	 {March},
-  number =	 {445},
-  note =	 {{http://gking.harvard.edu/files/abs/reply-abs.shtml}}
-}
-
- at article{KinLav99,
-  author =	 {Gary King and Michael Laver},
-  title =	 {Many Publications, but Still No Evidence},
-  journal =	 {Electoral Studies},
-  volume =	 {18},
-  year =	 {1999},
-  pages =	 {597--598},
-  month =	 {December},
-  number =	 {4},
-  note =
-                  {{http://gking.harvard.edu/files/abs/manypub-abs.shtml}}
-}
-
- at article{KinRosTan99,
-  author =	 {Gary King and Ori Rosen and Martin A. Tanner},
-  title =	 {Binomial-Beta Hierarchical Models for Ecological
-                  Inference},
-  journal =	 {Sociological Methods and Research},
-  volume =	 28,
-  year =	 1999,
-  pages =	 {61--90},
-  month =	 {August},
-  number =	 1 ,
-  note =	 {{http://gking.harvard.edu/files/abs/binom-abs.shtml}}
-}
-
- at article{LewKin99,
-  author =	 {Jeffrey Lewis and Gary King},
-  title =	 {No Evidence on Directional vs. Proximity Voting},
-  journal =	 {Political Analysis},
-  volume =	 {8},
-  year =	 {1999},
-  pages =	 {21--33},
-  month =	 {August},
-  number =	 {1},
-  note =
-                  {{http://gking.harvard.edu/files/abs/spatial-abs.shtml}}
-}
-
- at article{GelKinBos98,
-  author =	 {Andrew Gelman and Gary King and John Boscardin},
-  title =	 {Estimating the Probability of Events that Have Never
-                  Occurred: When Is Your Vote Decisive?},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {93},
-  year =	 {1998},
-  pages =	 {1--9},
-  month =	 {March},
-  number =	 {441},
-  note =
-                  {{http://gking.harvard.edu/files/abs/estimatprob-abs.shtml}}
-}
-
- at article{KinPal98,
-  author =	 {Gary King and Bradley Palmquist},
-  title =	 {The Record of American Democracy, 1984-1990},
-  journal =	 {Sociological Methods and Research},
-  volume =	 {26},
-  year =	 {1998},
-  pages =	 {424--427},
-  month =	 {February},
-  number =	 {3},
-  note =	 {{http://www.hmdc.harvard.edu/ROAD/}}
-}
-
- at article{BenKin96,
-  author =	 {Kenneth Benoit and Gary King},
-  title =	 {A Preview of EI and EzI: Programs for Ecological
-                  Inference},
-  journal =	 {Social Science Computer Review},
-  volume =	 {14},
-  year =	 {1996},
-  pages =	 {433--438},
-  month =	 {Winter},
-  number =	 {4},
-  note =
-                  {{http://gking.harvard.edu/files/abs/preview-abs.shtml}}
-}
-
- at inbook{GelKin96,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Advantages of Conflictual Redistricting},
-  year =	 {1996},
-  publisher =	 {Dartmouth Publishing Company},
-  pages =	 {207--218 },
-  address =	 {Aldershot, England},
-  editor =	 {Iain McLean and David Butler, eds},
-  note =	 {{http://gking.harvard.edu/files/abs/advant-abs.shtml}},
-  journal =	 {Fixing the Boundary: Defining and Redefining
-                  Single-Member Electoral Districts}
-}
-
- at inbook{KinBruGel96,
-  author =	 {Gary King and John Bruce and Andrew Gelman},
-  title =	 {Racial Fairness in Legislative Redistricting},
-  year =	 {1996},
-  publisher =	 {Princeton University Press},
-  editor =	 {Paul E. Peterson, ed.},
-  note =	 {{http://gking.harvard.edu/files/abs/racial-abs.shtml}},
-  journal =	 {Classifying by Race}
-}
-
- at article{King96,
-  author =	 {Gary King},
-  title =	 {Why Context Should Not Count},
-  journal =	 {Political Geography },
-  volume =	 {15},
-  year =	 {1996},
-  pages =	 {159--164},
-  month =	 {February},
-  number =	 {2},
-  note =	 {{http://gking.harvard.edu/files/abs/contxt-abs.shtml}}
-}
-
- at article{KinSig96,
-  author =	 {Gary King and Curtis S. Signorino},
-  title =	 {The Generalization in the Generalized Event Count
-                  Model},
-  journal =	 {Political Analysis},
-  volume =	 6,
-  year =	 1996,
-  pages =	 {225--252},
-  note =
-                  {{http://gking.harvard.edu/files/abs/generaliz-abs.shtml}}
-}
-
- at article{King95,
-  author =	 {Gary King},
-  title =	 {Replication, Replication},
-  journal =	 {PS: Political Science and Politics},
-  volume =	 {28},
-  year =	 1995,
-  pages =	 {443--499},
-  month =	 {September},
-  number =	 3,
-  note =
-                  {{http://gking.harvard.edu/files/abs/replication-abs.shtml}}
-}
-
- at article{King95b,
-  author =	 {Gary King},
-  title =	 {A Revised Proposal, Proposal},
-  journal =	 {PS: Political Science and Politics},
-  volume =	 {XXVIII},
-  year =	 1995,
-  pages =	 {494--499},
-  month =	 {September},
-  number =	 3,
-  note =
-                  {{http://gking.harvard.edu/files/abs/replication-abs.shtml}}
-}
-
- at article{KinKeoVer95,
-  author =	 {Gary King and Robert O. Keohane and Sidney Verba},
-  title =	 {The Importance of Research Design in Political
-                  Science},
-  journal =	 {American Political Science Review},
-  volume =	 {89},
-  year =	 {1995},
-  pages =	 {454--481 },
-  month =	 {June},
-  number =	 {2},
-  note =
-                  {{http://gking.harvard.edu/files/abs/kkvresp-abs.shtml}}
-}
-
- at article{VosGelKin95,
-  author =	 {D. Steven Voss and Andrew Gelman and Gary King},
-  title =	 {Pre-Election Survey Methodology: Details From Nine
-                  Polling Organizations, 1988 and 1992},
-  journal =	 {Public Opinion Quarterly},
-  volume =	 {59},
-  year =	 {1995},
-  pages =	 {98--132},
-  month =	 {Spring},
-  number =	 {1},
-  note =
-                  {{http://gking.harvard.edu/files/abs/preelection-abs.shtml}}
-}
-
- at article{WinSigKin95,
-  author =	 {Rainer Winkelmann and Curtis Signorino and Gary
-                  King},
-  title =	 {A Correction for an Underdispersed Event Count
-                  Probability Distribution},
-  journal =	 {Political Analysis},
-  year =	 {1995},
-  pages =	 {215--228},
-  note =
-                  {{http://gking.harvard.edu/files/abs/correction-abs.shtml}}
-}
-
- at article{AltKin94,
-  author =	 {James E. Alt and Gary King},
-  title =	 {Transfers of Governmental Power: The Meaning of Time
-                  Dependence},
-  journal =	 {Comparative Political Studies},
-  volume =	 {27},
-  year =	 {1994},
-  pages =	 {190--210},
-  month =	 {July},
-  number =	 {2},
-  note =
-                  {{http://gking.harvard.edu/files/abs/transfers-abs.shtml}}
-}
-
- at article{GelKin94,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {A Unified Method of Evaluating Electoral Systems and
-                  Redistricting Plans},
-  journal =	 {American Journal of Political Science},
-  volume =	 38,
-  year =	 1994,
-  pages =	 {514--554},
-  month =	 {May},
-  number =	 2,
-  note =
-                  {{http://gking.harvard.edu/files/abs/writeit-abs.shtml}}
-}
-
- at article{GelKin94b,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Enhancing Democracy Through Legislative
-                  Redistricting},
-  journal =	 {American Political Science Review},
-  volume =	 {88},
-  year =	 {1994},
-  pages =	 {541--559},
-  month =	 {September},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/red-abs.shtml}}
-}
-
- at incollection{GelKin94c,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Party Competition and Media Messages in
-                  U.S. Presidential Election Campaigns},
-  booktitle =	 {The Parties Respond: Changes in the American Party
-                  System},
-  publisher =	 {Westview Press},
-  year =	 1994,
-  address =	 {Boulder, Colorado},
-  editor =	 {L. Sandy Maisel},
-  pages =	 {255-295},
-  note =
-                  {{http://gking.harvard.edu/files/abs/partycomp-abs.shtml}}
-}
-
- at article{GelKin93,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Why are American Presidential Election Campaign
-                  Polls so Variable when Votes are so Predictable?},
-  journal =	 {British Journal of Political Science},
-  volume =	 23,
-  year =	 1993,
-  pages =	 {409--451},
-  month =	 {October},
-  number =	 1,
-  note =
-                  {{http://gking.harvard.edu/files/abs/variable-abs.shtml}}
-}
-
- at inbook{King93,
-  author =	 {Gary King},
-  title =	 {The Methodology of Presidential Research},
-  year =	 {1993},
-  publisher =	 {University of Pittsburgh},
-  pages =	 {387--412},
-  address =	 {Pittsburgh},
-  editor =	 {George Edwards, III, John H. Kessel, and Bert
-                  A. Rockman, eds.},
-  note =
-                  {{http://gking.harvard.edu/files/abs/methpres-abs.shtml}},
-  journal =	 {Researching the Presidency: Vital Questions, New
-                  Approaches}
-}
-
- at article{KingBruGil93,
-  author =	 {Gary King and John M. Bruce and Michael Gilligan},
-  title =	 {The Science of Political Science Graduate
-                  Admissions},
-  journal =	 {PS: Political Science and Politics},
-  volume =	 {XXVI},
-  year =	 {1993},
-  pages =	 {772--778},
-  month =	 {December},
-  number =	 {4},
-  note =	 {{http://gking.harvard.edu/files/abs/admis-abs.shtml}}
-}
-
- at article{KinLav93,
-  author =	 {Gary King and Michael Laver},
-  title =	 {On Party Platforms, Mandates, and Government
-                  Spending},
-  journal =	 {American Political Science Review},
-  volume =	 {87},
-  year =	 {1993},
-  pages =	 {744--750},
-  month =	 {September},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/hoff-abs.shtml}}
-}
-
- at article{KinWal93,
-  author =	 {Gary King and Daniel J. Walsh},
-  title =	 {Good Research and Bad Research: Extending Zimile's
-                  Criticism},
-  journal =	 {Early Childhood Research Quarterly},
-  volume =	 {8},
-  year =	 {1993},
-  pages =	 {397--401},
-  month =	 {September},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/good-abs.shtml}}
-}
-
- at article{King91,
-  author =	 {Gary King},
-  title =	 {'Truth' is Stranger than Prediction, More
-                  Questionable Than Causal Inference},
-  journal =	 {American Journal of Political Science},
-  volume =	 {35},
-  year =	 {1991},
-  pages =	 {1047--1053},
-  month =	 {November},
-  number =	 {4},
-  note =	 {{http://gking.harvard.edu/files/abs/truth-abs.shtml}}
-}
-
- at article{King91b,
-  author =	 {Gary King},
-  title =	 {Constituency Service and Incumbency Advantage},
-  journal =	 {British Journal of Political Science},
-  volume =	 {21},
-  year =	 {1991},
-  pages =	 {119--128},
-  month =	 {January},
-  number =	 {1},
-  note =
-                  {{http://gking.harvard.edu/files/abs/constit-abs.shtml}}
-}
-
- at article{King91c,
-  author =	 {Gary King},
-  title =	 {On Political Methodology},
-  journal =	 {Political Analysis},
-  volume =	 {2},
-  year =	 {1991},
-  pages =	 {1--30},
-  note =
-                  {{http://gking.harvard.edu/files/abs/polmeth-abs.shtml}}
-}
-
- at article{King91d,
-  author =	 {Gary King},
-  title =	 {Stochastic Variation: A Comment on Lewis-Beck and
-                  Skalaban's `The R-Square'},
-  journal =	 {Political Analysis},
-  volume =	 {2},
-  year =	 {1991},
-  pages =	 {185--200},
-  note =	 {{http://gking.harvard.edu/files/abs/stoch-abs.shtml}}
-}
-
- at article{King91e,
-  author =	 {Gary King},
-  title =	 {Calculating Standard Errors of Predicted Values
-                  based on Nonlinear Functional Forms},
-  journal =	 {The Political Methodologist},
-  volume =	 {4},
-  year =	 {1991},
-  month =	 {Fall},
-  number =	 {2}
-}
-
- at article{KinGel91,
-  author =	 {Gary King and Andrew Gelman},
-  title =	 {Systemic Consequences of Incumbency Advantage in the
-                  U.S. House},
-  journal =	 {American Journal of Political Science},
-  volume =	 35,
-  year =	 1991,
-  pages =	 {110--138},
-  month =	 {February},
-  number =	 1 ,
-  note =
-                  {{http://gking.harvard.edu/files/abs/sysconseq-abs.shtml}}
-}
-
- at article{AnsKin90,
-  author =	 {Stephen Ansolabehere and Gary King},
-  title =	 {Measuring the Consequences of Delegate Selection
-                  Rules in Presidential Nominations},
-  journal =	 {Journal of Politics},
-  volume =	 {52},
-  year =	 {1990},
-  pages =	 {609--621},
-  month =	 {May},
-  number =	 {2},
-  note =	 {{http://gking.harvard.edu/files/abs/pri-abs.shtml}}
-}
-
- at article{GelKin90,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Estimating the Electoral Consequences of Legislative
-                  Redistricting},
-  journal =	 {Journal of the American Statistical Association},
-  volume =	 {85},
-  year =	 {1990},
-  pages =	 {274--282},
-  month =	 {June},
-  number =	 {410},
-  note =	 {{http://gking.harvard.edu/files/abs/svstat-abs.shtml}}
-}
-
- at article{GelKin90b,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Estimating Incumbency Advantage Without Bias},
-  journal =	 {American Journal of Political Science},
-  volume =	 {34},
-  year =	 {1990},
-  pages =	 {1142--1164},
-  month =	 {November},
-  number =	 {4},
-  note =	 {{http://gking.harvard.edu/files/abs/inc-abs.shtml}}
-}
-
- at article{KinAltBur90,
-  author =	 {Gary King and James Alt and Nancy Burns and Michael
-                  Laver},
-  title =	 {A Unified Model of Cabinet Dissolution in
-                  Parliamentary Democracies},
-  journal =	 {American Journal of Political Science},
-  volume =	 {34},
-  year =	 {1990},
-  pages =	 {846--871},
-  month =	 {August},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/coal-abs.shtml}}
-}
-
- at article{King90,
-  author =	 {Gary King},
-  title =	 {Electoral Responsiveness and Partisan Bias in
-                  Multiparty Democracies},
-  journal =	 {Legislative Studies Quarterly},
-  volume =	 {XV},
-  year =	 {1990},
-  pages =	 {159--181},
-  month =	 {May},
-  number =	 {2},
-  note =
-                  {{http://gking.harvard.edu/files/abs/electresp-abs.shtml}}
-}
-
- at article{GelKin89,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Electoral Responsiveness in U.S. Congressional
-                  Elections, 1946-1986},
-  journal =	 {Proceedings of the Social Statistics Section,
-                  American Statistical Association},
-  year =	 {1989},
-  pages =	 {208}
-}
-
- at article{King89b,
-  author =	 {Gary King},
-  title =	 {Representation Through Legislative Redistricting: A
-                  Stochastic Model},
-  journal =	 {American Journal of Political Science},
-  volume =	 {33},
-  year =	 {1989},
-  pages =	 {787--824},
-  month =	 {November},
-  number =	 {4},
-  note =
-                  {{http://gking.harvard.edu/files/abs/repstoch-abs.shtml}}
-}
-
- at article{King89c,
-  author =	 {Gary King},
-  title =	 {Event Count Models for International Relations:
-                  Generalizations and Applications},
-  journal =	 {International Studies Quarterly},
-  volume =	 {33},
-  year =	 {1989},
-  pages =	 {123--147},
-  month =	 {June},
-  number =	 {2},
-  note =	 {{http://gking.harvard.edu/files/abs/ISQ33-abs.shtml}}
-}
-
- at article{King89d,
-  author =	 {Gary King},
-  title =	 {Variance Specification in Event Count Models: From
-                  Restrictive Assumptions to a Generalized Estimator},
-  journal =	 {American Journal of Political Science},
-  volume =	 33,
-  year =	 1989,
-  pages =	 {762--784},
-  month =	 {August},
-  number =	 3 ,
-  note =
-                  {{http://gking.harvard.edu/files/abs/varspecec-abs.shtml}}
-}
-
- at article{King89e,
-  author =	 {Gary King},
-  title =	 {A Seemingly Unrelated Poisson Regression Model},
-  journal =	 {Sociological Methods and Research},
-  volume =	 {17},
-  year =	 {1989},
-  pages =	 {235--255},
-  month =	 {February},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/SMR17-abs.shtml}}
-}
-
- at article{King88,
-  author =	 {Gary King},
-  title =	 {Statistical Models for Political Science Event
-                  Counts: Bias in Conventional Procedures and Evidence
-                  for The Exponential Poisson Regression Model},
-  journal =	 {American Journal of Political Science},
-  volume =	 32,
-  year =	 1988,
-  pages =	 {838-863},
-  month =	 {August},
-  number =	 3 ,
-  note =	 {{http://gking.harvard.edu/files/abs/epr-abs.shtml}}
-}
-
- at article{BroKin87,
-  author =	 {Robert X Browning and Gary King},
-  title =	 {Seats, Votes, and Gerrymandering: Measuring Bias and
-                  Representation in Legislative Redistricting},
-  journal =	 {Law and Policy},
-  volume =	 {9},
-  year =	 {1987},
-  pages =	 {305--322},
-  month =	 {July},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/LP9-abs.shtml}}
-}
-
- at article{KinBro87,
-  author =	 {Gary King and Robert X Browning},
-  title =	 {Democratic Representation and Partisan Bias in
-                  Congressional Elections},
-  journal =	 {American Political Science Review},
-  volume =	 {81},
-  year =	 {1987},
-  pages =	 {1252--1273},
-  month =	 {December},
-  number =	 {4},
-  note =	 {{http://gking.harvard.edu/files/abs/sv-abs.shtml}}
-}
-
- at article{King87,
-  author =	 {Gary King},
-  title =	 {Presidential Appointments to the Supreme Court:
-                  Adding Systematic Explanation to Probabilistic
-                  Description},
-  journal =	 {American Politics Quarterly},
-  volume =	 {15},
-  year =	 {1987},
-  pages =	 {373--386},
-  month =	 {July},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/sct-abs.shtml}}
-}
-
- at article{King86,
-  author =	 {Gary King},
-  title =	 {How Not to Lie With Statistics: Avoiding Common
-                  Mistakes in Quantitative Political Science},
-  journal =	 {American Journal of Political Science},
-  volume =	 {30},
-  year =	 {1986},
-  pages =	 {666--687},
-  month =	 {August},
-  number =	 {3},
-  note =	 {{http://gking.harvard.edu/files/abs/mist-abs.shtml}}
-}
-
- at article{King86b,
-  author =	 {Gary King},
-  title =	 {The Significance of Roll Calls in Voting Bodies: A
-                  Model and Statistical Estimation},
-  journal =	 {Social Science Research},
-  volume =	 {15},
-  year =	 {1986},
-  pages =	 {135--152},
-  month =	 {June},
-  note =	 {{http://gking.harvard.edu/files/abs/SSR15-abs.shtml}}
-}
-
- at article{King86c,
-  author =	 {Gary King},
-  title =	 {Political Parties and Foreign Policy: A
-                  Structuralist Approach},
-  journal =	 {Political Psychology},
-  volume =	 {7},
-  year =	 {1986},
-  pages =	 {83--101},
-  month =	 {March},
-  number =	 {1},
-  note =	 {{http://gking.harvard.edu/files/abs/PP7-abs.shtml}}
-}
-
- at article{KinMer86,
-  author =	 {Gary King and Richard Merelman},
-  title =	 {The Development of Political Activists: A Model of
-                  Early Learning},
-  journal =	 {Social Science Quarterly},
-  volume =	 {67},
-  year =	 {1986},
-  pages =	 {473--490},
-  month =	 {September},
-  number =	 {3},
-  note =
-                  {{http://gking.harvard.edu/files/abs/poliactiv-abs.shtml}}
-}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Data
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- at Article{IacKinPor11b,
-  author =	 {Stefano M. Iacus and Gary King and Giuseppe Porro},
-  title =	 {Replication data for: Causal Inference Without
-                  Balance Checking: Coarsened Exact Matching},
-  journal =	 { },
-  year =	 2011,
-  note =	 {http://hdl.handle.net/1902.1/15601 Murray Research
-                  Archive [Distributor] V1 [Version]}
-}
-
- at article{HopKin09b,
-  author =	 {Daniel Hopkins and Gary King},
-  title =	 {Replication Data for: A Method of Automated
-                  Nonparametric Content Analysis for Social Science},
-  journal =	 { },
-  year =	 2009,
-  note =	 {\underline{UNF:3:xlE5stLgKvpeMvxzlLxzEQ==}
-                  hdl:1902.1/12898 Murray Research Archive [Distributor]}
-}
-
-
- at article{KinGakIma09b,
-  Author =	 {Gary King and Emmanuela Gakidou and Kosuke Imai and
-                  Jason Lakin and Clayton Nall and Ryan T. Moore and
-                  Nirmala Ravishankar and Manett Vargas and Martha
-                  Mar{\'i}a T{\'e}llez-Rojo and Juan Eugenio
-                  Hern{\'a}ndez {\'A}vila and Mauricio Hern{\'a}ndez
-                  {\'A}vila and H{\'e}ctor Hern{\'a}ndez Llamas},
-  title =	 {Replication Data for: Public Policy for the Poor? A
-                  Randomized Ten-Month Evaluation of the Mexican
-                  Universal Health Insurance Program},
-  journal =	 { },
-  year =	 {2009},
-  note =	 {\underline{hdl:1902.1/11044}
-                  UNF:3:jeUN9XODtYUp2iUbe8gWZQ== Murray Research
-                  Archive [Distributor]}
-}
-
- at article{ImaKinNal09c,
-  author =	 {Kosuke Imai and Gary King and Clayton Nall},
-  title =	 {Replication Data for: The Essential Role of Pair-Matching in
-                  Cluster-Randomized Experiments, with Application to
-                  the Mexican Universal Health Insurance Evaluation: Rejoinder},
-  journal =	 { },
-  year =	 {2009},
-  note =	 {\underline{hdl:1902.1/12730}
-                  UNF:3:CKs4T0iVYxP36LQSMgAkuw== Murray Research
-                  Archive [Distributor]}
-}
-
- at article{ImaKinNal09b,
-  author =	 {Kosuke Imai and Gary King and Clayton Nall},
-  title =	 {Replication Data for: The Essential Role of Pair Matching in
-                  Cluster-Randomized Experiments, with Application to
-                  the Mexican Universal Health Insurance Evaluation},
-  journal =	 { },
-  year =	 {2009},
-  note =	 {\underline{hdl:1902.1/11047}
-                  UNF:3:jeUN9XODtYUp2iUbe8gWZQ== Murray Research
-                  Archive [Distributor]}
-}
-
- at Article{KinZen08,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Replication data for: Empirical vs. Theoretical
-                  Claims about Extreme Counterfactuals: A Response},
-  journal =	 { },
-  year =	 2008,
-  note =	 {\underline{hdl:1902.1/11903}, Murray Research
-                  Archive [Distributor]}
-}
-
- at article{GakKin06b,
-  author =	 {Emmanuela Gakidou and Gary King},
-  title =	 {Replication data for: Death by Survey: Estimating
-                  Adult Mortality without Selection Bias from Sibling
-                  Survival Data},
-  year =	 2006,
-  note =	 {{\underline{hdl:1902.1/ZMESWNECZW}
-                  Murray Research Archive [Distributor]}}
-}
-
- at article{GirKin06,
-  author =	 {Federico Girosi and Gary King},
-  title =	 {Cause of Death Data},
-  year =	 {2006},
-  note =	 {{\underline{hdl:1902.1/UOVMCPSWOL}
-                  UNF:3:9JU+SmVyHgwRhAKclQ85Cg== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{HoImaKin06,
-  author =	 {Daniel E. Ho and Kosuke Imai and Gary King and
-                  Elizabeth A. Stuart},
-  title =	 {Replication Data Set for: Matching as Nonparametric
-                  Preprocessing for Reducing Model Dependence in
-                  Parametric Causal Inference},
-  year =	 2006,
-  note =	 {{\underline{hdl:1902.1/YVDZEQIYDS}
-                  Murray Research Archive [distributor]}}
-}
-
- at article{KinAlt06,
-  author =	 {Gary King and James E. Alt and Nancy Burns and
-                  Michael Laver},
-  title =	 {Replication data for: A Unified Model of Cabinet
-                  Dissolution in Parliamentary Democracies},
-  year =	 {2006},
-  note =	 {{\underline{hdl:1902.1/RMPXNUSBBS}
-                  UNF:3:lfKIeFJKgejkOzXEY1i6lw== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{KinZen06b,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Replication Data Set for: When Can History be Our
-                  Guide? The Pitfalls of Counterfactual Inference},
-  year =	 2006,
-  note =	 {{\underline{hdl:1902.1/DXRXCFAWPK}
-                  Murray Research Archive [distributor]}}
-}
-
- at article{KinZen06c,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Replication data for: Detecting Model Depedence in
-                  Statistical Inference: A Response},
-  year =	 {2006},
-  note =	 {{\underline{hdl:1902.1/FGSRBXXIYT}
-                  UNF:3:K4/CgnMYDMV6izc5RVOZTA== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{KinZen06d,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Replication data for: When Can History be Our Guide?
-                  The Pitfalls of Counterfactual Inference},
-  year =	 {2006},
-  note =	 {{\underline{hdl:1902.1/DXRXCFAWPK}
-                  UNF:3:DaYlT6QSX9r0D50ye+tXpA== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{KinZen06e,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Replication data for: The Dangers of Extreme
-                  Counterfactuals },
-  year =	 {2006},
-  note =	 {{\underline{hdl:1902.1/UTVMBVNGMX}
-                  UNF:3:ytKKNjK+yR8Pq3H0RcV6eg== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{EpsHoKin05b,
-  author =	 {Lee Epstein and Daniel E. Ho and Gary King and
-                  Jeffrey A. Segal},
-  title =	 {Replication data for: The Supreme Court During
-                  Crisis: How War Affects Only Nonwar Cases},
-  year =	 {2005},
-  note =	 {{\underline{hdl:1902.1/RESUDVYWPE}
-                  UNF:3:ZmbzFbfqogNM0Gb6CcV52A== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{BecKinZen04b,
-  author =	 {Nathaniel Beck and Gary King and Langche Zeng},
-  title =	 {Replication data for: Gelpi and Grynaviski},
-  year =	 {2004},
-  note =	 {{\underline{hdl:1902.1/LAAYCJJGDS}
-                  UNF:3:N0bEAswAlPPVXCxPOZYyqw== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{King03b,
-  author =	 {Gary King},
-  title =	 {10 Million International Dyadic Events},
-  year =	 {2003},
-  note =	 {{\underline{hdl:1902.1/FYXLAWZRIA}
-                  UNF:3:um06qkr/1tAwpS4roUqAiw== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{KinZen01c,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Replication data for: Explaining Rare Events in
-                  International Relations},
-  year =	 {2001},
-  note =	 {\underline{hdl:1902.1/OUCBSJKXIC}
-                  UNF:3:vyct3c8fMCdWOdp03NUhaA== Murray Research
-                  Archive [Distributor]}
-}
-
- at article{KinZen01d,
-  author =	 {Gary King and Langche Zeng},
-  title =	 {Replication data for: Improving Forecats of State
-                  Failure},
-  year =	 {2001},
-  note =	 {{\underline{hdl:1902.1/RPQIODIANR}
-                  UNF:3:CEsbEgPxbxExfYuh2NWwWQ== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{BecKinZen00b,
-  author =	 {Nathaniel Beck and Gary King and Langche Zeng},
-  title =	 {Replication data for: Improving Quantitative Studies
-                  of International Conflict: A Conjecture},
-  volume =	 {2000},
-  note =	 {{\underline{hdl:1902.1/SZKONDGOMF}
-                  UNF:3:rYRDzT8dCJ/BR7V9u8fObA== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{KinTomWit00b,
-  author =	 {Gary King and Michael Tomz and Jason Wittenberg},
-  title =	 {Replication data for: Making the Most of Statistical
-                  Analyses: Improving Interpretation and Presentation},
-  year =	 {2000},
-  note =	 {{\underline{hdl:1902.1/QTCABXZZRQ}
-                  UNF:3:1VaLflZ/LfB+AISX+hBm1w== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{KatKin99b,
-  author =	 {Jonathan Katz and Gary King},
-  title =	 {Replication data for: A Statistical Model of
-                  Multiparty Electoral Data},
-  year =	 {1999},
-  note =	 {{\underline{hdl:1902.1/QIGTWZYTLZ}
-                  UNF:3:gwGcKylle0BKJTGv3Zv4OA== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{GelKinBos98b,
-  author =	 {Andrew Gelman and Gary King and John Boscardin},
-  title =	 {Replication data for: Estimating the Probability of
-                  Events that have Never Occurred: When is your Vote
-                  Decisive},
-  year =	 {1998},
-  note =	 {{\underline{hdl:1902.1/NOLXXTUHNZ}
-                  UNF:3:ORDulVH6qEb4lsCyDn5W3A== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{King97b,
-  author =	 {Gary King},
-  title =	 {Replication data for: A Solution to the Ecological
-                  Inference Problem: Reconstructing Individuals
-                  Behavior from Aggregate Data},
-  year =	 {1997},
-  note =	 {{\underline{hdl:1902.1/LWMMKUTYXS}
-                  UNF:3:DRWozWd89+vNLO7lY2AHbg== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{GelKin94d,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Replication data for: Enhancing Democracy Through
-                  Legislative Redistricting},
-  year =	 {1994},
-  note =	 {{\underline{hdl:1902.1/BNCOWNVERH}
-                  UNF:3:ZXahi7PBFxLRb46sVKOAuQ== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{GelKin94e,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Replication data for: Unified Methods of Evaluating
-                  Electoral Systems and Redistricting Plans: United
-                  States House of Representatives adn Ohio State
-                  Legislature},
-  year =	 {1994},
-  note =	 {{\underline{hdl:1902.1/JWFTSFKOBK}
-                  UNF:3:Fi01DWj4Sx+0ZEOEo4TOXA== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{King94,
-  author =	 {Gary King},
-  title =	 {Elections to the United States House of
-                  Representatives, 1898-1992},
-  year =	 {1994},
-  note =	 {{\underline{hdl:1902.1/TQDSSPRDDZ}
-                  UNF:3:tD8SznMFjKIxWxOqTQaamQ== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{GelKin93b,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {Replication data for: Why Are American Presidential
-                  Election Campaign Polls so Variable When Votes are
-                  so Predictable?},
-  year =	 {1993},
-  note =	 {{\underline{hdl:1902.1/SBBXEUSSCW}
-                  Murray Research Archive [Distributor]}}
-}
-
- at article{KinLav93b,
-  author =	 {Gary King and Michael Laver},
-  title =	 {Replication data for: On Party Platforms, Mandates,
-                  and Government Spending},
-  year =	 {1993},
-  note =	 {{\underline{hdl:1902.1/XEHYCJAWQD}
-                  UNF:3:cwNXuRQ/6Lp72obLkttmGg== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{King91e,
-  author =	 {Gary King},
-  title =	 {Replication data for: Constituency Service and
-                  Incumbency Advantage},
-  year =	 {1991},
-  note =	 {{\underline{hdl:1902.1/JTMXGSZXIZ}
-                  UNF:3:IE4ZSAs8ZzUK+fRXNbVvGw== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{King91f,
-  author =	 {Gary King},
-  title =	 {Replication data for: On Political Methodology},
-  year =	 {1991},
-  note =	 {{\underline{hdl:1902.1/KHTLSQXAEJ}
-                  Murray Research Archive [Distributor]}}
-}
-
- at article{AnsKin90b,
-  author =	 {Stephen Ansolabehere and Gary King},
-  title =	 {Replication data for: Measuring the Consequences of
-                  Delegate Selection Rules in Presidential
-                  Nominations},
-  year =	 {1990},
-  note =	 {{\underline{hdl:1902.1/BUJXCEPXQK}
-                  UNF:3:OdFPcQcvfO5hc3WJ5ty8vQ== Murray Research
-                  Archive [Distributor]}}
-}
-
- at article{KinBen86,
-  author =	 {Gary King and Gerald Benjamin},
-  title =	 {Replication data for: The Stability of Partisan
-                  Identification in the U.S. House of Representatives,
-                  1789-1984},
-  year =	 {1986},
-  note =	 {{\underline{hdl:1902.1/HINHTJQYFO}
-                  Murray Research Archive [Distributor]}}
-}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Software
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
- at Article{IacKinPor09b,
-  author =	 {Stefano M. Iacus and Gary King and Giuseppe Porro},
-  title =	 {CEM: Coarsened Exact Matching Software},
-  journal =	 {Journal of Statistical Software},
-  volume =	 30,
-  issue =	 9,
-  year =	 2009,
-  note =	 {{http://gking.harvard.edu/cem}}
-}
-
- at article{WanKinLau07,
-  author =	 {Jonathan Wand and Gary King and Olivia Lau},
-  title =	 {Anchors: Software for Anchoring Vignettes Data},
-  journal =	 {Journal of Statistical Software},
-  year =	 {2007, forthcoming}
-}
-
- at Article{HonKinBLa10,
-  author =	 {James Honaker and Gary King and Matthew Blackwell},
-  title =	 {Amelia II: A Program for Missing Data},
-  year =	 2010,
-  note =	 {{http://gking.harvard.edu/amelia}}
-}
-
- at article{ImaKinLau06,
-  author =	 {Kosuke Imai and Gary King and Olivia Lau},
-  title =	 {Zelig: Everyone's Statistical Software},
-  year =	 2006,
-  note =	 {{http://gking.harvard.edu/zelig}}
-}
-
- at article{TomWitKin05,
-  author =	 {Michael Tomz and Jason Wittenberg and Gary King},
-  title =	 {CLARIFY: Software for Interpreting and Presenting
-                  Statistical Results},
-  year =	 {1998-2005},
-  note =	 {{http://gking.harvard.edu/stats.shtml#clarify}}
-}
-
- at article{HonJosKin98,
-  author =	 {James Honaker and Anne Joseph and Gary King and
-                  Kenneth Scheve and Naunihal Singh.},
-  title =	 {AMELIA: A Program for Missing Data},
-  year =	 {1998-2002},
-  note =	 {{http://gking.harvard.edu/amelia}}
-}
-
- at article{King98,
-  author =	 {Gary King},
-  title =	 {MAXLIK, a set of Gauss programs, annotated for
-                  pedagogical purposes, to implement the maximum
-                  likelihood models in Unifying Political Methodology:
-                  The Likelihood Theory of Statistical Inference},
-  year =	 {1998},
-  note =	 {{http://gking.harvard.edu/stats.shtml#maxlik}}
-}
-
- at article{King96b,
-  author =	 {Gary King},
-  title =	 {EI: Program for Ecological Inference},
-  year =	 {1996-2003},
-  note =	 {{http://gking.harvard.edu/stats.shtml#ei}}
-}
-
- at article{GelKin92,
-  author =	 {Andrew Gelman and Gary King},
-  title =	 {JudgeIt: A Program for Evaluating Electoral Systems
-                  and Redistricting Plans},
-  year =	 {1992-2002},
-  note =	 {{http://gking.harvard.edu/stats.shtml#judgeit}}
-}
-
- at article{HoImaKin07a,
-  author =	 {Daniel E. Ho and Kosuke Imai and Gary King and
-                  Elizabeth A. Stuart},
-  title =	 {MatchIt: Nonparametric Preprocessing for Parametric
-                  Causal Inference},
-  year =	 {Forthcoming},
-  journal =	 {Journal of Statistical Software},
-  note =	 {{http://gking.harvard.edu/matchit}}
-}
-
- at InCollection{Gelman04,
-  author = 	 {Andrew Gelman},
-  title = 	 {Treatment Effects in Before-After Data},
-  booktitle = 	 {Applied Bayesian Modeling and Causal Inference from
-                  an Incomplete Data Perspective},
-  publisher =	 {Wiley},
-  year =	 2004,
-  editor =	 {Andrew Gelman and Xiao-Li Meng},
-  chapter =	 18,
-  address =	 {London}
-}
-
diff --git a/vignettes/graphics.R b/vignettes/graphics.R
deleted file mode 100644
index 2dc558a..0000000
--- a/vignettes/graphics.R
+++ /dev/null
@@ -1,48 +0,0 @@
-# File to create sample graphics and output for documentation
-
-library(MatchIt)
-library(lattice)
-data(lalonde)
-m.out <- matchit(treat ~ re74+re75+educ+black+hispan+age, data=lalonde, method="nearest")
-
-print(summary(m.out))
-
-ps.options(family = c("Times"), pointsize = 8)
-
-postscript(file="figs/qqplotnn1.eps", horizontal=FALSE, paper="special", width=2.75, height=2.75)
-par(mar=c(2, 2, 2, 2) + 0.1, cex.lab=0.7, cex.axis=0.5,
-    mgp=c(1,0.5,0), cex.main=0.8, cex=1, bg="white", mfrow=c(1,2))
-plot(m.out, which.xs=c("re74", "re75", "educ"), interactive=FALSE)
-dev.off()
-
-pdf(file="figs/qqplotnn1.pdf", width=2.75, height=2.75, pointsize=8, family="Times")
-par(mar=c(2, 2, 2, 2) + 0.1, cex.lab=0.7, cex.axis=0.5,
-    mgp=c(1,0.5,0), cex.main=0.8, cex=1, bg="white", mfrow=c(1,2))
-plot(m.out, which.xs=c("re74", "re75", "educ"), interactive=FALSE)
-dev.off()
-
-postscript(file="figs/qqplotnn2.eps", horizontal=FALSE, paper="special", width=2.75, height=2.75)
-par(mar=c(2, 2, 2, 2) + 0.1, cex.lab=0.7, cex.axis=0.5,
-    mgp=c(1,0.5,0), cex.main=0.8, cex=1, bg="white", mfrow=c(1,2))
-plot(m.out, which.xs=c("black", "hispan", "educ"), interactive=FALSE)
-dev.off()
-
-pdf(file="figs/qqplotnn2.pdf", width=2.75, height=2.75, pointsize=8, family="Times")
-par(mar=c(2, 2, 2, 2) + 0.1, cex.lab=0.7, cex.axis=0.5,
-    mgp=c(1,0.5,0), cex.main=0.8, cex=1, bg="white", mfrow=c(1,2))
-plot(m.out, which.xs=c("black", "hispan", "educ"), interactive=FALSE)
-dev.off()
-
-postscript(file="figs/jitterplotnn.eps", horizontal=FALSE, paper="special", width=5.5, height=3.5)
-par(mar=c(2, 2, 2, 2) + 0.1, cex.lab=0.7, cex.axis=0.5,
-    mgp=c(1,0.5,0), cex.main=0.8, cex=1, bg="white")
-plot(m.out, type="jitter", interactive=FALSE)
-dev.off()
-
-pdf(file="figs/jitterplotnn.pdf", width=5.5, height=3.5, pointsize=8, family="Times")
-par(mar=c(2, 2, 2, 2) + 0.1, cex.lab=0.7, cex.axis=0.5,
-    mgp=c(1,0.5,0), cex.main=0.8, cex=1, bg="white")
-plot(m.out, type="jitter", interactive=FALSE)
-dev.off()
-
-
diff --git a/vignettes/html.sty b/vignettes/html.sty
deleted file mode 100644
index 191bb19..0000000
--- a/vignettes/html.sty
+++ /dev/null
@@ -1,360 +0,0 @@
-% LaTeX2HTML Version 95.1 : html.sty
-%
-%  WARNING:  This file requires LaTeX2e.  A LaTeX 2.09 version
-%	is also provided, but with restricted functionality.
-%
-% This file contains definitions of LaTeX commands which are
-% processed in a special way by the translator. 
-% For example, there are commands for embedding external hypertext links,
-% for cross-references between documents or for including
-% raw HTML.
-% This file includes the comments.sty file v2.0 by Victor Eijkhout
-% In most cases these commands do nothing when processed by LaTeX.
-
-% Modifications:
-%
-%  nd = Nikos Drakos <nikos at cbl.leeds.ac.uk>
-%  jz = Jelle van Zeijl <jvzeijl at isou17.estec.esa.nl>
-%  hs = Herb Swan <dprhws at edp.Arco.com>
-
-% hs 31-JAN-96 - Added support for document segmentation
-% hs 10-OCT-95 - Added \htmlrule command
-% jz 22-APR-94 - Added support for htmlref
-% nd  - Created
-%%%%MG added
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{html}
-          [1996/02/01 v1.0 hypertext commands for latex2html (nd, hs)]
-%%%%MG
-% Exit if the style file is already loaded
-% (suggested by Lee Shombert <las at potomac.wash.inmet.com>
-\ifx \htmlstyloaded\relax \endinput\else\let\htmlstyloaded\relax\fi
-
-%%% LINKS TO EXTERNAL DOCUMENTS
-%
-% This can be used to provide links to arbitrary documents.
-% The first argumment should be the text that is going to be
-% highlighted and the second argument a URL.
-% The hyperlink will appear as a hyperlink in the HTML 
-% document and as a footnote in the dvi or ps files.
-%
-\newcommand{\htmladdnormallinkfoot}[2]{#1\footnote{#2}} 
-
-% This is an alternative definition of the command above which
-% will ignore the URL in the dvi or ps files.
-\newcommand{\htmladdnormallink}[2]{#1}
-
-% This command takes as argument a URL pointing to an image.
-% The image will be embedded in the HTML document but will
-% be ignored in the dvi and ps files.
-%
-\newcommand{\htmladdimg}[1]{}
-
-%%% CROSS-REFERENCES BETWEEN (LOCAL OR REMOTE) DOCUMENTS
-%
-% This can be used to refer to symbolic labels in other Latex 
-% documents that have already been processed by the translator.
-% The arguments should be:
-% #1 : the URL to the directory containing the external document
-% #2 : the path to the labels.pl file of the external document.
-% If the external document lives on a remote machine then labels.pl 
-% must be copied on the local machine.
-%
-%e.g. \externallabels{http://cbl.leeds.ac.uk/nikos/WWW/doc/tex2html/latex2html}
-%                    {/usr/cblelca/nikos/tmp/labels.pl}
-% The arguments are ignored in the dvi and ps files.
-%
-\newcommand{\externallabels}[2]{}
-
-%
-% This complements the \externallabels command above. The argument
-% should be a label defined in another latex document and will be
-% ignored in the dvi and ps files.
-%
-\newcommand{\externalref}[1]{}
-
-% This command adds a horizontal rule and is valid even within
-% a figure caption.
-%
-\newcommand{\htmlrule}{}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% The following commands pertain to document segmentation, and
-% were added by Herbert Swan <dprhws at edp.Arco.com> (with help from
-% Michel Goossens <goossens at cern.ch>):
-%
-%
-% This command inputs internal latex2html tables so that large
-% documents can to partitioned into smaller (more manageable)
-% segments.
-%
-\newcommand{\internal}[2][internals]{}
-
-%
-%  Define a dummy stub \htmlhead{}.  This command causes latex2html
-%  to define the title of the start of a new segment.  It is not
-%  normally placed in the user's document.  Rather, it is passed to
-%  latex2html via a .ptr file written by \segment.
-%
-\newcommand{\htmlhead}[2]{}
-
-%
-%  The dummy command \endpreamble is needed by latex2html to
-%  mark the end of the preamble in document segments that do
-%  not contain a \begin{document}
-%
-\newcommand{\startdocument}{}
-
-%
-%  Allocate a new set of section counters, which will get incremented
-%  for "*" forms of sectioning commands, and for a few miscellaneous
-%  commands.
-%
-
-\newcounter{lpart}
-\newcounter{lchapter}[part]
-\ifx\chapter\undefined\newcounter{lsection}[part]\else\newcounter{lsection}[chapter]\fi
-\newcounter{lsubsection}[section]
-\newcounter{lsubsubsection}[subsection]
-\newcounter{lparagraph}[subsubsection]
-\newcounter{lsubparagraph}[paragraph]
-\newcounter{lsubsubparagraph}[subparagraph]
-\newcounter{lequation}
-%
-%  Redefine "*" forms of sectioning commands to increment their
-%  respective counters.
-%
-\let\Hpart=\part
-\let\Hchapter=\chapter
-\let\Hsection=\section
-\let\Hsubsection=\subsection
-\let\Hsubsubsection=\subsubsection
-\let\Hparagraph=\paragraph
-\let\Hsubparagraph=\subparagraph
-\let\Hsubsubparagraph=\subsubparagraph
-
-%
-%  The following definitions are specific to LaTeX2e:
-%  (They must be commented out for LaTeX 2.09)
-%
-\def\part{\@ifstar{\stepcounter{lpart}\Hpart*}{\Hpart}}
-\def\chapter{\@ifstar{\stepcounter{lchapter}\Hchapter*}{\Hchapter}}
-\def\section{\@ifstar{\stepcounter{lsection}\Hsection*}{\Hsection}}
-\def\subsection{\@ifstar{\stepcounter{lsubsection}\Hsubsection*}{\Hsubsection}}
-\def\subsubsection{\@ifstar{\stepcounter{lsubsubsection}\Hsubsubsection*}{\Hsubsubsection}}
-\def\paragraph{\@ifstar{\stepcounter{lparagraph}\Hparagraph*}{\Hparagraph}}
-\def\subparagraph{\@ifstar{\stepcounter{lsubparagraph}\Hsubparagraph*}{\Hsubparagraph}}
-\def\subsubparagraph{\@ifstar{\stepcounter{lsubsubparagraph}\Hsubsubparagraph*}{\Hsubsubparagraph}}
-%
-%  Define a helper macro to dump a single \secounter command to a file.
-%
-\newcommand{\DumpPtr}[2]{%
-\count255=\arabic{#1} \advance\count255 by \arabic{#2}
-\immediate\write\ptrfile{%
-\noexpand\setcounter{#1}{\number\count255}}}
-
-%
-%  Define a helper macro to dump all counters to the file.
-%  The value for each counter will be the sum of the l-counter
-%      actual LaTeX section counter.
-%  Also dump an \htmlhead{section-command}{section title} command
-%      to the file.
-%
-
-\def\DumpCounters#1#2#3{\newwrite\ptrfile
-\immediate\openout\ptrfile = #1.ptr
-\DumpPtr{part}{lpart}
-\ifx\Hchapter\undefined\relax\else\DumpPtr{chapter}{lchapter}\fi
-\DumpPtr{section}{lsection}
-\DumpPtr{subsection}{lsubsection}
-\DumpPtr{subsubsection}{lsubsubsection}
-\DumpPtr{paragraph}{lparagraph}
-\DumpPtr{subparagraph}{lsubparagraph}
-\DumpPtr{equation}{lequation}
-\immediate\write\ptrfile{\noexpand\htmlhead{#2}{#3}}
-\immediate\closeout\ptrfile}
-
-%
-%  Define the \segment{file}{section-command}{section-title} command,
-%  and its helper macros.  This command does four things:
-%	1)  Begins a new LaTeX section;
-%	2)  Writes a list of section counters to file.ptr, each
-%	    of which represents the sum of the LaTeX section
-%	    counters, and the l-counters, defined above;
-%	3)  Write an \htmlhead{section-title} command to file.ptr;
-%	4)  Inputs file.tex.
-%
-
-%%%%MG changed
-\def\segment{\@ifstar{\@@htmls}{\@@html}}
-\def\@@htmls#1#2#3{\csname #2\endcsname* {#3}%
-                   \DumpCounters{#1}{#2*}{#3}\input{#1}}
-\def\@@html#1#2#3{\csname #2\endcsname {#3}%
-                   \DumpCounters{#1}{#2}{#3}\input{#1}}
-%%%%MG 
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Comment.sty   version 2.0, 19 June 1992
-% selectively in/exclude pieces of text: the user can define new
-% comment versions, and each is controlled separately.
-% This style can be used with plain TeX or LaTeX, and probably
-% most other packages too.
-%
-% Examples of use in LaTeX and TeX follow \endinput
-%
-% Author
-%    Victor Eijkhout
-%    Department of Computer Science
-%    University Tennessee at Knoxville
-%    104 Ayres Hall
-%    Knoxville, TN 37996
-%    USA
-%
-%    eijkhout at cs.utk.edu
-%
-% Usage: all text included in between
-%    \comment ... \endcomment
-% or \begin{comment} ... \end{comment}
-% is discarded. The closing command should appear on a line
-% of its own. No starting spaces, nothing after it.
-% This environment should work with arbitrary amounts
-% of comment.
-%
-% Other 'comment' environments are defined by
-% and are selected/deselected with
-% \includecomment{versiona}
-% \excludecoment{versionb}
-%
-% These environments are used as
-% \versiona ... \endversiona
-% or \begin{versiona} ... \end{versiona}
-% with the closing command again on a line of its own.
-%
-% Basic approach:
-% to comment something out, scoop up  every line in verbatim mode
-% as macro argument, then throw it away.
-% For inclusions, both the opening and closing comands
-% are defined as noop
-%
-% Changed \next to \html at next to prevent clashes with other sty files
-% (mike at emn.fr)
-% Changed \html at next to \htmlnext so the \makeatletter and
-% \makeatother commands could be removed (they were causing other
-% style files - changebar.sty - to crash) (nikos at cbl.leeds.ac.uk)
-% Changed \htmlnext back to \html at next...
-
-\makeatletter
-\def\makeinnocent#1{\catcode`#1=12 }
-\def\csarg#1#2{\expandafter#1\csname#2\endcsname}
-
-\def\ThrowAwayComment#1{\begingroup
-    \def\CurrentComment{#1}%
-    \let\do\makeinnocent \dospecials
-    \makeinnocent\^^L% and whatever other special cases
-    \endlinechar`\^^M \catcode`\^^M=12 \xComment}
-{\catcode`\^^M=12 \endlinechar=-1 %
- \gdef\xComment#1^^M{\def\test{#1}
-      \csarg\ifx{PlainEnd\CurrentComment Test}\test
-          \let\html at next\endgroup
-      \else \csarg\ifx{LaLaEnd\CurrentComment Test}\test
-            \edef\html at next{\endgroup\noexpand\end{\CurrentComment}}
-      \else \let\html at next\xComment
-      \fi \fi \html at next}
-}
-\makeatother
-
-\def\includecomment
- #1{\expandafter\def\csname#1\endcsname{}%
-    \expandafter\def\csname end#1\endcsname{}}
-\def\excludecomment
- #1{\expandafter\def\csname#1\endcsname{\ThrowAwayComment{#1}}%
-    {\escapechar=-1\relax
-     \csarg\xdef{PlainEnd#1Test}{\string\\end#1}%
-     \csarg\xdef{LaLaEnd#1Test}{\string\\end\string\{#1\string\}}%
-    }}
-
-\excludecomment{comment}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%%% RAW HTML 
-% 
-% Enclose raw HTML between a \begin{rawhtml} and \end{rawhtml}.
-% The html environment ignores its body
-%
-\excludecomment{rawhtml}
-
-%%% HTML ONLY
-%
-% Enclose LaTeX constructs which will only appear in the 
-% HTML output and will be ignored by LaTeX with 
-% \begin{htmlonly} and \end{htmlonly}
-%
-\excludecomment{htmlonly}
-% Shorter version
-\newcommand{\html}[1]{}
-
-
-%%% LaTeX ONLY
-% Enclose LaTeX constructs which will only appear in the 
-% DVI output and will be ignored by latex2html with 
-%\begin{latexonly} and \end{latexonly}
-%
-\newenvironment{latexonly}{}{}
-% Shorter version
-\newcommand{\latex}[1]{#1}
-
-%%% HYPERREF 
-% Suggested by Eric M. Carol <eric at ca.utoronto.utcc.enfm>
-% Similar to \ref but accepts conditional text. 
-% The first argument is HTML text which will become ``hyperized''
-% (underlined).
-% The second and third arguments are text which will appear only in the paper
-% version (DVI file), enclosing the fourth argument which is a reference to a label.
-%
-%e.g. \hyperref{using the tracer}{using the tracer (see Section}{)}{trace}
-% where there is a corresponding \label{trace}
-%
-\newcommand{\hyperref}[4]{#2\ref{#4}#3}
-
-%%% HTMLREF
-% Reference in HTML version only.
-% Mix between \htmladdnormallink and \hyperref.
-% First arg is text for in both versions, second is label for use in HTML
-% version.
-\newcommand{\htmlref}[2]{#1}
-
-%%% HTMLIMAGE
-% This command can be used inside any environment that is converted
-% into an inlined image (eg a "figure" environment) in order to change
-% the way the image will be translated. The argument of \htmlimage
-% is really a string of options separated by commas ie 
-% [scale=<scale factor>],[external],[thumbnail=<reduction factor>
-% The scale option allows control over the size of the final image.
-% The ``external'' option will cause the image not to be inlined 
-% (images are inlined by default). External images will be accessible
-% via a hypertext link. 
-% The ``thumbnail'' option will cause a small inlined image to be 
-% placed in the caption. The size of the thumbnail depends on the
-% reduction factor. The use of the ``thumbnail'' option implies
-% the ``external'' option.
-%
-% Example:
-% \htmlimage{scale=1.5,external,thumbnail=0.2}
-% will cause a small thumbnail image 1/5th of the original size to be
-% placed in the final document, pointing to an external image 1.5
-% times bigger than the original.
-% 
-\newcommand{\htmlimage}[1]{}
-
-%%% HTMLADDTONAVIGATION
-% This command appends its argument to the buttons in the navigation
-% panel. It is ignored by LaTeX.
-%
-% Example:
-% \htmladdtonavigation{\htmladdnormallink
-%              {\htmladdimg{http://server/path/to/gif}}
-%              {http://server/path}}
-\newcommand{\htmladdtonavigation}[1]{}
-
-\endinput
\ No newline at end of file
diff --git a/vignettes/index.shtml b/vignettes/index.shtml
deleted file mode 100755
index 8d2615e..0000000
--- a/vignettes/index.shtml
+++ /dev/null
@@ -1,72 +0,0 @@
-<html>
-<head>
-<title>MatchIt Software Website</title>
-<script language='Javascript' src='/gking.js'></script></HEAD>
-
-<BODY><script language="Javascript">displayHeader('MatchIt: Nonparametric Preprocessing for Parametric Causal Inference')</script>
-
-<p><a href="http://people.iq.harvard.edu/~dho/" target="gkingext">Daniel Ho</a>,
-<a href="http://www.princeton.edu/~kimai/" target="gkingext">Kosuke Imai</a>, 
-<a href="http://GKing.Harvard.edu">Gary King</a>, 
-<a href="http://people.iq.harvard.edu/~estuart/" target="gkingext">Elizabeth Stuart</a>
-
-<p>"At MatchIt, we don't make parametric models, we make parametric models
-work better."
-
-<!-- rbuild: replace 'Version:' '</b>' version -->
-<p><b>Version:2.2-3</b>
-
-  <table width="90%" border="0" cellpadding="10">
-    <tr>
-	  <td valign='top'><img src="face_off.jpg" width="200"></td>
-
-      <td valign="top"><br>MatchIt implements the suggestions of <a
-      href="http://gking.harvard.edu/files/abs/matchp-abs.shtml">Ho, Imai, King, and Stuart
-      (2007)</a> for improving parametric statistical
-      models by
-      preprocessing data with nonparametric matching methods. MatchIt
-      implements a wide range of sophisticated matching methods,
-      making it possible to greatly reduce the dependence of causal
-      inferences on hard-to-justify, but commonly made, statistical
-      modeling assumptions. The software also easily fits into
-      existing research practices since, after preprocessing data with
-      MatchIt, researchers can use whatever parametric model they
-      would have used without MatchIt, but produce inferences with
-      substantially more robustness and less sensitivity to modeling
-      assumptions. MatchIt is an <a
-      href="http://www.r-project.org" target="gkingext">R</a> program, and also works
-      seamlessly with <a href="http://gking.harvard.edu/zelig/">Zelig</a>.
-
-<ul>
-        <li>Documentation: <!-- <a href="http://gking.harvard.edu/matchit/docs/">HTML</a> or -->  <a
-href="http://gking.harvard.edu/matchit/docs/matchit.pdf">PDF</a> 
-        <!-- <li><a
-href="http://gking.harvard.edu/matchit/docs/Installing_M_SMALL_ATC.html">Installation
-and Downloads</a> -->
-
-<li>All questions, bugs and requests: MatchIt Mailing List: <a
-href="http://lists.hmdc.harvard.edu/index.cgi?info=matchit"
-target="gkingext">[Un]Subscribe</a>, or <a
-href="http://lists.hmdc.harvard.edu/lists/matchit/"
-target="gkingext">Browse/Search Archives</a>
-
-</ul>
-
-We're pleased to report that the <a
-href="http://gking.harvard.edu/files/abs/matchp-abs.shtml">article</a> on which MatchIt is
-based won the <em>Warren Miller Prize</em> for the best paper in
-<em>Political Analysis</em> that year and, separately, has been named a
-    <em>Fast Breaking Paper</em> by Thomson Reuters' ScienceWatch, for
-    being the article with the largest
-    percentage increase in citations among those in the top 1% of
-    total citations across the social sciences in the last two years.
-    (You may be interested in this interview: <a
-  href="http://sciencewatch.com/dr/fbp/2008/08octfbp/08octfbpHoET/">HTML</a> |
-    <a href="http://gking.harvard.edu/files/fbp08.pdf">PDF</a>)
-
-</td>      
-    </tr>
-  </table>
-
-<script language="Javascript">displayFooter()</script></BODY>
-</html>
diff --git a/vignettes/intro.tex b/vignettes/intro.tex
deleted file mode 100644
index 572372b..0000000
--- a/vignettes/intro.tex
+++ /dev/null
@@ -1,84 +0,0 @@
-
-\section{What \MatchIt\ Does}
-
-\MatchIt\ implements the suggestions of \citet*{HoImaKin07} for
-improving parametric statistical models and reducing model dependence
-by preprocessing data with semi-parametric and non-parametric matching
-methods.  After appropriately preprocessing with \MatchIt, researchers
-can use whatever parametric model and software they would have used
-without \MatchIt, without other modification, and produce inferences
-that are more robust and less sensitive to modeling assumptions.  (In
-addition, you may wish to use Zelig
-(\hlink{\url{http://gking.harvard.edu/zelig/}}{http://gking.harvard.edu/zelig/};
-\citealt{ImaKinLau06} for subsequent parametric analyses, as it is
-designed to be convenient in analyzing \MatchIt\ data sets.)
-\MatchIt\ reduces the dependence of causal inferences on commonly
-made, but hard-to-justify, statistical modeling assumptions via the
-largest range of sophisticated matching methods of any software we
-know of.  The program includes most existing approaches to matching
-and even enables users to access methods implemented in other programs
-through its single, unified, and easy-to-use interface.  In addition,
-we have written \MatchIt\ so that adding new matching methods to the
-software is as easy for anyone with the inclination as it is for us.
-
-\section{Software Requirements} 
-\label{sec:require}
-
-\MatchIt\ works in conjunction with the R programming language and
-statistical software, and will run on any platform where R is
-installed (Windows, Unix, or Mac OS X).  R is available free for
-download at the Comprehensive R Archive Network (CRAN) at
-\hlink{http://cran.r-project.org/}{http://cran.r-project.org/}.
-\MatchIt\ has been tested on the most recent version of R.  A good way
-to learn R, if you don't know it already, is to learn Zelig (available
-at
-\hlink{http://gking.harvard.edu/zelig}{http://gking.harvard.edu/zelig})
-which includes a self-contained introduction to R and can be used to
-analyze the matched data after running \MatchIt.
-
-\section{Installing \MatchIt}
-\label{sec:install}
-
-To install \MatchIt\ for all platforms, type at the R command prompt,
-\begin{verbatim}
-> install.packages("MatchIt")
-\end{verbatim}
-and \MatchIt\ will install itself onto your system automatically.
-(During the installation process you may either decide to keep or
-discard the installation files, which will not affect the way
-\MatchIt\ runs.)  
-
-\section{Loading \MatchIt} \label{sec:load}
-
-You need to install \MatchIt\ only once, but you must load it prior to
-each use.  You can do this at the R prompt:
-\begin{verbatim}
-> library(MatchIt)
-\end{verbatim}
-
-Alternatively, you can specify R to load \MatchIt\ automatically at
-launch by editing the {\tt Rprofile} file located in the R program
-subdirectory, e.g.  \texttt{C:/R/rw2011/etc/}, for Windows systems or
-the {\tt .Rprofile} file located in the home directory for Unix/Linux
-and Mac OS X systems, and adding this line:
-\begin{verbatim}
-options(defaultPackages = c(getOption("defaultPackages"), "MatchIt"))
-\end{verbatim}
-For this change to take effect, you need to restart R.
-
-\section{Updating \MatchIt}
-
-We recommend that you periodically update \MatchIt\ at the R prompt by typing:
-\begin{verbatim}
-> update.packages()
-> library(MatchIt)
-\end{verbatim}
-which will update all the libraries including \MatchIt\ and load the
-new version of \MatchIt.
-
-
-%%% Local Variables: 
-%%% mode: pdflatex
-%%% TeX-master: "matchit"
-%%% TeX-master: t
-%%% End: 
diff --git a/vignettes/makematchH b/vignettes/makematchH
deleted file mode 100755
index 798c0e2..0000000
--- a/vignettes/makematchH
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/tcsh
-latex matchit
-bibtex matchit
-latex matchit
-latex matchit
diff --git a/vignettes/matchit.pdf b/vignettes/matchit.pdf
deleted file mode 100644
index 4449d3e..0000000
Binary files a/vignettes/matchit.pdf and /dev/null differ
diff --git a/vignettes/matchit.pdf.asis b/vignettes/matchit.pdf.asis
new file mode 100644
index 0000000..0499143
--- /dev/null
+++ b/vignettes/matchit.pdf.asis
@@ -0,0 +1,2 @@
+%\VignetteIndexEntry{MatchIt: Nonparametric Preprocessing for Parametric Causal Inference}
+%\VignetteEngine{R.rsp::asis}
diff --git a/vignettes/matchit.tex b/vignettes/matchit.tex
deleted file mode 100644
index 0483531..0000000
--- a/vignettes/matchit.tex
+++ /dev/null
@@ -1,209 +0,0 @@
-\documentclass[oneside,letterpaper,12pt]{book}
-\usepackage{bibentry}
-\usepackage{graphicx}
-\usepackage{natbib}
-\usepackage[reqno]{amsmath}
-\usepackage{amssymb}
-\usepackage{verbatim}
-\usepackage{epsf}
-\usepackage{url}
-\usepackage{html}
-\usepackage{dcolumn}
-\usepackage{fullpage}
-\bibpunct{(}{)}{;}{a}{}{,}
-\newcolumntype{.}{D{.}{.}{-1}}
-\newcolumntype{d}[1]{D{.}{.}{#1}}
-%\pagestyle{myheadings}
-\htmladdtonavigation{
-  \htmladdnormallink{%
-    \htmladdimg{http://gking.harvard.edu/pics/home.gif}}
-  {http://gking.harvard.edu/}}
-\newcommand{\hlink}{\htmladdnormallink}
-
-%\bodytext{ BACKGROUND="http://gking.harvard.edu/pics/temple.jpg"}
-\setcounter{tocdepth}{3}
-\setcounter{secnumdepth}{4}
-
-\newcommand{\MatchIt}{\textsc{MatchIt}}
-
-\title{\MatchIt: Nonparametric Preprocessing for Parametric Causal
-  Inference\thanks{We thank Olivia Lau for helpful suggestions about
-    incorporating \MatchIt\, into Zelig.}}
-
-\author{Daniel E. Ho,\thanks{Assistant Professor of Law 
-\& Robert E.\ Paradise Faculty Scholar, Stanford Law
-    School (559 Nathan Abbott Way, Stanford CA 94305;
-    \texttt{http://dho.stanford.edu}, \texttt{dho at law.stanford.edu},
-    (650) 723-9560).}  \and %
-  Kosuke Imai,\thanks{Assistant Professor, Department of Politics,
-    Princeton University (Corwin Hall 041, Department of Politics,
-    Princeton University, Princeton NJ 08544, USA;
-    \texttt{http://imai.princeton.edu},
-    \texttt{kimai at Princeton.Edu}).}  \and %
-  Gary King,\thanks{David Florence Professor of Government, Harvard
-    University (Institute for Quantitative Social Science, 1737
-    Cambridge Street, Harvard University, Cambridge MA 02138;
-    \texttt{http://GKing.Harvard.Edu}, \texttt{King at Harvard.Edu},
-    (617) 495-2027).}  \and %
-Elizabeth A. Stuart\thanks{Assistant Professor, Departments of Mental 
-Health and Biostatistics, Johns Hopkins Bloomberg School of Public Health 
-(624 N Broadway, Room 804, Baltimore, MD 21205; 
-  \texttt{http://www.biostat.jhsph.edu/$\sim$estuart},
-  \texttt{estuart at jhsph.edu}).}}
-
-%\makeindex
-
-\begin{document}
-\maketitle
-
-\begin{rawhtml}
-  <p> [Also available is a downloadable <a
-  href="matchit.pdf">PDF</a> version of this entire
-  document]
-\end{rawhtml}
-
-\tableofcontents
-
-\nobibliography*
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\clearpage
-
-\chapter{Introduction}
-\input{intro}
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\chapter{Statistical Overview}
-\input{overview}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\chapter{User's Guide to \MatchIt}
-\label{methods}
-
-\input{preprocess}
-\input{balance}
-\input{matchit2zelig}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\chapter{Reference Manual}
-\label{chap:reference}
-
-\section{\texttt{matchit()}: Implementation of Matching Methods}
-\label{sec:matchit}
-Use \texttt{matchit()} to implement a variety of matching procedures
-including exact matching, nearest neighbor matching,
-subclassification, optimal matching, genetic matching, and full
-matching.  The output of {\tt matchit()} can be analyzed via any
-standard R package, by exporting the data for use in another program,
-or most simply via \hlink{Zelig}{http://gking.harvard.edu/zelig} in R.
-
-\input{matchitref}
-\input{summaryref}
-\input{plotref}
-\input{mdataref}
-\input{faq}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-\chapter{What's New?}
-
-\begin{itemize}
-\item \textbf{2.4-20} (October 24, 2011): bug fix for GAM models (thanks to Felix Thoemmes)
-\item \textbf{2.4-18} (April 26, 2011): JSS version, no change in code.
-\item \textbf{2.4-17} (April 2, 2011): a minor documentation fix.
-\item \textbf{2.4-16} (January 8, 2011): a bug fix for user defined distance.
-\item \textbf{2.4-15} (December 11, 2010): a bug fix in the
-  mahalanobis matching.
-\item \textbf{2.4-14} (August 12, 2010): a bug fix in {\tt
-    match.data()} so that it can be called within a function (thanks
-  to Ajay Shah, George Baah, and Ben Dominique); \MatchIt now does not
-  specify digits for printing (thanks to Chris Hane); A summary table
-  of matched data is now stored in the output (thanks to George Baah)
-\item \textbf{2.4-11} (June 25, 2009): More flexible inputs in
-  plotting.
-\item \textbf{2.4-10} (February 2, 2009): Minor documentation fixes
-\item \textbf{2.4-8,2.4-9} (January 29, 2009): Minor documentation fixes
-\item \textbf{2.4-7} (August 4, 2008): Fixed minor bug in subclassification 
-(thanks to Ben Domingue)
-\item \textbf{2.4-6} (July 21, 2008): Improved summary object for
-  exact matching (thanks to Andrew Stokes)
-\item \textbf{2.4-5} (July 20, 2008): Fixed a minor bug.
-\item \textbf{2.4-4} (July 18, 2008): Fixed another bug with regard to the discard option (thanks to Ben Dominique).
-\item \textbf{2.4-3} (July 18, 2008): Fixed a bug in full matching
-  regarding the discard option (thanks to Ben Dominique). Some updates
-  of documentation regarding coarsened exact matching (2.4-1 and
-  2.4-2).
-\item \textbf{2.4} (June 12, 2008): Included coarsened exact matching;
-  documentation bug fixes (thanks to Will Lowe)
-\item \textbf{2.3-1} (October 11, 2007): Stable release for R
-  2.6. Documentation improved. Some minor bug fixes and improvements.
-\item \textbf{2.2-14} (September 2, 2007): Stable release for R 2.5.
-  Documentation improved for full matching. (Thanks to Langche Zeng)
-\item \textbf{2.2-13} (April 10, 2007): Stable release for R
-  2.4. Additional fix to package dependencies. Bug fix for summary().
-\item \textbf{2.2-12} (April 6, 2007): Stable release for R 2.4. Fix
-  to package dependencies.
-\item \textbf{2.2-11} (July 13, 2006): Stable release for R 2.3.
-  Fix to ensure summary() command works with character variables in dataframe (thanks to Daniel Gerlanc).
-\item \textbf{2.2-10} (May 9, 2006): Stable release for R 2.3.
-  A bug fix in {\tt demo(analysis)} (thanks to Julia Gray).
-\item \textbf{2.2-9} (May 3, 2006): Stable release for R 2.3.
-  A minor change to DESCRIPTION file.
-\item \textbf{2.2-8} (May 1, 2006): Stable release for R 2.3.
-  Removed dependency on Zelig (thanks to Dave Kane).
-\item \textbf{2.2-7} (April 11, 2006): Stable release for R 2.2.
-  Error message for missing values in the data frame added
-  (thanks to Olivia Lau).
-\item \textbf{2.2-6} (April 4, 2006): Stable release for R 2.2.
-  Bug fixes related to {\tt reestimate} in {\tt matchit()} and {\tt
-  match.data()} (thanks to Ani Ruhil and Claire Aussems). 
-\item \textbf{2.2-5} (December 7, 2005): Stable release for R 2.2.
-  Changed URL of {\tt WhatIf} to CRAN.
-\item \textbf{2.2-4} (December 3, 2005): Stable release for R 2.2.
-  User's own distance measure can be used with \MatchIt\, (thanks to
-  Nelson Lim).
-\item \textbf{2.2-3} (November 18, 2005): Stable release for R 2.2.
-  standardize option added to full matching and subclass (thanks to
-  Jeronimo Cortina).
-\item \textbf{2.2-2} (November 9, 2005): Stable release for R 2.2.
-  {\tt optmatch} package now on CRAN. Changed URL for that package. 
-\item \textbf{2.2-1} (November 1, 2005): Stable release for R 2.2.
-  balance measures based on empirical CDF are added as a new option
-  {\tt standardize} in {\tt summary()}.
-\item \textbf{2.1-4} (October 14, 2005): Stable release for R 2.2.
-  strictly empirical (no interpolation) quantile-quantile functions
-  and plots are used.
-\item \textbf{2.1-3} (September 27, 2005): Stable release for R 2.1.
-  automated the installation of optional packages. fixed a coding
-  error in {\tt summary()}, the documentation edited.
-\item \textbf{2.1-2} (September 27, 2005): Stable release for R 2.1.
-  minor changes to file names, the option {\tt "whichxs"} added to the
-  {\tt plot()}, major editing of the documentation.
-\item \textbf{2.1-1} (September 16, 2005): Stable release for R
-        2.1. Genetic matching added.    
-\item \textbf{2.0-1} (August 29, 2005): Stable release for R 2.1.
-  Major revisions including some syntax changes. Statistical tests are
-  no longer used for balance checking, which are now based on the
-  empirical covariate distributions (e.g., quantile-quantile plot).
-\item \textbf{1.0-2} (August 10, 2005): Stable release for R
-  2.1. Minor bug fixes (Thanks to Bart Bonikowski).
-\item \textbf{1.0-1} (January 3, 2005): Stable release for R 2.0. The
-  first official version of \MatchIt
-\end{itemize}
-
-
-
-\clearpage
-
-\bibliographystyle{asa}
-\bibliography{gk,gkpubs}
-
-\end{document}
-
diff --git a/vignettes/matchit2zelig.tex b/vignettes/matchit2zelig.tex
deleted file mode 100644
index 011e7b2..0000000
--- a/vignettes/matchit2zelig.tex
+++ /dev/null
@@ -1,285 +0,0 @@
-\section{Conducting Analyses after Matching}
-\label{sec:analysis}
-
-Any software package may be used for parametric analysis following
-\MatchIt.  This includes any of the relevant R packages, or other
-statistical software by exporting the resulting matched data sets
-using R commands such as {\tt write.csv()} and {\tt write.table()} for
-ASCII files or {\tt write.dta()} in the {\tt foreign} package for a
-STATA binary file.
-
-When variable numbers of treated and control units have been matched
-to each other (e.g., through exact matching, full matching, or k:1
-matching with replacement), the weights created by MatchIt should be
-used (e.g., in a weighted regression) to ensure that the matched
-treated and control groups are weighted up to be similar.  Users
-should also remember that the weights created by MatchIt estimate the
-average treatment effect on the treated, with the control units
-weighted to resemble the treated units.  See below for more detail on
-the weights.  With subclassification, estimates should be obtained
-within each subclass and then aggregated across subclasses.  When it
-is not possible to calculate an effect within each subclass, again the
-weights can be used to weight the matched units.
-
-In this section, we show how to use
-\hlink{Zelig}{http://gking.harvard.edu/zelig/} with \MatchIt.  Zelig
-\citep{ImaKinLau06} is an R package that implements a large variety of
-statistical models (using numerous existing R packages) with a single
-easy-to-use interface, gives easily interpretable results by
-simulating quantities of interest, provides numerical and graphical
-summaries, and is easily extensible to include new methods.
-
-\subsection{Quick Overview}
-
-The general syntax is as follows. First, we use \texttt{match.data()}
-to create the matched data from the \MatchIt\ output object
-(\texttt{m.out}) by excluding unmatched units from the original data,
-and including information produced by the particular matching
-procedure (i.e., primarily a new data set, but also information that
-may result such as weights, subclasses, or the distance measure).
-\begin{verbatim}
-> m.data <- match.data(m.out)
-\end{verbatim}
-where {\tt m.data} is the resulting matched data.  Zelig analyses all
-use three commands --- \texttt{zelig}, \texttt{setx}, and
-\texttt{sim}.  For example, the basic statistical analysis is
-performed first:
-\begin{verbatim}
-> z.out <- zelig(Y ~ treat + x1 + x2, model = mymodel, data = m.data)
-\end{verbatim}
-where {\tt Y} is the outcome variable, {\tt mymodel} is the selected
-model, and {\tt z.out} is the output object from {\tt zelig}.  This
-output object includes estimated coefficients, standard errors, and
-other typical outputs from your chosen statistical model.  Its
-contents can be examined via \texttt{summary(z.out)} or
-\texttt{plot(z.out)}, but the idea of Zelig is that these statistical
-results are typically only intermediate quantities needed to compute
-your ultimate quantities of interest, which in the case of matching
-are usually causal inferences.  To get these causal quantities, we use
-Zelig's other two commands.  Thus, we can set the explanatory
-variables at their means (the default) and change the treatment
-variable from a 0 to a 1:
-\begin{verbatim}
-> x.out <- setx(z.out, treat=0)
-> x1.out <- setx(z.out, treat=1)
-\end{verbatim}
-and finally compute the resulting estimates of the causal effects and
-examine a summary:
-\begin{verbatim}
-> s.out <- sim(z.out, x = x.out, x1 = x1.out)
-> summary(s.out)
-\end{verbatim}
-
-\subsection{Examples}
-
-We now give four examples using the Lalonde data.  They are meant to
-be read sequentially.  You can run these example commands by typing
-{\tt demo(analysis)}.  Although we use the linear least squares model
-in these examples, a wide range of other models are available in Zelig
-(for the list of supported models, see
-\hlink{\url{http://gking.harvard.edu/zelig/docs/Models_Zelig_Can.html}}
-{http://gking.harvard.edu/zelig/docs/Models_Zelig_Can.html}.
-
-To load the Zelig package after installing it, type
-\begin{verbatim}
-> library(Zelig)
-\end{verbatim}
-
-\begin{description}
-\item[Model-Based Estimates] In our first example, we conduct a
-  standard parametric analysis and compute quantities of interest in
-  the most common way.  We begin with nearest neighbor matching with a
-  logistic regression-based propensity score, discarding control units
-  outside the convex hull of the treated units
-  \citep{KinZen06,KinZen07}:
-\begin{verbatim}
-> m.out <- matchit(treat ~ age + educ + black + hispan + nodegree + 
-                    married + re74 + re75, method = "nearest", discard
-                    = "hull.control", data = lalonde)
-\end{verbatim}
-  Then we check balance using the summary and plot procedures (which
-  we don't show here).  When the best balance is achieved, 
-  we run the parametric analysis:
-\begin{verbatim}
-> z.out <- zelig(re78 ~ treat + age + educ + black + hispan + nodegree + 
-                  married + re74 + re75, data = match.data(m.out), 
-                  model = "ls")
-\end{verbatim}
-  and then set the explanatory variables at their means (the default)
-  and change the treatment variable from a 0 to a 1:
-\begin{verbatim}
-> x.out <- setx(z.out, treat=0)
-> x1.out <- setx(z.out, treat=1)
-\end{verbatim}
-and finally compute the result and examine a summary:
-\begin{verbatim}
-> s.out <- sim(z.out, x = x.out, x1 = x1.out)
-> summary(s.out)
-\end{verbatim}
-
-\item[Average Treatment Effect on the Treated] We illustrate now how
-  to estimate the average treatment effect on the treated in a way
-  that is quite robust.  We do this by estimating the coefficients in
-  the control group alone.
-
-  We begin by conducting nearest neighbor matching with a logistic
-  regression-based propensity score:
-\begin{verbatim}
-> m.out1 <- matchit(treat ~ age + educ + black + hispan + nodegree + 
-                    married + re74 + re75, method = "nearest", data = lalonde)
-\end{verbatim}
-  Then we check balance using the summary and plot procedures (which
-  we don't show here).  We reestimate the matching procedure until we
-  achieve the best balance possible.  (The running examples here are
-  meant merely to illustrate, not to suggest that we've achieved the
-  best balance.)  Then we go to Zelig, and in this case choose to fit
-  a linear least squares model to the control group only:
-\begin{verbatim}
-> z.out1 <- zelig(re78 ~ age + educ + black + hispan + nodegree + 
-                  married + re74 + re75, data = match.data(m.out1, "control"), 
-                  model = "ls")
-\end{verbatim}
-  where the {\tt "control"} option in {\tt match.data()} extracts only
-  the matched control units and {\tt ls} specifies least squares
-  regression.  In a smaller data set, this example should probably be
-  changed to include all the data in this estimation (using
-  \texttt{data = match.data(m.out1)} for the data) and by including
-  the treatment indicator (which is excluded in the example since its
-  a constant in the control group.)  Next, we use the coefficients
-  estimated in this way from the control group, and combine them with
-  the values of the covariates set to the values of the treated units.
-  We do this by choosing conditional prediction (which means use the
-  observed values) in \texttt{setx()}.  The {\tt sim()} command does
-  the imputation.
-\begin{verbatim}
-> x.out1 <- setx(z.out1, data = match.data(m.out1, "treat"), cond = TRUE)
-> s.out1 <- sim(z.out1, x = x.out1)
-\end{verbatim}
-Finally, we obtain a summary of the results by 
-\begin{verbatim}
-> summary(s.out1)
-\end{verbatim}
-
-\item[Average Treatment Effect (Overall)] To estimate the average
-  treatment effect, we continue with the previous example and fit the
-  linear model to the {\it treatment group}:
-\begin{verbatim}
-> z.out2 <- zelig(re78 ~ age + educ + black + hispan + nodegree + 
-                  married + re74 + re75, data = match.data(m.out1, "treat"), 
-                  model = "ls")
-\end{verbatim}
-We then conduct the same simulation procedure in order to impute the
-counterfactual outcome for the {\it control group},
-\begin{verbatim}
-> x.out2 <- setx(z.out2, data = match.data(m.out1, "control"), cond = TRUE)
-> s.out2 <- sim(z.out2, x = x.out2)
-\end{verbatim}
-In this calculation, Zelig is computing the difference between
-observed and the expected values.  This means that the treatment
-effect for the control units is the effect of control (observed
-control outcome minus the imputed outcome under treatment from the
-model).  Hence, to combine treatment effects just reverse the signs of
-the estimated treatment effect of controls.
-\begin{verbatim}
-> ate.all <- c(s.out1$qi$att.ev, -s.out2$qi$att.ev)
-\end{verbatim}
-The point estimate, its standard error, and the $95\%$ confidence
-interval is given by
-\begin{verbatim}
-> mean(ate.all)
-> sd(ate.all)
-> quantile(ate.all, c(0.025, 0.975))
-\end{verbatim}
-  
-\item[Subclassification] In subclassification, the average treatment
-  effect estimates are obtained separately for each subclass, and then
-  aggregated for an overall estimate.  Estimating the treatment
-  effects separately for each subclass, and then aggregating across
-  subclasses, can increase the robustness of the ultimate results
-  since the parametric analysis within each subclass requires only
-  local rather than global assumptions.  However, fewer observations
-  are obviously available within each subclass, and so this option is
-  normally chosen for larger data sets.
-
-  We begin this example by conducting subclassification with four
-  subclasses,
-\begin{verbatim}
-> m.out2 <- matchit(treat ~ age + educ + black + hispan + nodegree + 
-                    married + re74 + re75, data = lalonde, 
-                    method = "subclass", subclass = 4)
-\end{verbatim}
-  When balance is as good as we can get it, we then fit a linear
-  regression within each subclass by controlling for the estimated
-  propensity score (called \texttt{distance}) and other covariates.
-  In most software, this would involve running four separate
-  regressions and then combining the results.  In Zelig, however, all
-  we need to do is to use the {\tt by} option:
-\begin{verbatim}
-> z.out3 <- zelig(re78 ~ re74 + re75 + distance, 
-                  data = match.data(m.out2, "control"), 
-                  model = "ls", by = "subclass")
-\end{verbatim}
-  The same set of commands as in the first example are used to do the
-  imputation of the counterfactual outcomes for the treated units:
-\begin{verbatim}
-> x.out3 <- setx(z.out3, data = match.data(m.out2, "treat"), fn = NULL, 
-                 cond = TRUE)
-> s.out3 <- sim(z.out3, x = x.out3)
-> summary(s.out3)
-\end{verbatim}
-It is also possible to get the summary result for each subclass. For
-example, the following command summarizes the result for the second
-subclass.
-\begin{verbatim}
-> summary(s.out3, subset = 2)
-\end{verbatim}
-  
-\item[How Adjustment After Exact Matching Has No Effect] Regression 
-adjustment after exact one-to-one exact matching gives the identical 
-answer as a simple, unadjusted difference in means.  General exact 
-matching, as implemented in MatchIt, allows one-to-many matches, so to see 
-the same result we must weight when adjusting.  In other words: weighted 
-regression adjustment after general exact matching gives the identical 
-answer as a simple, unadjusted weighted difference in means.  For 
-example:
-
-\begin{verbatim}
-> m.out <- matchit(treat ~ educ + black + hispan, data = lalonde, 
-                   method = "exact")
-> m.data <- match.data(m.out)
-> ## weighted diff in means 
-> weighted.mean(mdata$re78[mdata$treat == 1], mdata$weights[mdata$treat==1]) 
-        - weighted.mean(mdata$re78[mdata$treat==0], mdata$weights[mdata$treat==0])
-[1] 807
-> ## weighted least squares without covariates
-> zelig(re78 ~ treat, data = m.data, model = "ls", weights = "weights")
-
-Call:
-zelig(formula = re78 ~ treat, model = "ls", data = m.data, weights =
-"weights")
-
-Coefficients:
-(Intercept)        treat  
-       5524          807 
-
-> ## weighted least squares with covariates
-> zelig(re78 ~ treat + black + hispan + educ, data = m.data, model = "ls", 
-        weights = "weights")
-
-Call:
-zelig(formula = re78 ~ treat + black + hispan + educ, model = "ls",
-data = m.data, weights = "weights")
-
-Coefficients:
-(Intercept)        treat        black       hispan         educ  
-        314          807        -1882          258          657  
-\end{verbatim}
-
-
- \end{description}
-
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: "matchit"
-%%% End: 
diff --git a/vignettes/matchitref.tex b/vignettes/matchitref.tex
deleted file mode 100644
index c17701a..0000000
--- a/vignettes/matchitref.tex
+++ /dev/null
@@ -1,393 +0,0 @@
-\subsubsection{Syntax}
-\begin{verbatim}
-> m.out <- matchit(formula, data, method = "nearest", verbose = FALSE, ...)
-\end{verbatim}
-
-\subsubsection{Arguments}
-
-\paragraph{Arguments for All Matching Methods}
-
-\begin{itemize}
-
-\item \texttt{formula}: formula used to calculate the distance measure
-  for matching (e.g., the propensity score model).  It takes the usual syntax of R formulas, {\tt treat
-    \~\ x1 + x2}, where {\tt treat} is a binary treatment indicator,
-  and {\tt x1} and {\tt x2} are the pre-treatment covariates. Both the
-  treatment indicator and pre-treatment covariates must be contained
-  in the same data frame, which is specified as {\tt data} (see
-  below).  All of the usual R syntax for formulas work here. For
-  example, {\tt x1:x2} represents the first order interaction term
-  between {\tt x1} and {\tt x2}, and {\tt I(x1 \^\ 2)} represents the
-  square term of {\tt x1}. See {\tt help(formula)} for details.
-  
-\item \texttt{data}: the data frame containing the variables called in
-  {\tt formula}.  
-  
-\item \texttt{method}: the matching method (default =
-  \texttt{"nearest"}, nearest neighbor matching).  Currently,
-  \texttt{"exact"} (exact matching), \texttt{"full"} (full matching),
-  \texttt{"nearest"} (nearest neighbor matching), \texttt{"optimal"}
-  (optimal matching), \texttt{"subclass"} (subclassification),
-  \texttt{"genetic"} (genetic matching), and \texttt{"cem"} (coarsened
-  exact matching) are available. Note that within each of these
-  matching methods, \MatchIt\ offers a variety of options. See below
-  for more details.
-  
-\item \texttt{verbose}: a logical value indicating whether to print
-  the status of the matching algorithm (default = \texttt{FALSE}).
-\end{itemize}
-
-
-\paragraph{Additional Arguments for Specification of
-  Distance Measures}
-\label{subsubsec:inputs-all}
-
-The following arguments specify distance measures that are used for
-matching methods. These arguments apply to all matching methods {\it
-  except exact matching}.
-
-\begin{itemize}
-  
-\item \texttt{distance}: the method used to estimate the distance
-  measure (default = {\tt "logit"}, logistic regression) or a
-  numerical vector of user's own distance measure.  Before using any
-  of these techniques, it is best to understand the theoretical
-  groundings of these techniques and to evaluate the results.  Most of
-  these methods (such as logistic or probit regression) define the
-  distance by first estimating the propensity score, defined as the
-  probability of receiving treatment, conditional on the covariates.
-  Available methods include:
-  \begin{itemize}
-  \item {\tt "mahalanobis"}: the Mahalanobis distance measure.
-  \item binomial generalized linear models with one of the following
-    link functions:
-    \begin{itemize}
-    \item \texttt{"logit"}: logistic link 
-    \item {\tt "linear.logit"}: logistic link with linear propensity
-      score\footnote{The linear propensity scores are obtained by
-        transforming back onto a linear scale.}
-    \item \texttt{"probit"}: probit link
-    \item {\tt "linear.probit"}: probit link with linear propensity
-      score
-    \item {\tt "cloglog"}: complementary log-log link
-    \item {\tt "linear.cloglog"}: complementary log-log link with linear
-      propensity score
-    \item {\tt "log"}: log link
-    \item {\tt "linear.log"}: log link with linear propensity score
-    \item {\tt "cauchit"} Cauchy CDF link
-    \item {\tt "linear.cauchit"} Cauchy CDF link with linear propensity
-      score
-    \end{itemize}
-  \item Choose one of the following generalized additive models (see
-    {\tt help(gam)} for more options).
-    \begin{itemize}
-    \item \texttt{"GAMlogit"}: logistic link
-    \item {\tt "GAMlinear.logit"}: logistic link with linear propensity
-      score
-    \item \texttt{"GAMprobit"}: probit link
-    \item {\tt "GAMlinear.probit"}: probit link with linear propensity
-      score
-    \item {\tt "GAMcloglog"}: complementary log-log link 
-    \item {\tt "GAMlinear.cloglog"}: complementary log-log link with
-      linear propensity score
-    \item {\tt "GAMlog"}: log link
-    \item {\tt "GAMlinear.log"}: log link with linear propensity score,
-    \item {\tt "GAMcauchit"}: Cauchy CDF link
-    \item {\tt "GAMlinear.cauchit"}: Cauchy CDF link with linear
-      propensity score
-\end{itemize} 
-\item \texttt{"nnet"}: neural network model.  See {\tt help(nnet)} for
-  more options.
-\item \texttt{"rpart"}: classification trees.  See {\tt help(rpart)}
-  for more options.
-  \end{itemize}
-  
-\item \texttt{distance.options}: optional arguments for estimating the
-  distance measure. The input to this argument should be a list.  For
-  example, if the distance measure is estimated with a logistic
-  regression, users can increase the maximum IWLS iterations by
-  \texttt{distance.options = list(maxit = 5000)}.  Find additional
-  options for general linear models using {\tt help(glm)} or {\tt
-    help(family)}, for general additive models using {\tt help(gam)},
-  for neutral network models {\tt help(nnet)}, and for classification
-  trees {\tt help(rpart)}.
-  
-\item \texttt{discard}: specifies whether to discard units that fall
-  outside some measure of support of the distance measure (default =
-  \texttt{"none"}, discard no units).  Discarding units may change the
-  quantity of interest being estimated by changing the observations left in the analysis. 
-  Enter a logical vector
-  indicating which unit should be discarded or choose from the
-  following options:
-  \begin{itemize}
-  \item \texttt{"none"}: no units will be discarded before matching.
-    Use this option when the units to be matched are substantially
-    similar, such as in the case of matching treatment and control
-    units from a field experiment that was close to (but not fully)
-    randomized (e.g., \citealt{Imai05}), when caliper matching will
-    restrict the donor pool, or when you do not wish to change the
-    quantity of interest and the parametric methods to be used
-    post-matching can be trusted to extrapolate.
-  \item \texttt{"hull.both"}: all units that are not within the convex
-    hull will be discarded.  See \citet{KinZen06,KinZen07} for
-    information about the convex hull in this context and as a measure
-    of model dependence.
-  \item \texttt{"both"}: all units (treated and control) that are
-    outside the support of the distance measure will be discarded.
-  \item \texttt{"hull.control"}: only control units that are not
-    within the convex hull of the treated units will be discarded.  
-  \item \texttt{"control"}: only control units outside the support of
-    the distance measure of the treated units will be discarded.  Use
-    this option when the average treatment effect on the treated is of
-    most interest and when you are unwilling to discard
-    non-overlapping treatment units (which would change the quantity
-    of interest).
-  \item \texttt{"hull.treat"}: only treated units that are not within
-    the convex hull of the control units will be discarded. 
-  \item \texttt{"treat"}: only treated units outside the support of
-    the distance measure of the control units will be discarded.  Use
-    this option when the average treatment effect on the control units
-    is of most interest and when unwilling to discard control units.
-  \end{itemize}
-  
-\item \texttt{reestimate}: If {\tt FALSE} (default), the model for the
-  distance measure will not be re-estimated after units are discarded.
-  The input must be a logical value.  Re-estimation may be desirable
-  for efficiency reasons, especially if many units were discarded and
-  so the post-discard samples are quite different from the original
-  samples.
-  
-\end{itemize}
-
-\paragraph{Additional Arguments for Subclassification}
-\label{subsubsec:inputs-subclass}
-
-\begin{itemize}
-\item \texttt{sub.by}: criteria for subclassification.  Choose from:
-  \texttt{"treat"} (default), the number of treatment units;
-  \texttt{"control"}, the number of control units; or \texttt{"all"},
-  the total number of units.  Changing the default will likely also
-  signal a change in your quantity of interest from the average
-  treatment effect on the treated to other quantities.
-\item \texttt{subclass}: either a scalar specifying the number of
-  subclasses, or a vector of probabilities bounded between 0 and 1,
-  which create quantiles of the distance measure using the units in
-  the group specified by \texttt{sub.by} (default = \texttt{subclass =
-    6}).  
-\end{itemize}
-
-\paragraph{Additional Arguments for Nearest Neighbor Matching}
-\label{subsubsec:inputs-nearest}
-
-\begin{itemize}
-\item \texttt{m.order}: the order in which to match treatment units
-  with control units.
-  \begin{itemize}
-  \item {\tt "largest"} (default): matches from the largest value of
-    the distance measure to the smallest.
-  \item {\tt "smallest"}: matches from the smallest value of the
-    distance measure to the largest.
-  \item {\tt "random"}: matches in random order.
-  \end{itemize}
-\item \texttt{replace}: logical value indicating whether each control
-  unit can be matched to more than one treated unit (default = {\tt
-    replace = FALSE}, each control unit is used at most once -- i.e.,
-  sampling without replacement). For matching with replacement, use
-  \texttt{replace = TRUE}.  After matching with replacement, the weights
-  can be used to reflect the frequency with which each control unit was matched.
-\item \texttt{ratio}: the number of control units to match to each
-  treated unit (default = {\tt 1}).  If matching is done without
-  replacement and there are fewer control units than {\tt ratio} times
-  the number of eligible treated units (i.e., there are not enough
-  control units for the specified method), then the higher ratios will
-  have \texttt{NA} in place of the matching unit number in
-  \texttt{match.matrix}.
-\item \texttt{exact}: variables on which to perform exact matching
-  within the nearest neighbor matching (default = {\tt NULL}, no exact
-  matching).  If \texttt{exact} is specified, only matches that
-  exactly match on the covariates in \texttt{exact} will be allowed.
-  Within the matches that match on the variables in \texttt{exact},
-  the match with the closest distance measure will be chosen.
-  \texttt{exact} should be entered as a vector of variable names
-  (e.g., \texttt{exact = c("X1", "X2")}).
-\item \texttt{caliper}: the number of standard deviations of the
-  distance measure within which to draw control units (default = {\tt
-    0}, no caliper matching).  If a caliper is specified, a control
-  unit within the caliper for a treated unit is randomly selected as
-  the match for that treated unit.  If \texttt{caliper != 0}, there
-  are two additional options:
-  \begin{itemize} 
-  \item \texttt{calclosest}: whether to take the nearest available
-    match if no matches are available within the \texttt{caliper}
-    (default = {\tt FALSE}).
-  \item \texttt{mahvars}: variables on which to perform
-    Mahalanobis-metric matching within each caliper (default = {\tt
-      NULL}).  Variables should be entered as a vector of variable
-    names (e.g., \texttt{mahvars = c("X1", "X2")}).  If
-    \texttt{mahvars} is specified without \texttt{caliper}, the
-    caliper is set to 0.25.
-  \end{itemize}
-\item \texttt{subclass} and \texttt{sub.by}: See the options for
-  subclassification for more details on these options.  If a
-  \texttt{subclass} is specified within \texttt{method = "nearest"},
-  the matched units will be placed into subclasses after the nearest
-  neighbor matching is completed.
-\end{itemize}
-
-\paragraph{Additional Arguments for Optimal Matching}
-\label{subsubsec:inputs-optimal}
-
-\begin{itemize}
-\item {\tt ratio}: the number of control units to be matched to each
-  treatment unit (default = {\tt 1}).
-\item {\tt ...}: additional inputs that can be passed to the {\tt
-    fullmatch()} function in the {\tt optmatch} package. See {\tt
-    help(fullmatch)} or
-  \hlink{http://www.stat.lsa.umich.edu/\~{}bbh/optmatch.html}{http://www.stat.lsa.umich.edu/~bbh/optmatch.html}
-  for details.
-\end{itemize}
-
-\paragraph{Additional Arguments for Full Matching}
-\label{subsubsec:inputs-full}
-
-See {\tt help(fullmatch)} (part of this information is copied below)
-or
-\hlink{http://www.stat.lsa.umich.edu/\~{}bbh/optmatch.html}{http://www.stat.lsa.umich.edu/~bbh/optmatch.html}
-for details.
-
-\begin{itemize}
-\item {\tt min.controls}: The minimum ratio of controls to treatments
-  that is to be permitted within a matched set: should be nonnegative
-  and finite.  If {\tt min.controls} is not a whole number, the
-  reciprocal of a whole number, or zero, then it is rounded down to
-  the nearest whole number or reciprocal of a whole number.
-  
-\item {\tt max.controls}: The maximum ratio of controls to treatments
-  that is to be permitted within a matched set: should be positive and
-  numeric. If {\tt max.controls} is not a whole number, the reciprocal
-  of a whole number, or {\tt Inf}, then it is rounded up to the
-  nearest whole number or reciprocal of a whole number.
-  
-\item {\tt omit.fraction}: Optionally, specify what fraction of
-  controls or treated subjects are to be rejected.  If {\tt
-    omit.fraction} is a positive fraction less than one, then {\tt
-    fullmatch()} leaves up to that fraction of the control reservoir
-  unmatched.  If {\tt omit.fraction} is a negative number greater than
-  $-1$, then {\tt fullmatch()} leaves up to $|{\rm omit.fraction}|$ of
-  the treated group unmatched.  Positive values are only accepted if
-  ${\rm max.controls} >= 1$; negative values, only if ${\rm
-    min.controls} <= 1$.  If {\tt omit.fraction} is not specified,
-  then only those treated and control subjects without permissible
-  matches among the control and treated subjects, respectively, are
-  omitted.
-
-\item {\tt ...}: Additional inputs that can be passed to the {\tt
-    fullmatch()} function in the {\tt optmatch} package.
-\end{itemize}
-
-\paragraph{Additional Arguments for Genetic Matching}
-\label{subsubsec:inputs-genetic}
-
-The available options are listed below.
-\begin{itemize}
-\item {\tt ratio}: the number of control units to be matched to each
-  treatment unit (default = {\tt 1}).
-\item {\tt ...}: additional minor inputs that can be passed to the
-  {\tt GenMatch()} function in the {\tt Matching} package. See {\tt
-    help(GenMatch)} or\\
-  \hlink{http://sekhon.polisci.berkeley.edu/library/Matching/html/GenMatch.html}{http://sekhon.polisci.berkeley.edu/library/Matching/html/GenMatch.html}
-  for details.
-\end{itemize}
-
-\paragraph{Additional Arguments for Coarsened Exact Matching}
-\label{subsubsec:inputs-cem}
-
-The available options are listed here:
-\begin{itemize}
-\item{cutpoints} named list each describing the cutpoints for the
-    variables.  Each list element is either a vector of cutpoints, a
-    number of cutpoints, a method for automatic bin contruction.
-\item{k2k} return k-to-k matching?
-\item{verbose} controls level of verbosity
-\item{dist} user defined distance function 
-\item {\tt ...}: additional minor inputs that can be passed to the
-  {\tt cem()} function in the {\tt cem} package. See {\tt
-    help(cem)} or
-  \hlink{http://gking.harvard.edu/cem}{http://gking.harvard.edu/cem}
-  for details.
-\end{itemize}
-
-\subsubsection{Output Values}
-\label{sec:outputs}
-
-Regardless of the type of matching performed, the \texttt{matchit}
-output object contains the following elements:\footnote{When
-  inapplicable or unnecessary, these elements may equal {\tt NULL}.
-  For example, when exact matching, {\tt match.matrix = NULL}.}
-
-\begin{itemize}
-\item \texttt{call}: the original {\tt matchit()} call.
-  
-\item \texttt{formula}: the formula used to specify the model for
-  estimating the distance measure.
-  
-\item \texttt{model}: the output of the model used to estimate
-  the distance measure.  \texttt{summary(m.out\$model)} will give the
-  summary of the model where \texttt{m.out} is the output object from
-  \texttt{matchit()}.
-  
-\item \texttt{match.matrix}: an $n_1 \times$ \texttt{ratio} matrix
-  where:
-  \begin{itemize}
-  \item the row names represent the names of the treatment units
-    (which match the row names of the data frame specified in
-    \texttt{data}).
-  \item each column stores the name(s) of the control unit(s) matched
-    to the treatment unit of that row. For example, when the
-    \texttt{ratio} input for nearest neighbor or optimal matching is
-    specified as 3, the three columns of \texttt{match.matrix}
-    represent the three control units matched to one treatment unit).
-  \item \texttt{NA} indicates that the treatment unit was not matched.
-  \end{itemize}
-  
-\item \texttt{discarded}: a vector of length $n$ that displays whether
-  the units were ineligible for matching due to common support
-  restrictions.  It equals \texttt{TRUE} if unit $i$ was discarded,
-  and it is set to \texttt{FALSE} otherwise.
-  
-\item \texttt{distance}: a vector of length $n$ with the estimated
-  distance measure for each unit.
-  
-\item \texttt{weights}: a vector of length $n$ with the weights
-  assigned to each unit in the matching process.  Unmatched units have
-  weights equal to $0$. Matched treated units have weight $1$.  Each
-  matched control unit has weight proportional to the number of
-  treatment units to which it was matched, and the sum of the control
-  weights is equal to the number of uniquely matched control units.
- 
-\item \texttt{subclass}: the subclass index in an ordinal scale from 1
-  to the total number of subclasses as specified in \texttt{subclass}
-  (or the total number of subclasses from full or exact matching).
-  Unmatched units have \texttt{NA}.
-  
-\item \texttt{q.cut}: the subclass cut-points that classify the
-  distance measure.
-  
-\item \texttt{treat}: the treatment indicator from \texttt{data} (the
-  left-hand side of \texttt{formula}).
- 
-\item \texttt{X}: the covariates used for estimating the distance
-  measure (the right-hand side of \texttt{formula}).  When applicable,
-  \texttt{X} is augmented by covariates contained in \texttt{mahvars}
-  and \texttt{exact}.
-
-\item \texttt{nn}: A basic summary table of matched data (e.g., the
-  number of matched units)
-
-\end{itemize}
-
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: "matchit"
-%%% End: 
diff --git a/vignettes/mdataref.tex b/vignettes/mdataref.tex
deleted file mode 100644
index 975d076..0000000
--- a/vignettes/mdataref.tex
+++ /dev/null
@@ -1,103 +0,0 @@
-\section{\texttt{match.data()}: Extracting the Matched Data Set}
-\label{sec:match.data}
-
-\subsection{Usage}
-
-To extract the matched data set for subsequent analyses from the
-output object (see Section~\ref{sec:analysis}), we provide the
-function {\tt match.data()}.  This is used as follows:
-
-\begin{verbatim}
-> m.data <- match.data(object, group = "all", distance = "distance", 
-                       weights = "weights", subclass = "subclass")
-\end{verbatim}
-
-The output of the function {\tt match.data()} is the original data
-frame where additional information about matching (i.e., distance
-measure as well as resulting weights and subclasses) is added,
-restricted to units that were matched.
-
-\subsection{Arguments}
-
-{\tt match.data()} takes the following inputs:
-\begin{enumerate}
-\item {\tt object} is the output object from {\tt matchit()}. This is
-  a required input.
-\item {\tt group} specifies for which matched group the user wants to
-  extract the data. Available options are {\tt "all"} (all matched
-  units), {\tt "treat"} (matched units in the treatment group), and
-  {\tt "control"} (matched units in the control group). The default is
-  {\tt "all"}.
-\item {\tt distance} specifies the variable name used to store the
-  distance measure. The default is {\tt "distance"}.
-\item {\tt weights} specifies the variable name used to store the
-  resulting weights from matching. The default is {\tt "weights"}. See
-  Section~\ref{subsec:weights} for more details on the weights.
-\item {\tt subclass} specifies the variable name used to store the
-  subclass indicator. The default is {\tt "subclass"}.
-\end{enumerate}
-
-\subsection{Examples}
-
-Here, we present examples for using {\tt match.data()}. Users can run
-these commands by typing {\tt demo(match.data)} at the R
-prompt. First, we load the Lalonde data,
-
-\begin{verbatim}
-> data(lalonde)
-\end{verbatim}
-
-The next line performs nearest neighbor matching based on the
-estimated propensity score from the logistic regression,
-
-\begin{verbatim}
-> m.out1 <- matchit(treat ~ re74 + re75 + age + educ, data = lalonde, 
-+     method = "nearest", distance = "logit")
-\end{verbatim}
-
-To obtain matched data, type the following command, 
-
-\begin{verbatim}
-> m.data1 <- match.data(m.out1)
-\end{verbatim}
-
-It is easy to summarize the resulting matched data,
-
-\begin{verbatim}
-> summary(m.data1)
-\end{verbatim}
-
-To obtain matched data for the treatment or control group, specify the option
-{\tt group} as follows,
-
-\begin{verbatim}
-> m.data2 <- match.data(m.out1, group = "treat")
-> summary(m.data2)
-> m.data3 <- match.data(m.out1, group = "control")
-> summary(m.data3)
-\end{verbatim}
-
-We can also use the function to return unmatched data:
-
-\begin{verbatim}
-> unmatched.data <- lalonde[!row.names(lalonde)%in%row.names(match.data(m.out1)),]
-\end{verbatim}
-
-We can also specify different names for the subclass indicator, the
-weight variable, and the estimated distance measure. The following
-example first does a subclassification method, obtains the
-matched data with specified names for those three variables, and then
-print out the names of all variables in the resulting matched data.
-
-\begin{verbatim}
-> m.out2 <- matchit(treat ~ re74 + re75 + age + educ, data = lalonde, 
-+     method = "subclass")
-> m.data4 <- match.data(m.out2, subclass = "block", weights = "w", 
-+     distance = "pscore")
-> names(m.data4)
-\end{verbatim}
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: "matchit"
-%%% End: 
diff --git a/vignettes/notation.tex b/vignettes/notation.tex
deleted file mode 100644
index 4aaf294..0000000
--- a/vignettes/notation.tex
+++ /dev/null
@@ -1,151 +0,0 @@
-\documentclass[oneside,letterpaper,titlepage,12pt]{article}
-%\usepackage[ae,hyper]{/usr/lib/R/share/texmf/Rd}
-\usepackage{makeidx}
-\usepackage{graphicx}
-\usepackage{natbib}
-\usepackage[reqno]{amsmath}
-\usepackage{amssymb}
-\usepackage{verbatim}
-\usepackage{epsf}
-\usepackage{url}
-\usepackage{html}
-\usepackage{dcolumn}
-\usepackage{longtable}
-\usepackage{vmargin}
-\setpapersize{USletter}
-\newcolumntype{.}{D{.}{.}{-1}}
-\newcolumntype{d}[1]{D{.}{.}{#1}}
-%\pagestyle{myheadings}
-\htmladdtonavigation{
-  \htmladdnormallink{%
-    \htmladdimg{http://gking.harvard.edu/pics/home.gif}}
-  {http://gking.harvard.edu/}}
-\newcommand{\hlink}{\htmladdnormallink}
-
-\bodytext{ BACKGROUND="http://gking.harvard.edu/pics/temple.setcounter"}
-\setcounter{tocdepth}{3}
-
-\parindent=0cm
-\newcommand{\MatchIt}{\textsc{MatchIt}}
-
-\begin{document}
-
-\begin{center}
-Notation for \MatchIt \\
-Elizabeth Stuart \\
-\end{center}
-
-This document details the notation to be used in the matching paper to accompany \MatchIt,
-as discussed in conference call on April 27, 2004 and emails on April 27-29, 2004. \\
-
-We first provide a general idea of the notation and ideas.  Formal notation follows.
-
-\begin{enumerate}
-\item  There exists in nature fixed values, $\theta_{1i}$ and $\theta_{0i}$, the
-potential outcomes under treatment and control, respectively.  They, or
-more usually their difference, are our quantities of interest and hence
-the inferential target in this exercise.  They are not generally known.
-There also exist in nature a vector of fixed values $X_i$ that are known and
-will play the role of covariates to condition on.  Note that the use of $X_i$ in matching assumes that they are not 
-affected by treatment assignment: $X_{1i}=X_{0i}=X_i$.  If a researcher is interested in adjusting for a variable potentially affected by treatment
-assignment, then methods such as principal stratification should be used. [We can write a paragraph on that somewhere.]
-
-\item  Then (i.e., only after step 1) $T_i$ is created, preferably by the
-experimenter, who assigns its values randomly, but in some cases $T_i$ is
-created by the world and we hope that it was created effectively randomly
-(or randomly conditional on the observed $X_i$).  This is what is known as the assumption of 
-unconfounded treatment assignment: That treatment assignment is independent of
-the potential outcomes given the covariates $X_i$. 
-
-\item  Finally, the observed outcome variable $Y_i$ is calculated
-deterministically as $Y_i = \theta_{1i}T_i + \theta_{0i}(1-T_i)$.  This is
-an accounting identity, not a regression equation with an error term;
-i.e., it is just true, not really an assumption.
-\end{enumerate}
-
-The accounting identity in 3 implies that we observe $\theta_{1i}=Y_i$ (but
-not $\theta_{0i}$) when $T_i=1$, and we observe $\theta_{0i}=Y_i$ (but not
-$\theta_{1i}$) when $T_i=0$.  Since the fundamental problem of causal
-inference indicates that either $\theta_{0i}$ or $\theta_{1i}$ will be
-unobserved for each $i$, we will need to infer their values, for which we
-define $\tilde\theta_{1i} \sim p(\theta_{1i})$  and $\tilde\theta_{0i} \sim
-p(\theta_{0i})$ as draws of the potential outcomes under treatment and
-control, respectively, from their respective predictive posterior
-distributions.\\
-
-We now detail the notation utilized.  Fixed, but sometimes unknown values are represented by Greek letters.  Draws from the posterior
-distribution of these unknown values are represented by a tilde over the variable of interest.  Fixed, but always known values are represented
-by capital Roman letters.
-We first define notation for individual $i$:
-\begin{itemize}
-\item $\theta_{1i}=$ individual $i$'s potential outcome under treatment 
-\item $\theta_{0i}=$ individual $i$'s potential outcome under control
-\item $T_i=$ individual $i$'s observed treatment assignment 
-\begin{itemize} \item $T_i=1$ means individual $i$ receives treatment
-		\item $T_i=0$ means individual $i$ receives control
-\end{itemize}
-\item $\theta_{0i}$ and $\theta_{1i}$ are considered fixed quantities.  Which one is observed depends on the random variable $T_i$.
-\item $Y_i=T_i \theta_{1i} + (1-T_i) \theta_{0i}$ is individual $i$'s observed outcome
-\item Let $Y_{1i}=(\theta_{1i}|T_i=1)$.  Similarly, $Y_{0i}=(\theta_{0i}|T_i=0)$.  One of these is observed for individual $i$.  [Do we actually want this
-notation?  It's not quite right since the capital Roman letter would imply that $Y_{1i}$ is always observed, but the notation may be handy (see below).]
-\item Let $\tilde{\theta}_{0i}$ be a draw from the posterior distribution of $\theta_{0i}$: $\tilde{\theta}_{0i} \sim p(\theta_{0i})$. 
-Similarly, let  $\tilde{\theta}_{1i}$ be a draw from the posterior distribution of $\theta_{1i}$: $\tilde{\theta}_{1i} \sim p(\theta_{1i})$.
-\item Consider variables $X_i$.  If $X_{0i}=X_{1i}=X_i$ then $X$ is a ``proper covariate'' in that it is not affected by treatment assignment.  Only proper
-covariates should be used in the matching procedure.  That $X_i$ is not affected by treatment assignment 
-is always an assumption (sometimes more reasonable than other times)--we never observe $X_{0i}$ and $X_{1i}$ for individual $i$.
-\end{itemize}
-
-For individual $i$, the potentially observed values can be represented by the following 2x2 table:
-
-\begin{center}
-\begin{tabular}{cc|c|c|}
-\multicolumn{4}{c}{\hspace*{4cm} Actual treatment assignment} \\
-\\
-\multicolumn{2}{c}{} & \multicolumn{2}{c}{Control \hfill Treatment} \\
-\cline{3-4}
-& & & \phantom{abcd} \\
-& Control & $\theta_{0i}$, $X_i$ & $\tilde{\theta}_{0i}$, $X_i$ \\
-Potential & & &  \phantom{abcd} \\
-\cline{3-4}
-outcomes under & & & \phantom{abcd} \\
-& Treatment  & $\tilde{\theta}_{1i}$, $X_i$ & $\theta_{1i}$, $X_i$ \\
-& & & \phantom{abcd} \\
-\cline{3-4}
-\end{tabular}
-\end{center}
- 
-For each individual, we are in either Column 1 or Column 2 (depending on treatment assignment).  Within each column, 1 number will be observed and 1 will be a drawn
-value from the posterior distribution (i.e., the true value for that cell is missing). Thus, for each individual we are in the situation of one of the 
-following two vectors of potential outcomes:
-
-\begin{center}
-\begin{tabular}{rl}
-If $T_i=1$: & $(\tilde\theta_{0i}, \theta_{1i})$ \\
-If $T_i=0$: & $(\theta_{0i}, \tilde\theta_{1i})$ \\
-\end{tabular}
-\end{center}
-
-Now consider $n$ individuals observed, with $n_1$ in the treated group and $n_0$ in the control group ($n=n_0+n_1$).  Then we have the following notation:
-\begin{itemize}
-\item $n_1=\sum_{i=1}^n T_i$, $n_0=\sum_{i=1}^n (1-T_i)$
-\item ${\bf Y_0} = \{Y_{i}|T_i=0\}$.  ${\bf Y_0}$ is of length $n_0$.
-\item ${\bf Y_1} = \{Y_{i}|T_i=1\}$.  ${\bf Y_1}$ is of length $n_1$.
-\item ${\bf Y} = \{ {\bf Y_0}, {\bf Y_1}\}$.  ${\bf Y}$ is of length $n$.
-\item $\overline{Y}_1 = \frac{\sum_{i=1}^n T_i \theta_{1i}}{\sum_{i=1}^n T_i}=\frac{\sum_{i=1}^{n_1} Y_{1i}}{n_1}$
-\item $\overline{Y}_0 = \frac{\sum_{i=1}^n (1-T_i) \theta_{0i}}{\sum_{i=1}^n (1-T_i)}=\frac{\sum_{i=1}^{n_0} Y_{0i}}{n_0}$
-\item Observed sample variances would be calculated in a similar way (using ${\bf Y_0}$ and ${\bf Y_1}$).
-\end{itemize}
-
-Throughout, we will use $p()$ to represent pdf's and $g()$ for functional forms of models.
-
-One point to make sure we mention in the write-up is to say what OLS assumes.  OLS with a treatment indicator does:
-$$Y_i|X_i, T_i \sim N(\alpha + \beta_0 T_i + {\boldsymbol \beta} {\bf X_i}, \sigma^2)$$
-which assumes that the models of the potential outcomes follow parallel lines with equal residual variance:
-$$\theta_{1i}|X_i \sim N(\alpha + \beta_0 + {\boldsymbol \beta} {\bf X_i}, \sigma^2)$$
-$$\theta_{0i}|X_i \sim N(\alpha + {\boldsymbol \beta} {\bf X_i}, \sigma^2).$$
-We can also have a graphical representation of this, perhaps with some examples of outcomes that clearly don't have that nice parallel linear relationship,
-and show that this would be a very special case of what we're advocating.
-
-
-
-\end{document}
diff --git a/vignettes/overview.tex b/vignettes/overview.tex
deleted file mode 100644
index d44adc2..0000000
--- a/vignettes/overview.tex
+++ /dev/null
@@ -1,199 +0,0 @@
-
-\MatchIt\ is designed for causal inference with a dichotomous treatment
-variable and a set of pretreatment control variables.  Any number or
-type of dependent variables can be used.  (If you are interested in
-the causal effect of more than one variable in your data set, run
-\MatchIt\ separately for each one; it is unlikely in any event that
-any one parametric model will produce valid causal inferences for more
-than one treatment variable at a time.)  \MatchIt\ can be used for
-other types of causal variables by dichotomizing them, perhaps in
-multiple ways \citep[see also][]{ImaDyk04}.  \MatchIt\ works for
-experimental data, but is usually used for observational studies where
-the treatment variable is not randomly assigned by the investigator,
-or the random assignment goes awry.
-
-We adopt the same notation as in \citet*{HoImaKin07}.  Unless
-otherwise noted, let $i$ index the $n$ units in the data set, $n_1$
-denote the number of treated units, $n_0$ denote the number of control
-units (such that $n=n_0+n_1$), and $x_i$ indicate a vector of
-pretreatment (or control) variables for unit $i$.  Let $t_i=1$ when
-unit $i$ is assigned treatment, and $t_i=0$ when unit $i$ is assigned
-control.  (The labels ``treatment'' and ``control'' and values 1 and 0
-respectively are arbitrary and can be switched for convenience, except
-that some methods of matching are keyed to the definition of the
-treated group.)  Denote $y_i(1)$ as the potential outcome of unit $i$
-under treatment --- the value the outcome variable would take if $t_i$
-were equal to 1, whether or not $t_i$ in fact is 0 or 1 -- and
-$y_i(0)$ the potential outcome of unit $i$ under control --- the value
-the outcome variable would take if $t_i$ were equal to 0, regardless
-of its value in fact.  The variables $y_i(1)$ and $y_i(0)$ are jointly
-unobservable, and for each $i$, we observe one
-$y_i=t_iy_i(1)+(1-t_i)y_i(0)$, and not the other.  
-
-Also denote a fixed vector of exogenous, pretreatment measured
-confounders as $X_i$.  These variables are defined in the hope or
-under the assumption that conditioning on them appropriately will make
-inferences ignorable.  Measures of balance should be computed with
-respect to all of $X$, even if some methods of matching only use some
-components.
-
-\section{Preprocessing via Matching}
-
-If $t_i$ and $X_i$ were independent, we would not need to control for
-$X_i$, and any parametric analysis would effectively reduce to a
-difference in means of $Y$ for the treated and control groups.  The
-goal of matching is to preprocess the data prior to the parametric
-analysis so that the actual relationship between $t_i$ and $X_i$ is
-eliminated or reduced without introducing bias and or increasing
-inefficiency too much.  
-
-When matching we select, duplicate, or selectively drop observations
-from our data, and we do so without inducing bias as long as we use a
-rule that is a function only of $t_i$ and $X_i$ and does not depend on
-the outcome variable $Y_i$.  Many methods that offer this
-preprocessing are included here, including exact, subclassification,
-nearest neighbor, optimal, and genetic
-matching.  For many of these methods the propensity score--defined as the
-probability of receiving the treatment given the covariates--is a key tool.
-In order to avoid changing the quantity of interest, most
-\MatchIt\ routines work by retaining all treated units and selecting (or weighting)
-control units to include in the final data set; this enables
-one to estimate the average treatment effect on the treated (the purpose
-of which is described in Section \ref{s:qoi}).
-
-\MatchIt\ implements and evaluates the choice of the rules for
-matching.  Matching sometimes increases efficiency by eliminating
-heterogeneity or deleting observations outside of an area where a
-model can reasonably be used to extrapolate, but one needs to be
-careful not to lose too many observations in matching or efficiency
-will drop more than the reduction in bias that is achieved.
-
-The simplest way to obtain good matches (as defined above) is to use
-one-to-one exact matching, which pairs each treated unit with one
-control unit for which the values of $X_i$ are identical.  However,
-with many covariates and finite numbers of potential matches, 
-sufficient exact matches often cannot be found.  Indeed, many of the
-other methods implemented in \MatchIt\ attempt to balance the overall
-covariate distributions as much as possible, when sufficient
-one-to-one exact matches are not available.
-
-A key point in \citet*{HoImaKin07} is that matching methods by
-themselves are not methods of estimation: Every use of matching in the
-literature involves an analysis step following the matching procedure,
-but almost all analyses use a simple difference in means.  This
-procedure is appropriate only if exact matching was conducted.  In
-almost all other cases, some adjustment is required, and there is no
-reason to degrade your inferences by using an inferior method of
-analysis such as a difference in means even when improving your
-inferences via preprocessing.  Thus, with \MatchIt, you can improve
-your analyses in two ways. \MatchIt\ analyses are ``doubly
-robust'' in that if \emph{either} the matching analysis \emph{or} the
-analysis model is correct (but not necessarily both) your inferences
-will be statistically consistent.  In practice, the modeling choices
-you make at the analysis stage will be much less consequential if you
-match first.
-
-\section{Checking Balance}
-\label{sec:balance-sum}
-
-The goal of matching is to create a data set that looks closer to one
-that would result from a perfectly blocked (and possibly randomized)
-experiment.  When we get close, we break the link between the treatment
-variable and the pretreatment controls, which makes the parametric
-form of the analysis model less relevant or irrelevant entirely.  To
-break this link, we need the distribution of covariates to be the same
-within the matched treated and control groups.
-
-A crucial part of any matching procedure is, therefore, to assess how
-close the (empirical) covariate distributions are in the two groups,
-which is known as ``balance.''  Because the outcome variable is not
-used in the matching procedure, any number of matching methods can be
-tried and evaluated, and the one matching procedure that leads to the
-best balance can be chosen.  \MatchIt\ provides a number of ways to
-assess the balance of covariates after matching, including numerical
-summaries such as the ``mean Diff.'' (difference in means) or the
-difference in means divided by the treated group standard deviation,
-and summaries based on quantile-quantile plots that compare the
-empirical distributions of each covariate.  The widely used procedure
-of doing t-tests of the difference in means is highly misleading and
-should never be used to assess balance; see \citet{ImaKinStu08}.
-
-These balance diagnostics should be performed on all variables in $X$,
-even if some are excluded from one of the matching procedures.
-
-\section{Conducting Analyses after Matching}\label{s:qoi}
-
-The most common way that parametric analyses are used to compute
-quantities of interest (without matching) is by (statistically)
-holding constant some explanatory variables, changing others, and
-computing predicted or expected values and taking the difference or
-ratio, all by using the parametric functional form.  In the case of
-causal inference, this would mean looking at the effect on the
-expected value of the outcome variable when changing $T$ from 0 to 1,
-while holding constant the pretreatment control variables $X$ at their
-means or medians.  This, and indeed any other appropriate analysis
-procedure, would be a perfectly reasonable way to proceed with
-analysis after matching.  If it is the chosen way to proceed, then
-either treated or control units may be deleted during the matching
-stage, since the same parametric structure is assumed to apply to all
-observations.
-
-In other instances, researchers wish to reduce the assumptions
-inherent in their statistical model and so want to allow for the
-possibility that their treatment effect to vary over observations.  In
-this situation, one popular quantity of interest used is the
-\emph{average treatment effect on the treated} (ATT).  For example,
-for the treated group, the potential outcomes under control, $Y_i(0)$,
-are missing, whereas the outcomes under treatment, $Y_i(1)$, are
-observed, and the goal of the analysis is to impute the missing
-outcomes, $Y_i(0)$ for observations with $T_i=1$.  We do this via
-simulation using a parametric statistical model such as regression,
-logit, or others (as described below).  Once those potential outcomes
-are imputed from the model, the estimate of individual $i$'s treatment
-effect is $Y_i(1)-\widehat{Y}_i(0)$ where $\widehat{Y}_i(0)$ is a
-predicted value of the dependent variable for unit $i$ under the
-counterfactual condition where $T_i=0$.  The in-sample average
-treatment effect for the treated individuals can then be obtained by
-averaging this difference over all observations $i$ where in fact
-$T_i=1$.  Most \MatchIt\ algorithms retain all treated units, and
-choose some subset of or repeated units from the control group, so
-that estimating the ATT is straightforward.  If one chooses options
-that allow matching with replacement, or any solution that has
-different numbers of controls (or treateds) within each subclass or strata (such
-as full matching), 
-then the parametric analysis following matching must accomodate these
-procedures, such as by using fixed effects or weights, as appropriate.
-(Similar procedures can also be used to estimate various other
-quantities of interest such as the average treatment effect by
-computing it for all observations, but then one must be aware that the
-quantity of interest may change during the matching procedure 
-as some control units may be dropped.)
-
-The imputation from the model can be done in at least two ways.
-Recall that the model is used to impute \emph{the value that the
-  outcome variable would take among the treated units if those treated
-  units were actually controls}.  Thus, one reasonable approach would
-be to fit a model to the matched data and create simulated predicted
-values of the dependent variable for the treated units with $T_i$
-switched counterfactually from 1 to 0.  An alternative approach would
-be to fit a model without $T$ by using only the outcomes of the
-matched control units (i.e., using only observations where $T_i=0$).
-Then, given this fitted model, the missing outcomes $Y_i(0)$ are
-imputed for the matched treated units by using the values of the
-explanatory variables for the treated units.  The first approach will
-usually have lower variance, since all observations are used, and the
-second may have less bias, since no assumption of constant parameters
-across the models of the potential outcomes under treatment and control is needed.  
-See \citet*{HoImaKin07} for more details.
-
-Other quantities of interest can also be computed at the parametric
-stage, following any procedures you would have followed in the absence
-of matching.  The advantage is that if matching is done well your
-answers will be more robust to many small changes in parametric
-specification.
-
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: "matchit"
-%%% End: 
diff --git a/vignettes/plotref.tex b/vignettes/plotref.tex
deleted file mode 100644
index 4743c0a..0000000
--- a/vignettes/plotref.tex
+++ /dev/null
@@ -1,105 +0,0 @@
-\section{\texttt{plot()}: Graphical Summaries of Balance}
-
-
-\subsection{Plot options for the matchit object}
-The \texttt{plot()} command allows you to check the distributions of
-propensity scores and covariates in the assignment model, squares, and
-interactions, and within each subclasses if specified.
-
-\subsubsection{Syntax}
-
-\begin{verbatim}
-> plot(m.out, discrete.cutoff = 5, type = "QQ", 
-       numdraws = 5000, interactive = TRUE, which.xs = NULL, ...)
-\end{verbatim}
-
-\subsubsection{Arguments}
-
-\begin{itemize}
-\item {\tt type}: type of output graph. \texttt{type = "QQ"}
-  (default) outputs empirical quantile-quantile plots of each
-  covariate to check balance of marginal distributions. Alternatively,
-  \texttt{type = "jitter"} outputs jitter plots of the propensity
-  score for treated and control units.  Finally, \texttt{type="hist"} outputs  
-  histograms of the propensity score in the original treated and control groups
-  and weighted histograms of the propensity score in the matched treated and control groups.
-  
-\item {\tt discrete.cutoff}: For quantile-quantile plots, discrete
-  covariates that take 5 or fewer values are jittered for visibility.
-  This may be changed by setting this argument to any other positive
-  integer.
-  
-\item {\tt interactive}: If \texttt{TRUE} (default), users can
-  identify individual units by clicking on the graph with the left
-  mouse button, and (when applicable) choose subclasses to plot.
-  
-\item {\tt which.xs}: For quantitle-quantile plots, specifies particular covariate names in a
-  character vector to plot only a subset of the covariates.
-
-\item {\tt subclass}: If \texttt{interactive = FALSE}, users can
-  specify which subclass to plot. 
-
-\end{itemize}
-
-\subsubsection{Output Values}
-
-\begin{itemize}
-\item Empirical quantile-quantile plot: This graph plots covariate
-  values that fall in (approximately) the same quantile of treated and
-  control distributions.  Control unit quantile values are plotted on
-  the x-axis, and treated unit quantile values are plotted on the
-  y-axis.  If values fall below the 45 degree line, control units
-  generally take lower values of the covariate.  Data points that fall
-  exactly on the 45 degree line indicate that the marginal
-  distributions are identical.
-  
-\item Jitter plots: This graph plots jittered estimated propensity
-  scores of treated and control units.  Dark diamonds indicate matched
-  units and grey diamonds indicate unmatched or discarded units.  The
-  area of the diamond is proportional to the weights. Vertical lines
-  are plotted if subclassification is used.
-
-\item Histograms: This graph plots histograms of the estimated propensity 
-scores in the original treated and control groups and weighted histograms of the estimated
-propensity scores in the matched treated and control groups.  Plots can be compared vertically to
-quickly check the balance before and after matching.  
-
-\end{itemize}
-
-\subsection{Plot options for the matchit summary object}
-You can also send a matchit summary object to the \texttt{plot()} command, to obtain
-a summary of the balance on each covariate before and after matching.  The summary() object
-must have been created using the option \texttt{standardize=TRUE}.  The idea for this plot
-came from the ``twang" package by McCaffrey, Ridgeway, and Morral.  
-
-\subsubsection{Syntax}
-
-\begin{verbatim}
-> s.out <- summary(object, standardize=TRUE, ...)
-
-> plot(s.out, ...)
-\end{verbatim}
-
-\subsubsection{Arguments}
-
-\begin{itemize}
-\item {\tt interactive}: If \texttt{TRUE} (default), users can
-  identify individual variables by clicking on the graph with the left
-  mouse button.
-\end{itemize}
-
-\subsubsection{Output Values}
-
-\begin{itemize}
-\item Line plot of standardized differences in means before and after matching.  
-Numbers plotted are those output by the summary() command in the sum.all and sum.matched
-objects.  
-\end{itemize}
-
-
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: "matchit"
-%%% End: 
-
diff --git a/vignettes/preprocess.tex b/vignettes/preprocess.tex
deleted file mode 100644
index 1023b0d..0000000
--- a/vignettes/preprocess.tex
+++ /dev/null
@@ -1,233 +0,0 @@
-\section{Preprocessing via Matching}
-\label{sec:matching}
-
-\subsection{Quick Overview}
-
-The main command \texttt{matchit()} implements the matching
-procedures.  A general syntax is:
-\begin{verbatim}
-> m.out <- matchit(treat ~ x1 + x2, data = mydata)
-\end{verbatim}
-where {\tt treat} is the dichotomous treatment variable, and {\tt x1}
-and {\tt x2} are pre-treatment covariates, all of which are contained
-in the data frame {\tt mydata}.  The dependent variable (or variables)
-may be included in \texttt{mydata} for convenience but is never used
-by \MatchIt\ or included in the formula.  This command creates the
-\MatchIt\ object called \texttt{m.out}.  Name the output object to see
-a quick summary of the results:
-\begin{verbatim}
-> m.out
-\end{verbatim}
-
-\subsection{Examples}
-
-To run any of the examples below, you first must load the library and
-and data:
-\begin{verbatim}
-> library(MatchIt)
-> data(lalonde)
-\end{verbatim}
-
-Our example data set is a subset of the job training program analyzed
-in \citet{lalonde86} and \citet{DehWah99}. \MatchIt\ includes a
-subsample of the original data consisting of the National Supported
-Work Demonstration (NSW) treated group and the comparison sample from
-the Population Survey of Income Dynamics (PSID).\footnote{This data
-  set, \texttt{lalonde}, was created using NSWRE74$\_$TREATED.TXT and
-  CPS3$\_$CONTROLS.TXT from
-  http://www.columbia.edu/$\sim$rd247/nswdata.}  The variables in this
-data set include participation in the job training program
-(\texttt{treat}, which is equal to 1 if participated in the program,
-and 0 otherwise), age ({\tt age}), years of education ({\tt educ}),
-race (\texttt{black} which is equal to 1 if black, and 0 otherwise;
-\texttt{hispan} which is equal to 1 if hispanic, and 0 otherwise),
-marital status (\texttt{married}, which is equal to 1 if married, 0
-otherwise), high school degree (\texttt{nodegree}, which is equal to 1
-if no degree, 0 otherwise), 1974 real earnings (\texttt{re74}), 1975
-real earnings (\texttt{re75}), and the main outcome variable, 1978
-real earnings (\texttt{re78}).
-
-\subsubsection{Exact Matching}
-\label{subsubsec:exact}
-
-The simplest version of matching is exact.  This technique matches
-\emph{each} treated unit to \emph{all} possible control units with
-exactly the same values on all the covariates, forming subclasses such
-that within each subclass all units (treatment and control) have the
-same covariate values.  Exact matching is implemented in \MatchIt\ 
-using \texttt{method = "exact"}.  Exact matching will be done on all
-covariates included on the right-hand side of the \texttt{formula}
-specified in the \MatchIt\ call.  There are no additional options for
-exact matching.  (Exact restrictions on a subset of covariates can
-also be specified in nearest neighbor matching; see
-Section~\ref{subsubsec:nearest}.)  The following example can be
-run by typing {\tt demo(exact)} at the R prompt,
-\begin{verbatim}
-> m.out <- matchit(treat ~ educ + black + hispan, data = lalonde, 
-                   method = "exact")
-\end{verbatim}
-
-\subsubsection{Subclassification}
-\label{subsubsec:subclass}
-
-When there are many covariates (or some covariates can take a large
-number of values), finding sufficient exact matches will often be
-impossible.  The goal of subclassification is to form subclasses, such
-that in each the distribution (rather than the exact values) of
-covariates for the treated and control groups are as similar as
-possible.  Various subclassification schemes exist, including the one
-based on a scalar distance measure such as the propensity score
-estimated using the \texttt{distance} option (see
-Section~\ref{subsubsec:inputs-all}).  Subclassification is implemented
-in \MatchIt\ using \texttt{method = "subclass"}.
-
-The following example script can be run by typing {\tt demo(subclass)}
-at the R prompt,
-\begin{verbatim}
-> m.out <- matchit(treat ~ re74 + re75 + educ + black + hispan + age, 
-                   data = lalonde, method = "subclass")
-\end{verbatim}
-The above syntax forms 6 subclasses, which is the default number
-of subclasses, based on a distance measure (the propensity score) estimated using logistic
-regression.  By default, each subclass will have approximately the
-same number of treated units.
-
-Subclassification may also be used in conjunction with nearest
-neighbor matching described below, by leaving the default of
-\texttt{method = "nearest"} but adding the option \texttt{subclass}.
-When you choose this option, \MatchIt\ selects matches using nearest neighbor
-matching, but
-after the nearest neighbor matches are chosen it places them into
-subclasses, and adds a variable to the output object indicating subclass membership.
-
-
-\subsubsection{Nearest Neighbor Matching}
-\label{subsubsec:nearest}
-
-Nearest neighbor matching selects the $r$ (default=1) best control
-matches for each individual in the treatment group (excluding those
-discarded using the \texttt{discard} option).  Matching is done
-using a distance measure specified by the {\tt distance} option
-(default=logit).  Matches are chosen for each treated unit one at a
-time, with the order specified by the \texttt{m.order} command (default=largest to smallest).  
-At each matching step we choose the control unit that is not
-yet matched but is closest to the treated unit on the distance
-measure.
-
-Nearest neighbor matching is implemented in \MatchIt\ using the
-\texttt{method = "nearest"} option.  The following example script can
-be run by typing {\tt demo(nearest)}:
-\begin{verbatim}
-> m.out <- matchit(treat ~ re74 + re75 + educ + black + hispan + age, 
-                   data = lalonde, method = "nearest")
-\end{verbatim}
-
-\subsubsection{Optimal Matching}
-\label{subsubsec:optimal}
-
-The default nearest neighbor matching method in \MatchIt\ is
-``greedy'' matching, where the closest control match for each treated
-unit is chosen one at a time, without trying to minimize a global
-distance measure.  In contrast, ``optimal'' matching finds the matched
-samples with the smallest average absolute distance across all the
-matched pairs.  \citet{GuRos93} find that greedy and optimal matching
-approaches generally choose the same sets of controls for the overall
-matched samples, but optimal matching does a better job of minimizing
-the distance within each pair.  In addition, optimal matching can be
-helpful when there are not many appropriate control matches for the
-treated units.
-
-Optimal matching is performed with \MatchIt\ by setting \texttt{method
-  = "optimal"}, which automatically loads an add-on package called
-\texttt{optmatch} \citep{Hansen04}.  The following example can also be
-run by typing {\tt demo(optimal)} at the R prompt.  We conduct 2:1 optimal
-ratio matching based on the propensity score from the logistic
-regression.
-\begin{verbatim}
-> m.out <- matchit(treat ~ re74 + re75 + age + educ, data = lalonde, 
-                   method = "optimal", ratio = 2)
-\end{verbatim}
-
-\subsubsection{Full Matching}
-\label{subsubsec:full}
-
-Full matching is a particular type of subclassification that forms the
-subclasses in an optimal way \citep{Rosenbaum02, Hansen04}.  A fully
-matched sample is composed of matched sets, where each matched set
-contains one treated unit and one or more controls (or one control
-unit and one or more treated units).  As with subclassification, the
-only units not placed into a subclass will be those discarded (if a
-\texttt{discard} option is specified) because they are outside the
-range of common support.  Full matching is optimal in terms of
-minimizing a weighted average of the estimated distance measure
-between each treated subject and each control subject within each
-subclass.
-
-Full matching can be performed with \MatchIt\ by setting
-\texttt{method = "full"}.  Just as with optimal matching, we use the
-\texttt{optmatch} package \citep{Hansen04}, which automatically loads
-when needed.  The following example with full matching (using the
-default propensity score based on logistic regression) can also be run
-by typing {\tt demo(full)} at the R prompt:
-\begin{verbatim}
-> m.out <- matchit(treat ~ age + educ + black + hispan + married +
-                   nodegree + re74 + re75, data = lalonde, method = "full")
-\end{verbatim}
-
-\subsubsection{Genetic Matching}
-\label{subsub:genetic}
-
-Genetic matching automates the process of finding a good matching
-solution \citep{DiaSek05}.  The idea is to use a genetic search
-algorithm to find a set of weights for each covariate such that the a
-version of optimal balance is achieved after matching.  As currently
-implemented, matching is done with replacement using the matching
-method of \citet{AbaImb07} and balance is determined by two univariate
-tests, paired t-tests for dichotomous variables and a
-Kolmogorov-Smirnov test for multinomial and continuous variables, but
-these options can be changed.
-
-Genetic matching can be performed with \MatchIt\ by setting
-\texttt{method = "genetic"}, which automatically loads the
-\texttt{Matching} \citep{Sekhon04} package.  The following example of
-genetic matching (using the estimated propensity score based on
-logistic regression as one of the covariates) can also be run by
-typing {\tt demo(genetic)}:
-\begin{verbatim}
-> m.out <- matchit(treat ~ age + educ + black + hispan + married + nodegree + 
-                   re74 + re75, data = lalonde, method = "genetic")
-\end{verbatim}
-
-
-\subsubsection{Coarsened Exact Matching}
-\label{subsub:cem}
-
-Coarsened Exact Matching (CEM) is a Monotonoic Imbalance Bounding
-(MIB) matching method --- which means that the balance between the
-treated and control groups is chosen by the user ex ante rather than
-discovered through the usual laborious process of checking after the
-fact and repeatedly reestimating, and so that adjusting the imbalance
-on one variable has no effect on the maximum imbalance of any other.
-CEM also strictly bounds through ex ante user choice both the degree
-of model dependence and the average treatment effect estimation error,
-eliminates the need for a separate procedure to restrict data to
-common empirical support, meets the congruence principle, is robust to
-measurement error, works well with multiple imputation methods for
-missing data, and is extremely fast computationally even with very
-large data sets.  CEM also works well for multicategory treatments,
-determining blocks in experimental designs, and evaluating extreme
-counterfactuals \citep{IacKinPor08}.
-
-CEM can be performed with \MatchIt\ by setting \texttt{method =
-  "cem"}, which automatically loads the \texttt{cem} package.  The
-following examples of CEM (with automatic coarsening) can also be run
-by typing \texttt{demo(cem)}:
-\begin{verbatim}
-m.out <- matchit(treat ~ age + educ + black + hispan + married + nodegree 
-                 + re74 + re75, data = lalonde, method = "cem")
-\end{verbatim}
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: "matchit"
-%%% End: 
diff --git a/vignettes/summaryref.tex b/vignettes/summaryref.tex
deleted file mode 100644
index 7b8be8f..0000000
--- a/vignettes/summaryref.tex
+++ /dev/null
@@ -1,127 +0,0 @@
-\section{\texttt{summary()}: Numerical Summaries of Balance}
-
-The \texttt{summary()} command returns numerical summaries of balance
-diagnostics.
-
-\subsubsection{Syntax}
-\begin{verbatim}
-summary(object, interactions = FALSE, addlvariables = NULL, standardize = FALSE, ...)
-\end{verbatim}
-
-\subsubsection{Arguments}
-
-\begin{itemize}
-\item \texttt{object}: the output from {\tt matchit()}.
-\item \texttt{interactions}: an option to calculate summary statistics
-  in \texttt{sum.all} and \texttt{sum.matched} for all covariates,
-  their squares, and two-way interactions when \texttt{interactions =
-    TRUE} and only the covariates themselves when \texttt{interactions
-    = FALSE}, (DEFAULT = {\tt FALSE}).
-\item \texttt{addlvariables}: additional variables on which to
-  calculate the diagnostic statistics (in addition to the variables
-  included in the matching procedure) (DEFAULT = {\tt NULL}).
-  \texttt{addlvariables}: a data frame containing additional variables
-  whose balance is examined. The data should come with the same number
-  of units and units in the same order as in the data set used for
-  {\tt matchit()}.
-\item \texttt{standardize}: a logical variable indicating whether to
-  standardize balance measures, i.e., whether the difference in means should be divided
-  by the standard deviation in the original treated group. (DEFAULT = {\tt FALSE})
-\end{itemize}
-
-\subsubsection{Output Values}
-
-The output from the \texttt{summary()} command includes the following
-elements, when applicable:
-\begin{itemize}
-\item The original assignment model call.
-\item \texttt{sum.all}: a data frame that contains variable names and
-  interactions down the row names, and summary statistics on \emph{all
-    observations} in each of the columns.  The columns in
-  \texttt{sum.all} contain: 
-%\footnote{The output for full matching is
-%    slightly different from that described here; see Section
-%    \ref{subsubsec:full} for details.}
-  \begin{itemize}
-  \item means of all covariates $X$ for treated and control units,
-    where \texttt{Means Treated}$= \mu_{X|T=1} = \frac{1}{n_1}
-    \sum_{T=1} X_i$ and \texttt{Means Control}$= \mu_{X|T=0} =
-    \frac{1}{n_0} \sum_{T=0} X_i$,
- \item standard deviation in the control group for all covariates $X$, where applicable, 
-        $$\quad s_{x|T=0} = \sqrt{\frac{\sum_{i \in \{i: T_i=0\}}
-        (X_i - \mu_{X|T=0})^2}{n_0-1} }.$$
-  \item balance statistics of the original data (before matching),
-    which compare treated and control covariate distributions. If {\tt
-      standardize = FALSE}, balance measures will be presented on the
-    original scale. Specifically, mean differences (\texttt{Mean
-      Diff.}) as well as the median, mean, and maximum value of
-    differences in empirical quantile functions for each covariate
-    will be given (\texttt{eQQ Med}, \texttt{eQQ Mean}, and
-    \texttt{eQQ Max}, respectively). If {\tt standardize = TRUE}, the
-    balance measures will be standardized.  Standardized mean
-    differences (\texttt{Std.\ Mean Diff.}), defined as
-    $\frac{\mu_{X|T=1} - \mu_{X|T=0}}{s_{x|T=1}}$, as well as the
-    median, mean, and maximum value of differences in empirical
-    cumulative distribution functions for each covariate will be given
-    (\texttt{eCDF Med}, \texttt{eCDF Mean}, and \texttt{eCDF Max},
-    respectively).
-  \end{itemize}
-  
-\item \texttt{sum.matched}: a data frame which contains variable names
-  down the row names, and summary statistics on only the \emph{matched
-    observations} in each of the columns.  Specifically, the columns
-  in \texttt{sum.matched} contain the following elements:
-%\footnote{The
-%    values output for full matching are slightly different from that
-%    described here; see Section \ref{subsubsec:full} for details}:
-  \begin{itemize}
-  \item weighted means for matched treatment units and matched control units of all covariates
-    $X$ and their interactions, where \texttt{Means Treated}$=
-    \mu_{wX|T=1} = \frac{1}{n_1} \sum_{T=1} w_iX_i$ and \texttt{Means
-      Control}$=\mu_{wX|T=0} = \frac{1}{n_0} \sum_{T=0} w_iX_i$,
-  \item weighted standard deviations in the matched control group for
-    all covariates $X$, where applicable, where \texttt{SD} $= s_{wX} =
-    \sqrt{\frac{1}{n} \sum_{i} (w_iX_i - \overline{X}^*)^2}$, where
-    $\overline{X}^*$ is the weighted mean of $X$ in the matched
-    control group, and
-  \item balance statistics of the matched data (after matching), which
-    compare treated and control covariate distributions. If {\tt
-      standardize = FALSE}, balance measures will be presented on the
-    original scale. Specifically, mean differences (\texttt{Mean
-      Diff.}) as well as the median, mean, and maximum value of
-    differences in empirical quantile functions for each covariate
-    will be given (\texttt{eQQ Med}, \texttt{eQQ Mean}, and
-    \texttt{eQQ Max}, respectively). If {\tt standardize = TRUE}, the
-    balance measures will be standardized.  Standardized mean
-    differences (\texttt{Std.\ Mean Diff.}), defined as
-    $\frac{\mu_{wX|T=1} - \mu_{wX|T=0}}{s_{x|T=1}}$, as well as the
-    median, mean, and maximum value of differences in empirical
-    cumulative distribution functions for each covariate will be given
-    (\texttt{eCDF Med}, \texttt{eCDF Mean}, and \texttt{eCDF Max},
-    respectively).
-  \end{itemize}
-  where $w$ represents the vector of \texttt{weights}.
-  
-\item \texttt{reduction}: the percent reduction in the difference in
-  means achieved in each of the balance measures in \texttt{sum.all}
-  and \texttt{sum.matched}, defined as $100(|a|-|b|)/|a|$, where $a$
-  was the value of the balance measure before matching and $b$ is the
-  value of the balance measure after matching.
-  
-\item \texttt{nn}: the sample sizes in the full and matched samples
-  and the number of discarded units, by treatment and control.
-  
-\item \texttt{q.table}: an array that contains the same information
-  as \texttt{sum.matched} by subclass.
-  
-\item \texttt{qn}: the sample sizes in the full and matched
-  samples and the number of discarded units, by subclass and by
-  treatment and control.
-\item \texttt{match.matrix}: the same object is contained in the
-  output of {\tt matchit()}.
-\end{itemize}
-
-%%% Local Variables: 
-%%% mode: latex
-%%% TeX-master: "matchit"
-%%% End: 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-matchit.git



More information about the debian-science-commits mailing list