Title: Financial Functions & More
Description: This fills the gaps credit analysts and loan modellers at
Optimum Credit identify in the existing R code body.
It allows for the production of documentation with less coding,
replicates a number of Microsoft Excel functions useful for
modelling loans (without rounding), and other helpful functions
for producing charts and tables. It also has some additional scales for
use, including a GBP scale.
Author: Stephanie Locke [aut, cre]
Maintainer: Stephanie Locke <stephanie.g.locke@gmail.com>
Diff between optiRum versions 0.35 dated 2014-12-08 and 0.37.1 dated 2015-11-07
optiRum-0.35/optiRum/tests/testthat/test-formatters.R |only optiRum-0.37.1/optiRum/DESCRIPTION | 21 optiRum-0.37.1/optiRum/MD5 | 162 ++-- optiRum-0.37.1/optiRum/NAMESPACE | 74 +- optiRum-0.37.1/optiRum/NEWS | 116 +-- optiRum-0.37.1/optiRum/R/APR.R | 66 - optiRum-0.37.1/optiRum/R/CJ.dt.R | 58 - optiRum-0.37.1/optiRum/R/PMT.R | 56 - optiRum-0.37.1/optiRum/R/PV.R | 68 +- optiRum-0.37.1/optiRum/R/RATE.R | 98 +- optiRum-0.37.1/optiRum/R/calcNetIncome.R |only optiRum-0.37.1/optiRum/R/convertToXML.R | 98 +- optiRum-0.37.1/optiRum/R/generatePDF.R | 104 +-- optiRum-0.37.1/optiRum/R/giniChart.R | 72 +- optiRum-0.37.1/optiRum/R/giniCoef.R | 52 - optiRum-0.37.1/optiRum/R/logit.odd.R | 36 - optiRum-0.37.1/optiRum/R/logit.prob.R | 36 - optiRum-0.37.1/optiRum/R/multiplot.R | 104 +-- optiRum-0.37.1/optiRum/R/odd.logit.R | 36 - optiRum-0.37.1/optiRum/R/odd.prob.R | 36 - optiRum-0.37.1/optiRum/R/optiRum-package.r | 24 optiRum-0.37.1/optiRum/R/pounds.R | 76 +- optiRum-0.37.1/optiRum/R/prob.logit.R | 36 - optiRum-0.37.1/optiRum/R/prob.odd.R | 36 - optiRum-0.37.1/optiRum/R/sanitise.R | 74 +- optiRum-0.37.1/optiRum/R/scaledScore.R | 40 - optiRum-0.37.1/optiRum/R/taxYear.R |only optiRum-0.37.1/optiRum/R/theme_optimum.R | 48 - optiRum-0.37.1/optiRum/R/thousands.R | 42 - optiRum-0.37.1/optiRum/R/wordwrap.R | 36 - optiRum-0.37.1/optiRum/README.md | 79 +- optiRum-0.37.1/optiRum/build |only optiRum-0.37.1/optiRum/inst |only optiRum-0.37.1/optiRum/man/APR.Rd | 90 +- optiRum-0.37.1/optiRum/man/CJ.dt.Rd | 68 +- optiRum-0.37.1/optiRum/man/PMT.Rd | 81 +- optiRum-0.37.1/optiRum/man/PV.Rd | 85 +- optiRum-0.37.1/optiRum/man/RATE.Rd | 83 +- optiRum-0.37.1/optiRum/man/calcNetIncome.Rd |only optiRum-0.37.1/optiRum/man/convertToXML.Rd | 74 +- optiRum-0.37.1/optiRum/man/generatePDF.Rd | 130 +-- optiRum-0.37.1/optiRum/man/giniChart.Rd | 68 +- optiRum-0.37.1/optiRum/man/giniCoef.Rd | 72 +- optiRum-0.37.1/optiRum/man/logit.odd.Rd | 65 - optiRum-0.37.1/optiRum/man/logit.prob.Rd | 67 + optiRum-0.37.1/optiRum/man/multiplot.Rd | 63 - optiRum-0.37.1/optiRum/man/odd.logit.Rd | 67 + optiRum-0.37.1/optiRum/man/odd.prob.Rd | 67 + optiRum-0.37.1/optiRum/man/optiRum.Rd | 27 optiRum-0.37.1/optiRum/man/pounds_format.Rd | 75 +- optiRum-0.37.1/optiRum/man/prob.logit.Rd | 67 + optiRum-0.37.1/optiRum/man/prob.odd.Rd | 67 + optiRum-0.37.1/optiRum/man/sanitise.Rd | 56 - optiRum-0.37.1/optiRum/man/scaledScore.Rd | 69 +- optiRum-0.37.1/optiRum/man/taxYear.Rd |only optiRum-0.37.1/optiRum/man/theme_optimum.Rd | 54 - optiRum-0.37.1/optiRum/man/thousands_format.Rd | 57 - optiRum-0.37.1/optiRum/man/wordwrap.Rd | 58 - optiRum-0.37.1/optiRum/tests/test-all.R | 4 optiRum-0.37.1/optiRum/tests/testthat/basic.Rnw | 18 optiRum-0.37.1/optiRum/tests/testthat/datatabletest.Rnw | 42 - optiRum-0.37.1/optiRum/tests/testthat/test-APR.R | 54 - optiRum-0.37.1/optiRum/tests/testthat/test-CJ.dt.R | 28 optiRum-0.37.1/optiRum/tests/testthat/test-PMT.R | 36 - optiRum-0.37.1/optiRum/tests/testthat/test-PV.R | 56 - optiRum-0.37.1/optiRum/tests/testthat/test-RATE.R | 56 - optiRum-0.37.1/optiRum/tests/testthat/test-calcNetIncome.R |only optiRum-0.37.1/optiRum/tests/testthat/test-convertToXML.R | 58 - optiRum-0.37.1/optiRum/tests/testthat/test-generatePDF.R | 437 ++++++------- optiRum-0.37.1/optiRum/tests/testthat/test-giniChart.R | 66 - optiRum-0.37.1/optiRum/tests/testthat/test-giniCoef.R | 68 +- optiRum-0.37.1/optiRum/tests/testthat/test-logit.odd.R | 20 optiRum-0.37.1/optiRum/tests/testthat/test-logit.prob.R | 14 optiRum-0.37.1/optiRum/tests/testthat/test-odd.logit.R | 18 optiRum-0.37.1/optiRum/tests/testthat/test-odd.prob.R | 12 optiRum-0.37.1/optiRum/tests/testthat/test-pounds.R |only optiRum-0.37.1/optiRum/tests/testthat/test-prob.logit.R | 12 optiRum-0.37.1/optiRum/tests/testthat/test-prob.odd.R | 16 optiRum-0.37.1/optiRum/tests/testthat/test-sanitise.R | 16 optiRum-0.37.1/optiRum/tests/testthat/test-scaledScore.R | 56 - optiRum-0.37.1/optiRum/tests/testthat/test-taxYear.R |only optiRum-0.37.1/optiRum/tests/testthat/test-theme_optimum.R | 14 optiRum-0.37.1/optiRum/tests/testthat/test-thousands.R |only optiRum-0.37.1/optiRum/tests/testthat/test-wordwrap.R |only optiRum-0.37.1/optiRum/vignettes |only 85 files changed, 2291 insertions(+), 2204 deletions(-)
Title: Stable Isotope Mixing Model
Description: Estimates diet contributions from isotopic sources using JAGS.
Includes estimation of concentration dependence and measurement error.
Author: Jake Ferguson and Jack Hopkins
Maintainer: Jake Ferguson <troutinthemilk@gmail.com>
Diff between IsotopeR versions 0.4.7 dated 2013-10-01 and 0.5 dated 2015-11-07
IsotopeR-0.4.7/IsotopeR/R/Data_Example/DisfcrimSD.csv |only IsotopeR-0.4.7/IsotopeR/R/Data_Example/SourceCD4source.csv |only IsotopeR-0.4.7/IsotopeR/R/Data_Example/Sources2source.csv |only IsotopeR-0.4.7/IsotopeR/R/Data_Example/Sources4source.csv |only IsotopeR-0.4.7/IsotopeR/R/Plot_jags.r |only IsotopeR-0.5/IsotopeR/DESCRIPTION | 16 IsotopeR-0.5/IsotopeR/MD5 | 65 IsotopeR-0.5/IsotopeR/NAMESPACE | 6 IsotopeR-0.5/IsotopeR/NEWS | 12 IsotopeR-0.5/IsotopeR/R/Data_Example/Data_Example.zip |only IsotopeR-0.5/IsotopeR/R/Data_Example/DiscrimSD.csv |only IsotopeR-0.5/IsotopeR/R/Data_Example/Mixtures.csv | 10 IsotopeR-0.5/IsotopeR/R/Data_Example/Sources.csv | 50 IsotopeR-0.5/IsotopeR/R/IsotopeRModelsGroups.R | 1289 +--------- IsotopeR-0.5/IsotopeR/R/IsotopeRModelsNoGroups.R | 1555 ------------- IsotopeR-0.5/IsotopeR/R/IsotopeRgui.R | 251 +- IsotopeR-0.5/IsotopeR/R/Plot_jags.R |only IsotopeR-0.5/IsotopeR/build/vignette.rds |binary IsotopeR-0.5/IsotopeR/man/Bi.plots.Rd | 8 IsotopeR-0.5/IsotopeR/man/IsoWrapper.Rd | 13 IsotopeR-0.5/IsotopeR/man/IsotopeR-package.Rd | 5 IsotopeR-0.5/IsotopeR/man/IsotopeR.Rd | 6 IsotopeR-0.5/IsotopeR/man/RGL.plots.Rd |only IsotopeR-0.5/IsotopeR/man/Tri.plots.Rd | 10 IsotopeR-0.5/IsotopeR/man/curves.plot.Rd | 8 IsotopeR-0.5/IsotopeR/man/load.prev.func.Rd | 3 IsotopeR-0.5/IsotopeR/vignettes/Fig1.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig10.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig11.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig12.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig13.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig14.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig15.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig16.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig17.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig18.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig19.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig2.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig20.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig21.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig22.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig3.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig4.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig5.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig6.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig7.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig8.png |only IsotopeR-0.5/IsotopeR/vignettes/Fig9.png |only IsotopeR-0.5/IsotopeR/vignettes/IsotopeR.Rnw | 488 +--- 49 files changed, 727 insertions(+), 3068 deletions(-)
Title: Manipulate and Play 'ProTracker' Modules
Description: 'ProTracker' is a popular music tracker to sequence
music on a Commodore Amiga machine. This package offers the
opportunity to import, export, manipulate an play 'ProTracker'
module files. Even though the file format could be considered
archaic, it still remains popular to this date. This package
intends to contribute to this popularity and therewith
keeping the legacy of 'ProTracker' and the Commodore Amiga
alive.
Author: Pepijn de Vries [aut, cre, dtc]
Maintainer: Pepijn de Vries <pepijn.devries@outlook.com>
Diff between ProTrackR versions 0.1.3 dated 2015-09-25 and 0.2.3 dated 2015-11-07
ProTrackR-0.1.3/ProTrackR/man/as.raw-method.Rd |only ProTrackR-0.1.3/ProTrackR/man/plot-methods.Rd |only ProTrackR-0.2.3/ProTrackR/DESCRIPTION | 26 ProTrackR-0.2.3/ProTrackR/MD5 | 67 ProTrackR-0.2.3/ProTrackR/NAMESPACE | 16 ProTrackR-0.2.3/ProTrackR/NEWS | 55 ProTrackR-0.2.3/ProTrackR/R/01supporting_functions.r | 52 ProTrackR-0.2.3/ProTrackR/R/02PTCell.r | 6 ProTrackR-0.2.3/ProTrackR/R/03PTTrack.r | 4 ProTrackR-0.2.3/ProTrackR/R/04PTPattern.r | 4 ProTrackR-0.2.3/ProTrackR/R/05PTSample.r | 120 + ProTrackR-0.2.3/ProTrackR/R/06PTModule.r | 76 - ProTrackR-0.2.3/ProTrackR/R/09playing_routines.r | 1421 ++++++++++++++++++- ProTrackR-0.2.3/ProTrackR/R/ProTrackR.r | 144 + ProTrackR-0.2.3/ProTrackR/data/mod.intro.rda |binary ProTrackR-0.2.3/ProTrackR/man/PTModule-class.Rd | 10 ProTrackR-0.2.3/ProTrackR/man/ProTrackR.Rd | 142 + ProTrackR-0.2.3/ProTrackR/man/appendPattern.Rd | 11 ProTrackR-0.2.3/ProTrackR/man/as.raw.Rd |only ProTrackR-0.2.3/ProTrackR/man/clearSamples.Rd |only ProTrackR-0.2.3/ProTrackR/man/clearSong.Rd |only ProTrackR-0.2.3/ProTrackR/man/deletePattern.Rd | 10 ProTrackR-0.2.3/ProTrackR/man/effect.Rd | 2 ProTrackR-0.2.3/ProTrackR/man/modToWave.Rd |only ProTrackR-0.2.3/ProTrackR/man/moduleSize.Rd | 10 ProTrackR-0.2.3/ProTrackR/man/name.Rd | 4 ProTrackR-0.2.3/ProTrackR/man/patternLength.Rd | 10 ProTrackR-0.2.3/ProTrackR/man/patternOrder.Rd | 10 ProTrackR-0.2.3/ProTrackR/man/patternOrderLength.Rd | 10 ProTrackR-0.2.3/ProTrackR/man/playMod.Rd |only ProTrackR-0.2.3/ProTrackR/man/playSample.Rd | 5 ProTrackR-0.2.3/ProTrackR/man/playWave.Rd |only ProTrackR-0.2.3/ProTrackR/man/playingtable.Rd |only ProTrackR-0.2.3/ProTrackR/man/plot.Rd |only ProTrackR-0.2.3/ProTrackR/man/read.module.Rd | 10 ProTrackR-0.2.3/ProTrackR/man/resample.Rd |only ProTrackR-0.2.3/ProTrackR/man/sampleRate.Rd | 10 ProTrackR-0.2.3/ProTrackR/man/trackerFlag.Rd | 10 ProTrackR-0.2.3/ProTrackR/man/waveform.Rd | 30 ProTrackR-0.2.3/ProTrackR/man/write.module.Rd | 10 40 files changed, 2046 insertions(+), 239 deletions(-)
Title: Latent Variable Analysis
Description: Fit a variety of latent variable models, including confirmatory
factor analysis, structural equation modeling and latent growth curve models.
Author: Yves Rosseel [aut, cre],
Daniel Oberski [ctb],
Jarrett Byrnes [ctb],
Leonard Vanbrabant [ctb],
Victoria Savalei [ctb],
Ed Merkle [ctb],
Michael Hallquist [ctb],
Mijke Rhemtulla [ctb],
Myrsini Katsikatsou [ctb],
Mariska Barendse [ctb]
Maintainer: Yves Rosseel <Yves.Rosseel@UGent.be>
Diff between lavaan versions 0.5-19 dated 2015-10-03 and 0.5-20 dated 2015-11-07
DESCRIPTION | 6 MD5 | 60 ++++---- R/ctr_estfun.R | 23 ++- R/ctr_pml_plrt_nested.R | 4 R/lav_bootstrap.R | 8 - R/lav_bootstrap_lrt.R | 4 R/lav_constraints.R | 37 +++++ R/lav_fit_measures.R | 74 ++++++---- R/lav_func_deriv.R | 31 +++- R/lav_model_information.R | 8 - R/lav_model_vcov.R | 30 ++-- R/lav_modification.R | 6 R/lav_object_inspect.R | 145 ++++++++++++++----- R/lav_object_methods.R | 55 +++---- R/lav_options.R | 37 +++-- R/lav_partable_unrestricted.R | 1 R/lav_print.R | 65 ++++++++ R/lav_start.R | 14 - R/lav_test_LRT.R | 14 - R/lav_test_diff.R | 36 ++-- R/lav_test_satorra_bentler.R | 2 R/lavaan.R | 307 ++++++++++++------------------------------ man/InformativeTesting.Rd | 6 man/cfa.Rd | 13 + man/estfun.Rd | 6 man/growth.Rd | 13 + man/lavInspect.Rd | 92 +++++++++--- man/lav_func.Rd | 11 - man/lavaan-class.Rd | 28 +++ man/lavaan.Rd | 13 + man/sem.Rd | 13 + 31 files changed, 699 insertions(+), 463 deletions(-)
Title: Linearized Bregman Algorithms for Generalized Linear Models
Description: Efficient procedures for fitting the regularization path for linear, binomial, multinomial models with lasso, group lasso or block lasso penalty. The package uses Linearized Bregman Algorithm to solve the regularization path through iterations. Bregman Inverse Scale Space Differential Inclusion solver is also provided for linear model with lasso penalty.
Author: Feng Ruan, Jiechao Xiong and Yuan Yao
Maintainer: Jiechao Xiong <xiongjiechao@pku.edu.cn>
Diff between Libra versions 1.2 dated 2015-10-20 and 1.3 dated 2015-11-07
Libra-1.2/Libra/R/LB.R |only Libra-1.2/Libra/R/plot.LB.R |only Libra-1.2/Libra/man/LB.Rd |only Libra-1.2/Libra/man/plot.LB.Rd |only Libra-1.3/Libra/DESCRIPTION | 12 ++++----- Libra-1.3/Libra/MD5 | 32 ++++++++++++++++--------- Libra-1.3/Libra/NAMESPACE | 12 +++++---- Libra-1.3/Libra/R/cv.iss.R |only Libra-1.3/Libra/R/cv.lb.R |only Libra-1.3/Libra/R/iss.R |only Libra-1.3/Libra/R/lb.R |only Libra-1.3/Libra/R/plot.lb.R |only Libra-1.3/Libra/R/predict.lb.R |only Libra-1.3/Libra/man/cv.iss.Rd |only Libra-1.3/Libra/man/cv.lb.Rd |only Libra-1.3/Libra/man/iss.Rd |only Libra-1.3/Libra/man/lb.Rd |only Libra-1.3/Libra/man/plot.lb.Rd |only Libra-1.3/Libra/man/predict.lb.Rd |only Libra-1.3/Libra/src/LBLasso.c | 18 ++++---------- Libra-1.3/Libra/src/LBheader.c | 25 ++++++++++++-------- Libra-1.3/Libra/src/LBheader.h | 6 ++-- Libra-1.3/Libra/src/LBlogistic.c | 18 ++++---------- Libra-1.3/Libra/src/LBmultilogistic.c | 42 +++++++++++++--------------------- Libra-1.3/Libra/src/Makevars | 7 ++++- 25 files changed, 86 insertions(+), 86 deletions(-)
Title: Calculate Pairwise Multiple Comparisons of Mean Rank Sums
Description: The Kruskal and Wallis one-way analysis of variance by ranks
can be employed, if the data do not meet the assumptions
for one-way ANOVA. Provided that significant differences
were detected by the Kruskal-Wallis-Test, one may be interested
in applying post-hoc tests for pairwise multiple comparisons
of the ranked data. Similarly, one-way ANOVA with repeated
measures that is also referred to as ANOVA with unreplicated
block design can also be conducted via the Friedman-Test.
The consequent post-hoc pairwise multiple comparison test according
to Nemenyi is also provided in this package.
Author: Thorsten Pohlert
Maintainer: Thorsten Pohlert <thorsten.pohlert@gmx.de>
Diff between PMCMR versions 1.2 dated 2015-08-22 and 1.3 dated 2015-11-07
DESCRIPTION | 8 ++++---- MD5 | 18 +++++++++--------- NAMESPACE | 1 - inst/NEWS.Rd | 8 ++++++++ inst/doc/PMCMR.R | 22 ++++++++++++++-------- inst/doc/PMCMR.Rnw | 15 ++++++++++----- inst/doc/PMCMR.pdf |binary man/PMCMR-package.Rd | 4 ++-- man/posthoc.friedman.nemenyi.test.Rd | 2 +- vignettes/PMCMR.Rnw | 15 ++++++++++----- 10 files changed, 58 insertions(+), 35 deletions(-)
Title: Post-Hoc Interaction Analysis
Description: Analysis of terms in linear, generalized and mixed linear models,
on the basis of multiple comparisons of factor contrasts. Specially suited
for the analysis of interaction terms.
Author: Helios De Rosario-Martinez [aut, cre],
John Fox [ctb],
R Core Team [ctb]
Maintainer: Helios De Rosario-Martinez <helios.derosario@gmail.com>
Diff between phia versions 0.2-0 dated 2015-02-16 and 0.2-1 dated 2015-11-07
ChangeLog | 17 +++++++++++++++++ DESCRIPTION | 12 ++++++------ MD5 | 31 ++++++++++++++++--------------- NAMESPACE | 9 +++++++-- R/interactionMeans.R | 13 ++++++++----- R/testFactors.R | 19 ++++++++++++++----- build/vignette.rds |binary inst/doc/phia.R |only inst/doc/phia.Rnw | 24 +++++++++++++++++++----- inst/doc/phia.pdf |binary man/contrastCoefficients.Rd | 2 +- man/interactionMeans.Rd | 10 +++++----- man/phia-package.Rd | 4 ++-- man/testFactors.Rd | 4 ++-- man/testInteractions.Rd | 2 +- vignettes/bibliography.bib | 40 +++++++++------------------------------- vignettes/phia.Rnw | 24 +++++++++++++++++++----- 17 files changed, 126 insertions(+), 85 deletions(-)
Title: Convert Text into Speech
Description: Convert text into speech (voice file in 'wav' format) with API offered by ITRI TTS (Text-To-Speech service, Industrial Technology Research Institute, Taiwan. http://tts.itri.org.tw/). One main function is given, tts_ITRI(). English and Chinese (both traditional and simplified) are supported, and user can specify the speaker accent, speed and volume. Using this package requires internet connection.
Author: Xiaodong Deng
Maintainer: Xiaodong Deng <xd_deng@hotmail.com>
Diff between Rtts versions 0.3.2 dated 2015-09-01 and 0.3.3 dated 2015-11-07
DESCRIPTION | 10 +++++----- MD5 | 10 +++++----- NEWS | 11 +++++++++++ R/tts_ITRI.R | 2 +- R/tts_google.R | 20 +++++--------------- man/tts_google.Rd | 9 ++------- 6 files changed, 29 insertions(+), 33 deletions(-)
Title: Implementation of the Panel Data Approach Method for Program
Evaluation
Description: Implements the Panel Data Approach Method for program evaluation as developed in Hsiao, Ching and Ki Wan (2012). pampe estimates the effect of an intervention by comparing the evolution of the outcome for a unit affected by an intervention or treatment to the evolution of the unit had it not been affected by the intervention.
Author: Ainhoa Vega-Bayo
Maintainer: Ainhoa Vega-Bayo <ainhoa.vega@gmail.com>
Diff between pampe versions 1.1.1 dated 2015-05-11 and 1.1.2 dated 2015-11-07
pampe-1.1.1/pampe/R/pampeData.R |only pampe-1.1.1/pampe/man/pampeData.Rd |only pampe-1.1.2/pampe/DESCRIPTION | 8 +- pampe-1.1.2/pampe/MD5 | 13 +-- pampe-1.1.2/pampe/NAMESPACE | 5 + pampe-1.1.2/pampe/R/pampe.R | 120 +++++++----------------------- pampe-1.1.2/pampe/R/print.summary.pampe.R |only pampe-1.1.2/pampe/R/summary.pampe.R | 55 +++---------- pampe-1.1.2/pampe/man/pampe.Rd | 9 +- 9 files changed, 60 insertions(+), 150 deletions(-)
Title: Multinomial Logit Models with Random Parameters
Description: An implementation of maximum simulated likelihood method for the
estimation of multinomial logit models with random coefficients.
Specifically, it allows estimating models with continuous heterogeneity
such as the mixed multinomial logit and the generalized multinomial logit.
It also allows estimating models with discrete heterogeneity such as the
latent class and the mixed-mixed multinomial logit model.
Author: Mauricio Sarrias [aut, cre],
Ricardo Daziano [aut],
Yves Croissant [ctb]
Maintainer: Mauricio Sarrias <msarrias86@gmail.com>
Diff between gmnl versions 1.1 dated 2015-05-31 and 1.1-1 dated 2015-11-07
DESCRIPTION | 20 ++++--- MD5 | 38 +++++++------- NAMESPACE | 8 +- R/glogitform.R | 39 ++++++++------ R/gmnl.R | 124 +++++++++++++++++++++++----------------------- R/gmnl.draws.R | 96 ++++++++++++++++++----------------- R/gmnl.logliks.R | 4 + R/gmnl.methods.R | 132 ++++++++++++++++++++++++++----------------------- inst/NEWS.Rd | 9 +++ man/AIC.gmnl.Rd | 7 +- man/bread.gmnl.Rd | 4 - man/cov.gmnl.Rd | 10 +-- man/effect.gmnl.Rd | 10 +-- man/estfun.gmnl.Rd | 4 - man/gFormula.Rd | 2 man/getSummary.gmnl.Rd | 10 +-- man/gmnl.Rd | 18 +++--- man/plot.gmnl.Rd | 10 +-- man/vcov.gmnl.Rd | 2 man/wtp.gmnl.Rd | 7 +- 20 files changed, 298 insertions(+), 256 deletions(-)
Title: Add Marginal Histograms to 'ggplot2', and More 'ggplot2'
Enhancements
Description: Collection of functions and layers to enhance 'ggplot2'. The main
function is ggMarginal(), which can be used to add marginal
histograms/boxplots/density plots to 'ggplot2' scatterplots.
Author: Dean Attali [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>
Diff between ggExtra versions 0.3.0 dated 2015-09-06 and 0.3.1 dated 2015-11-07
DESCRIPTION | 6 ++-- MD5 | 14 ++++----- NEWS.md | 7 ++++ R/ggMarginal.R | 73 ++++++++++++++++++++++++++++++++++--------------- README.md | 14 +++------ inst/doc/overview.Rmd | 5 ++- inst/doc/overview.html | 34 ++++++++++++---------- vignettes/overview.Rmd | 5 ++- 8 files changed, 99 insertions(+), 59 deletions(-)
Title: Distance Measure Based Judgment and Learning
Description: Implements various decision support tools related to the new product development.
Subroutines include productivity evaluation using distance measures, benchmarking,
risk analysis, technology adoption model, inverse optimization, etc.
Author: Dong-Joon Lim, PhD
Maintainer: Dong-Joon Lim <tgno3.com@gmail.com>
Diff between DJL versions 1.5 dated 2015-10-01 and 1.6 dated 2015-11-07
DESCRIPTION | 8 - MD5 | 47 ++++--- NAMESPACE | 1 NEWS |only R/DJL-internal.R | 250 ++++++++++++++++++++--------------------- R/dm.sf.R | 4 R/roc.dea.R | 7 - R/roc.sf.R | 27 ++-- R/target.arrival.dea.R | 21 +-- R/target.arrival.sf.R |only data/dataset.airplane.2017.rda |only man/dataset.airplane.2017.Rd |only man/dataset.engine.2015.Rd | 2 man/dataset.hev.2013.Rd | 2 man/dm.ddf.Rd | 2 man/dm.dea.Rd | 2 man/dm.sbm.Rd | 5 man/dm.sf.Rd | 4 man/map.soa.ddf.Rd | 6 man/map.soa.dea.Rd | 6 man/map.soa.sbm.Rd | 8 - man/map.soa.sf.Rd | 6 man/roc.dea.Rd | 22 --- man/roc.sf.Rd | 2 man/target.arrival.dea.Rd | 33 ++--- man/target.arrival.sf.Rd |only man/target.spec.dea.Rd | 4 27 files changed, 231 insertions(+), 238 deletions(-)