Title: Some Invalid Some Valid Instrumental Variables Estimator
Description: Selects invalid instruments amongst a candidate of potentially bad instruments. The algorithm selects potentially invalid instruments and provides an estimate of the causal effect between exposure and outcome.
Author: Hyunseung Kang <khyuns@wharton.upenn.edu>
Maintainer: Hyunseung Kang <khyuns@wharton.upenn.edu>
Diff between sisVIVE versions 1.0 dated 2014-10-17 and 1.1 dated 2015-05-05
DESCRIPTION | 10 +++++----- MD5 | 6 +++--- R/sisVIVE.R | 2 +- man/sisVIVE.Rd | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-)
Title: Analysis of Subjective Perspectives Using Q Methodology
Description: Analysis of Q methodology, used to identify distinct perspectives existing within a group. This methodology is used across social, health and environmental sciences to understand diversity of attitudes, discourses, or decision-making styles (for more information, see http://qmethod.org).
A single function runs the full analysis. Each step can be run separately using the corresponding functions: for automatic flagging of Q-sorts (manual flagging is optional), for statement scores, for distinguishing and consensus statements, and for general characteristics of the factors.
Additional functions are available to import and export data, to print and plot, to import raw data from individual *.CSV files, and to make printable cards.
The package uses principal components and it allows manual or automatic flagging, a number of mathematical methods for rotation, and a number of correlation coefficients for the initial correlation matrix.
See further details in the package documentation, and in the web pages below, which include a cookbook, guidelines for more advanced analysis (how to perform manual flagging or change the sign of factors), data management, and a beta graphical user interface for online and offline use.
Author: Aiora Zabala [aut, cre] (Main author),
Maximilian Held [aut] (Author of additional data management functions)
Maintainer: Aiora Zabala <aiora.zabala@gmail.com>
Diff between qmethod versions 1.3.0 dated 2015-03-30 and 1.3.1 dated 2015-05-05
DESCRIPTION | 12 ++++++------ MD5 | 18 ++++++++++-------- NAMESPACE | 1 + R/import.htmlq.R |only R/import.pqmethod.R | 2 +- R/qmethod.R | 1 + man/import.htmlq.Rd |only man/import.q.sorts.Rd | 6 ++++-- man/make.cards.Rd | 4 +++- man/qmethod-package.Rd | 2 +- man/qzscores.Rd | 3 ++- 11 files changed, 29 insertions(+), 20 deletions(-)
Title: Event History Analysis
Description: Sampling of risk sets in Cox regression, selections in
the Lexis diagram, bootstrapping. Parametric proportional
hazards fitting with left truncation and right censoring for
common families of distributions, piecewise constant hazards,
and discrete models. AFT regression for left truncated and
right censored data. Binary and Poisson regression for
clustered data, fixed and random effects with bootstrapping.
Author: Göran Broström [aut, cre]
Maintainer: Göran Broström <goran.brostrom@umu.se>
Diff between eha versions 2.4-2 dated 2014-12-17 and 2.4-3 dated 2015-05-05
ChangeLog | 19 +++++++++++++++++++ DESCRIPTION | 14 +++++++------- MD5 | 44 +++++++++++++++++++++++--------------------- NAMESPACE | 2 ++ R/check.dist.R | 8 +++++--- R/coxreg.R | 42 +++++++++++++++++++++++++++++++----------- R/getHaz.R | 2 ++ R/glmmMLBoot.R | 2 ++ R/glmmboot.R | 4 ++-- R/phreg.R | 8 ++++++-- R/plot.coxreg.R | 24 +++++++++++++++++++----- R/print.aftreg.R | 4 +++- R/print.phreg.R | 4 ++-- R/print.risksets.R |only R/risksets.R | 29 +++++++++++++++++++++-------- build/vignette.rds |binary man/check.dist.Rd | 3 ++- man/coxreg.Rd | 4 ++-- man/plot.aftreg.Rd | 2 +- man/plot.coxreg.Rd | 13 +++++-------- man/plot.hazdata.Rd | 4 ++-- man/print.risksets.Rd |only man/risksets.Rd | 8 +++++--- man/scania.Rd | 2 +- 24 files changed, 162 insertions(+), 80 deletions(-)
Title: Conduct Univariate and Bivariate Wavelet Analyses
Description: This is a port of the WTC MATLAB package written by Aslak Grinsted
and the wavelet program written by Christopher Torrence and Gibert P.
Compo. This package can be used to perform univariate and bivariate
(cross-wavelet, wavelet coherence, wavelet clustering) analyses.
Author: Tarik C. Gouhier, Aslak Grinsted
Maintainer: Tarik C. Gouhier <tarik.gouhier@gmail.com>
Diff between biwavelet versions 0.17.5 dated 2014-11-07 and 0.17.10 dated 2015-05-05
DESCRIPTION | 8 - MD5 | 16 +- R/check.data.R | 13 + R/plot.biwavelet.R | 323 +++++++++++++++++++++++++---------------------- R/wt.R | 21 +-- R/wt.sig.R | 23 --- inst/NEWS.Rd | 40 +++++ man/biwavelet-package.Rd | 10 - man/plot.biwavelet.Rd | 45 ++++-- 9 files changed, 281 insertions(+), 218 deletions(-)
Title: Fetch and Analyze Data from WaterML or CUAHSI WaterOneFlow Web
Service
Description: Lets you connect to any CUAHSI WaterOneFlow web service from any hydroserver.
To see list of available hydroservers, see http://hiscentral.cuahsi.org.
The package has five data download functions: GetServices(): show all public
HydroServers from the HIS Central Catalog. GetVariables(): Show a data.frame with
all variables on the server. GetSites(): Show a data.frame with all sites on the server.
GetSiteInfo(): Show what variables, methods and quality control levels are
available at the specific site. GetValues(): Given a site code, variable code, start time
and endtime, fetch a data.frame of all the observation time series data values.
The data.frame has two columns: time and DataValue. This function has an optional "daily"
parameter, you can set daily="max", daily="min" or daily="mean" to get aggregated daily
values. The package also has five data upload functions:
AddSites(), AddVariables(), AddMethods(), AddSources(), and AddValues().
These functions can be used for uploading data to a HydroServer Lite ODM database
via the JSON data upload web service interface.
Author: Jiri Kadlec [aut, cre]
Maintainer: Jiri Kadlec <jirikadlec2@gmail.com>
Diff between WaterML versions 0.9.6 dated 2015-05-01 and 1.0.0 dated 2015-05-05
DESCRIPTION | 6 - MD5 | 24 +++--- NAMESPACE | 2 R/GetSiteInfo.R | 163 ++++++++++++++++++++++++++++++--------------- R/GetSites.R | 74 +++++++++++++++----- R/GetValues.R | 60 ++++++++++++++-- R/GetVariables.R | 113 ++++++++++++++++++++++++------- R/MakeSOAPEnvelope.R |only R/WaterOneFlowVersion.R |only man/GetSiteInfo.Rd | 6 - man/GetSites.Rd | 7 + man/GetValues.Rd | 4 - man/GetVariables.Rd | 6 - man/MakeSOAPEnvelope.Rd |only man/WaterOneFlowVersion.Rd |only 15 files changed, 337 insertions(+), 128 deletions(-)
Title: (Randomized) Quasi-Random Number Generators
Description: Functionality for generating (randomized) quasi-random numbers in
high dimensions.
Author: Marius Hofert [aut, cre], Christiane Lemieux [aut]
Maintainer: Marius Hofert <marius.hofert@uwaterloo.ca>
Diff between qrng versions 0.0-1 dated 2015-04-10 and 0.0-2 dated 2015-05-05
DESCRIPTION | 6 +++--- MD5 | 10 +++++----- NAMESPACE | 2 +- TODO | 10 +--------- demo/test_functions.R | 10 ++++++++-- src/ghalton.c | 6 +++--- 6 files changed, 21 insertions(+), 23 deletions(-)
Title: Principal Covariates Regression
Description: Analyzing regression data with many and/or highly collinear predictor variables, by simultaneously reducing the predictor variables to a limited number of components and regressing the criterion variables on these components. Several rotation options are provided in this package, as well as model selection options.
Author: Marlies Vervloet [aut, cre],
Henk Kiers [aut],
Eva Ceulemans [ctb]
Maintainer: Marlies Vervloet <marlies.vervloet@ppw.kuleuven.be>
Diff between PCovR versions 2.5 dated 2014-07-16 and 2.6 dated 2015-05-05
DESCRIPTION | 8 ++++---- MD5 | 27 ++++++++++++++------------- NAMESPACE | 3 ++- R/pcovr.default.R | 3 +++ R/plot.pcovr.R | 2 +- inst |only man/ErrorRatio.Rd | 2 ++ man/PCovR-package.Rd | 8 +++++--- man/SortLoadings.Rd | 2 ++ man/alexithymia.Rd | 2 ++ man/pcovr.Rd | 2 ++ man/pcovr_est.Rd | 4 +++- man/promin.Rd | 2 ++ man/psychiatrists.Rd | 2 ++ man/wvarim.Rd | 2 ++ 15 files changed, 46 insertions(+), 23 deletions(-)
Title: Numeric Routines for Optically Stimulated Luminescence Dating
Description: Package for optimizing regular numeric problems in optically stimulated luminescence dating, such as: equivalent dose calculation, annual dose rate determination, growth curve fitting, decay curve decomposition, fast-component equivalent dose estimation, statistical age models optimization, and statistical plots visualization.
Author: Peng Jun
Maintainer: Peng Jun <pengjun10@mails.ucas.ac.cn>
Diff between numOSL versions 1.7 dated 2014-10-04 and 1.8 dated 2015-05-05
DESCRIPTION | 12 +++---- MD5 | 50 ++++++++++++++++++------------- NAMESPACE | 15 +++++++++ NEWS | 2 + R/analyst.R | 60 +++++++++++++++++++------------------ R/calDA.R |only R/calED.R | 24 ++++++--------- R/fastED.R | 48 +++++++++++++++--------------- R/psRadialPlot.R |only R/select.R |only R/viewer.R |only THANKS | 14 ++++---- inst/CITATION | 27 ++++++++++------- man/EDdata.Rd | 4 +- man/RadialPlotter.Rd | 73 ++++++++++++++++++++++------------------------ man/Signaldata.Rd | 4 +- man/analyst.Rd | 74 +++++++++++++++++++++------------------------- man/calDA.Rd |only man/calED.Rd | 79 +++++++++++++++++++++++++------------------------- man/dbED.Rd | 34 ++++++++++----------- man/decomp.Rd | 74 ++++++++++++++++++++++++---------------------- man/fastED.Rd | 65 ++++++++++++++++++++--------------------- man/fitGrowth.Rd | 55 ++++++++++++++++------------------ man/mcFMM.Rd | 39 ++++++++++++------------ man/mcMAM.Rd | 24 +++++++-------- man/numOSL-package.Rd | 18 +++-------- man/psRadialPlot.Rd |only man/reportSAM.Rd | 26 ++++++++-------- man/select.Rd |only man/viewer.Rd |only 30 files changed, 419 insertions(+), 402 deletions(-)
Title: Symbolic Differentiation
Description: R-based solution for symbolic differentiation. It admits
user-defined function as well as function substitution
in arguments of functions to be differentiated. Some symbolic
simplification is part of the work.
Author: Andrew Clausen [aut],
Serguei Sokol [aut, cre]
Maintainer: Serguei Sokol <sokol@insa-toulouse.fr>
Diff between Deriv versions 3.2 dated 2015-04-07 and 3.4 dated 2015-05-05
DESCRIPTION | 8 ++++---- MD5 | 22 +++++++++++----------- NAMESPACE | 2 +- NEWS | 14 +++++++++++++- R/Deriv.R | 25 +++++++++++++++++-------- R/Simplify.R | 12 ++++++++++-- man/Deriv-package.Rd | 2 +- man/Deriv.Rd | 4 ++-- tests/testthat/test_Deriv.R | 26 +++++++++++++++++++++----- tests/testthat/test_Deriv.R.bck | 34 +++++++++++++++++++++++++--------- tests/testthat/test_Simplify.R | 7 +++++++ tests/testthat/test_Simplify.R.bck | 8 ++++++++ 12 files changed, 120 insertions(+), 44 deletions(-)
Title: Variance Estimation for Sample Surveys by the Ultimate Cluster
Method
Description: Generation of domain variables, linearisation of several nonlinear population statistics (the ratio of two totals, weighted income percentile, at-risk-of-poverty rate, at-risk-of-poverty threshold, Gini coefficient, gender pay gap, median income below at-risk-of-poverty gap, income quintile share ratio, relative median at-risk-of-poverty gap), computation of regression residuals in case of weight calibration, variance estimation of sample surveys by the ultimate cluster method (Hansen, Hurwitz and Madow, 1953), variance estimation for longitudinal, cross-sectional measures and measures of change for single and multistage stage cluster sampling designs (Berger, Y.G.). Several other precision measures are derived - standard error, the coefficient of variation, the margin of error, confidence interval, design effect.
Author: Juris Breidaks [aut, cre], Martins Liberts [aut], Santa Ivanova [aut]
Maintainer: Juris Breidaks <Juris.Breidaks@csb.gov.lv>
Diff between vardpoor versions 0.2.8 dated 2015-03-06 and 0.3.0 dated 2015-05-05
DESCRIPTION | 8 +++--- MD5 | 26 ++++++++++----------- NAMESPACE | 59 ++++++++++++++++++++++++------------------------ inst/CITATION | 4 +-- inst/NEWS | 4 +++ man/linarpr.Rd | 2 - man/linarpt.Rd | 2 - man/lingini.Rd | 2 - man/lingpg.Rd | 2 - man/linpoormed.Rd | 2 - man/linqsr.Rd | 2 - man/linrmpg.Rd | 2 - man/vardpoor-package.Rd | 4 +-- man/varpoord.Rd | 2 - 14 files changed, 63 insertions(+), 58 deletions(-)
Title: Psychometric Mixture Models
Description: Psychometric mixture models based on 'flexmix' infrastructure. At the moment Rasch mixture models
with different parameterizations of the score distribution (saturated vs. mean/variance specification)
and Bradley-Terry mixture models are implemented. Both mixture models can be estimated with or without
concomitant variables. See vignette('raschmix', package = 'psychomix') for details on the Rasch mixture
models.
Author: Hannah Frick [aut, cre],
Carolin Strobl [aut],
Friedrich Leisch [aut],
Achim Zeileis [aut]
Maintainer: Hannah Frick <h.frick@ucl.ac.uk>
Diff between psychomix versions 1.1-1 dated 2014-07-29 and 1.1-2 dated 2015-05-05
DESCRIPTION | 24 +++++++-------- MD5 | 44 ++++++++++++++-------------- NAMESPACE | 5 +-- NEWS | 29 ++++++++++++++++++ R/allGenerics.R | 2 + R/btmix.R | 2 - R/effects.R | 12 ++----- R/raschmix.R | 36 ++++++++++++++--------- R/raschmixMethods.R | 72 ++++++++++++++++++++++++++++++++++++++++++++++ R/raschmixPlot.R | 21 ++++++++++--- build/vignette.rds |binary inst/CITATION | 10 +++--- inst/doc/raschmix.Rnw | 14 +++++--- inst/doc/raschmix.pdf |binary inst/doc/scores.Rnw | 6 +-- inst/doc/scores.pdf |binary man/raschmix.Rd | 8 ++--- man/raschmixMethods.Rd | 15 +++++++++ man/raschmixPlotMethod.Rd | 18 ++++++----- tests/test.R | 1 tests/test.Rout.save | 47 +++++++++++++++--------------- vignettes/raschmix.Rnw | 14 +++++--- vignettes/scores.Rnw | 6 +-- 23 files changed, 265 insertions(+), 121 deletions(-)
Title: Tools for Approximate Bayesian Computation (ABC)
Description: Implements several ABC algorithms for
performing parameter estimation, model selection, and goodness-of-fit.
Cross-validation tools are also available for measuring the
accuracy of ABC estimates, and to calculate the
misclassification probabilities of different models.
Author: Csillery Katalin [aut],
Lemaire Louisiane [aut],
Francois Olivier [aut],
Blum Michael [aut, cre]
Maintainer: Blum Michael <michael.blum@imag.fr>
Diff between abc versions 2.0 dated 2014-07-11 and 2.1 dated 2015-05-05
abc-2.0/abc/data |only abc-2.0/abc/man/human.Rd |only abc-2.0/abc/man/musigma2.Rd |only abc-2.0/abc/man/ppc.Rd |only abc-2.1/abc/CHANGES | 22 ++++++ abc-2.1/abc/DESCRIPTION | 26 +++++--- abc-2.1/abc/MD5 | 43 +++++-------- abc-2.1/abc/NAMESPACE | 1 abc-2.1/abc/R/cv4abc.R | 4 - abc-2.1/abc/R/gfit.R | 2 abc-2.1/abc/inst/CITATION | 5 - abc-2.1/abc/inst/doc/abcvignette.R | 96 ++++++++++++++++++++++-------- abc-2.1/abc/inst/doc/abcvignette.Rnw | 34 ++++++---- abc-2.1/abc/inst/doc/abcvignette.pdf |binary abc-2.1/abc/man/abc.Rd | 4 - abc-2.1/abc/man/cv4abc.Rd | 1 abc-2.1/abc/man/cv4postpr.Rd | 1 abc-2.1/abc/man/gfit.Rd | 107 +++++++++++++++++----------------- abc-2.1/abc/man/gfitpca.Rd | 1 abc-2.1/abc/man/plot.gfit.Rd | 53 ++++++++-------- abc-2.1/abc/man/postpr.Rd | 4 - abc-2.1/abc/man/summary.gfit.Rd | 64 ++++++++++---------- abc-2.1/abc/vignettes/abcvignette.Rnw | 34 ++++++---- 23 files changed, 294 insertions(+), 208 deletions(-)
Title: Display and Analyze ROC Curves
Description: Tools for visualizing, smoothing and comparing receiver operating characteristic (ROC curves). (Partial) area under the curve (AUC) can be compared with statistical tests based on U-statistics or bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.
Author: Xavier Robin, Natacha Turck, Alexandre Hainard, Natalia Tiberti, Frédérique Lisacek, Jean-Charles Sanchez and Markus Müller.
Maintainer: Xavier Robin <robin@lindinglab.org>
Diff between pROC versions 1.7.3 dated 2014-06-13 and 1.8 dated 2015-05-05
pROC-1.7.3/pROC/man/smooth.roc.Rd |only pROC-1.8/pROC/DESCRIPTION | 14 +-- pROC-1.8/pROC/MD5 | 60 ++++++------- pROC-1.8/pROC/NAMESPACE | 165 +++++++++++++++++++++++++++++++------ pROC-1.8/pROC/NEWS | 9 ++ pROC-1.8/pROC/R/auc.R | 8 + pROC-1.8/pROC/R/bootstrap.R | 8 + pROC-1.8/pROC/R/ci.auc.R | 5 - pROC-1.8/pROC/R/ci.coords.R | 2 pROC-1.8/pROC/R/ci.se.R | 2 pROC-1.8/pROC/R/ci.sp.R | 2 pROC-1.8/pROC/R/ci.thresholds.R | 2 pROC-1.8/pROC/R/roc.R | 80 ++++++++++++----- pROC-1.8/pROC/R/roc.utils.R | 2 pROC-1.8/pROC/R/smooth.R | 6 - pROC-1.8/pROC/R/var.R | 5 - pROC-1.8/pROC/README.md | 5 - pROC-1.8/pROC/inst/CITATION | 2 pROC-1.8/pROC/man/are.paired.Rd | 2 pROC-1.8/pROC/man/auc.Rd | 14 ++- pROC-1.8/pROC/man/ci.Rd | 2 pROC-1.8/pROC/man/ci.auc.Rd | 2 pROC-1.8/pROC/man/ci.coords.Rd | 2 pROC-1.8/pROC/man/ci.se.Rd | 2 pROC-1.8/pROC/man/ci.sp.Rd | 2 pROC-1.8/pROC/man/ci.thresholds.Rd | 9 +- pROC-1.8/pROC/man/coords.Rd | 7 + pROC-1.8/pROC/man/pROC-package.Rd | 29 +----- pROC-1.8/pROC/man/roc.Rd | 14 +-- pROC-1.8/pROC/man/roc.test.Rd | 2 pROC-1.8/pROC/man/smooth.Rd |only pROC-1.8/pROC/man/var.Rd | 2 32 files changed, 319 insertions(+), 147 deletions(-)
Title: Capture-Mark-Recapture Analysis using Multiple Non-Invasive
Marks
Description: Capture-mark-recapture analysis with multiple non-invasive marks. The models implemented in 'multimark' combine encounter history data arising from two different non-invasive ``marks'', such as images of left-sided and right-sided pelage patterns of bilaterally asymmetrical species, to estimate abundance and related demographic parameters while accounting for imperfect detection. Bayesian models are specified using simple formulae and fitted using Markov chain Monte Carlo.
Author: Brett T. McClintock [aut, cre],
Acho Arnold [ctb, cph] (C original matrix library,
https://github.com/najela/matrix.h),
Barry Brown [ctb] (Fortran original ranlib library),
James Lovato [ctb] (Fortran original ranlib library),
John Burkardt [ctb] (C original ranlib library,
http://people.sc.fsu.edu/~jburkardt/c_src/ranlib),
Cleve Moler [ctb] (C original linpack library,
http://www.kkant.net/geist/ranlib/)
Maintainer: Brett T. McClintock <brett.mcclintock@noaa.gov>
Diff between multimark versions 1.1.3 dated 2015-04-16 and 1.1.4 dated 2015-05-05
DESCRIPTION | 14 +- MD5 | 37 ++--- NEWS |only R/CJS.R | 239 +++++++++++++++++++---------------- R/Closed.R | 269 ++++++++++++++++++++++------------------ R/multimark_functions.R | 25 +-- inst/CITATION | 70 +++++----- man/bobcat.Rd | 51 +++---- man/getprobsCJS.Rd | 91 ++++++------- man/getprobsClosed.Rd | 83 ++++++------ man/multimarkCJS.Rd | 295 ++++++++++++++++++++++---------------------- man/multimarkClosed.Rd | 247 ++++++++++++++++++------------------ man/multimarksetup-class.Rd | 108 ++++++++-------- man/multimodelCJS.Rd | 193 ++++++++++++++-------------- man/multimodelClosed.Rd | 165 ++++++++++++------------ man/processdata.Rd | 115 ++++++++--------- man/simdataCJS.Rd | 126 +++++++++--------- man/simdataClosed.Rd | 122 +++++++++--------- src/Closed.c | 12 - src/ProbitCJS.c | 12 - 20 files changed, 1170 insertions(+), 1104 deletions(-)
Title: Multiple Testing for Hypotheses with Hierarchical or Group
Structure
Description: Performs multiple testing corrections that take specific structure of hypotheses into account.
Author: Kris Sankaran
Maintainer: Kris Sankaran <kriss1@stanford.edu>
Diff between structSSI versions 1.1 dated 2014-09-05 and 1.1.1 dated 2015-05-05
structSSI-1.1.1/structSSI/DESCRIPTION | 8 +- structSSI-1.1.1/structSSI/MD5 | 12 ++-- structSSI-1.1.1/structSSI/R/pi0.lsl.R | 4 - structSSI-1.1.1/structSSI/R/treePValues.R | 79 +++++++++++++-------------- structSSI-1.1.1/structSSI/data/gtemp.txt |only structSSI-1.1.1/structSSI/man/chlamydiae.Rd | 6 +- structSSI-1.1.1/structSSI/man/treePValues.Rd | 30 +++++++--- structSSI-1.1/structSSI/data/gtemp.txt.gz |only 8 files changed, 77 insertions(+), 62 deletions(-)
Title: SEER and Atomic Bomb Survivor Data Analysis Tools
Description: Creates SEER (Surveillance, Epidemiology and End Results) and A-bomb data binaries
from ASCII sources and provides tools for estimating SEER second cancer risks.
Author: Tomas Radivoyevitch
Maintainer: Tomas Radivoyevitch <radivot@ccf.org>
Diff between SEERaBomb versions 2014.4.1 dated 2014-04-17 and 2015.1 dated 2015-05-05
SEERaBomb-2014.4.1/SEERaBomb/R/mkHema87.R |only SEERaBomb-2014.4.1/SEERaBomb/inst/doc/courses |only SEERaBomb-2014.4.1/SEERaBomb/man/figures/SEERaBombFig.png |only SEERaBomb-2014.4.1/SEERaBomb/man/mkHema87.Rd |only SEERaBomb-2015.1/SEERaBomb/DESCRIPTION | 27 SEERaBomb-2015.1/SEERaBomb/MD5 | 108 + SEERaBomb-2015.1/SEERaBomb/NAMESPACE | 9 SEERaBomb-2015.1/SEERaBomb/NEWS | 61 + SEERaBomb-2015.1/SEERaBomb/R/RcppExports.R |only SEERaBomb-2015.1/SEERaBomb/R/getBinInfo.R |only SEERaBomb-2015.1/SEERaBomb/R/getE.R |only SEERaBomb-2015.1/SEERaBomb/R/getPY.R |only SEERaBomb-2015.1/SEERaBomb/R/mapCancs.R |only SEERaBomb-2015.1/SEERaBomb/R/mapRegs.R |only SEERaBomb-2015.1/SEERaBomb/R/mapTrts.R |only SEERaBomb-2015.1/SEERaBomb/R/mk2D.R |only SEERaBomb-2015.1/SEERaBomb/R/mkAbomb.R | 112 + SEERaBomb-2015.1/SEERaBomb/R/mkExcel.R |only SEERaBomb-2015.1/SEERaBomb/R/mkSEER.R | 246 +++- SEERaBomb-2015.1/SEERaBomb/R/mkSEERold.R |only SEERaBomb-2015.1/SEERaBomb/R/pickFields.R | 60 - SEERaBomb-2015.1/SEERaBomb/R/plot2D.R |only SEERaBomb-2015.1/SEERaBomb/R/post1PYO.R |only SEERaBomb-2015.1/SEERaBomb/R/seerSet.R |only SEERaBomb-2015.1/SEERaBomb/R/simSeerSet.R |only SEERaBomb-2015.1/SEERaBomb/R/tsd.R |only SEERaBomb-2015.1/SEERaBomb/data/stdUS.rda |only SEERaBomb-2015.1/SEERaBomb/inst/doc/examples |only SEERaBomb-2015.1/SEERaBomb/inst/doc/extraFuncs |only SEERaBomb-2015.1/SEERaBomb/inst/doc/fieldNames.html | 599 ++++------ SEERaBomb-2015.1/SEERaBomb/inst/doc/gettingData.pdf |binary SEERaBomb-2015.1/SEERaBomb/inst/doc/index.html |only SEERaBomb-2015.1/SEERaBomb/inst/doc/overview.pdf |binary SEERaBomb-2015.1/SEERaBomb/inst/doc/papers/JCO2013/MDSAMLsurvMF.R | 4 SEERaBomb-2015.1/SEERaBomb/inst/doc/papers/blood2012/blood2012fig5a.R | 12 SEERaBomb-2015.1/SEERaBomb/inst/doc/papers/blood2012/blood2012fig5bc.R | 43 SEERaBomb-2015.1/SEERaBomb/inst/doc/papers/blood2012/blood2012fig6.R | 2 SEERaBomb-2015.1/SEERaBomb/inst/doc/papers/blood2012/vIncidAPLCML.r | 14 SEERaBomb-2015.1/SEERaBomb/inst/doc/papers/radiatEnvironBiophys2013/SupplementSEER.R | 37 SEERaBomb-2015.1/SEERaBomb/inst/doc/papers/radiatEnvironBiophys2013/supplementAbomb.R | 65 - SEERaBomb-2015.1/SEERaBomb/man/SEERaBomb-package.Rd | 43 SEERaBomb-2015.1/SEERaBomb/man/figures/mkSEERfig.png |only SEERaBomb-2015.1/SEERaBomb/man/fillPYM.Rd |only SEERaBomb-2015.1/SEERaBomb/man/getBinInfo.Rd |only SEERaBomb-2015.1/SEERaBomb/man/getE.Rd |only SEERaBomb-2015.1/SEERaBomb/man/getFields.Rd | 12 SEERaBomb-2015.1/SEERaBomb/man/getPY.Rd |only SEERaBomb-2015.1/SEERaBomb/man/mapCancs.Rd |only SEERaBomb-2015.1/SEERaBomb/man/mapRegs.Rd |only SEERaBomb-2015.1/SEERaBomb/man/mapTrts.Rd |only SEERaBomb-2015.1/SEERaBomb/man/mk2D.Rd |only SEERaBomb-2015.1/SEERaBomb/man/mkAbomb.Rd | 16 SEERaBomb-2015.1/SEERaBomb/man/mkExcel.Rd |only SEERaBomb-2015.1/SEERaBomb/man/mkSEER.Rd | 38 SEERaBomb-2015.1/SEERaBomb/man/mkSEERold.Rd |only SEERaBomb-2015.1/SEERaBomb/man/pickFields.Rd | 22 SEERaBomb-2015.1/SEERaBomb/man/plot2D.Rd |only SEERaBomb-2015.1/SEERaBomb/man/post1PYO.Rd |only SEERaBomb-2015.1/SEERaBomb/man/seerSet.Rd |only SEERaBomb-2015.1/SEERaBomb/man/simSeerSet.Rd |only SEERaBomb-2015.1/SEERaBomb/man/stdUS.Rd |only SEERaBomb-2015.1/SEERaBomb/man/tsd.Rd |only SEERaBomb-2015.1/SEERaBomb/src |only 63 files changed, 935 insertions(+), 595 deletions(-)
Title: Maxwell Boltzmann Bose Einstein Fermi Dirac Distribution and
Destruction Rate Modelling
Description: Distributions that are typically used for exposure rating in
general insurance, in particular to price reinsurance contracts.
The vignettes show code snippets to fit the distribution to
empirical data.
Author: Giorgio Spedicato [aut, cre],
Christophe Dutang [aut],
Markus Gesmann [ctb]
Maintainer: Giorgio Spedicato <spedicato_giorgio@yahoo.it>
Diff between mbbefd versions 0.6.1 dated 2015-03-08 and 0.7 dated 2015-05-05
mbbefd-0.6.1/mbbefd/inst/CITATION |only mbbefd-0.6.1/mbbefd/vignettes/jss.dtx |only mbbefd-0.6.1/mbbefd/vignettes/mbbefd-distrPlot.pdf |only mbbefd-0.6.1/mbbefd/vignettes/mbbefd-drateplot.pdf |only mbbefd-0.6.1/mbbefd/vignettes/mbbefd-survivalPlot.pdf |only mbbefd-0.7/mbbefd/ChangeLog | 11 mbbefd-0.7/mbbefd/DESCRIPTION | 38 mbbefd-0.7/mbbefd/MD5 | 83 mbbefd-0.7/mbbefd/NAMESPACE | 43 mbbefd-0.7/mbbefd/NEWS | 7 mbbefd-0.7/mbbefd/R/1infl-beta.R |only mbbefd-0.7/mbbefd/R/1infl-distr.R |only mbbefd-0.7/mbbefd/R/1infl-shftrncPareto.R |only mbbefd-0.7/mbbefd/R/1infl-unif.R |only mbbefd-0.7/mbbefd/R/RcppExports.R | 73 mbbefd-0.7/mbbefd/R/distributionDefinition.R | 250 +- mbbefd-0.7/mbbefd/R/empiricalfunctions.R |only mbbefd-0.7/mbbefd/R/gendilogintegral.R |only mbbefd-0.7/mbbefd/R/internal-test-mean.R |only mbbefd-0.7/mbbefd/R/mbbefdR-1stparam.R |only mbbefd-0.7/mbbefd/R/mbbefdR-2ndparam.R |only mbbefd-0.7/mbbefd/R/shftrncPareto.R |only mbbefd-0.7/mbbefd/R/theo-ecf.R |only mbbefd-0.7/mbbefd/R/zzz.R | 40 mbbefd-0.7/mbbefd/README.md | 16 mbbefd-0.7/mbbefd/build/vignette.rds |binary mbbefd-0.7/mbbefd/inst/doc/Introduction_to_Exposure_Rating.R |only mbbefd-0.7/mbbefd/inst/doc/Introduction_to_Exposure_Rating.Rmd |only mbbefd-0.7/mbbefd/inst/doc/Introduction_to_Exposure_Rating.pdf |only mbbefd-0.7/mbbefd/inst/doc/mbbefd.R | 291 +- mbbefd-0.7/mbbefd/inst/doc/mbbefd.Rnw | 980 ++++++---- mbbefd-0.7/mbbefd/inst/doc/mbbefd.pdf |binary mbbefd-0.7/mbbefd/man/eecf.Rd |only mbbefd-0.7/mbbefd/man/etl.Rd |only mbbefd-0.7/mbbefd/man/exposureCurve.Rd | 111 - mbbefd-0.7/mbbefd/man/g2a.Rd | 46 mbbefd-0.7/mbbefd/man/mbbefd-package.Rd | 64 mbbefd-0.7/mbbefd/man/mbbefdDistribution.Rd | 184 + mbbefd-0.7/mbbefd/man/oneinfl-Distribution.Rd |only mbbefd-0.7/mbbefd/man/oneinfl-beta-Distribution.Rd |only mbbefd-0.7/mbbefd/man/oneinfl-stpareto-Distribution.Rd |only mbbefd-0.7/mbbefd/man/oneinfl-unif-Distribution.Rd |only mbbefd-0.7/mbbefd/man/sfttrncParetoDistribution.Rd |only mbbefd-0.7/mbbefd/man/swissRe.Rd | 74 mbbefd-0.7/mbbefd/src/RcppExports.cpp | 52 mbbefd-0.7/mbbefd/src/mbbefdRcppCode.cpp | 19 mbbefd-0.7/mbbefd/tests/check-formula-variance.R |only mbbefd-0.7/mbbefd/tests/checkformula.R |only mbbefd-0.7/mbbefd/tests/test-1inf-beta.R |only mbbefd-0.7/mbbefd/tests/test-1inf-mean.R |only mbbefd-0.7/mbbefd/tests/test-1inf-shftrncPareto.R |only mbbefd-0.7/mbbefd/tests/test-1inf-unif.R |only mbbefd-0.7/mbbefd/tests/test-eecf.R |only mbbefd-0.7/mbbefd/tests/test-mbbefd-1stparam.R |only mbbefd-0.7/mbbefd/tests/test-mbbefd-2ndparam.R |only mbbefd-0.7/mbbefd/tests/test-shftrncPareto.R |only mbbefd-0.7/mbbefd/tests/testthat.R | 8 mbbefd-0.7/mbbefd/tests/testthat/testsDistr.R | 38 mbbefd-0.7/mbbefd/vignettes/Introduction_to_Exposure_Rating.Rmd |only mbbefd-0.7/mbbefd/vignettes/mbbefd.Rnw | 980 ++++++---- mbbefd-0.7/mbbefd/vignettes/mbbefd.bib | 147 + 61 files changed, 2161 insertions(+), 1394 deletions(-)
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. 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.0.0 dated 2015-03-16 and 3.1.0 dated 2015-05-05
DESCRIPTION | 14 +++-- MD5 | 82 ++++++++++++++++++--------------- NAMESPACE | 4 + NEWS | 9 +++ R/acs.R | 1 R/data.R | 49 +++++++++++++++++++ R/get_county_demographics.R |only R/get_state_demograhpics.R |only README.md | 13 ++--- build/vignette.rds |binary data/df_county_demographics.rdata |only data/df_state_demographics.rdata |only inst/doc/f-world-bank-data.R | 6 +- inst/doc/f-world-bank-data.html | 2 inst/doc/h-creating-your-own-maps.html | 2 man/Admin1Choropleth.Rd | 4 - man/Choropleth.Rd | 4 - man/CountryChoropleth.Rd | 4 - man/CountyChoropleth.Rd | 4 - man/CountyZoomChoropleth.Rd | 4 - man/StateChoropleth.Rd | 4 - man/USAChoropleth.Rd | 4 - man/admin1_choropleth.Rd | 2 man/choroplethr.Rd | 2 man/choroplethr_acs.Rd | 2 man/choroplethr_animate.Rd | 2 man/choroplethr_wdi.Rd | 2 man/country_choropleth.Rd | 2 man/county_choropleth.Rd | 2 man/county_choropleth_acs.Rd | 2 man/county_zoom_choropleth.Rd | 2 man/df_county_demographics.Rd |only man/df_japan_census.Rd | 2 man/df_pop_country.Rd | 2 man/df_pop_county.Rd | 2 man/df_pop_state.Rd | 2 man/df_president.Rd | 2 man/df_president_ts.Rd | 2 man/df_state_demographics.Rd |only man/get_acs_data.Rd | 2 man/get_acs_df.Rd | 2 man/get_county_demographics.Rd |only man/get_state_demographics.Rd |only man/state_choropleth.Rd | 2 man/state_choropleth_acs.Rd | 2 man/zip_map.Rd | 2 46 files changed, 159 insertions(+), 91 deletions(-)