About
This package makes it convenient to install and load all of the stable Zelig packages. This includes:
Use
To use zeligverse, simply load the package:
library(zeligverse)## + Zelig 5.1.1.90000 Date: 2017-05-17
## + ZeligChoice 0.9.5.90000 R: 3.4.0
## + ZeligEI 0.1.1 OS: macOS Sierra 10.12.5
## + Amelia 1.7.4 GUI: unknown
## + MatchIt 3.0.1 Locale: en_US.UTF-8
## + WhatIf 1.5.8 TZ: America/New_YorkAs you can see, all of the stable Zelig packages are loaded.
Installing zeligverse will install these packages.
Adding packages [for developers]
zeligverse developers can add packages to zeligverse by:
adding the package name to the DESCRIPTION
Importsadding the package name to the
coreobject in attach.R
Inspiration
The inspiration (and much of the underlying code) for zeligverse comes from the tidyverse package.