Thu, 27 Aug 2015

New package lookupTable with initial version 0.1
Package: lookupTable
Type: Package
Title: Look-Up Tables using S4
Version: 0.1
Date: 2015-08-17
Authors@R: c(person('Enzo', 'Jia', email = 'enzo.jia@gmail.com', role = c('aut', 'cre')), person('Marc', 'Maier', email = 'mmaier@massmutual.com', role = 'aut'))
Maintainer: Enzo Jia <enzo.jia@gmail.com>
Description: Fits look-up tables by filling entries with the mean or median values of observations fall in partitions of the feature space. Partitions can be determined by user of the package using input argument feature.boundaries, and dimensions of the feature space can be any combination of continuous and categorical features provided by the data set. A Predict function directly fetches corresponding entry value, and a default value is defined as the mean or median of all available observations. The table and other components are represented using the S4 class lookupTable.
License: MIT + file LICENSE
LazyData: TRUE
Imports: dplyr, methods
Depends: data.table
Suggests: testthat
NeedsCompilation: no
Packaged: 2015-08-27 13:26:20 UTC; mm87727
Author: Enzo Jia [aut, cre], Marc Maier [aut]
Repository: CRAN
Date/Publication: 2015-08-28 01:21:23

More information about lookupTable at CRAN
Permanent link

New package kerndwd with initial version 1.0.1
Package: kerndwd
Type: Package
Title: Distance Weighted Discrimination (DWD) and Kernel Methods
Version: 1.0.1
Date: 2015-08-27
Author: Boxiang Wang <boxiang@umn.edu>, Hui Zou <hzou@stat.umn.edu>
Maintainer: Boxiang Wang <boxiang@umn.edu>
Description: A very efficient implementation that solves the generalized DWD under any kernel regularization.
Depends: methods
Imports: graphics, grDevices, stats, utils
License: GPL-2
Repository: CRAN
NeedsCompilation: yes
Packaged: 2015-08-27 16:21:16 UTC; Boxiang
Date/Publication: 2015-08-28 01:18:19

More information about kerndwd at CRAN
Permanent link

New package GsymPoint with initial version 1.0
Package: GsymPoint
Type: Package
Title: Estimation of the Generalized Symmetry Point, an Optimal Cutpoint in Continuous Diagnostic Tests
Version: 1.0
Date: 2015-08-27
Depends: truncnorm, Rsolnp
Author: Mónica López-Ratón, Carmen Cadarso-Suárez, Elisa M. Molanes-López, Emilio Letón
Maintainer: Mónica López-Ratón
Description: Estimation of the cutpoint defined by the Generalized Symmetry point in a binary classification setting based on a continuous diagnostic test or marker. Two methods have been implemented to construct confidence intervals for this optimal cutpoint, one based on the Generalized Pivotal Quantity and the other based on Empirical Likelihood. Numerical and graphical outputs for these two methods are easily obtained.
License: GPL
Encoding: latin1
Packaged: 2015-08-27 20:47:04 UTC; Mari
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-08-28 01:20:23

More information about GsymPoint at CRAN
Permanent link

New package detector with initial version 0.1.0
Package: detector
Title: Detect Data Containing Personally Identifiable Information
Version: 0.1.0
Description: Allows users to quickly and easily detect data containing Personally Identifiable Information (PII) through convenience functions.
Authors@R: person("Paul", "Hendricks", , "paul.hendricks.2013@owu.edu", c("aut", "cre"))
URL: https://github.com/paulhendricks/detector
BugReports: https://github.com/paulhendricks/detector/issues
Depends: R (>= 3.1.2)
License: MIT + file LICENSE
LazyData: true
Imports: stringr
Suggests: testthat, generator
NeedsCompilation: no
Packaged: 2015-08-27 19:58:34 UTC; phendricks
Author: Paul Hendricks [aut, cre]
Maintainer: Paul Hendricks <paul.hendricks.2013@owu.edu>
Repository: CRAN
Date/Publication: 2015-08-28 01:13:37

More information about detector at CRAN
Permanent link

New package apaTables with initial version 1.0.3
Package: apaTables
Title: Create American Psychological Association (APA) Style Tables
Version: 1.0.3
Authors@R: person("David", "Stanley", , "dstanley@uoguelph.ca", role = c("aut", "cre"))
Description: A common task faced by researchers is the creation of APA style (i.e., American Psychological Association style) tables from statistical output. In R a large number of function calls are often needed to obtain all of the desired information for a single APA style table. As well, the process of manually creating APA style tables in a word processor is prone to transcription errors. This package creates Word files (.doc files) containing APA style tables for several types of analyses. Using this package minimizes transcription errors and reduces the number commands needed by the user.
Depends: R (>= 3.1.2)
Date: 2015-08-27
License: Unlimited
LazyData: true
Imports: rockchalk, stats, utils, methods, MBESS, car
NeedsCompilation: no
Packaged: 2015-08-27 14:57:56 UTC; stanley
Author: David Stanley [aut, cre]
Maintainer: David Stanley <dstanley@uoguelph.ca>
Repository: CRAN
Date/Publication: 2015-08-28 01:13:36

More information about apaTables at CRAN
Permanent link

Package ALTopt updated to version 0.1.1 with previous version 0.1.0 dated 2015-01-17

