Gary King Homepage Previous: Using WhatIf with Other Up: Examples Next: Technical Details

Demos and Data Sets

R will automatically walk you through the examples related to U.N. peacekeeping by running

  > demo("peace")
The factual and counterfactual U.N. peacekeeping data sets used in the examples are included in the WHATIF package. You may load them by calling:
  > data("peacef")
and
  > data("peacecf")
which stores them as R objects with the corresponding names.



Gary King 2010-08-12