Title: Simplify the Creation of Choropleth Maps in R
Description: Choropleths are thematic maps where geographic regions, such as
states, are colored according to some metric, such as the number of people
who live in that state. This package simplifies this process by 1.
Providing ready-made functions for creating choropleths of common maps. 2.
Providing data and API connections to interesting data sources for making
choropleths. 3. Providing a framework for creating choropleths from
arbitrary shapefiles. 4. Overlaying those maps over reference maps from
Google Maps. Please see the vignettes for more details.
Author: Ari Lamstein <arilamstein@gmail.com>[cre, aut],
Brian P Johnson <brian@pjohnson.info> [ctb, frontend animation code]
Maintainer: Ari Lamstein <arilamstein@gmail.com>
Diff between choroplethr versions 3.3.1 dated 2015-12-21 and 3.4.0 dated 2016-01-01
DESCRIPTION | 15 ++++++++------- MD5 | 15 ++++++++------- NEWS | 6 ++++++ R/admin1.R | 20 +++++++++++++++++--- R/startup_messages.R |only inst/doc/f-world-bank-data.html | 4 ++-- inst/doc/h-creating-your-own-maps.html | 2 +- inst/doc/i-creating-admin1-maps.html | 8 ++------ man/admin1_choropleth.Rd | 14 +++++++++++++- 9 files changed, 57 insertions(+), 27 deletions(-)
Title: The Transfer Entropy Package
Description: Estimates the transfer entropy from one time series to another, where each time series consists of continuous random variables. The transfer entropy is an extension of mutual information which takes into account the direction of information flow, under the assumption that the underlying processes can be described by a Markov model. Two estimation methods are provided. The first calculates transfer entropy as the difference of mutual information. Mutual information is estimated using the Kraskov method, which builds on a nearest-neighbor framework (see package references). The second estimation method estimate transfer entropy via the a generalized correlation sum.
Author: ANN Library: David Mount, Sunil Arya (see src/ann_1.1.2/Copyright.txt).
Transfer Entropy Packge: Ghazaleh Haratinezhad Torbati, Glenn Lawyer.
Maintainer: Ghazaleh Haratinezhad Torbati <ghazaleh@mpi-inf.mpg.de>
Diff between TransferEntropy versions 1.1 dated 2015-12-30 and 1.2 dated 2016-01-01
DESCRIPTION | 17 +++++++---------- MD5 | 8 ++++---- build/partial.rdb |binary inst/COPYRIGHTS | 4 ++-- src/Makevars.win | 2 +- 5 files changed, 14 insertions(+), 17 deletions(-)
More information about TransferEntropy at CRAN
Permanent link
More information about tempcyclesdata at CRAN
Permanent link
Title: Efficient Bayesian Inference for Stochastic Volatility (SV)
Models
Description: Efficient algorithms for fully Bayesian estimation of stochastic volatility (SV) models via Markov chain Monte Carlo (MCMC) methods.
Author: Gregor Kastner [aut, cre]
Maintainer: Gregor Kastner <gregor.kastner@wu.ac.at>
Diff between stochvol versions 1.2.1 dated 2015-11-27 and 1.2.2 dated 2016-01-01
DESCRIPTION | 7 +++---- MD5 | 16 ++++++++-------- NEWS | 4 ++++ R/wrappers.R | 7 ++++--- build/vignette.rds |binary data/exrates.RData |binary inst/doc/article.pdf |binary inst/doc/heavytails.pdf |binary man/svsample2.Rd | 5 ++++- 9 files changed, 23 insertions(+), 16 deletions(-)
Title: Tools Inspired by Stata to Manipulate Tabular Data
Description: A set of tools inspired by Stata to explore data.frames (summarize,
tabulate, xtile, pctile, binscatter, elapsed quarters/month, lead/lag).
Author: Matthieu Gomez [aut, cre]
Maintainer: Matthieu Gomez <mattg@princeton.edu>
Diff between statar versions 0.4.0 dated 2015-12-30 and 0.5.0 dated 2016-01-01
statar-0.4.0/statar/R/fill_gap.R |only statar-0.4.0/statar/R/group.R |only statar-0.4.0/statar/R/set.R |only statar-0.4.0/statar/R/setna.R |only statar-0.4.0/statar/R/setpanel.R |only statar-0.4.0/statar/man/discard.Rd |only statar-0.4.0/statar/man/discard_if.Rd |only statar-0.4.0/statar/man/fill_gap.Rd |only statar-0.4.0/statar/man/group.Rd |only statar-0.4.0/statar/man/keep.Rd |only statar-0.4.0/statar/man/keep_if.Rd |only statar-0.4.0/statar/man/setdiscard.Rd |only statar-0.4.0/statar/man/setkeep.Rd |only statar-0.4.0/statar/man/setna.Rd |only statar-0.5.0/statar/DESCRIPTION | 6 statar-0.5.0/statar/MD5 | 73 ++--- statar-0.5.0/statar/NAMESPACE | 21 - statar-0.5.0/statar/R/count.R | 2 statar-0.5.0/statar/R/is.panel.R |only statar-0.5.0/statar/R/tlead-tlag.R | 18 - statar-0.5.0/statar/R/utils.R | 339 ++++++++++++++++++++------ statar-0.5.0/statar/README.md | 14 - statar-0.5.0/statar/build/vignette.rds |binary statar-0.5.0/statar/inst/doc/panel-data.Rmd | 74 ----- statar-0.5.0/statar/inst/doc/panel-data.html | 71 ----- statar-0.5.0/statar/inst/doc/vector.Rmd | 6 statar-0.5.0/statar/inst/doc/vector.html | 8 statar-0.5.0/statar/man/count.Rd | 5 statar-0.5.0/statar/man/elapsed.Rd | 4 statar-0.5.0/statar/man/find_duplicates.Rd | 2 statar-0.5.0/statar/man/is.panel.Rd | 41 +-- statar-0.5.0/statar/man/join.Rd | 2 statar-0.5.0/statar/man/pctile.Rd | 2 statar-0.5.0/statar/man/stat_binmean.Rd | 6 statar-0.5.0/statar/man/statar.Rd | 2 statar-0.5.0/statar/man/sum_up.Rd | 2 statar-0.5.0/statar/man/tab.Rd | 4 statar-0.5.0/statar/man/tag.Rd | 3 statar-0.5.0/statar/man/tempname.Rd | 2 statar-0.5.0/statar/man/tlead-tlag.Rd | 16 - statar-0.5.0/statar/man/winsorize.Rd | 3 statar-0.5.0/statar/man/xtile.Rd | 4 statar-0.5.0/statar/tests/testthat/test_lag.R | 4 statar-0.5.0/statar/vignettes/panel-data.Rmd | 74 ----- statar-0.5.0/statar/vignettes/vector.Rmd | 6 45 files changed, 414 insertions(+), 400 deletions(-)
Title: Tools for Preprocessing Combinations
Description: Preprocessing is often the most time-consuming phase in knowledge
discovery and preprocessing transformations interdependent in unexpected
ways. This package helps to make preprocessing faster and more effective. It
provides an S4 framework for creating and testing preprocessing combinations
for classification, clustering and outlier detection. The framework supports
user-defined and domain-specific preprocessors and preprocessing phases.
Default preprocessors can be used for low variance removal, missing value
imputation, scaling, outlier removal, noise smoothing, feature selection and
class imbalance correction.
Author: Markus Vattulainen
Maintainer: Markus Vattulainen <markus.vattulainen@gmail.com>
Diff between preprocomb versions 0.1.0 dated 2015-10-11 and 0.2.0 dated 2016-01-01
preprocomb-0.1.0/preprocomb/R/03BaseClass.R |only preprocomb-0.1.0/preprocomb/man/prc.Rd |only preprocomb-0.2.0/preprocomb/DESCRIPTION | 21 - preprocomb-0.2.0/preprocomb/MD5 | 46 +- preprocomb-0.2.0/preprocomb/NAMESPACE | 7 preprocomb-0.2.0/preprocomb/R/00Utils.R | 124 ------ preprocomb-0.2.0/preprocomb/R/01DataClass.R | 50 +- preprocomb-0.2.0/preprocomb/R/02PhaseClass.R | 3 preprocomb-0.2.0/preprocomb/R/03PreprocessorClass.R |only preprocomb-0.2.0/preprocomb/R/04GridClass.R | 158 +++++--- preprocomb-0.2.0/preprocomb/R/05PredictionControlClass.R | 191 +++++----- preprocomb-0.2.0/preprocomb/R/06PreProCombClass.R | 94 ++-- preprocomb-0.2.0/preprocomb/R/07AnalysisComponent.R |only preprocomb-0.2.0/preprocomb/R/08DefaultPreprocessorsAndPhases.R |only preprocomb-0.2.0/preprocomb/man/GridClass-class.Rd | 2 preprocomb-0.2.0/preprocomb/man/PreprocessorClass-class.Rd | 4 preprocomb-0.2.0/preprocomb/man/getpreprocessors.Rd | 4 preprocomb-0.2.0/preprocomb/man/getprogrammaticprediction.Rd |only preprocomb-0.2.0/preprocomb/man/initializedataclassobject.Rd |only preprocomb-0.2.0/preprocomb/man/prepro.Rd |only preprocomb-0.2.0/preprocomb/man/preprocomb.Rd | 20 - preprocomb-0.2.0/preprocomb/man/preprodefault.Rd |only preprocomb-0.2.0/preprocomb/man/setgrid.Rd | 6 preprocomb-0.2.0/preprocomb/man/setphase.Rd | 3 preprocomb-0.2.0/preprocomb/man/setpreprocessor.Rd | 25 - preprocomb-0.2.0/preprocomb/man/showrules.Rd |only preprocomb-0.2.0/preprocomb/man/testpreprocessors.Rd | 2 preprocomb-0.2.0/preprocomb/man/transformdata.Rd | 2 preprocomb-0.2.0/preprocomb/tests |only 29 files changed, 379 insertions(+), 383 deletions(-)
More information about MPLikelihoodWB at CRAN
Permanent link
Title: Analyze Cricketers Based on ESPN Cricinfo Statsguru
Description: Tools for analyzing performances of cricketers based on stats in
ESPN Cricinfo Statsguru. The toolset can be used for analysis of Tests,ODIs
and Twenty20 matches of both batsmen and bowlers.
Author: Tinniam V Ganesh
Maintainer: Tinniam V Ganesh <tvganesh.85@gmail.com>
Diff between cricketr versions 0.0.11 dated 2015-12-30 and 0.0.12 dated 2016-01-01
DESCRIPTION | 6 +- MD5 | 84 +++++++++++++++++++------------------- man/batsman4s.Rd | 7 ++- man/batsman4s6s.Rd | 6 ++ man/batsman6s.Rd | 6 ++ man/batsmanAvgRunsGround.Rd | 5 +- man/batsmanAvgRunsOpposition.Rd | 4 + man/batsmanContributionWonLost.Rd | 5 +- man/batsmanDismissals.Rd | 5 +- man/batsmanMeanStrikeRate.Rd | 5 +- man/batsmanMovingAverage.Rd | 5 +- man/batsmanPerfBoxHist.Rd | 6 ++ man/batsmanPerfForecast.Rd | 5 +- man/batsmanPerfHomeAway.Rd | 6 ++ man/batsmanRunsFreqPerf.Rd | 5 +- man/batsmanRunsLikelihood.Rd | 5 +- man/batsmanRunsPredict.Rd | 6 +- man/batsmanRunsRanges.Rd | 5 +- man/batsmanScoringRateODTT.Rd | 6 +- man/battingPerf3d.Rd | 5 +- man/bowlerAvgWktsGround.Rd | 5 +- man/bowlerAvgWktsOpposition.Rd | 5 +- man/bowlerContributionWonLost.Rd | 5 +- man/bowlerEconRate.Rd | 6 ++ man/bowlerHistWickets.Rd | 6 ++ man/bowlerMovingAverage.Rd | 4 + man/bowlerPerfForecast.Rd | 5 +- man/bowlerPerfHomeAway.Rd | 5 +- man/bowlerWktRateTT.Rd | 5 +- man/bowlerWktsFreqPercent.Rd | 5 +- man/bowlerWktsRunsPlot.Rd | 5 +- man/checkBatsmanInForm.Rd | 5 +- man/checkBowlerInForm.Rd | 5 +- man/clean.Rd | 3 - man/cleanBowlerData.Rd | 3 - man/relativeBatsmanSR.Rd | 8 ++- man/relativeBatsmanSRODTT.Rd | 10 +++- man/relativeBowlingER.Rd | 9 ++-- man/relativeBowlingERODTT.Rd | 11 +++- man/relativeBowlingPerf.Rd | 11 +++- man/relativeRunsFreqPerf.Rd | 9 ++-- man/relativeRunsFreqPerfODTT.Rd | 12 +++-- man/relativeWktRateTT.Rd | 9 ++-- 43 files changed, 231 insertions(+), 107 deletions(-)
Title: Bayesian Non- and Semi-Parametric Model Fitting
Description: Markov chain Monte Carlo algorithms for non- and semi-parametric models.
Author: Georgios Papageorgiou
Maintainer: Georgios Papageorgiou <gpapageo@gmail.com>
Diff between BNSP versions 1.0.5 dated 2015-07-08 and 1.1.0 dated 2016-01-01
ChangeLog | 4 DESCRIPTION | 8 MD5 | 20 - R/bnpglm.R | 125 +++++++-- man/BNSP-package.Rd | 8 man/bnpglm.Rd | 306 +++++++++++++++++----- man/simD.rd | 3 src/OneResLtnt.c | 509 +++++++++++++++++++++++++------------ src/other.functions.h | 687 ++++++++++++++++++++++++++++++++++++++------------ src/pdfs.h | 194 +++++++++++++- src/sampling.h | 105 ++++++- 11 files changed, 1513 insertions(+), 456 deletions(-)
Title: Dynamic Documents for R
Description: Convert R Markdown documents into a variety of formats.
Author: JJ Allaire [aut, cre],
Joe Cheng [aut],
Yihui Xie [aut],
Jonathan McPherson [aut],
Winston Chang [aut],
Jeff Allen [aut],
Hadley Wickham [aut],
Aron Atkins [aut],
Rob Hyndman [aut],
RStudio, Inc. [cph],
jQuery Foundation [cph] (jQuery library),
jQuery contributors [ctb, cph] (jQuery library; authors listed in
inst/rmd/h/jquery-AUTHORS.txt),
Mark Otto [ctb] (Bootstrap library),
Jacob Thornton [ctb] (Bootstrap library),
Bootstrap contributors [ctb] (Bootstrap library),
Twitter, Inc [cph] (Bootstrap library),
Alexander Farkas [ctb, cph] (html5shiv library),
Scott Jehl [ctb, cph] (Respond.js library),
Ivan Sagalaev [ctb, cph] (highlight.js library),
John MacFarlane [ctb, cph] (Pandoc templates),
Google, Inc. [ctb, cph] (ioslides library),
Dave Raggett [ctb] (slidy library),
W3C [cph] (slidy library)
Maintainer: JJ Allaire <jj@rstudio.com>
Diff between rmarkdown versions 0.9.1 dated 2015-12-31 and 0.9.2 dated 2016-01-01
DESCRIPTION | 6 +++--- MD5 | 6 +++--- R/render.R | 2 +- inst/NEWS | 5 +++++ 4 files changed, 12 insertions(+), 7 deletions(-)
Title: Models and Tests for Departure from Hardy-Weinberg Equilibrium
and Independence Between Loci
Description: Fits models for genotypic disequilibria, as described in
Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986).
Contrast terms are available that account for first order interactions
between loci. Also implements, for a single locus in a single
population, a conditional exact test for Hardy-Weinberg equilibrium.
Author: John Maindonald, with \code{hwexact()} from Randall Johnson.
Maintainer: John Maindonald <John.Maindonald@anu.edu.au>
Diff between hwde versions 0.66 dated 2015-09-14 and 0.67 dated 2016-01-01
DESCRIPTION | 10 +++++----- MD5 | 6 +++--- build/vignette.rds |binary man/MendelABC.Rd | 4 +--- 4 files changed, 9 insertions(+), 11 deletions(-)