Title: Optimal Experimental Designs for Accelerated Life Testing
Description: Creates the optimal (D, U and I) designs for the accelerated life testing with right censoring or interval censoring. It uses generalized linear model (GLM) approach to derive the asymptotic variance-covariance matrix of regression coefficients. The failure time distribution is assumed to follow Weibull distribution with a known shape parameter and log-linear link functions are used to model the relationship between failure time parameters and stress variables. The acceleration model may have multiple stress factors, although most ALTs involve only two or less stress factors. ALTopt package also provides several plotting functions including contour plot, Fraction of Use Space (FUS) plot and Variance Dispersion graphs of Use Space (VDUS) plot.
Author: Kangwon Seo [aut, cre], Rong Pan [aut]
Maintainer: Kangwon Seo <kseo7@asu.edu>

Diff between ALTopt versions 0.1.0 dated 2015-01-17 and 0.1.1 dated 2015-08-27

 DESCRIPTION                 |   30 ++++++++++-----------
 MD5                         |   55 +++++++++++++++++++--------------------
 NAMESPACE                   |   15 +++++++++-
 R/ALTopt.R                  |   62 +++++++++++++++++++++++++++++++++++++++++++-
 build                       |only
 man/ALTopt-package.Rd       |   24 +++++------------
 man/Dobj.ic.Rd              |    2 -
 man/Dobj.rc.Rd              |    2 -
 man/ExtendedForm.Rd         |    2 -
 man/Iobj.ic.Rd              |    2 -
 man/Iobj.rc.Rd              |    2 -
 man/PreVar.Rd               |    2 -
 man/Uobj.ic.Rd              |    2 -
 man/Uobj.rc.Rd              |    2 -
 man/alteval.ic.Rd           |    2 -
 man/alteval.rc.Rd           |    2 -
 man/altopt.ic.Rd            |    4 ++
 man/altopt.rc.Rd            |    4 ++
 man/compare.fus.Rd          |    2 -
 man/compare.vdus.Rd         |    2 -
 man/convert.stress.level.Rd |    2 -
 man/design.plot.Rd          |    2 -
 man/kmeansCls.Rd            |    2 -
 man/pv.contour.ic.Rd        |    2 -
 man/pv.contour.rc.Rd        |    2 -
 man/pv.fus.ic.Rd            |    2 -
 man/pv.fus.rc.Rd            |    2 -
 man/pv.vdus.ic.Rd           |    2 -
 man/pv.vdus.rc.Rd           |    2 -
 29 files changed, 153 insertions(+), 83 deletions(-)

More information about ALTopt at CRAN
Permanent link

New package umx with initial version 0.50
Package: umx
Version: 0.50
Date: 2015-08-27
Title: Helper Functions for Structural Equation Modelling in OpenMx
Authors@R: c(person("Timothy C", "Bates", role = c("aut", "cre"), email = "timothy.c.bates@gmail.com"))
Maintainer: Timothy C Bates <timothy.c.bates@gmail.com>
License: GPL-3
URL: http://github.com/tbates/umx
Description: Helper functions for making, running, and reporting SEM models in OpenMx. If you are just starting, try typing ?umx.
Depends: R (>= 3.0.3), OpenMx (>= 2.2.0)
Imports: formula.tools, utils, MASS, Matrix, methods, mvtnorm, numDeriv, polycor, R2HTML, RCurl
Suggests: knitr
BugReports: http://github.com/tbates/umx/issues
LazyData: true
NeedsCompilation: no
Packaged: 2015-08-27 14:06:02 UTC; tim
Author: Timothy C Bates [aut, cre]
Repository: CRAN
Date/Publication: 2015-08-28 01:11:25

More information about umx at CRAN
Permanent link

Package tmvtnorm updated to version 1.4-10 with previous version 1.4-9 dated 2014-03-03

Title: Truncated Multivariate Normal and Student t Distribution
Description: Random number generation for the truncated multivariate normal and Student t distribution. Computes probabilities, quantiles and densities, including one-dimensional and bivariate marginal densities. Computes first and second moments (i.e. mean and covariance matrix) for the double-truncated multinormal case.
Author: Stefan Wilhelm <wilhelm@financial.com> with contributions from Manjunath B G <bgmanjunath@gmail.com>
Maintainer: Stefan Wilhelm <wilhelm@financial.com>

Diff between tmvtnorm versions 1.4-9 dated 2014-03-03 and 1.4-10 dated 2015-08-27

 DESCRIPTION               |   11 ++++++-----
 MD5                       |   14 +++++++-------
 NAMESPACE                 |    1 +
 NEWS                      |    3 +++
 R/dtmvnorm-marginal.R     |    4 ++--
 build/vignette.rds        |binary
 inst/doc/GibbsSampler.pdf |binary
 src/Makevars              |    2 ++
 8 files changed, 21 insertions(+), 14 deletions(-)

More information about tmvtnorm at CRAN
Permanent link

Package mpt updated to version 0.5-2 with previous version 0.5-1 dated 2015-02-03

Title: Multinomial Processing Tree Models
Description: Fitting and testing multinomial processing tree (MPT) models, a class of statistical models for categorical data. The parameters are the link probabilities of a tree-like graph and represent the latent cognitive processing steps executed to arrive at observable response categories (Batchelder & Riefer, 1999; Erdfelder et al., 2009; Riefer & Batchelder, 1988).
Author: Florian Wickelmaier [aut, cre], Achim Zeileis [aut]
Maintainer: Florian Wickelmaier <wickelmaier@web.de>

Diff between mpt versions 0.5-1 dated 2015-02-03 and 0.5-2 dated 2015-08-27

 ChangeLog   |    9 +++++++++
 DESCRIPTION |   19 ++++++++++---------
 MD5         |   10 +++++-----
 NAMESPACE   |    7 ++++---
 R/mpt.R     |   42 +++++++++++++++++++++++++-----------------
 R/mptspec.R |    2 +-
 6 files changed, 54 insertions(+), 35 deletions(-)

