[r-cran-zelig] 03/09: Update upstream source from tag 'upstream/5.1.5'
Andreas Tille
tille at debian.org
Mon Nov 27 15:40:14 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-zelig.
commit cdff05c7b43f6024651cfa02beef0a83b157e9d6
Merge: e00b846 16e92a5
Author: Andreas Tille <tille at debian.org>
Date: Mon Nov 27 16:15:02 2017 +0100
Update upstream source from tag 'upstream/5.1.5'
Update to upstream version '5.1.5'
with Debian dir 24998a11b207196b18d96f6b81a5433f802b5c58
DESCRIPTION | 82 +-
MD5 | 402 +++---
NAMESPACE | 23 +-
NEWS.md | 341 +++++
R/assertions.R | 174 +++
R/create-json.R | 29 +-
R/datasets.R | 11 +
R/interface.R | 593 +++++++++
R/model-ar.R | 69 +-
R/model-arima.R | 519 ++++----
R/model-bayes.R | 2 +-
R/model-exp.R | 95 +-
R/model-factor-bayes.R | 148 ++-
R/model-gamma-gee.R | 70 +-
R/model-gamma-survey.R | 67 +-
R/model-gamma.R | 77 +-
R/model-gee.R | 10 +-
R/model-glm.R | 4 +-
R/model-ivreg.R | 198 +++
R/model-logit-bayes.R | 89 +-
R/model-logit-gee.R | 74 +-
R/model-logit-survey.R | 76 +-
R/model-logit.R | 107 +-
R/model-lognorm.R | 96 +-
R/model-ls.R | 92 +-
R/model-ma.R | 67 +-
R/model-mlogit-bayes.R | 88 +-
R/model-negbinom.R | 60 +-
R/model-normal-bayes.R | 88 +-
R/model-normal-gee.R | 73 +-
R/model-normal-survey.R | 59 +-
R/model-normal.R | 72 +-
R/model-oprobit-bayes.R | 79 +-
R/model-poisson-bayes.R | 75 +-
R/model-poisson-gee.R | 66 +-
R/model-poisson-survey.R | 57 +-
R/model-poisson.R | 61 +-
R/model-probit-bayes.R | 83 +-
R/model-probit-gee.R | 69 +-
R/model-probit-survey.R | 91 +-
R/model-probit.R | 56 +-
R/model-quantile.R | 149 ++-
R/model-relogit.R | 225 +++-
R/model-survey.R | 116 +-
R/model-timeseries.R | 120 +-
R/model-tobit-bayes.R | 86 +-
R/model-tobit.R | 78 +-
R/model-weibull.R | 121 +-
R/model-zelig.R | 1315 ++++++++++++--------
R/plots.R | 425 ++++---
R/utils.R | 708 +++++++++--
R/wrappers.R | 462 +++++--
README.md | 224 ++++
data/CigarettesSW.tab | 97 ++
demo/00Index | 42 -
demo/demo-amelia.R | 48 -
demo/demo-data-table.R | 21 -
demo/demo-dplyr.R | 40 -
demo/demo-exp.R | 25 -
demo/demo-factor-bayes.R | 65 -
demo/demo-feedback.R | 10 -
demo/demo-gamma-gee.R | 34 -
demo/demo-gamma.R | 22 -
demo/demo-json.R | 18 -
demo/demo-logit-bayes.R | 28 -
demo/demo-logit-gee.R | 23 -
demo/demo-logit.R | 51 -
demo/demo-lognorm.R | 25 -
demo/demo-ls.R | 39 -
demo/demo-mlogit-bayes.R | 23 -
demo/demo-negbinom.R | 24 -
demo/demo-normal-bayes.R | 24 -
demo/demo-normal-gee.R | 27 -
demo/demo-normal.R | 21 -
demo/demo-oprobit-bayes.R | 26 -
demo/demo-poisson-bayes.R | 36 -
demo/demo-poisson-gee.R | 27 -
demo/demo-poisson.R | 48 -
demo/demo-probit-bayes.R | 27 -
demo/demo-probit-gee.R | 25 -
demo/demo-probit.R | 27 -
demo/demo-quantile.R | 86 --
demo/demo-range.R | 61 -
demo/demo-relogit.R | 87 --
demo/demo-roc.R | 5 -
demo/demo-scope.R | 61 -
demo/demo-setx-2.R | 48 -
demo/demo-setx-fn.R | 29 -
demo/demo-setx.R | 19 -
demo/demo-show.R | 8 -
demo/demo-signif-stars.R | 4 -
demo/demo-strata.R | 49 -
demo/demo-tobit.R | 28 -
demo/demo-tobitbayes.R | 9 -
demo/demo-weibull.R | 19 -
demo/demo-wrappers.R | 18 -
demo/demo-zip.R | 56 -
inst/JSON/zelig5models.json | 114 +-
inst/doc/quickstart.R | 70 ++
inst/doc/quickstart.Rmd | 151 +++
man/ATT.Rd | 35 +
man/CigarettesSW.Rd | 16 +
man/MatchIt.url.Rd | 2 +-
man/Median.Rd | 3 +-
man/Mode.Rd | 7 +-
man/Zelig-ar-class.Rd | 80 +-
man/Zelig-arima-class.Rd | 85 +-
man/Zelig-bayes-class.Rd | 4 +-
man/Zelig-class.Rd | 35 +-
man/Zelig-exp-class.Rd | 82 +-
man/Zelig-factor-bayes-class.Rd | 142 ++-
man/Zelig-gamma-class.Rd | 70 +-
man/Zelig-gamma-gee-class.Rd | 86 +-
man/Zelig-gamma-survey-class.Rd | 71 +-
man/Zelig-gee-class.Rd | 2 +-
man/Zelig-glm-class.Rd | 2 +-
man/Zelig-ivreg-class.Rd | 150 +++
man/Zelig-logit-bayes-class.Rd | 91 +-
man/Zelig-logit-class.Rd | 89 +-
man/Zelig-logit-gee-class.Rd | 87 +-
man/Zelig-logit-survey-class.Rd | 86 +-
man/Zelig-lognorm-class.Rd | 83 +-
man/Zelig-ls-class.Rd | 73 +-
man/Zelig-ma-class.Rd | 78 +-
man/Zelig-mlogit-bayes-class.Rd | 97 +-
man/Zelig-negbin-class.Rd | 72 +-
man/Zelig-normal-bayes-class.Rd | 96 +-
man/Zelig-normal-class.Rd | 86 +-
man/Zelig-normal-gee-class.Rd | 92 +-
man/Zelig-normal-survey-class.Rd | 70 +-
man/Zelig-oprobit-bayes-class.Rd | 79 +-
man/Zelig-poisson-bayes-class.Rd | 87 +-
man/Zelig-poisson-class.Rd | 76 +-
man/Zelig-poisson-gee-class.Rd | 80 +-
man/Zelig-poisson-survey-class.Rd | 70 +-
man/Zelig-probit-bayes-class.Rd | 92 +-
man/Zelig-probit-class.Rd | 63 +-
man/Zelig-probit-gee-class.Rd | 85 +-
man/Zelig-probit-survey-class.Rd | 102 +-
man/Zelig-quantile-class.Rd | 96 +-
man/Zelig-relogit-class.Rd | 90 +-
man/Zelig-survey-class.Rd | 2 +-
man/Zelig-timeseries-class.Rd | 2 +-
man/Zelig-tobit-bayes-class.Rd | 101 +-
man/Zelig-tobit-class.Rd | 91 +-
man/Zelig-weibull-class.Rd | 87 +-
man/Zelig.url.Rd | 2 +-
man/avg.Rd | 1 -
man/ci.plot.Rd | 9 +-
man/ci_check.Rd | 16 +
man/cluster.formula.Rd | 1 -
man/coalition2.Rd | 64 +-
man/coef-Zelig-method.Rd | 5 +-
...elig-method.Rd => coefficients-Zelig-method.Rd} | 9 +-
man/combine_coef_se.Rd | 65 +
man/createJSON.Rd | 7 +-
man/df.residual-Zelig-method.Rd | 15 +
man/expand_grid_setrange.Rd | 15 +
man/extract_setrange.Rd | 27 +
man/extract_setx.Rd | 26 +
man/factor_coef_combine.Rd | 22 +
man/figures/example_plot_ci_plot-1.png | Bin 0 -> 40652 bytes
man/figures/example_plot_graph-1.png | Bin 0 -> 97188 bytes
man/figures/img/zelig_models_thumb.png | Bin 0 -> 101040 bytes
man/figures/img/zelig_poster.jpeg | Bin 0 -> 45172 bytes
man/figures/zelig.png | Bin 0 -> 15074 bytes
man/fitted-Zelig-method.Rd | 1 -
man/friendship.Rd | 56 +-
man/from_zelig_model.Rd | 29 +
man/get_pvalue.Rd | 17 +
man/get_qi.Rd | 27 +
man/get_se.Rd | 17 +
man/homerun.Rd | 50 +-
man/is_length_not_1.Rd | 20 +
man/is_sims_present.Rd | 16 +
man/is_simsrange.Rd | 17 +
man/is_simsrange1.Rd | 17 +
man/is_simsx.Rd | 17 +
man/is_simsx1.Rd | 19 +
man/is_timeseries.Rd | 19 +
man/is_uninitializedField.Rd | 20 +
man/is_varying.Rd | 19 +
man/is_zelig.Rd | 16 +
man/is_zeligei.Rd | 20 +
man/mi.Rd | 18 +
man/model_lookup_df.Rd | 16 +
man/names-Zelig-method.Rd | 15 +
man/or_summary.Rd | 22 +
man/p_pull.Rd | 15 +
man/plot-Zelig-ANY-method.Rd | 1 -
man/predict-Zelig-method.Rd | 1 -
man/qi.plot.Rd | 3 +-
man/qi_slimmer.Rd | 51 +
man/reduce.Rd | 14 +-
man/relogit.Rd | 5 +-
man/residuals-Zelig-method.Rd | 15 +
man/rm_intercept.Rd | 17 +
man/rocplot.Rd | 3 +-
man/se_pull.Rd | 15 +
man/setfactor.Rd | 1 -
man/setval.Rd | 1 -
man/setx.Rd | 45 +-
man/setx1.Rd | 66 +
man/sim.Rd | 52 +-
man/simacf.Rd | 1 -
man/simulations.plot.Rd | 1 -
man/stat.Rd | 1 -
man/statlevel.Rd | 3 +-
man/statmat.Rd | 5 +-
man/strip_package_name.Rd | 15 +
man/summary-Zelig-method.Rd | 5 +-
man/summary.Arima.Rd | 1 -
man/table.levels.Rd | 3 +-
man/to_zelig.Rd | 28 +
man/to_zelig_mi.Rd | 41 +
man/transformer.Rd | 31 +
man/vcov-Zelig-method.Rd | 5 +-
man/vcov_gee.Rd | 14 +
man/vcov_rq.Rd | 14 +
man/voteincome.Rd | 54 +-
man/zelig.Rd | 72 +-
man/zeligACFplot.Rd | 1 -
man/zeligARMAbreakforecaster.Rd | 1 -
man/zeligARMAlongrun.Rd | 1 -
man/zeligARMAnextstep.Rd | 1 -
man/zeligArimaWrapper.Rd | 1 -
man/{zeligPlyrMutate.Rd => zelig_mutate.Rd} | 12 +-
man/zelig_qi_to_df.Rd | 91 ++
man/zelig_setx_to_df.Rd | 64 +
tests/testthat.R | 10 +-
tests/testthat/test-amelia.R | 23 +
tests/testthat/test-arima.R | 181 +++
tests/testthat/test-assertions.R | 61 +
tests/testthat/test-bayesdiagnostics.R | 32 +
tests/testthat/test-createJSON.R | 10 +
tests/testthat/test-exp.R | 19 +
tests/testthat/test-gamma.R | 23 +
tests/testthat/test-gammasurvey.R | 7 +
tests/testthat/test-interface.R | 111 ++
tests/testthat/test-ivreg.R | 69 +
tests/testthat/test-logit.R | 32 +-
tests/testthat/test-logitbayes.R | 7 +
tests/testthat/test-logitsurvey.R | 7 +
tests/testthat/test-lognom.R | 4 +-
tests/testthat/test-ls.R | 166 ++-
tests/testthat/test-matchit.R | 21 +
tests/testthat/test-negbin.R | 12 +-
tests/testthat/test-normal-gee.R | 51 +
tests/testthat/test-normal.R | 8 +
tests/testthat/test-normalbayes.R | 8 +
tests/testthat/test-normalsurvey.R | 15 +
tests/testthat/test-plots.R | 42 +
tests/testthat/test-poisson.R | 35 +-
tests/testthat/test-poissonbayes.R | 7 +
tests/testthat/test-poissonsurvey.R | 8 +
tests/testthat/test-probit.R | 29 +-
tests/testthat/test-probitbayes.R | 7 +
tests/testthat/test-probitsurvey.R | 7 +
tests/testthat/test-qislimmer.R | 33 +
tests/testthat/test-quantile.R | 44 +
tests/testthat/test-relogit.R | 108 ++
tests/testthat/test-survey.R | 56 +
tests/testthat/test-tobit.R | 22 +
tests/testthat/test-tobitbayes.R | 7 +
tests/testthat/test-utils.R | 84 ++
tests/testthat/test-weibull.R | 7 +
tests/testthat/test-weights.R | 35 +
tests/testthat/test-wrappers.R | 85 ++
tests/testthat/test-zelig.R | 326 +++++
269 files changed, 13484 insertions(+), 3499 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-zelig.git
More information about the debian-science-commits
mailing list