/usr/lib/R/site-library/Zelig/DESCRIPTION is in r-cran-zelig 5.1.6-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | Package: Zelig
License: GPL (>= 3)
Title: Everyone's Statistical Software
Authors@R: c(
person("Christine", "Choirat", role = "aut"),
person("Christopher", "Gandrud", email = "zelig.zee@gmail.com",
role = c("aut", "cre")),
person("James", "Honaker", role = "aut"),
person("Kosuke", "Imai", role = "aut"),
person("Gary", "King", role = "aut"),
person("Olivia", "Lau", role = "aut"),
person("IQSS", "Harvard University", role = "cph")
)
Description: A framework that brings together an abundance of common
statistical models found across packages into a unified interface, and
provides a common architecture for estimation and interpretation, as well
as bridging functions to absorb increasingly more models into the
package. Zelig allows each individual package, for each
statistical model, to be accessed by a common uniformly structured call and
set of arguments. Moreover, Zelig automates all the surrounding building
blocks of a statistical work-flow--procedures and algorithms that may be
essential to one user's application but which the original package
developer did not use in their own research and might not themselves
support. These include bootstrapping, jackknifing, and re-weighting of data.
In particular, Zelig automatically generates predicted and simulated
quantities of interest (such as relative risk ratios, average treatment
effects, first differences and predicted and expected values) to interpret
and visualize complex models.
URL: https://cran.r-project.org/package=Zelig
BugReports: https://github.com/IQSS/Zelig/issues
Version: 5.1.6
Date: 2018-02-27
Depends: survival
Imports: AER, Amelia, coda, dplyr (>= 0.3.0.2), Formula, geepack,
jsonlite, sandwich, MASS, MatchIt, maxLik, MCMCpack, methods,
quantreg, survey, VGAM
Suggests: ei, eiPack, knitr, networkD3, optmatch, rmarkdown, testthat,
tidyverse, ZeligChoice, ZeligEI, zeligverse
Collate: 'assertions.R' 'model-zelig.R' 'model-timeseries.R'
'model-ma.R' 'model-ar.R' 'model-arima.R' 'model-weibull.R'
'model-tobit.R' 'model-bayes.R' 'model-tobit-bayes.R'
'model-glm.R' 'model-binchoice.R' 'model-probit.R'
'model-probit-bayes.R' 'model-poisson.R'
'model-poisson-bayes.R' 'model-oprobit-bayes.R'
'model-normal.R' 'model-normal-bayes.R' 'model-mlogit-bayes.R'
'model-gamma.R' 'model-gee.R' 'model-logit.R'
'model-logit-bayes.R' 'model-factor-bayes.R'
'model-poisson-gee.R' 'model-normal-gee.R' 'model-gamma-gee.R'
'model-binchoice-gee.R' 'model-probit-gee.R'
'model-logit-gee.R' 'model-relogit.R' 'model-quantile.R'
'model-lognorm.R' 'model-exp.R' 'model-negbinom.R'
'model-ivreg.R' 'model-ls.R' 'utils.R' 'create-json.R'
'datasets.R' 'interface.R' 'model-survey.R'
'model-binchoice-survey.R' 'model-gamma-survey.R'
'model-logit-survey.R' 'model-normal-survey.R'
'model-poisson-survey.R' 'model-probit-survey.R' 'plots.R'
'wrappers.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-02-27 13:47:27 UTC; christophergandrud
Author: Christine Choirat [aut],
Christopher Gandrud [aut, cre],
James Honaker [aut],
Kosuke Imai [aut],
Gary King [aut],
Olivia Lau [aut],
IQSS Harvard University [cph]
Maintainer: Christopher Gandrud <zelig.zee@gmail.com>
Repository: CRAN
Date/Publication: 2018-02-27 17:19:08 UTC
Built: R 3.4.3; ; 'Thu, 22 Mar 2018 14:16:32 +0000'; unix
|