More information about mpt at CRAN
Permanent link

New package KERE with initial version 1.0.0
Package: KERE
Title: Expectile Regression in Reproducing Kernel Hilbert Space
Version: 1.0.0
Date: 2015-8-26
Author: Yi Yang, Teng Zhang, Hui Zou
Maintainer: Yi Yang <yiyang@umn.edu>
Depends: methods
Description: An efficient algorithm inspired by majorization-minimization principle for solving the entire solution path of a flexible nonparametric expectile regression estimator constructed in a reproducing kernel Hilbert space.
License: GPL-2
Packaged: 2015-08-27 13:38:41 UTC; emeryyi
Repository: CRAN
Date/Publication: 2015-08-28 00:35:09
NeedsCompilation: yes

More information about KERE at CRAN
Permanent link

Package extRemes updated to version 2.0-6 with previous version 2.0-5 dated 2015-01-21

Title: Extreme Value Analysis
Description: Functions for performing extreme value analysis.
Author: Eric Gilleland
Maintainer: Eric Gilleland <ericg@ucar.edu>

Diff between extRemes versions 2.0-5 dated 2015-01-21 and 2.0-6 dated 2015-08-27

 DESCRIPTION                   |    9 ++-
 MD5                           |   28 +++++------
 NAMESPACE                     |   76 ++++++++++++++++++++++++++++++
 R/fitdiagnostics.R            |  104 +++++++++++++++++++++++++++++++++++-------
 R/fitfuns.R                   |   53 ++++++++++++++-------
 R/quantiles.R                 |    2 
 man/Denmint.Rd                |    2 
 man/FCwx.Rd                   |    2 
 man/Fort.Rd                   |    2 
 man/Ozone4H.Rd                |    2 
 man/Rsum.Rd                   |   13 ++++-
 man/ci.rl.ns.fevd.bayesian.Rd |    2 
 man/damage.Rd                 |    4 -
 man/ftcanmax.Rd               |    2 
 man/make.qcov.Rd              |    2 
 15 files changed, 240 insertions(+), 63 deletions(-)

More information about extRemes at CRAN
Permanent link

New package hdnom with initial version 1.2
Package: hdnom
Type: Package
Title: Nomograms for High-Dimensional Cox Models
Version: 1.2
Date: 2015-08-27
Author: Miaozhu Li <miaozhu.li@duke.edu>, Nan Xiao <nanx@uchicago.edu>
Maintainer: Nan Xiao <nanx@uchicago.edu>
Description: Build nomograms for high-dimensional Cox models, with support for model validation and calibration.
License: GPL
LazyData: TRUE
VignetteBuilder: knitr
URL: http://nomogr.am
BugReports: https://github.com/road2stat/hdnom/issues
Depends: R (>= 3.0.2)
Imports: survival, glmnet, rms, foreach, survAUC
Suggests: knitr, doParallel, Hmisc, mice
NeedsCompilation: no
Packaged: 2015-08-27 14:07:40 UTC; jimmy
Repository: CRAN
Date/Publication: 2015-08-28 01:11:22

More information about hdnom at CRAN
Permanent link

Package cacIRT updated to version 1.4 with previous version 1.3 dated 2014-01-28

Title: Classification Accuracy and Consistency under Item Response Theory
Description: Computes classification accuracy and consistency indices under Item Response Theory. Implements the total score IRT-based methods in Lee, Hanson & Brennen (2002) and Lee (2010), the IRT-based methods in Rudner (2001, 2005), and the total score nonparametric methods in Lathrop & Cheng (2014). For dichotomous and polytomous tests.
Author: Quinn N. Lathrop
Maintainer: Quinn N. Lathrop <quinn.lathrop@gmail.com>

Diff between cacIRT versions 1.3 dated 2014-01-28 and 1.4 dated 2015-08-27

 cacIRT-1.3/cacIRT/R/TOtable.F.R         |only
 cacIRT-1.3/cacIRT/man/TOtable.F.Rd      |only
 cacIRT-1.4/cacIRT/DESCRIPTION           |   17 +-
 cacIRT-1.4/cacIRT/MD5                   |   47 +++----
 cacIRT-1.4/cacIRT/NAMESPACE             |    6 
 cacIRT-1.4/cacIRT/R/Lee.D.R             |  119 +++++++++---------
 cacIRT-1.4/cacIRT/R/Lee.P.R             |  123 +++++++++----------
 cacIRT-1.4/cacIRT/R/Lee.pnr.R           |only
 cacIRT-1.4/cacIRT/R/Lee.poly.D.R        |only
 cacIRT-1.4/cacIRT/R/Lee.poly.P.R        |  115 ++++++++---------
 cacIRT-1.4/cacIRT/R/MLE.R               |   33 ++---
 cacIRT-1.4/cacIRT/R/Rud.D.R             |   92 +++++++-------
 cacIRT-1.4/cacIRT/R/Rud.P.R             |   82 ++++++------
 cacIRT-1.4/cacIRT/R/SEM.R               |   16 +-
 cacIRT-1.4/cacIRT/R/class.Lee.R         |   43 +++---
 cacIRT-1.4/cacIRT/R/class.Rud.R         |   47 +++----
 cacIRT-1.4/cacIRT/R/gen.rec.raw.R       |  102 +++++++--------
 cacIRT-1.4/cacIRT/R/iif.R               |   35 ++---
 cacIRT-1.4/cacIRT/R/irf.R               |   17 +-
 cacIRT-1.4/cacIRT/R/pnr.R               |only
 cacIRT-1.4/cacIRT/R/recursive.raw.R     |   63 ++++-----
 cacIRT-1.4/cacIRT/man/IRT.Rd            |  146 +++++++++++-----------
 cacIRT-1.4/cacIRT/man/Lee.ploy.Rd       |only
 cacIRT-1.4/cacIRT/man/cacIRT-package.Rd |   98 ++++++++-------
 cacIRT-1.4/cacIRT/man/cacNP.Rd          |only
 cacIRT-1.4/cacIRT/man/class.Lee.Rd      |  207 ++++++++++++++------------------
 cacIRT-1.4/cacIRT/man/class.Rud.Rd      |  194 ++++++++++++++---------------
 cacIRT-1.4/cacIRT/man/recursive.raw.Rd  |  160 +++++++++++++-----------
 28 files changed, 895 insertions(+), 867 deletions(-)

