Title: Rcpp Hidden Markov Model
Description: Collection of functions to evaluate sequences, decode hidden states and estimate parameters from a single or multiple sequences of a discrete time Hidden Markov Model. The observed values can be modeled by a multinomial distribution for categorical/labeled emissions, a mixture of Gaussians for continuous data and also a mixture of Poissons for discrete values. It includes functions for random initialization, simulation, backward or forward sequence evaluation, Viterbi or forward-backward decoding and parameter estimation using an Expectation-Maximization approach.
Author: Roberto A. Cardenas-Ovando, Julieta Noguez and Claudia Rangel-Escareno
Maintainer: Roberto A. Cardenas-Ovando <robalecarova@gmail.com>
Diff between RcppHMM versions 1.0.1 dated 2017-02-07 and 1.2 dated 2017-08-29
RcppHMM-1.0.1/RcppHMM/src/HMMcont.cpp |only RcppHMM-1.0.1/RcppHMM/src/HMMcont.h |only RcppHMM-1.2/RcppHMM/DESCRIPTION | 14 - RcppHMM-1.2/RcppHMM/MD5 | 49 +++--- RcppHMM-1.2/RcppHMM/NEWS |only RcppHMM-1.2/RcppHMM/R/RcppExports.R | 17 +- RcppHMM-1.2/RcppHMM/man/Changes.Rd |only RcppHMM-1.2/RcppHMM/man/RcppHMM-package.Rd | 6 RcppHMM-1.2/RcppHMM/man/evaluation.Rd | 8 - RcppHMM-1.2/RcppHMM/man/generateObservations.Rd | 2 RcppHMM-1.2/RcppHMM/man/initGHMM.Rd | 13 + RcppHMM-1.2/RcppHMM/man/initHMM.Rd | 2 RcppHMM-1.2/RcppHMM/man/initPHMM.Rd | 2 RcppHMM-1.2/RcppHMM/man/loglikelihood.Rd | 2 RcppHMM-1.2/RcppHMM/man/setNames.Rd | 2 RcppHMM-1.2/RcppHMM/man/setParameters.Rd | 92 +++++++---- RcppHMM-1.2/RcppHMM/man/verifyModel.Rd | 72 ++++++--- RcppHMM-1.2/RcppHMM/src/HMM.cpp | 185 +---------------------- RcppHMM-1.2/RcppHMM/src/HMMpoisson.cpp | 187 +----------------------- RcppHMM-1.2/RcppHMM/src/Makevars | 1 RcppHMM-1.2/RcppHMM/src/Makevars.win | 1 RcppHMM-1.2/RcppHMM/src/MultiGHMM.cpp |only RcppHMM-1.2/RcppHMM/src/MultiGHMM.h |only RcppHMM-1.2/RcppHMM/src/RcppHMM_init.c |only RcppHMM-1.2/RcppHMM/src/exportFile.cpp | 143 ++++++++++-------- RcppHMM-1.2/RcppHMM/src/exportFile.h | 8 - RcppHMM-1.2/RcppHMM/src/mvnorm.cpp |only RcppHMM-1.2/RcppHMM/src/mvnorm.h |only RcppHMM-1.2/RcppHMM/src/vHMM.cpp | 21 +- RcppHMM-1.2/RcppHMM/src/vHMM.h | 3 30 files changed, 315 insertions(+), 515 deletions(-)
Title: Handy Functions for Working with HGNC Gene Symbols and
Affymetrix Probeset Identifiers
Description: Contains functions for
identifying and correcting HGNC gene symbols which have been converted
to date format by Excel, for reversibly converting between HGNC
symbols and valid R names, identifying invalid HGNC symbols and
correcting synonyms and outdated symbols which can be mapped to an
official symbol.
Author: Levi Waldron and Markus Riester
Maintainer: Levi Waldron <lwaldron.research@gmail.com>
Diff between HGNChelper versions 0.3.5 dated 2017-06-13 and 0.3.6 dated 2017-08-29
DESCRIPTION | 8 ++++---- MD5 | 11 ++++++----- build/HGNChelper.pdf |binary data/hgnc.table.rda |binary inst/extdata/genenames_org.rda |binary inst/extdata/mog_map.csv | 14 ++++++++++++++ inst/hgncLookup.Rout |only 7 files changed, 24 insertions(+), 9 deletions(-)
Title: Quotes on Statistics, Data Visualization and Science
Description: Generates a random quotation from a data base of quotes on topics
in statistics, data visualization and science.
Author: Michael Friendly [aut, cre],
Phil Chalmers [ctb],
Matthew Sigal [ctb]
Maintainer: Michael Friendly <friendly@yorku.ca>
Diff between statquotes versions 0.2 dated 2016-09-06 and 0.2.2 dated 2017-08-29
DESCRIPTION | 8 +++---- MD5 | 22 +++++++++---------- NAMESPACE | 2 + NEWS | 15 +++++++++++++ R/quote_cloud.R | 1 R/search_quotes.R | 20 ++++++++++------- R/statquote.R | 58 ++++++++++++++++++++++++++++++++++++++++----------- man/quote_cloud.Rd | 1 man/quote_topics.Rd | 11 +++++++-- man/quotes.Rd | 1 man/search_quotes.Rd | 12 ++++++---- man/statquote.Rd | 13 ++++++++--- 12 files changed, 117 insertions(+), 47 deletions(-)
Title: Sensitivity Analysis for Observational Studies with Multiple
Outcomes
Description: Sensitivity analysis for multiple outcomes in observational studies. For instance, all linear combinations of several outcomes may be explored using Scheffe projections in the comparison() function; see Rosenbaum (2016, Annals of Applied Statistics) <doi:10.1214/16-AOAS942>. Alternatively, attention may focus on a few principal components in the principal() function. The package includes parallel methods for individual outcomes, including tests in the senm() function and confidence intervals in the senmCI() function.
Author: Paul R. Rosenbaum
Maintainer: Paul R. Rosenbaum <rosenbaum@wharton.upenn.edu>
Diff between sensitivitymult versions 1.0.1 dated 2017-05-16 and 1.0.2 dated 2017-08-29
DESCRIPTION | 6 - MD5 | 12 +-- data/artcog.rda |binary man/artcog.Rd | 169 +++++++++++++++++++++++++++++++++++++++++++++++++---- man/planScheffe.Rd | 11 +++ man/principal.Rd | 28 ++++++++ man/senmCI.Rd | 2 7 files changed, 205 insertions(+), 23 deletions(-)
More information about sensitivitymult at CRAN
Permanent link
Title: Magnitude-Based Inferences
Description: Allows practitioners and researchers a wholesale approach for deriving magnitude-based inferences from raw data. A major goal of 'mbir' is to programmatically detect appropriate statistical tests to run in lieu of relying on practitioners to determine correct stepwise procedures independently.
Author: Kyle Peterson [aut, cre]
Maintainer: Kyle Peterson <petersonkdon@gmail.com>
Diff between mbir versions 1.0 dated 2017-08-14 and 1.1 dated 2017-08-29
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- R/swc_ind.R | 4 +++- inst/doc/mbir-vignette.html | 10 +++++----- 4 files changed, 15 insertions(+), 13 deletions(-)
Title: Brazilian Economic Time Series
Description: It provides access to and information about the most important
Brazilian economic time series - from the Getulio Vargas Foundation <http://portal.fgv.br/en>,
the Central Bank of Brazil <http://www.bcb.gov.br> and the Brazilian Institute of Geography
and Statistics <http://www.ibge.gov.br>. It also presents tools for managing, analysing (e.g.
generating dynamic reports with a complete analysis of a series) and exporting
these time series.
Author: Pedro Costa Ferreira [aut, cre],
Talitha Speranza [aut],
Jonatha Azevedo [aut],
Fernando Teixeira [aut],
Daiane Marcolino [aut]
Maintainer: Pedro Costa Ferreira <pedro.guilherme@fgv.br>
Diff between BETS versions 0.3.1 dated 2017-08-03 and 0.3.2 dated 2017-08-29
BETS-0.3.1/BETS/inst/graphs |only BETS-0.3.2/BETS/DESCRIPTION | 18 BETS-0.3.2/BETS/MD5 | 43 - BETS-0.3.2/BETS/NAMESPACE | 3 BETS-0.3.2/BETS/R/BETS.R | 28 - BETS-0.3.2/BETS/R/BETS.arch_test.R | 25 - BETS-0.3.2/BETS/R/BETS.report.R | 35 + BETS-0.3.2/BETS/R/BETS.search.R | 574 ++++++++++++------------- BETS-0.3.2/BETS/R/BETS.ur_test.R | 48 +- BETS-0.3.2/BETS/R/get.series.bacen.R | 67 ++ BETS-0.3.2/BETS/R/zzz.R | 36 - BETS-0.3.2/BETS/inst/analysis_SARIMA.Rmd | 348 ++++++++++++--- BETS-0.3.2/BETS/inst/doc/BETS_basic_usage.R | 4 BETS-0.3.2/BETS/inst/doc/BETS_basic_usage.Rmd | 4 BETS-0.3.2/BETS/inst/doc/BETS_basic_usage.html | 20 BETS-0.3.2/BETS/man/BETS.Rd | 24 - BETS-0.3.2/BETS/man/BETS.arch_test.Rd | 8 BETS-0.3.2/BETS/man/BETS.report.Rd | 34 + BETS-0.3.2/BETS/man/BETS.search.Rd | 8 BETS-0.3.2/BETS/man/BETS.ur_test.Rd | 6 BETS-0.3.2/BETS/man/get.series.bacen.Rd | 3 BETS-0.3.2/BETS/vignettes/BETS_basic_usage.Rmd | 4 22 files changed, 845 insertions(+), 495 deletions(-)
Title: MCMC Sampling of Gene Genealogies Conditional on Genetic Data
Description: Sample ancestral trees conditional on phased or unphased SNP genotype data. The actual tree sampling is done using a C++ program that is launched within R. The package also contains functions for specifying the tree-sampling settings (pre-processing) and for storing and manipulating the sampled trees (post-processing). More information about 'sampletrees' can be found at <http://stat.sfu.ca/statgen/research/sampletrees.html>.
Author: Kelly Burkett, Brad McNeney, Jinko Graham, Jean-Francois Lefebvre
Maintainer: Jean-Francois Lefebvre <jflefebvre27@gmail.com>
Diff between Rsampletrees versions 1.0 dated 2017-04-18 and 1.0.1 dated 2017-08-29
DESCRIPTION | 8 ++++---- MD5 | 8 ++++---- R/pre_sampletrees.R | 2 +- src/rcpp_sampletrees.cpp | 1 - src/registerDynamicSymbol.c | 4 ++-- 5 files changed, 11 insertions(+), 12 deletions(-)
Title: Utilities for Producing Maps
Description: A minimal, light-weight set of tools for producing nice looking maps in R, with support for map projections.
Author: Patrick Brown <patrick.brown@utoronto.ca>
Maintainer: Patrick Brown <patrick.brown@utoronto.ca>
Diff between mapmisc versions 1.6.2 dated 2017-08-14 and 1.6.3 dated 2017-08-29
DESCRIPTION | 12 ++++----- MD5 | 18 +++++++------ NAMESPACE | 2 - R/hooks.R | 60 +++++++++++++++++++++++++++++----------------- R/mapmiscCache.R |only inst/doc/mapmisc.Rnw | 13 ++++++--- inst/doc/mapmisc.pdf |binary inst/doc/north.html | 6 ++-- inst/doc/perspective.html | 8 +++--- man/mapmiscCache.Rd |only vignettes/mapmisc.Rnw | 13 ++++++--- 11 files changed, 79 insertions(+), 53 deletions(-)
Title: Various Utilities for Microbial Genomics and Metagenomics
Description: A collection of functions for microbial ecology and other
applications of genomics and metagenomics. Companion package for the
Enveomics Collection (Rodriguez-R, L.M. and Konstantinidis, K.T., 2016
<DOI:10.7287/peerj.preprints.1900v1>).
Author: Luis M. Rodriguez-R [aut, cre]
Maintainer: Luis M. Rodriguez-R <lmrodriguezr@gmail.com>
Diff between enveomics.R versions 1.1.5 dated 2017-04-04 and 1.1.6 dated 2017-08-29
DESCRIPTION | 6 +++--- MD5 | 4 ++-- R/barplot.R | 15 ++++++++++----- 3 files changed, 15 insertions(+), 10 deletions(-)
Title: Analysis of Heavy Tailed Distributions
Description: An implementation of maximum likelihood estimators for a variety
of heavy tailed distributions, including both the discrete and continuous
power law distributions. Additionally, a goodness-of-fit based approach is
used to estimate the lower cut-off for the scaling region.
Author: Colin Gillespie [aut, cre]
Maintainer: Colin Gillespie <csgillespie@gmail.com>
Diff between poweRlaw versions 0.70.0 dated 2016-12-22 and 0.70.1 dated 2017-08-29
poweRlaw-0.70.0/poweRlaw/vignettes/blackouts.txt |only poweRlaw-0.70.0/poweRlaw/vignettes/knitr_cache_poweRlaw |only poweRlaw-0.70.0/poweRlaw/vignettes/knitr_figure_compare |only poweRlaw-0.70.0/poweRlaw/vignettes/knitr_figure_examples |only poweRlaw-0.70.0/poweRlaw/vignettes/knitr_figure_poweRlaw |only poweRlaw-0.70.1/poweRlaw/DESCRIPTION | 10 - poweRlaw-0.70.1/poweRlaw/MD5 | 90 +++------- poweRlaw-0.70.1/poweRlaw/NEWS.md | 4 poweRlaw-0.70.1/poweRlaw/R/bootstrap.R | 5 poweRlaw-0.70.1/poweRlaw/R/estimate_xmin.R | 3 poweRlaw-0.70.1/poweRlaw/build/vignette.rds |binary poweRlaw-0.70.1/poweRlaw/inst/doc/a_introduction.R | 4 poweRlaw-0.70.1/poweRlaw/inst/doc/a_introduction.pdf |binary poweRlaw-0.70.1/poweRlaw/inst/doc/b_powerlaw_examples.pdf |binary poweRlaw-0.70.1/poweRlaw/inst/doc/c_comparing_distributions.pdf |binary poweRlaw-0.70.1/poweRlaw/inst/doc/d_jss_paper.pdf |binary poweRlaw-0.70.1/poweRlaw/man/bootstrap_moby.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/compare_distributions.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/displ.Rd | 23 +- poweRlaw-0.70.1/poweRlaw/man/dist_cdf-methods.Rd | 23 +- poweRlaw-0.70.1/poweRlaw/man/dist_data_cdf-methods.Rd | 5 poweRlaw-0.70.1/poweRlaw/man/dist_ll-methods.Rd | 5 poweRlaw-0.70.1/poweRlaw/man/dist_pdf-methods.Rd | 5 poweRlaw-0.70.1/poweRlaw/man/dist_rand-methods.Rd | 5 poweRlaw-0.70.1/poweRlaw/man/dplcon.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/dpldis.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/estimate_pars.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/estimate_xmin.Rd | 3 poweRlaw-0.70.1/poweRlaw/man/get_KS_statistic-deprecated.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/get_n.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/get_ntail.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/moby.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/native_american.Rd | 3 poweRlaw-0.70.1/poweRlaw/man/plot-distribution-ANY-method.Rd | 4 poweRlaw-0.70.1/poweRlaw/man/plot.bs_xmin.Rd | 3 poweRlaw-0.70.1/poweRlaw/man/population.Rd | 3 poweRlaw-0.70.1/poweRlaw/man/poweRlaw-package.Rd | 9 - poweRlaw-0.70.1/poweRlaw/man/show-distribution-method.Rd | 1 poweRlaw-0.70.1/poweRlaw/man/swiss_prot.Rd | 3 poweRlaw-0.70.1/poweRlaw/tests/testthat/test_estimate_pars.R | 29 ++- poweRlaw-0.70.1/poweRlaw/tests/testthat/test_estimate_xmin.R | 14 + 41 files changed, 127 insertions(+), 136 deletions(-)
Title: Get Data Frame Representations of 'Elasticsearch' Results
Description: 'Elasticsearch' is an open-source, distributed, document-based datastore
(<https://www.elastic.co/products/elasticsearch>).
It provides an 'HTTP' 'API' for querying the database and extracting datasets, but that
'API' was not designed for common data science workflows like pulling large batches of
records and normalizing those documents into a data frame that can be used as a training
dataset for statistical models. 'uptasticsearch' provides an interface for 'Elasticsearch'
that is explicitly designed to make these data science workflows easy and fun.
Author: James Lamb [aut, cre],
Nick Paras [aut],
Austin Dickey [aut],
Michael Frasco [ctb],
Weiwen Gu [ctb],
Uptake Technologies Inc. [cph]
Maintainer: James Lamb <james.lamb@uptake.com>
Diff between uptasticsearch versions 0.0.2 dated 2017-07-18 and 0.1.0 dated 2017-08-29
DESCRIPTION | 12 +- MD5 | 24 ++-- NAMESPACE | 7 + NEWS.md | 15 +++ R/elasticsearch_eda_funs.R | 133 +++++++++++++++++++++++++++ R/elasticsearch_parsers.R | 37 ++++--- R/uptasticsearch.R | 4 README.md | 12 ++ inst/testdata/one_index_mapping.json |only inst/testdata/two_index_mapping.json |only man/chomp_hits.Rd | 2 man/es_search.Rd | 6 - man/get_fields.Rd |only tests/testthat/test-elasticsearch_eda_funs.R |only tests/testthat/test-repo_characteristics.R | 2 15 files changed, 219 insertions(+), 35 deletions(-)
More information about uptasticsearch at CRAN
Permanent link
Title: Data Set for the 'benchmarkme' Package
Description: Crowd sourced benchmarks from running the 'benchmarkme' package.
Author: Colin Gillespie [aut, cre]
Maintainer: Colin Gillespie <csgillespie@gmail.com>
Diff between benchmarkmeData versions 0.4.0 dated 2017-01-04 and 0.5.1 dated 2017-08-29
DESCRIPTION | 10 +-- MD5 | 37 ++++++------ NEWS.md | 7 ++ R/make_data_set.R | 27 ++++++--- R/move_files.R | 3 - R/plot_past.R | 7 +- R/select_results.R | 8 +- R/shine.R | 102 +++++++++++++++++------------------ data/past_results.RData |binary inst/shinyapps_io/functions.R | 2 man/benchmarkmeData-package.Rd | 9 +-- man/get_datatable_past.Rd | 1 man/is_blas_optimize.Rd | 1 man/move_files.Rd | 1 man/past_results.Rd | 1 man/plot_past.Rd | 10 ++- man/select_results.Rd | 7 +- tests/testthat/test-datatable_past.R | 4 + tests/testthat/test-get_benchmarks.R |only tests/testthat/test-plot_past.R | 4 + 20 files changed, 137 insertions(+), 104 deletions(-)
More information about benchmarkmeData at CRAN
Permanent link
Title: Compile and Preview Snippets of 'LaTeX' in 'RStudio'
Description: Compile and preview snippets of 'LaTeX'. Can be used directly from the R console, from 'RStudio',
in Shiny apps and R Markdown documents. Must have 'pdflatex' or 'xelatex' or 'lualatex' in 'PATH'.
Author: Jonathan Sidi [aut, cre],
Daniel Polhamus [aut]
Maintainer: Jonathan Sidi <yonis@metrumrg.com>
Diff between texPreview versions 1.0.0 dated 2017-04-03 and 1.1.0 dated 2017-08-29
DESCRIPTION | 13 - MD5 | 37 ++-- NAMESPACE | 13 + R/buildUsepackage.R | 18 +- R/defaults.R |only R/getTexPackages.R | 8 R/texAddin.R | 2 R/texPreview.R | 217 +++++++++++++++++--------- README.md | 10 - build |only inst/examples/pkpdTikz/pkGraphs.R | 42 ++++- inst/examples/rmarkdown/beamer/beamer.Rmd | 16 - inst/examples/rmarkdown/beamer/beamer.pdf |only inst/examples/rmarkdown/html/htmlOutput.Rmd | 13 - inst/examples/rmarkdown/html/testCarousel.Rmd | 32 +-- inst/examples/rmarkdown/ioslides/ioslides.Rmd | 12 - inst/examples/rmarkdown/pdf/pdfOutput.Rmd | 12 - inst/examples/rmarkdown/revealjs/revealjs.Rmd | 15 - inst/examples/rmarkdown/slidy/slidy.Rmd | 15 - inst/examples/tikz |only man/texPreview.Rd | 86 +++++++--- man/tex_opts.Rd |only 22 files changed, 354 insertions(+), 207 deletions(-)
Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra
Library
Description: 'Armadillo' is a templated C++ linear algebra library (by Conrad
Sanderson) that aims towards a good balance between speed and ease of use. Integer,
floating point and complex numbers are supported, as well as a subset of
trigonometric and statistics functions. Various matrix decompositions are
provided through optional integration with LAPACK and ATLAS libraries.
The 'RcppArmadillo' package includes the header files from the templated
'Armadillo' library. Thus users do not need to install 'Armadillo' itself in
order to use 'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is
licensed under Apache License 2; previous releases were under licensed as
MPL 2.0 from version 3.800.0 onwards and LGPL-3 prior to that;
'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under
the GNU GPL version 2 or later, as is the rest of 'Rcpp'. Note that
Armadillo requires a fairly recent compiler; for the g++ family at least
version 4.6.* is required.
Author: Dirk Eddelbuettel, Romain Francois, Doug Bates and Binxiang Ni
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Diff between RcppArmadillo versions 0.7.960.1.1 dated 2017-08-20 and 0.7.960.1.2 dated 2017-08-29
RcppArmadillo-0.7.960.1.1/RcppArmadillo/inst/include/RcppArmadilloLapack.h.in |only RcppArmadillo-0.7.960.1.1/RcppArmadillo/src/Makevars |only RcppArmadillo-0.7.960.1.2/RcppArmadillo/ChangeLog | 30 ++++ RcppArmadillo-0.7.960.1.2/RcppArmadillo/DESCRIPTION | 10 - RcppArmadillo-0.7.960.1.2/RcppArmadillo/MD5 | 28 ++-- RcppArmadillo-0.7.960.1.2/RcppArmadillo/R/inline.R | 13 + RcppArmadillo-0.7.960.1.2/RcppArmadillo/cleanup | 4 RcppArmadillo-0.7.960.1.2/RcppArmadillo/configure | 70 ++++++---- RcppArmadillo-0.7.960.1.2/RcppArmadillo/configure.ac | 39 +++-- RcppArmadillo-0.7.960.1.2/RcppArmadillo/inst/NEWS.Rd | 9 + RcppArmadillo-0.7.960.1.2/RcppArmadillo/inst/doc/RcppArmadillo-intro.pdf |binary RcppArmadillo-0.7.960.1.2/RcppArmadillo/inst/doc/RcppArmadillo-unitTests.pdf |binary RcppArmadillo-0.7.960.1.2/RcppArmadillo/inst/include/RcppArmadilloConfig.h | 11 + RcppArmadillo-0.7.960.1.2/RcppArmadillo/inst/include/RcppArmadilloConfigGenerated.h.in |only RcppArmadillo-0.7.960.1.2/RcppArmadillo/src/Makevars.in |only RcppArmadillo-0.7.960.1.2/RcppArmadillo/src/Makevars.win | 4 RcppArmadillo-0.7.960.1.2/RcppArmadillo/vignettes/RcppArmadillo-sparseMatrix.Rnw | 2 17 files changed, 155 insertions(+), 65 deletions(-)
Title: Indoor Positioning Fingerprinting Toolset
Description: Algorithms and utility functions for indoor positioning using fingerprinting techniques.
These functions are designed for manipulation of RSSI (Received Signal Strength Intensity) data
sets, estimation of positions,comparison of the performance of different models, and graphical
visualization of data. Machine learning algorithms and methods such as k-nearest neighbors or
probabilistic fingerprinting are implemented in this package to perform analysis
and estimations over RSSI data sets.
Author: Emilio Sansano [aut, cre],
Raúl Montoliu [ctb]
Maintainer: Emilio Sansano <esansano@uji.es>
Diff between ipft versions 0.6 dated 2017-05-10 and 0.7.1 dated 2017-08-29
DESCRIPTION | 12 + MD5 | 17 +- NAMESPACE | 3 R/ipft.R | 384 ++++++++++++++++++++++++----------------------------- man/ipfEstimate.Rd | 2 man/ipfKnn.Rd | 2 man/ipfProb.Rd | 2 man/ipfProx.Rd | 2 man/ipfRMID.Rd |only src/ipf.cpp | 4 10 files changed, 199 insertions(+), 229 deletions(-)
Title: Detection of Differential Item Functioning (DIF) and
Differential Distractor Functioning (DDF) by Non-Linear
Regression Models
Description: Detection of DIF among dichotomously scored items and DDF among unscored items with non-linear regression procedures based on generalized logistic regression models.
Author: Adela Drabinova [aut, cre], Patricia Martinkova [aut], Karel Zvara [aut]
Maintainer: Adela Drabinova <adela.drabinova@gmail.com>
Diff between difNLR versions 1.1.0 dated 2017-08-22 and 1.1.1 dated 2017-08-29
DESCRIPTION | 8 ++++---- MD5 | 16 ++++++++-------- NEWS | 15 +++++++++++++++ R/ddfMLR.R | 12 +++++++----- R/difNLR-package.R | 4 ++-- R/difNLR.R | 2 +- R/startNLR.R | 2 +- README.md | 2 +- man/difNLR-package.Rd | 4 ++-- 9 files changed, 41 insertions(+), 24 deletions(-)
Title: Continuous-Time Movement Modeling
Description: Functions for identifying, fitting, and applying continuous-space, continuous-time stochastic movement models to animal tracking data.
The package is described in Calabrese & Fleming (2016) <doi:10.1111/2041-210X.12559> and its methods are based on those introduced in
Fleming et al (2014) <doi:10.1086/675504>,
Fleming et al (2014) <doi:10.1111/2041-210X.12176>,
Fleming et al (2015) <doi:10.1890/14-2010.1>,
Fleming et al (2016) <doi:10.1890/15-1607>,
Péron et al (2016) <doi:10.1186/s40462-016-0084-7>,
Fleming & Calabrese (2016) <doi:10.1111/2041-210X.12673>,
Péron et al (2017) <doi:10.1002/ecm.1260>,
and
Fleming et al (2017) <doi:10.1016/j.ecoinf.2017.04.008>.
Author: Christen H. Fleming [aut, cre],
Justin M. Calabrese [aut],
Xianghui Dong [ctb],
Kevin Winner [ctb],
Guillaume Péron [ctb],
Bart Kranstauber [ctb],
Eliezer Gurarie [ctb],
Kamran Safi [ctb],
Paul C. Cross [dtc],
Thomas Mueller [dtc]
Maintainer: Christen H. Fleming <flemingc@si.edu>
Diff between ctmm versions 0.3.6 dated 2017-04-24 and 0.4.0 dated 2017-08-29
DESCRIPTION | 26 - MD5 | 115 +++-- NAMESPACE | 8 NEWS.md | 31 + R/1.R | 5 R/QP.R | 122 ++--- R/aicc.R |only R/ctmm.R | 111 ++--- R/emulate.R |only R/export.R | 63 +-- R/extent.R | 56 ++ R/filter.R | 75 +-- R/generic.R | 82 ++- R/kde.R | 241 +++++------ R/krige.R | 169 ++++---- R/likelihood.R | 963 ++++++++++++++++++---------------------------- R/matrix.R | 64 +-- R/mean.R | 135 +++--- R/numDeriv.R | 187 ++++---- R/optim.R | 873 +++++++++++++++++++++-------------------- R/overlap.R | 2 R/parameters.R |only R/select.R | 188 +++++--- R/telemetry.R | 376 ++++++++++------- R/units.R | 122 +++-- R/variogram.R | 470 ++++++++++++---------- TODO | 35 + build/vignette.rds |binary data/wolf.rda |only inst/doc/akde.R | 20 inst/doc/akde.Rmd | 26 - inst/doc/akde.html | 40 - inst/doc/periodogram.R |only inst/doc/periodogram.Rmd |only inst/doc/periodogram.html |only inst/doc/variogram.R | 88 ++-- inst/doc/variogram.Rmd | 112 ++--- inst/doc/variogram.html | 166 +++---- man/akde.Rd | 20 man/bandwidth.Rd | 49 +- man/buffalo.Rd | 14 man/ctmm-FAQ.Rd | 15 man/ctmm-package.Rd | 64 ++- man/ctmm.fit.Rd | 35 + man/emulate.ctmm.Rd |only man/extent.Rd | 6 man/gazelle.Rd | 4 man/mean.variogram.Rd | 4 man/occurrence.Rd | 23 - man/overlap.Rd | 9 man/periodogram.Rd | 26 - man/plot.telemetry.Rd | 17 man/plot.variogram.Rd | 8 man/residuals.Rd | 30 + man/simulate.ctmm.Rd | 22 - man/summary.UD.Rd | 17 man/summary.ctmm.Rd | 9 man/unit.Rd |only man/variogram.Rd | 14 man/variogram.fit.Rd | 4 man/wolf.Rd |only vignettes/akde.Rmd | 26 - vignettes/periodogram.Rmd |only vignettes/variogram.Rmd | 112 ++--- 64 files changed, 2879 insertions(+), 2620 deletions(-)
Title: Constrained Triangulation for Simple Features
Description: Build a constrained 'Delaunay' triangulation from simple features
objects, applying constraints based on input line segments, and triangle
properties including maximum area, minimum internal angle.
Author: Michael D. Sumner [aut, cre]
Maintainer: Michael D. Sumner <mdsumner@gmail.com>
Diff between sfdct versions 0.0.3 dated 2017-05-02 and 0.0.4 dated 2017-08-29
DESCRIPTION | 6 MD5 | 28 + NEWS.md | 4 R/sfdct.R | 4 README.md | 34 +- build/vignette.rds |binary data/lakesuperior.rda |binary inst/doc/sfdct.R | 2 inst/doc/sfdct.Rmd | 2 inst/doc/sfdct.html | 457 +++++++++++++++++++++---------- inst/extdata |only man/ct_triangulate.Rd | 4 tests/testthat/test-basic-ct.R | 2 tests/testthat/test-prepair-benchmarks.R | 14 vignettes/sfdct.Rmd | 2 15 files changed, 364 insertions(+), 195 deletions(-)
Title: Estimate Univariate Gaussian or Student's t Mixture
Autoregressive Model
Description: Maximum likelihood estimation of univariate Gaussian Mixture Autoregressive (GMAR) and
Student's t Mixture Autoregressive (StMAR) models, quantile residual tests, graphical diagnostics,
forecast and simulate from GMAR and StMAR processes. Also general linear constraints and restricting
autoregressive parameters to be the same for all regimes are supported.
Leena Kalliovirta, Mika Meitz, Pentti Saikkonen (2015) <doi:10.1111/jtsa.12108>,
Leena Kalliovirta (2012) <doi:10.1111/j.1368-423X.2011.00364.x>.
Author: Savi Virolainen [aut, cre]
Maintainer: Savi Virolainen <savi.virolainen@helsinki.fi>
Diff between uGMAR versions 1.0.0 dated 2017-08-28 and 1.0.1 dated 2017-08-29
DESCRIPTION | 6 MD5 | 80 - NAMESPACE | 32 R/MAINest.R | 895 +++++++------- R/geneticAlgorithm.R | 2201 ++++++++++++++++++------------------ R/loglikelihood.R | 953 +++++++-------- README.md | 37 build/vignette.rds |binary inst/doc/intro-to-uGMAR.Rmd | 236 +-- inst/doc/intro-to-uGMAR.html | 288 ++-- man/GAfit.Rd | 281 ++-- man/VIX.Rd | 36 man/changeRegime.Rd | 184 +-- man/checkAndCorrectData.Rd | 40 man/checkConstraintMat.Rd | 68 - man/checkPM.Rd | 38 man/extractRegime.Rd | 178 +- man/fitGMAR.Rd | 470 +++---- man/forecastGMAR.Rd | 254 ++-- man/getOmega.Rd | 174 +- man/isStationary.Rd | 220 +-- man/isStationary_int.Rd | 136 +- man/loglikelihood.Rd | 206 +-- man/loglikelihood_int.Rd | 221 +-- man/mixingWeights.Rd | 228 +-- man/mixingWeights_int.Rd | 182 +- man/nParams.Rd | 76 - man/parameterChecks.Rd | 84 - man/plotGMAR.Rd | 270 ++-- man/quantileResidualTests.Rd | 312 ++--- man/quantileResiduals.Rd | 242 +-- man/quantileResiduals_int.Rd | 190 +-- man/randomIndividual.Rd | 360 ++--- man/randomIndividual_int.Rd | 244 +-- man/reformConstrainedPars.Rd | 140 +- man/reformParameters.Rd | 136 +- man/simulateGMAR.Rd | 218 +-- man/sortComponents.Rd | 164 +- man/standardErrors.Rd | 156 +- tests/testthat/test_loglikelihood.R | 10 vignettes/intro-to-uGMAR.Rmd | 236 +-- 41 files changed, 5263 insertions(+), 5219 deletions(-)
Title: Sparse Group Partial Least Square Methods
Description: Regularized version of partial least square approaches providing sparse, group, and sparse group versions of partial least square regression models (Liquet, B., Lafaye de Micheaux, P., Hejblum B., Thiebaut, R. (2016) <doi:10.1093/bioinformatics/btv535>). Version of PLS Discriminant analysis is also provided.
Author: Benoit Liquet and Pierre Lafaye de Micheaux and Camilo Broc
Maintainer: Benoit Liquet <b.liquet@uq.edu.au>
Diff between sgPLS versions 1.4 dated 2015-11-25 and 1.7 dated 2017-08-29
DESCRIPTION | 14 - MD5 | 34 ++- NAMESPACE | 14 + R/gPLS.R | 24 +- R/gPLSda.R |only R/perf.R | 484 +++++++++++++++++++++++++++++++++++++++++++++++++++-- R/predict.R | 165 ++++++++++++++++++ R/sPLS.R | 21 +- R/sPLSda.R |only R/sgPLS-internal.R | 36 +-- R/sgPLS.R | 20 +- R/sgplsda.R |only data |only man/gPLS.Rd | 7 man/gPLSda.Rd |only man/perf.Rd | 41 +++- man/predict.Rd | 41 +++- man/sPLS.Rd | 8 man/sPLSda.Rd |only man/sgPLS.Rd | 12 - man/sgPLSda.Rd |only man/simuData.Rd |only 22 files changed, 827 insertions(+), 94 deletions(-)
Title: Diligent Use of Big Data with R
Description: Methods to diligently use 'dplyr' remote data sources ('SQL' databases,
'Spark' 2.0.0 and above).
Adds convenience functions to make such tasks more like
working with an in-memory R 'data.frame'.
Author: John Mount [aut, cre],
Nina Zumel [aut],
Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>
Diff between replyr versions 0.5.2 dated 2017-08-01 and 0.5.3 dated 2017-08-29
replyr-0.5.2/replyr/man/convertDiagrameToPNG.Rd |only replyr-0.5.3/replyr/DESCRIPTION | 13 ++-- replyr-0.5.3/replyr/MD5 | 47 ++++++++--------- replyr-0.5.3/replyr/NAMESPACE | 1 replyr-0.5.3/replyr/NEWS.md | 37 ++++++++----- replyr-0.5.3/replyr/R/joinController.R | 27 ---------- replyr-0.5.3/replyr/R/renameRestrictCols.R | 6 ++ replyr-0.5.3/replyr/R/summary.R | 17 ++++-- replyr-0.5.3/replyr/README.md | 6 +- replyr-0.5.3/replyr/inst/doc/DependencySorting.R | 17 ++++-- replyr-0.5.3/replyr/inst/doc/DependencySorting.Rmd | 17 ++++-- replyr-0.5.3/replyr/inst/doc/DependencySorting.html | 45 +++++++++------- replyr-0.5.3/replyr/inst/doc/NArm.html | 8 +- replyr-0.5.3/replyr/inst/doc/ParametricExample.html | 6 +- replyr-0.5.3/replyr/inst/doc/coalesce.html | 54 ++++++++++---------- replyr-0.5.3/replyr/inst/doc/joinController.R | 17 ++++-- replyr-0.5.3/replyr/inst/doc/joinController.Rmd | 17 ++++-- replyr-0.5.3/replyr/inst/doc/joinController.html | 43 ++++++++------- replyr-0.5.3/replyr/inst/doc/letExample.html | 8 +- replyr-0.5.3/replyr/inst/doc/replyr.html | 10 +-- replyr-0.5.3/replyr/inst/doc/summary.html | 8 +- replyr-0.5.3/replyr/man/renderJoinDiagram.Rd | 2 replyr-0.5.3/replyr/man/replyr_summary.Rd | 17 ++++-- replyr-0.5.3/replyr/vignettes/DependencySorting.Rmd | 17 ++++-- replyr-0.5.3/replyr/vignettes/joinController.Rmd | 17 ++++-- 25 files changed, 250 insertions(+), 207 deletions(-)
Title: Map Pages of Memory
Description: R interface to POSIX mmap and Window's MapViewOfFile.
Author: Jeffrey A. Ryan
Maintainer: Jeffrey A. Ryan <jeff.a.ryan@gmail.com>
Diff between mmap versions 0.6-12 dated 2013-08-28 and 0.6-14 dated 2017-08-29
mmap-0.6-12/mmap/src/config.h |only mmap-0.6-12/mmap/vignettes/doc |only mmap-0.6-14/mmap/DESCRIPTION | 11 mmap-0.6-14/mmap/MD5 | 29 + mmap-0.6-14/mmap/NAMESPACE | 10 mmap-0.6-14/mmap/R/mmap.R | 18 - mmap-0.6-14/mmap/build |only mmap-0.6-14/mmap/cleanup |only mmap-0.6-14/mmap/configure | 555 +++++++++++++++++++----------------- mmap-0.6-14/mmap/configure.in | 2 mmap-0.6-14/mmap/configure.win |only mmap-0.6-14/mmap/inst |only mmap-0.6-14/mmap/man/struct.Rd | 2 mmap-0.6-14/mmap/man/types.Rd | 2 mmap-0.6-14/mmap/src/init.c |only mmap-0.6-14/mmap/src/mmap.c | 211 ++++++++----- mmap-0.6-14/mmap/src/mmap.h | 63 ++-- mmap-0.6-14/mmap/vignettes/mmap.Rnw |only 18 files changed, 511 insertions(+), 392 deletions(-)
Title: Mixed GAM Computation Vehicle with Automatic Smoothness
Estimation
Description: Generalized additive (mixed) models, some of their extensions and
other generalized ridge regression with multiple smoothing
parameter estimation by (Restricted) Marginal Likelihood,
Generalized Cross Validation and similar. Includes a gam()
function, a wide variety of smoothers, JAGS support and
distributions beyond the exponential family.
Author: Simon Wood <simon.wood@r-project.org>
Maintainer: Simon Wood <simon.wood@r-project.org>
Diff between mgcv versions 1.8-18 dated 2017-07-28 and 1.8-19 dated 2017-08-29
ChangeLog | 44 ++ DESCRIPTION | 8 MD5 | 90 ++--- NAMESPACE | 1 R/bam.r | 489 +++++++++++++++++++++++--------- R/coxph.r | 179 +++++++++-- R/efam.r | 282 ++++++++++++------ R/fast-REML.r | 52 ++- R/gam.fit3.r | 4 R/gam.fit4.r | 3 R/gamlss.r | 6 R/mgcv.r | 261 ++++++----------- R/smooth.r | 41 +- inst/CITATION | 41 +- man/Beta.Rd | 4 man/Predict.matrix.Rd | 2 man/Predict.matrix.cr.smooth.Rd | 2 man/Tweedie.Rd | 2 man/anova.gam.Rd | 4 man/bam.Rd | 19 - man/choose.k.Rd | 2 man/coxph.Rd | 50 ++- man/extract.lme.cov.Rd | 2 man/family.mgcv.Rd | 4 man/fixDependence.Rd | 4 man/gam.Rd | 34 +- man/gam.check.Rd | 4 man/gam.convergence.Rd | 75 ++-- man/gam.models.Rd | 2 man/gamObject.Rd | 2 man/mgcv-FAQ.Rd | 5 man/mgcv-package.Rd | 7 man/negbin.Rd | 13 man/ocat.Rd | 2 man/plot.gam.Rd | 2 man/print.gam.Rd | 2 man/s.Rd | 2 man/scat.Rd | 2 man/smooth.construct.cr.smooth.spec.Rd | 4 man/smooth.construct.mrf.smooth.spec.Rd | 4 man/smooth.construct.so.smooth.spec.Rd | 2 man/smooth2random.Rd | 2 man/summary.gam.Rd | 13 man/te.Rd | 12 man/ziP.Rd | 2 src/sparse-smooth.c | 215 -------------- 46 files changed, 1127 insertions(+), 875 deletions(-)
Title: Low WAFOM Sobol Sequence
Description: Implementation of Low Walsh Figure of Merit (WAFOM) sequence
based on Sobol sequence.
Author: Shinsuke Mori [aut],
Ryuichi Ohori [aut],
Makoto Matsumoto [aut],
Mutsuo Saito [cre]
Maintainer: Mutsuo Saito <sai10@hiroshima-u.ac.jp>
Diff between LowWAFOMSobol versions 1.0 dated 2017-07-13 and 1.1.1 dated 2017-08-29
DESCRIPTION | 12 +++--- MD5 | 28 +++++++-------- R/lowWAFOMSobol.R | 29 +++++++-------- build/vignette.rds |binary inst/doc/lowWAFOMSobol.R | 6 +-- inst/doc/lowWAFOMSobol.Rmd | 16 ++++---- inst/doc/lowWAFOMSobol.html | 15 +++----- man/LowWAFOMSobol-package.Rd | 10 +++-- man/lowWAFOMSobol.dimF2MinMax.Rd | 4 +- man/lowWAFOMSobol.dimMinMax.Rd | 2 - man/lowWAFOMSobol.points.Rd | 10 ++--- src/DigitalNet.cpp | 67 ++++++++++++++++-------------------- src/nb64.cpp | 2 - tests/testthat/test-lowWAFOMSobol.R | 7 ++- vignettes/lowWAFOMSobol.Rmd | 16 ++++---- 15 files changed, 110 insertions(+), 114 deletions(-)
Title: A Flexible Container to Transport and Manipulate Data and
Associated Resources
Description: Provides a flexible container to transport and
manipulate complex sets of data. These data may consist of multiple data files and
associated meta data and ancillary files. Individual data objects have
associated system level meta data, and data files are linked together using
the OAI-ORE standard resource map which describes the relationships between the files.
The OAI-ORE standard is described at <https://www.openarchives.org/ore>. Data packages
can be serialized and transported as structured files that have been created following
the BagIt specification. The BagIt specification is described at
<https://tools.ietf.org/html/draft-kunze-bagit-08>.
Author: Matthew B. Jones [aut, cre],
Peter Slaughter [aut],
Regents of the University of California [cph]
Maintainer: Matthew B. Jones <jones@nceas.ucsb.edu>
Diff between datapack versions 1.3.0 dated 2017-08-03 and 1.3.1 dated 2017-08-29
DESCRIPTION | 8 ++-- MD5 | 54 ++++++++++++++++---------------- NEWS | 8 ++++ R/DataObject.R | 2 - R/DataPackage.R | 26 +++++++-------- R/ResourceMap.R | 10 ++--- R/SystemMetadata.R | 4 +- README.md | 1 inst/doc/datapack-overview.Rmd | 9 +++++ inst/doc/datapack-overview.html | 30 +++++++++++------ inst/tests/test_DataPackage.R | 21 ++++++++++-- man/ResourceMap-class.Rd | 2 - man/SystemMetadata-class.Rd | 2 - man/canRead.Rd | 2 - man/clearAccessPolicy.Rd | 2 - man/createFromTriples.Rd | 4 +- man/getRelationships.Rd | 2 - man/getTriples.Rd | 2 - man/insertRelationship.Rd | 2 - man/parseRDF.Rd | 2 - man/recordDerivation.Rd | 2 - man/replaceMember.Rd | 2 - man/serializeSystemMetadata.Rd | 2 - man/serializeToBagIt.Rd | 4 +- man/updateMetadata.Rd | 4 +- man/updateRelationships.Rd | 2 - vignettes/datapack-overview.Rmd | 9 +++++ vignettes/package-diagram-with-prov.png |only vignettes/package-diagram.png |only 29 files changed, 136 insertions(+), 82 deletions(-)
Title: Identification, Tuning, Visualisation and Analysis of Labour
Market Areas
Description: Produces Labour Market Areas from commuting flows available at elementary territorial units. It provides tools for automatic tuning based on spatial contiguity. It also allows for statistical analyses and visualisation of the new functional geography.
Author: Daniela Ichim, Luisa Franconi, Michele D'Alo', Guido van den Heuvel
Maintainer: Luisa Franconi <franconi@istat.it>
Diff between LabourMarketAreas versions 3.0 dated 2017-05-15 and 3.1 dated 2017-08-29
DESCRIPTION | 8 ++++---- MD5 | 6 +++--- man/FineTuning.Rd | 2 +- man/LabourMarketAreas-package.Rd | 7 ++++--- 4 files changed, 12 insertions(+), 11 deletions(-)
More information about LabourMarketAreas at CRAN
Permanent link
Title: Statistical Methods for Anthropometric Data
Description: Statistical methodologies especially developed to analyze anthropometric data. These methods are aimed at providing effective solutions to some commons problems related to Ergonomics and Anthropometry. They are based on clustering, the statistical concept of data depth, statistical shape analysis and archetypal analysis.
Author: Guillermo Vinue, Irene Epifanio, Amelia Simo, M. Victoria Ibanez, Juan Domingo, Guillermo Ayala
Maintainer: Guillermo Vinue <Guillermo.Vinue@uv.es>
Diff between Anthropometry versions 1.8 dated 2017-04-26 and 1.9 dated 2017-08-29
Anthropometry-1.8/Anthropometry/vignettes/a4wide.sty |only Anthropometry-1.8/Anthropometry/vignettes/algorithm2e.sty |only Anthropometry-1.8/Anthropometry/vignettes/algorithmic.sty |only Anthropometry-1.8/Anthropometry/vignettes/enumitem.sty |only Anthropometry-1.9/Anthropometry/DESCRIPTION | 8 - Anthropometry-1.9/Anthropometry/MD5 | 76 ++++------ Anthropometry-1.9/Anthropometry/NEWS | 7 Anthropometry-1.9/Anthropometry/build/vignette.rds |binary Anthropometry-1.9/Anthropometry/inst/CITATION | 4 Anthropometry-1.9/Anthropometry/inst/doc/Anthropometry.pdf |binary Anthropometry-1.9/Anthropometry/man/Anthropometry-internalHipamAnthropom.Rd | 2 Anthropometry-1.9/Anthropometry/man/Anthropometry-internalPlotTree.Rd | 2 Anthropometry-1.9/Anthropometry/man/Anthropometry-package.Rd | 6 Anthropometry-1.9/Anthropometry/man/HartiganShapes.Rd | 2 Anthropometry-1.9/Anthropometry/man/LloydShapes.Rd | 2 Anthropometry-1.9/Anthropometry/man/anthrCases.Rd | 6 Anthropometry-1.9/Anthropometry/man/array3Dlandm.Rd | 2 Anthropometry-1.9/Anthropometry/man/bustSizesStandard.Rd | 2 Anthropometry-1.9/Anthropometry/man/checkBranchLocalIMO.Rd | 4 Anthropometry-1.9/Anthropometry/man/checkBranchLocalMO.Rd | 4 Anthropometry-1.9/Anthropometry/man/computSizesHipamAnthropom.Rd | 2 Anthropometry-1.9/Anthropometry/man/cube34landm.Rd | 2 Anthropometry-1.9/Anthropometry/man/cube8landm.Rd | 2 Anthropometry-1.9/Anthropometry/man/figures8landm.Rd | 4 Anthropometry-1.9/Anthropometry/man/getBestPamsamIMO.Rd | 4 Anthropometry-1.9/Anthropometry/man/getBestPamsamMO.Rd | 4 Anthropometry-1.9/Anthropometry/man/getDistMatrix.Rd | 4 Anthropometry-1.9/Anthropometry/man/hipamAnthropom.Rd | 4 Anthropometry-1.9/Anthropometry/man/landmarksSampleSpaSurv.Rd | 2 Anthropometry-1.9/Anthropometry/man/optraShapes.Rd | 2 Anthropometry-1.9/Anthropometry/man/parallelep34landm.Rd | 2 Anthropometry-1.9/Anthropometry/man/parallelep8landm.Rd | 2 Anthropometry-1.9/Anthropometry/man/plotPrototypes.Rd | 2 Anthropometry-1.9/Anthropometry/man/plotTreeHipamAnthropom.Rd | 2 Anthropometry-1.9/Anthropometry/man/plotTrimmOutl.Rd | 2 Anthropometry-1.9/Anthropometry/man/projShapes.Rd | 2 Anthropometry-1.9/Anthropometry/man/qtranShapes.Rd | 2 Anthropometry-1.9/Anthropometry/man/sampleSpanishSurvey.Rd | 4 Anthropometry-1.9/Anthropometry/man/trimmOutl.Rd | 4 Anthropometry-1.9/Anthropometry/man/trimmedLloydShapes.Rd | 2 Anthropometry-1.9/Anthropometry/man/weightsMixtureUB.Rd | 2 41 files changed, 93 insertions(+), 90 deletions(-)
Title: 105 Data Sets from "Introductory Econometrics: A Modern
Approach" by Jeffrey M. Wooldridge
Description: Economics students new to both econometrics and R may find the
simultaneous introduction to both challenging. In particular, the process of
loading and preparing data before building one's first model can present
challenges. The `wooldridge` data package aims to lighten the task by loading
any data set from the text into the current working environment with a single command.
The package contains documentation for each set and all data has been
compressed to 62.73% of its original size. Just install the package, load it,
and use the `data()` function to call the data set you need to work with.
In addition, a wooldridge-vignette illustrates solutions to examples from
each chapter of the text, offering a relevant introduction to econometric
modelling with R. The vignette also includes an Appendix to helpful resources
about using R for econometrics. Note: Data sets are from the 5th edition
(Wooldridge 2013, ISBN-13:978-1-111-53104-1), and are compatible with others.
Author: Justin M. Shea
Maintainer: Justin M. Shea <jshea@roosevelt.edu>
Diff between wooldridge versions 1.0.1 dated 2017-07-11 and 1.1.0 dated 2017-08-29
DESCRIPTION | 34 +-- MD5 | 16 - NEWS.md |only README.md | 42 ++- build/vignette.rds |binary inst/doc/wooldridge-vignette.R | 34 ++- inst/doc/wooldridge-vignette.Rmd | 413 +++++++++++++++---------------------- inst/doc/wooldridge-vignette.pdf |binary vignettes/wooldridge-vignette.Rmd | 413 +++++++++++++++---------------------- vignettes/wooldridge-vignette.html |only 10 files changed, 428 insertions(+), 524 deletions(-)
Title: Periodic Table of the Elements
Description: Provides a dataset containing properties for chemical elements.
Helper functions are also provided to access some atomic properties.
Author: Julien Idé
Maintainer: Julien Idé <julien.ide.fr@gmail.com>
Diff between PeriodicTable versions 0.1.1 dated 2017-01-24 and 0.1.2 dated 2017-08-29
DESCRIPTION | 6 +++--- MD5 | 4 ++-- R/sysdata.rda |binary 3 files changed, 5 insertions(+), 5 deletions(-)
Title: Common Plots for Analysis
Description: Select data analysis plots, under a standardized calling interface implemented on top of 'ggplot2' and 'plotly'.
Plots of interest include: 'ROC', gain curve, scatter plot with marginal distributions,
conditioned scatter plot with marginal densities.
box and stem with matching theoretical distribution, and density with matching theoretical distribution.
Author: John Mount [aut, cre],
Nina Zumel [aut],
Win-Vector LLC [cph]
Maintainer: John Mount <jmount@win-vector.com>
Diff between WVPlots versions 0.2.5 dated 2017-07-04 and 0.2.6 dated 2017-08-29
DESCRIPTION | 20 ++++++++++++++------ MD5 | 13 +++++++------ NEWS.md |only R/ROC.R | 2 +- README.md | 19 ++++++++++--------- build/vignette.rds |binary inst/doc/WVPlots_concept.html | 6 +++--- inst/doc/WVPlots_examples.html | 10 +++++----- 8 files changed, 40 insertions(+), 30 deletions(-)