More information about cacIRT at CRAN
Permanent link

Package Anthropometry updated to version 1.5 with previous version 1.3 dated 2015-08-26

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.3 dated 2015-08-26 and 1.5 dated 2015-08-27

 DESCRIPTION                  |    8 ++++----
 MD5                          |   20 ++++++++++----------
 inst/doc/Anthropometry.Rnw   |    2 +-
 inst/doc/Anthropometry.pdf   |binary
 man/Anthropometry-package.Rd |    4 ++--
 man/getDistMatrix.Rd         |    2 ++
 man/hipamAnthropom.Rd        |    2 ++
 man/preprocessing.Rd         |    4 +---
 man/projShapes.Rd            |    1 -
 man/trimmedoid.Rd            |    2 ++
 vignettes/Anthropometry.Rnw  |    2 +-
 11 files changed, 25 insertions(+), 22 deletions(-)

More information about Anthropometry at CRAN
Permanent link

Package walkr updated to version 0.3.3 with previous version 0.3-2 dated 2015-08-13

Title: Random Walks in the Intersection of Hyperplanes and the N-Simplex
Description: Consider the intersection of two spaces: the complete solution space to Ax = b and the N-simplex. The intersection of these two spaces is a non-negative convex polytope. The package walkr samples from this intersection using two Monte-Carlo Markov Chain (MCMC) methods: hit-and-run and Dikin walk. walkr also provide tools to examine sample quality.
Author: as.person(c( "Andy Yao <andy.yao17@gmail.com> [aut]", "David Kane <dave.kane@gmail.com> [aut]" ))
Maintainer: Andy Yao <andy.yao17@gmail.com>

Diff between walkr versions 0.3-2 dated 2015-08-13 and 0.3.3 dated 2015-08-27

 walkr-0.3-2/walkr/vignettes/img/dikintrap.png             |only
 walkr-0.3-2/walkr/vignettes/img/hartrap.png               |only
 walkr-0.3-2/walkr/vignettes/img/pics                      |only
 walkr-0.3.3/walkr/DESCRIPTION                             |   23 
 walkr-0.3.3/walkr/MD5                                     |   56 
 walkr-0.3.3/walkr/NEWS                                    |only
 walkr-0.3.3/walkr/R/complete_solution.R                   |    2 
 walkr-0.3.3/walkr/R/dikin_walk.R                          |   20 
 walkr-0.3.3/walkr/R/hit_and_run.R                         |   19 
 walkr-0.3.3/walkr/R/walkr.R                               |    6 
 walkr-0.3.3/walkr/build/vignette.rds                      |binary
 walkr-0.3.3/walkr/inst/CITATION                           |only
 walkr-0.3.3/walkr/inst/doc/walkr.R                        |  124 +
 walkr-0.3.3/walkr/inst/doc/walkr.Rnw                      | 1065 +++++++++-----
 walkr-0.3.3/walkr/inst/doc/walkr.pdf                      |binary
 walkr-0.3.3/walkr/man/walkr.Rd                            |    2 
 walkr-0.3.3/walkr/tests/testthat/test.hitandrun.uniform.R |   17 
 walkr-0.3.3/walkr/vignettes/img/exp_dikin2.png            |only
 walkr-0.3.3/walkr/vignettes/img/exp_dikin3.png            |only
 walkr-0.3.3/walkr/vignettes/img/exp_dikin41.png           |only
 walkr-0.3.3/walkr/vignettes/img/exp_dikin42.png           |only
 walkr-0.3.3/walkr/vignettes/img/exp_dikin5.png            |only
 walkr-0.3.3/walkr/vignettes/img/exp_dikin6.png            |only
 walkr-0.3.3/walkr/vignettes/img/exp_hitandrun2.png        |only
 walkr-0.3.3/walkr/vignettes/img/exp_hitandrun3.png        |only
 walkr-0.3.3/walkr/vignettes/img/exp_hitandrun4.png        |only
 walkr-0.3.3/walkr/vignettes/img/exp_hitandrun5.png        |only
 walkr-0.3.3/walkr/vignettes/img/exp_trapezoid1.png        |only
 walkr-0.3.3/walkr/vignettes/img/simplex3D.png             |binary
 walkr-0.3.3/walkr/vignettes/img/traceplot.png             |only
 walkr-0.3.3/walkr/vignettes/walkr-concordance.tex         |only
 walkr-0.3.3/walkr/vignettes/walkr.Rnw                     | 1065 +++++++++-----
 walkr-0.3.3/walkr/vignettes/walkr.bib                     |   59 
 33 files changed, 1650 insertions(+), 808 deletions(-)

More information about walkr at CRAN
Permanent link

Package TAM updated to version 1.12-0 with previous version 1.11-0 dated 2015-08-11

Title: Test Analysis Modules
Description: Includes marginal and joint maximum likelihood estimation of uni- and multidimensional item response models (Rasch, 2PL, 3PL, Generalized Partial Credit, Multi Facets, Nominal Item Response, Structured Latent Class Analysis, Mixture Distribution IRT Models, Located Latent Class Models). Latent regression models and plausible value imputation are also supported.
Author: Thomas Kiefer [aut], Alexander Robitzsch [aut, cre], Margaret Wu [aut]
Maintainer: Alexander Robitzsch <a.robitzsch@bifie.at>

Diff between TAM versions 1.11-0 dated 2015-08-11 and 1.12-0 dated 2015-08-27

 DESCRIPTION                  |    8 ++++----
 MD5                          |   10 +++++-----
 R/tam.mml.3pl.est.guessing.R |   18 ++++++++++--------
 R/tam.mml.R                  |    5 ++++-
 inst/NEWS                    |   24 +++++++++++++++++++++++-
 man/TAM-package.Rd           |    2 +-
 6 files changed, 47 insertions(+), 20 deletions(-)

More information about TAM at CRAN
Permanent link

New package SimReg with initial version 1.1
Package: SimReg
Type: Package
Title: Similarity Regression Functions
Version: 1.1
Date: 2015-08-26
Author: Daniel Greene
Maintainer: Daniel Greene <dg333@cam.ac.uk>
Description: Functions for performing Bayesian `similarity regression', adapted to regression of binary genotype against HPO encoded phenotype. The purpose is to weigh the evidence for an association between phenotype and genotype. This is done by estimating a Bayes factor comparing a `no association' model with one in which log odds of presenting a particular binary genotype is linked to the semantic similarity between the corresponding phenotype and an estimated characteristic phenotype.
License: GPL (>= 2)
Imports: Rcpp (>= 0.11.1), dplyr, parallel, ggplot2, plotrix, gridExtra, reshape2
LinkingTo: Rcpp
Depends: R (>= 3.0.0), hpoPlot
NeedsCompilation: yes
Packaged: 2015-08-27 09:19:17 UTC; dg333
Repository: CRAN
Date/Publication: 2015-08-27 14:14:04

More information about SimReg at CRAN
Permanent link

Package sgPLS updated to version 1.3 with previous version 1.2 dated 2015-04-30

Title: Sparse Group Partial Least Square Methods
Description: The Sparse Group Partial Least Square package (sgPLS) provides sparse, group, and sparse group versions of partial least square regression models.
Author: Benoit Liquet and Pierre Lafaye de Micheaux
Maintainer: Benoit Liquet <b.liquet@uq.edu.au>

Diff between sgPLS versions 1.2 dated 2015-04-30 and 1.3 dated 2015-08-27

 DESCRIPTION        |    8 ++++----
 MD5                |    8 ++++----
 NAMESPACE          |    2 ++
 R/sgPLS-internal.R |   17 +++++++++++------
 man/sgPLS.Rd       |    2 +-
 5 files changed, 22 insertions(+), 15 deletions(-)

More information about sgPLS at CRAN
Permanent link

New package edgar with initial version 1.0.1
Package: edgar
Type: Package
Title: Platform for EDGAR Filling Management
Version: 1.0.1
Date: 2015-08-24
Author: Gunratan Lonare <lonare.gunratan@gmail.com>, Bharat Patil <bharatspatil@gmail.com>
Maintainer: Gunratan Lonare <lonare.gunratan@gmail.com>
Depends: R (>= 3.1), shiny, shinydashboard, rChoiceDialogs
Imports: R.utils,tcltk,tm,XML,wordcloud,RColorBrewer
Description: EDGAR is the Electronic Data Gathering, Analysis, and Retrieval system which performs automated collection, validation, indexing, acceptance, and forwarding of submissions by companies and others who are required by law to file forms with the U.S. Securities and Exchange Commission (SEC). This package downloads EDGAR Master Index and EDGAR Fillings from SEC.org site and do sentiment analysis of 10-K statements.
License: GPL-2
Packaged: 2015-08-27 10:23:06 UTC; Gunratan
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-08-27 14:14:11

More information about edgar at CRAN
Permanent link

Package systemfit updated to version 1.1-18 with previous version 1.1-16 dated 2015-06-09

Title: Estimating Systems of Simultaneous Equations
Description: Fitting simultaneous systems of linear and nonlinear equations using Ordinary Least Squares (OLS), Weighted Least Squares (WLS), Seemingly Unrelated Regressions (SUR), Two-Stage Least Squares (2SLS), Weighted Two-Stage Least Squares (W2SLS), and Three-Stage Least Squares (3SLS).
Author: Arne Henningsen and Jeff D. Hamann
Maintainer: Arne Henningsen <arne.henningsen@gmail.com>

Diff between systemfit versions 1.1-16 dated 2015-06-09 and 1.1-18 dated 2015-08-27

 DESCRIPTION                  |   10 +-
 MD5                          |   50 +++++-----
 NAMESPACE                    |   27 +++++
 NEWS                         |   12 ++
 R/logLik.R                   |    9 +
 build/vignette.rds           |binary
 man/logLik.systemfit.Rd      |   21 ++++
 man/systemfit.Rd             |    5 -
 tests/KleinI.R               |   20 +++-
 tests/KleinI.Rout.save       |   69 +++++++++++++
 tests/KleinI_noMat.R         |   18 +++
 tests/KleinI_noMat.Rout.save |   69 +++++++++++++
 tests/test_2sls.R            |    7 +
 tests/test_2sls.Rout.save    |   18 +++
 tests/test_3sls.R            |   10 ++
 tests/test_3sls.Rout.save    |   24 ++++
 tests/test_ols.R             |   28 +++++
 tests/test_ols.Rout.save     |   45 ++++++++-
 tests/test_panel.R           |    6 +
 tests/test_panel.Rout.save   |  214 ++++++++++++++++++++++---------------------
 tests/test_sur.R             |   16 +++
 tests/test_sur.Rout.save     |   34 ++++++
 tests/test_w2sls.R           |    8 +
 tests/test_w2sls.Rout.save   |   20 +++-
 tests/test_wls.R             |   27 +++++
 tests/test_wls.Rout.save     |   46 ++++++++-
 26 files changed, 659 insertions(+), 154 deletions(-)

More information about systemfit at CRAN
Permanent link

New package OptiQuantR with initial version 0.0.1
Package: OptiQuantR
Type: Package
Title: Simplifies and Automates Analyzing and Reporting OptiQuant's log Data
Version: 0.0.1
Date: 2015-08-24
Authors@R: person("Joao", "Pinelo Silva", email = "j.pinelo@mac.com", role = c("aut", "cre"))
Description: Greatly simplifies the process to read, analyze and report log data collated by OptiQuant (optiquant.opti55.com) in R. It automates efficient import of databases while preparing them for analysis and for semi-automated reporting.
Depends: R (>= 3.2.2)
Imports: data.table (>= 1.9.4), lubridate (>= 1.3.3)
License: GPL-3
LazyData: TRUE
Suggests: testthat
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2015-08-27 07:39:59 UTC; jpinelo
Author: Joao Pinelo Silva [aut, cre]
Maintainer: Joao Pinelo Silva <j.pinelo@mac.com>
Repository: CRAN
Date/Publication: 2015-08-27 10:30:56

More information about OptiQuantR at CRAN
Permanent link

Package multic updated to version 0.4.3 with previous version 0.4.2 dated 2015-08-21

Title: Quantitative Linkage Analysis Tools using the Variance Components Approach
Description: Calculate the polygenic and major gene models for quantitative trait linkage analysis using variance components approach. The 0.2.2 release includes bug fixes that allow 'multic' to run properly on 64-bit systems. The 0.3.0 release includes a fully implemented sw2mloci() function. As of 0.3.8, Splus version is no longer supported. Additional documentation and examples can be found in the inst directory.
Author: Eric Lunde, Mariza de Andrade, Beth Atkinson, Pat Votruba
Maintainer: Pat Votruba <votruba.patrick@mayo.edu>

Diff between multic versions 0.4.2 dated 2015-08-21 and 0.4.3 dated 2015-08-27

 CHANGES          |    5 +++
 DESCRIPTION      |    8 ++---
 MD5              |    6 +--
 R/load.effects.q |   87 ++++++++++++++++++++++++++++++++++++-------------------
 4 files changed, 69 insertions(+), 37 deletions(-)

More information about multic at CRAN
Permanent link

Package intervals updated to version 0.15.1 with previous version 0.15.0 dated 2014-09-19

Title: Tools for Working with Points and Intervals
Description: Tools for working with and comparing sets of points and intervals.
Author: Richard Bourgon <bourgon.richard@gene.com>
Maintainer: Edzer Pebesma <edzer.pebesma@uni-muenster.de>

Diff between intervals versions 0.15.0 dated 2014-09-19 and 0.15.1 dated 2015-08-27

 DESCRIPTION                     |   12 ++++++------
 MD5                             |   11 ++++++-----
 NAMESPACE                       |    1 +
 README.md                       |only
 build/vignette.rds              |binary
 inst/doc/intervals_overview.pdf |binary
 src/which_nearest.cpp           |   12 ++++++++++--
 7 files changed, 23 insertions(+), 13 deletions(-)

More information about intervals at CRAN
Permanent link

Package InformationValue updated to version 1.1.1 with previous version 1.1.0 dated 2015-08-04

Title: Performance Analysis and Companion Functions for Accuracy Improvement for Binary Classification Problems
Description: Provides companion function for analysing the performance of classification models. Also, provides function to optimise probability cut-off score based on used specified objectives, Plot 'ROC' Curve in 'ggplot2', 'AUROC', 'IV', 'WOE' Calculation, etc to aid accuracy improvement in binary classification models.
Author: Selva Prabhakaran
Maintainer: Selva Prabhakaran <selva86@gmail.com>

Diff between InformationValue versions 1.1.0 dated 2015-08-04 and 1.1.1 dated 2015-08-27

 DESCRIPTION                 |    9 +
 MD5                         |   18 ++-
 NAMESPACE                   |    4 
 R/Main.R                    |   10 +-
 README.md                   |  207 +++++++++++++++++++++++++++++++++++++++++++-
 build                       |only
 data/ActualsAndScores.RData |binary
 inst                        |only
 man/optimalCutoff.Rd        |    4 
 vignettes                   |only
 10 files changed, 234 insertions(+), 18 deletions(-)

More information about InformationValue at CRAN
Permanent link

New package cate with initial version 1.0.1
Package: cate
Type: Package
Title: High Dimensional Factor Analysis and Confounder Adjusted Testing and Estimation
Version: 1.0.1
Date: 2015-08-22
Authors@R: c(person("Jingshu", "Wang", email = "jingshuw@stanford.edu", role = c("aut")), person("Qingyuan", "Zhao", email = "qyzhao@stanford.edu", role = c("aut", "cre")))
Description: Provides several methods for factor analysis in high dimension (both n,p >> 1) and methods to adjust for possible confounders in multiple hypothesis testing.
Imports: MASS, esaBcv, ruv, sva, corpcor, leapp
License: GPL-2
LazyData: TRUE
Packaged: 2015-08-26 03:29:53 UTC; qyzhao
Author: Jingshu Wang [aut], Qingyuan Zhao [aut, cre]
Maintainer: Qingyuan Zhao <qyzhao@stanford.edu>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-08-27 09:08:54

More information about cate at CRAN
Permanent link

Package support.CEs updated to version 0.4-1 with previous version 0.3-3 dated 2015-04-27

Title: Basic Functions for Supporting an Implementation of Choice Experiments
Description: Provides seven basic functions that support an implementation of choice experiments.
Author: Hideo Aizaki
Maintainer: Hideo Aizaki <azk-r@spa.nifty.com>

Diff between support.CEs versions 0.3-3 dated 2015-04-27 and 0.4-1 dated 2015-08-27

 DESCRIPTION          |   12 ++---
 MD5                  |   14 ++++-
 NAMESPACE            |   57 +++++++++++++++---------
 NEWS                 |  121 ++++++++++++++++++++++++++-------------------------
 R/print.sb.R         |only
 R/print.summary.sb.R |only
 R/sb.check.args.R    |only
 R/sb.design.R        |only
 R/sb.extract.R       |only
 R/sb.submit.R        |only
 R/summary.sb.R       |only
 man/sb.design.Rd     |only
 12 files changed, 117 insertions(+), 87 deletions(-)

More information about support.CEs at CRAN
Permanent link

Package plfMA updated to version 1.0.1 with previous version 1.0 dated 2015-08-19

Title: A GUI to View, Design and Export Various Graphs of Data
Description: Provides a graphical user interface for viewing and designing various types of graphs of the data. The graphs can be saved in different formats of an image.
Author: Dhammapal Bharne, Vaibhav Vindal
Maintainer: Dhammapal Bharne <dhammapalb@uohyd.ac.in>

Diff between plfMA versions 1.0 dated 2015-08-19 and 1.0.1 dated 2015-08-27

 DESCRIPTION  |    8 ++++----
 MD5          |    8 ++++----
 NAMESPACE    |    1 +
 R/plfMA.R    |   15 ++++++++++++++-
 man/plfMA.Rd |    6 +++---
 5 files changed, 26 insertions(+), 12 deletions(-)

More information about plfMA at CRAN
Permanent link

New package nhanesA with initial version 0.4
Package: nhanesA
Version: 0.4
Date: 2015-08-26
Title: NHANES Data Retrieval
Author: Christopher Endres
Maintainer: Christopher Endres <cjendres1@gmail.com>
Depends: R (>= 3.0.0)
Imports: stringr, Hmisc
Description: Utility to retrieve data from the National Health and Nutrition Examination Survey (NHANES).
License: GPL (>= 2)
LazyData: TRUE
URL: https://github.com/cjendres1/nhanes
Packaged: 2015-08-26 22:59:01 UTC; Endres
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-08-27 08:31:57

More information about nhanesA at CRAN
Permanent link

Package mmod updated to version 1.3.1 with previous version 1.3.0 dated 2015-07-11

Title: Modern Measures of Population Differentiation
Description: Provides functions for measuring population divergence from genotypic data.
Author: David Winter [aut, cre], Peter Green [ctb], Zhian Kamvar [ctb], Thierry Gosselin [ctb]
Maintainer: David Winter <david.winter@gmail.com>

Diff between mmod versions 1.3.0 dated 2015-07-11 and 1.3.1 dated 2015-08-27

 DESCRIPTION        |   12 +++++++-----
 MD5                |    9 +++++----
 NEWS               |    5 +++++
 R/pairwise.R       |    2 +-
 build/vignette.rds |binary
 vignettes/new.md   |only
 6 files changed, 18 insertions(+), 10 deletions(-)

More information about mmod at CRAN
Permanent link

Package lasvmR updated to version 0.1.2 with previous version 0.1.1 dated 2015-08-26

Title: A Simple Wrapper for the LASVM Solver
Description: This is a simple wrapper for the LASVM Solver (see http://leon.bottou.org/projects/lasvm). LASVM is basically an online variant of the SMO solver.
Author: Aydin Demircioglu
Maintainer: Aydin Demircioglu <aydin.demircioglu@ini.rub.de>

Diff between lasvmR versions 0.1.1 dated 2015-08-26 and 0.1.2 dated 2015-08-27

 DESCRIPTION    |    8 ++++----
 MD5            |    4 ++--
 src/la_svm.cpp |    8 ++------
 3 files changed, 8 insertions(+), 12 deletions(-)

More information about lasvmR at CRAN
Permanent link

Package iaQCA updated to version 0.8.7.0 with previous version 0.8.0.0 dated 2015-08-06

Title: The Irvine Robustness Assessment for Qualitative Comparative Analysis
Description: Test the robustness of a user's QCA solutions to randomness, using iraQCA. iaQCA is packaged with the irrQCA function, which provides recommendations for improving QCA solutions to reach typical significance levels.
Author: C. Ben Gibson [aut, cre], Burrel Vann Jr [aut]
Maintainer: C. Ben Gibson <cbgibson@uci.edu>

Diff between iaQCA versions 0.8.0.0 dated 2015-08-06 and 0.8.7.0 dated 2015-08-27

 iaQCA-0.8.0.0/iaQCA/R/iaQCA.R               |only
 iaQCA-0.8.0.0/iaQCA/R/irQCA.R               |only
 iaQCA-0.8.0.0/iaQCA/R/sim.iaQCA.R           |only
 iaQCA-0.8.0.0/iaQCA/man/irQCA.Rd            |only
 iaQCA-0.8.0.0/iaQCA/man/sim.iaQCA.Rd        |only
 iaQCA-0.8.7.0/iaQCA/DESCRIPTION             |   15 +++--
 iaQCA-0.8.7.0/iaQCA/MD5                     |   21 ++++----
 iaQCA-0.8.7.0/iaQCA/NAMESPACE               |    6 +-
 iaQCA-0.8.7.0/iaQCA/R/configuration.table.R |    2 
 iaQCA-0.8.7.0/iaQCA/R/iraQCA.R              |only
 iaQCA-0.8.7.0/iaQCA/R/irrQCA.R              |only
 iaQCA-0.8.7.0/iaQCA/R/sim.iraQCA.R          |only
 iaQCA-0.8.7.0/iaQCA/man/conf.table.Rd       |    2 
 iaQCA-0.8.7.0/iaQCA/man/iaQCA.Rd            |   71 +++++++++++++++-------------
 iaQCA-0.8.7.0/iaQCA/man/iraQCA.Rd           |only
 iaQCA-0.8.7.0/iaQCA/man/irrQCA.Rd           |only
 iaQCA-0.8.7.0/iaQCA/man/sim.iraQCA.Rd       |only
 17 files changed, 65 insertions(+), 52 deletions(-)

More information about iaQCA at CRAN
Permanent link

Package cgdsr updated to version 1.2.5 with previous version 1.2.4 dated 2015-08-25

Title: R-Based API for Accessing the MSKCC Cancer Genomics Data Server (CGDS)
Description: Provides a basic set of R functions for querying the Cancer Genomics Data Server (CGDS), hosted by the Computational Biology Center at Memorial-Sloan-Kettering Cancer Center (MSKCC).
Author: Anders Jacobsen <jacobsen@cbio.mskcc.org>
Maintainer: Augustin Luna <lunaa@cbio.mskcc.org>

Diff between cgdsr versions 1.2.4 dated 2015-08-25 and 1.2.5 dated 2015-08-27

 DESCRIPTION                     |    6 +++---
 MD5                             |   34 +++++++++++++++++-----------------
 inst/doc/cgdsr.R                |    2 +-
 inst/doc/cgdsr.Rnw              |    4 ++--
 inst/tests/test_cgdsr.R         |   12 ++++++------
 man/cgdsr-CGDS.Rd               |    2 +-
 man/cgdsr-getCancerStudies.Rd   |    2 +-
 man/cgdsr-getCaseLists.Rd       |    2 +-
 man/cgdsr-getClinicalData.Rd    |    2 +-
 man/cgdsr-getGeneticProfiles.Rd |    2 +-
 man/cgdsr-getMutationData.Rd    |    2 +-
 man/cgdsr-getProfileData.Rd     |    2 +-
 man/cgdsr-package.Rd            |    4 ++--
 man/cgdsr-plot.Rd               |    2 +-
 man/cgdsr-setPlotErrorMsg.Rd    |    4 ++--
 man/cgdsr-setVerbose.Rd         |    4 ++--
 man/cgdsr-test.Rd               |    4 ++--
 vignettes/cgdsr.Rnw             |    4 ++--
 18 files changed, 47 insertions(+), 47 deletions(-)

More information about cgdsr at CRAN
Permanent link

New package CensMixReg with initial version 0.5
Package: CensMixReg
Type: Package
Title: Modeling Censored Data Using Mixture Regression
Version: 0.5
Date: 2015-08-26
Author: Luis Benites Sanchez, Victor Hugo Lachos
Maintainer: Luis Benites Sanchez <lbenitesanchez@gmail.com>
Imports: mixsmsn
Description: Fit censored linear mixture regression model of Normal or Student-t distribution.
License: GPL (>= 2)
LazyData: TRUE
Packaged: 2015-08-26 23:28:54 UTC; luis
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-08-27 08:56:09

More information about CensMixReg at CRAN
Permanent link

New package artfima with initial version 1.0
Package: artfima
Type: Package
Title: Fit ARTFIMA Model
Version: 1.0
Date: 2015-08-25
Author: A. I. McLeod, Farzad Sabzikar, Mark M. Meerschaert
Maintainer: A.I. McLeod <aimcleod@uwo.ca>
Description: Fit and simulate ARTFIMA. Theoretical autocovariance function and spectral density function for stationary ARTFIMA.
Depends: R (>= 2.1.0)
Imports: ltsa, gsl
LazyLoad: yes
LazyData: yes
Classification/ACM: G.3, G.4, I.5.1
Classification/MSC: 62M10, 91B84
License: GPL (>= 2)
URL: http://www.stats.uwo.ca/faculty/aim
NeedsCompilation: no
Packaged: 2015-08-27 04:54:54 UTC; IanMcLeod
Repository: CRAN
Date/Publication: 2015-08-27 08:35:42

More information about artfima at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.