Title: Two-Stage Threshold Estimation
Description: Implements a variety of non-parametric methods for computing one-stage and two-stage confidence intervals, as well as point estimates of threshold values.
Author: Shawn Mankad, George Michailidis, Moulinath Banerjee
Maintainer: Shawn Mankad <smankad@cornell.edu>
Diff between twostageTE versions 1.2 dated 2014-08-12 and 1.3 dated 2015-09-27
DESCRIPTION | 12 ++++++------ MD5 | 9 +++++---- NAMESPACE | 5 +++++ R/estimateSigmaSq.R | 10 ++++++---- inst |only man/twostageTE-package.Rd | 6 ++++-- 6 files changed, 26 insertions(+), 16 deletions(-)
Title: Distance Based Ranking Models
Description: Implements distance based probability models for ranking data.
The supported distance metrics include Kendall distance, Spearman distance, Footrule distance, Hamming distance,
, Weighted-tau distance and Weighted Kendall distance.
Phi-component model and mixture models are also supported.
Author: Zhaozhi Qian
Maintainer: Zhaozhi Qian <qianzhaozhi@connect.hku.hk>
Diff between rankdist versions 1.1.1 dated 2015-09-16 and 1.1.2 dated 2015-09-27
DESCRIPTION | 12 ++++---- MD5 | 38 +++++++++++++------------- R/class.R | 56 ++++++++++++++++++++++++++++++++++++--- R/rankdist.R | 32 ++++++++++++---------- man/DistanceBlock.Rd | 10 ++---- man/GenerateExample.Rd | 2 - man/GenerateExampleTopQ.Rd | 2 - man/ModelSummary.Rd | 5 --- man/MomentsEst.Rd | 8 ++--- man/OrderingToRanking.Rd | 1 man/RankControl-class.Rd | 7 +++- man/RankControlCayley-class.Rd | 18 ++++++++++++ man/RankControlFootrule-class.Rd | 18 ++++++++++++ man/RankControlHamming-class.Rd | 18 ++++++++++++ man/RankControlSpearman-class.Rd | 18 ++++++++++++ man/RankControlWtau-class.Rd | 20 +++++++++++-- man/RankDistanceModel.Rd | 7 +++- man/RanktoHash.Rd | 2 - man/apa_obj.Rd | 3 ++ man/apa_partial_obj.Rd | 3 ++ 20 files changed, 213 insertions(+), 67 deletions(-)
Title: Tools for the Analysis of Epidemiological Data
Description: Tools for the analysis of epidemiological data. Contains functions for directly and indirectly adjusting measures of disease frequency, quantifying measures of association on the basis of single or multiple strata of count data presented in a contingency table, and computing confidence intervals around incidence risk and incidence rate estimates. Miscellaneous functions for use in meta-analysis, diagnostic test interpretation, and sample size calculations.
Author: Mark Stevenson <mark.stevenson1@unimelb.edu.au> with contributions from Telmo Nunes, Cord Heuer, Jonathon Marshall, Javier Sanchez, Ron Thornton, Jeno Reiczigel, Jim Robison-Cox, Paola Sebastiani, Peter Solymos, Kazuki Yoshida, Geoff Jones, Sarah Pirikahu and Simon Firestone
Maintainer: Mark Stevenson <mark.stevenson1@unimelb.edu.au>
Diff between epiR versions 0.9-62 dated 2015-01-08 and 0.9-69 dated 2015-09-27
DESCRIPTION | 15 MD5 | 42 - NAMESPACE | 12 R/epi.2by2.r | 1822 +++++++++++++++++++++++++++++++----------------- R/epi.about.R | 4 R/epi.descriptives.R | 77 +- R/epi.directadj.r | 48 - R/epi.interaction.r | 214 ++++- R/epi.occc.R | 54 - man/epi.2by2.Rd | 605 ++++++++------- man/epi.about.Rd | 6 man/epi.asc.Rd | 4 man/epi.betabuster.Rd | 2 man/epi.clustersize.Rd | 32 man/epi.conf.Rd | 6 man/epi.descriptives.Rd | 18 man/epi.directadj.Rd | 63 - man/epi.interaction.Rd | 35 man/epi.occc.Rd | 39 - man/epi.simplesize.Rd | 11 man/epi.studysize.Rd | 16 man/epi.tests.Rd | 2 22 files changed, 2001 insertions(+), 1126 deletions(-)
Title: Draw Geographical Maps
Description: Display of maps. Projection code and larger maps are in
separate packages (mapproj and mapdata).
Author: Original S code by Richard A. Becker and Allan R. Wilks.
R version by Ray Brownrigg.
Enhancements by Thomas P Minka and Alex Deckmyn.
Maintainer: Alex Deckmyn <alex.deckmyn@meteo.be>
Diff between maps versions 2.3-11 dated 2015-08-03 and 3.0.0 dated 2015-09-27
DESCRIPTION | 12 MD5 | 55 NAMESPACE | 2 R/db.r | 60 R/iso.r |only R/legacy.r |only R/map.r | 10 R/misc.r | 2 R/polygon.r | 4 R/zzz.R | 17 README.md |only data/iso3166.rda |only data/legacy_world2MapEnv.rda |only data/legacy_worldMapEnv.rda |only data/world2MapEnv.rda |binary data/worldMapEnv.rda |binary inst |only man/iso.expand.Rd |only man/iso3166.Rd |only man/legacy_world.Rd |only man/map.Rd | 2 man/world.Rd | 22 man/world.legacy.Rd |only man/world2.Rd | 22 src/Makefile | 17 src/convert.awk | 26 src/legacy_world.gon |only src/legacy_world.gonstats |only src/legacy_world.line |only src/legacy_world.linestats |only src/legacy_world.name |only src/world.gon | 8009 --- src/world.gonstats | 2 src/world.line |113841 ++++++++++++++++++++++++++++++++----------- src/world.linestats | 2 src/world.name | 3945 - 36 files changed, 89182 insertions(+), 36868 deletions(-)
Title: Multivariate Adaptive Regression Splines
Description: Build regression models using the techniques in Friedman's
papers "Fast MARS" and "Multivariate Adaptive Regression
Splines". (The term "MARS" is trademarked and thus not used in
the name of the package.)
Author: Stephen Milborrow. Derived from mda:mars by Trevor Hastie and
Rob Tibshirani. Uses Alan Miller's Fortran utilities
with Thomas Lumley's leaps wrapper.
Maintainer: Stephen Milborrow <milbo@sonic.net>
Diff between earth versions 4.4.2 dated 2015-06-25 and 4.4.3 dated 2015-09-27
DESCRIPTION | 6 +- MD5 | 66 +++++++++++++++--------------- NAMESPACE | 9 ++++ NEWS | 12 ++++- R/as.char.R | 9 ++++ R/call.dots.R | 2 R/dot.R | 2 R/dotlib.R | 4 - R/printcall.R | 2 inst/doc/earth-notes.pdf |binary inst/doc/earth-varmod.pdf |binary inst/slowtests/earth.times.bat | 2 inst/slowtests/test.big.bat | 2 inst/slowtests/test.cv.bat | 2 inst/slowtests/test.earthc.bat | 10 ++-- inst/slowtests/test.earthc.mak | 2 inst/slowtests/test.earthmain.clang.bat | 10 ++-- inst/slowtests/test.earthmain.gcc.bat | 10 ++-- inst/slowtests/test.earthmain.gcc64.bat | 10 ++-- inst/slowtests/test.earthmain.vc.bat | 10 ++-- inst/slowtests/test.full.Rout.save | 13 +++-- inst/slowtests/test.full.bat | 2 inst/slowtests/test.glm.bat | 2 inst/slowtests/test.incorrect.bat | 2 inst/slowtests/test.mods.bat | 2 inst/slowtests/test.plotd.bat | 2 inst/slowtests/test.pmethod.cv.bat | 2 inst/slowtests/test.varmod.R | 2 inst/slowtests/test.varmod.Rout.save | 2 inst/slowtests/test.varmod.bat | 2 inst/slowtests/test.varmod.mgcv.Rout.save | 2 inst/slowtests/test.varmod.mgcv.bat | 2 inst/slowtests/test.weights.Rout.save | 2 inst/slowtests/test.weights.bat | 2 34 files changed, 118 insertions(+), 91 deletions(-)
Title: Easily Source Publicly Available Data on Derivatives
Description: Post-GFC derivatives reforms have lifted the veil off
over-the-counter (OTC) derivative markets. Swap Execution Facilities (SEFs)
and Swap Data Repositories (SDRs) now publish data on swaps that are traded
on or reported to those facilities (respectively). This package provides you
the ability to get this data from supported sources.
Author: Imanuel Costigan [aut, cre]
Maintainer: Imanuel Costigan <i.costigan@me.com>
Diff between dataonderivatives versions 0.2.0 dated 2015-09-10 and 0.2.1 dated 2015-09-27
DESCRIPTION | 8 MD5 | 32 +- NAMESPACE | 14 - R/bsdr.R | 294 ++++++++++++------------- R/bsef.R | 282 ++++++++++++------------ R/cme.R | 520 ++++++++++++++++++++++----------------------- R/ddr.R | 312 +++++++++++++-------------- README.md | 244 ++++++++++----------- man/get_bsdr_data.Rd | 106 ++++----- man/get_bsef_data.Rd | 98 ++++---- man/get_cme_data.Rd | 98 ++++---- man/get_ddr_data.Rd | 92 +++---- tests/testthat.R | 8 tests/testthat/test-bsdr.R | 26 +- tests/testthat/test-cme.R | 47 ++-- tests/testthat/test-ddr.R | 47 ++-- tests/testthat/test_bsef.R | 15 - 17 files changed, 1124 insertions(+), 1119 deletions(-)
More information about dataonderivatives at CRAN
Permanent link
Title: Chemical Information from the Web
Description: Chemical information from around the web. This package interacts with a suite of web APIs for chemical information.
Author: Eduard Szoecs [aut, cre],
Daniel Muench [ctb],
Johannes Ranke [ctb]
Maintainer: Eduard Szoecs <eduardszoecs@gmail.com>
Diff between webchem versions 0.0.3 dated 2015-09-25 and 0.0.3.1 dated 2015-09-27
DESCRIPTION | 6 +++--- MD5 | 6 +++--- tests/testthat.R | 12 ++++++++++-- tests/testthat/test-cts.R | 12 ++++++------ 4 files changed, 22 insertions(+), 14 deletions(-)
Title: Quantile-Based Spectral Analysis of Time Series
Description: Methods to determine, smooth and plot quantile (i. e., Laplace or
copula) periodograms for univariate time series.
Author: Tobias Kley [aut, cre],
Stefan Birr [ctb] (Contributions to lag window estimation)
Maintainer: Tobias Kley <t.kley@lse.ac.uk>
Diff between quantspec versions 1.0-3 dated 2015-03-26 and 1.1-0 dated 2015-09-27
quantspec-1.0-3/quantspec/cleanup |only quantspec-1.1-0/quantspec/DESCRIPTION | 32 - quantspec-1.1-0/quantspec/MD5 | 267 +++++----- quantspec-1.1-0/quantspec/NAMESPACE | 23 quantspec-1.1-0/quantspec/NEWS | 13 quantspec-1.1-0/quantspec/R/Class-ClippedCov.R |only quantspec-1.1-0/quantspec/R/Class-ClippedFT.R | 1 quantspec-1.1-0/quantspec/R/Class-IntegrQuantileSD.R | 2 quantspec-1.1-0/quantspec/R/Class-KernelWeight.R | 2 quantspec-1.1-0/quantspec/R/Class-LagEstimator.R |only quantspec-1.1-0/quantspec/R/Class-LagKernelWeight.R |only quantspec-1.1-0/quantspec/R/Class-LagOperator.R |only quantspec-1.1-0/quantspec/R/Class-MovingBlocks.R | 8 quantspec-1.1-0/quantspec/R/Class-QRegEstimator.R | 8 quantspec-1.1-0/quantspec/R/Class-QSpecQuantity.R | 4 quantspec-1.1-0/quantspec/R/Class-QuantilePG.R | 8 quantspec-1.1-0/quantspec/R/Class-QuantileSD.R | 9 quantspec-1.1-0/quantspec/R/Class-SmoothedPG.R | 34 - quantspec-1.1-0/quantspec/R/Class-Weight.R | 7 quantspec-1.1-0/quantspec/R/RcppExports.R | 7 quantspec-1.1-0/quantspec/R/aux-functions.R | 2 quantspec-1.1-0/quantspec/R/generics.R | 18 quantspec-1.1-0/quantspec/R/kernels.R | 28 + quantspec-1.1-0/quantspec/R/models.R | 24 quantspec-1.1-0/quantspec/R/quantspec-package.R | 24 quantspec-1.1-0/quantspec/build/vignette.rds |binary quantspec-1.1-0/quantspec/demo/sp500.R | 14 quantspec-1.1-0/quantspec/inst/doc/quantspec.Rnw | 4 quantspec-1.1-0/quantspec/inst/doc/quantspec.pdf |binary quantspec-1.1-0/quantspec/inst/examples/QuantilePG.R | 4 quantspec-1.1-0/quantspec/inst/examples/SmoothedPG-Kernel.R | 2 quantspec-1.1-0/quantspec/inst/examples/SmoothedPG-SpecDistr.R | 2 quantspec-1.1-0/quantspec/man/BootPos-class.Rd | 2 quantspec-1.1-0/quantspec/man/ClippedCov-class.Rd |only quantspec-1.1-0/quantspec/man/ClippedCov-constructor.Rd |only quantspec-1.1-0/quantspec/man/ClippedFT-class.Rd | 2 quantspec-1.1-0/quantspec/man/ClippedFT-constructor.Rd | 2 quantspec-1.1-0/quantspec/man/FreqRep-class.Rd | 2 quantspec-1.1-0/quantspec/man/IntegrQuantileSD-class.Rd | 4 quantspec-1.1-0/quantspec/man/IntegrQuantileSD-constructor.Rd | 2 quantspec-1.1-0/quantspec/man/KernelWeight-class.Rd | 2 quantspec-1.1-0/quantspec/man/KernelWeight-constructor.Rd | 2 quantspec-1.1-0/quantspec/man/LagEstimator-class.Rd |only quantspec-1.1-0/quantspec/man/LagEstimator-constructor.Rd |only quantspec-1.1-0/quantspec/man/LagKernelWeight-class.Rd |only quantspec-1.1-0/quantspec/man/LagKernelWeight-constructor.Rd |only quantspec-1.1-0/quantspec/man/LagOperator-class.Rd |only quantspec-1.1-0/quantspec/man/MovingBlocks-class.Rd | 8 quantspec-1.1-0/quantspec/man/MovingBlocks-constructor.Rd | 2 quantspec-1.1-0/quantspec/man/QRegEstimator-class.Rd | 9 quantspec-1.1-0/quantspec/man/QRegEstimator-constructor.Rd | 2 quantspec-1.1-0/quantspec/man/QSpecQuantity-class.Rd | 2 quantspec-1.1-0/quantspec/man/QuantilePG-class.Rd | 18 quantspec-1.1-0/quantspec/man/QuantilePG-constructor.Rd | 2 quantspec-1.1-0/quantspec/man/QuantileSD-class.Rd | 6 quantspec-1.1-0/quantspec/man/QuantileSD-constructor.Rd | 2 quantspec-1.1-0/quantspec/man/SmoothedPG-class.Rd | 4 quantspec-1.1-0/quantspec/man/SmoothedPG-constructor.Rd | 2 quantspec-1.1-0/quantspec/man/SpecDistrWeight-class.Rd | 2 quantspec-1.1-0/quantspec/man/SpecDistrWeight-constructor.Rd | 2 quantspec-1.1-0/quantspec/man/Weight-class.Rd | 9 quantspec-1.1-0/quantspec/man/closest.pos.Rd | 2 quantspec-1.1-0/quantspec/man/data-sp500.Rd | 2 quantspec-1.1-0/quantspec/man/data-wheatprices.Rd | 2 quantspec-1.1-0/quantspec/man/figures/csd.pdf |binary quantspec-1.1-0/quantspec/man/figures/csd.png |binary quantspec-1.1-0/quantspec/man/figures/main.pdf |binary quantspec-1.1-0/quantspec/man/figures/main.png |binary quantspec-1.1-0/quantspec/man/figures/main2.pdf |only quantspec-1.1-0/quantspec/man/figures/main2.png |only quantspec-1.1-0/quantspec/man/frequenciesValidator.Rd | 2 quantspec-1.1-0/quantspec/man/generics-accessors.Rd | 8 quantspec-1.1-0/quantspec/man/generics-associations.Rd | 2 quantspec-1.1-0/quantspec/man/generics-functions.Rd | 2 quantspec-1.1-0/quantspec/man/getB-FreqRep.Rd | 2 quantspec-1.1-0/quantspec/man/getB-LagOperator.Rd |only quantspec-1.1-0/quantspec/man/getBootPos-FreqRep.Rd | 2 quantspec-1.1-0/quantspec/man/getBootPos-LagOperator.Rd |only quantspec-1.1-0/quantspec/man/getBw-KernelWeight.Rd | 2 quantspec-1.1-0/quantspec/man/getBw-LagKernelWeight.Rd |only quantspec-1.1-0/quantspec/man/getDescr-Weight.Rd | 2 quantspec-1.1-0/quantspec/man/getFreqRep-QuantilePG.Rd | 2 quantspec-1.1-0/quantspec/man/getFrequencies-FreqRep.Rd | 2 quantspec-1.1-0/quantspec/man/getFrequencies-QSpecQuantity.Rd | 2 quantspec-1.1-0/quantspec/man/getIsRankBased-FreqRep.Rd | 2 quantspec-1.1-0/quantspec/man/getIsRankBased-LagOperator.Rd |only quantspec-1.1-0/quantspec/man/getLagOperator-LagEstimator.Rd |only quantspec-1.1-0/quantspec/man/getLevels-FreqRep.Rd | 2 quantspec-1.1-0/quantspec/man/getLevels-LagOperator.Rd |only quantspec-1.1-0/quantspec/man/getLevels-QSpecQuantity.Rd | 2 quantspec-1.1-0/quantspec/man/getMaxLag-LagOperator.Rd |only quantspec-1.1-0/quantspec/man/getMeanPG-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getN-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getParallel-QRegEstimator.Rd | 2 quantspec-1.1-0/quantspec/man/getPointwiseCIs-LagEstimator.Rd |only quantspec-1.1-0/quantspec/man/getPointwiseCIs-SmoothedPG.Rd | 2 quantspec-1.1-0/quantspec/man/getPositions-MovingBlocks.Rd | 2 quantspec-1.1-0/quantspec/man/getQuantilePG-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getQuantilePG-SmoothedPG.Rd | 2 quantspec-1.1-0/quantspec/man/getQuantileSD-IntegrQuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getR-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getSdBoot-LagEstimator.Rd |only quantspec-1.1-0/quantspec/man/getSdBoot-SmoothedPG.Rd | 2 quantspec-1.1-0/quantspec/man/getSdNaive-LagEstimator.Rd |only quantspec-1.1-0/quantspec/man/getSdNaive-SmoothedPG.Rd | 12 quantspec-1.1-0/quantspec/man/getStdError-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getTs-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getType-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getValues-FreqRep.Rd | 2 quantspec-1.1-0/quantspec/man/getValues-IntegrQuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getValues-KernelWeight.Rd | 2 quantspec-1.1-0/quantspec/man/getValues-LagEstimator.Rd |only quantspec-1.1-0/quantspec/man/getValues-LagKernelWeight.Rd |only quantspec-1.1-0/quantspec/man/getValues-LagOperator.Rd |only quantspec-1.1-0/quantspec/man/getValues-QuantilePG.Rd | 2 quantspec-1.1-0/quantspec/man/getValues-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/getValues-SmoothedPG.Rd | 2 quantspec-1.1-0/quantspec/man/getValues-SpecDistrWeight.Rd | 2 quantspec-1.1-0/quantspec/man/getW-KernelWeight.Rd | 2 quantspec-1.1-0/quantspec/man/getW-LagKernelWeight.Rd |only quantspec-1.1-0/quantspec/man/getWeight-LagEstimator.Rd |only quantspec-1.1-0/quantspec/man/getWeight-SmoothedPG.Rd | 2 quantspec-1.1-0/quantspec/man/getWnj-KernelWeight.Rd | 2 quantspec-1.1-0/quantspec/man/getY-FreqRep.Rd | 2 quantspec-1.1-0/quantspec/man/increasePrecision-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/is.wholenumber.Rd | 2 quantspec-1.1-0/quantspec/man/kernels.Rd | 10 quantspec-1.1-0/quantspec/man/plot-FreqRep.Rd | 2 quantspec-1.1-0/quantspec/man/plot-IntegrQuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/plot-KernelWeight.Rd | 2 quantspec-1.1-0/quantspec/man/plot-LagEstimator.Rd |only quantspec-1.1-0/quantspec/man/plot-LagKernelWeight.Rd |only quantspec-1.1-0/quantspec/man/plot-LagOperator.Rd |only quantspec-1.1-0/quantspec/man/plot-QuantilePG.Rd | 2 quantspec-1.1-0/quantspec/man/plot-QuantileSD.Rd | 2 quantspec-1.1-0/quantspec/man/plot-SmoothedPG.Rd | 2 quantspec-1.1-0/quantspec/man/plot-SpecDistrWeight.Rd | 2 quantspec-1.1-0/quantspec/man/quantspec-defunct.Rd | 2 quantspec-1.1-0/quantspec/man/quantspec-package.Rd | 26 quantspec-1.1-0/quantspec/man/timeSeriesValidator.Rd | 2 quantspec-1.1-0/quantspec/man/ts-models-AR1.Rd | 2 quantspec-1.1-0/quantspec/man/ts-models-AR2.Rd | 2 quantspec-1.1-0/quantspec/man/ts-models-ARCH1.Rd | 2 quantspec-1.1-0/quantspec/man/ts-models-QAR1.Rd | 2 quantspec-1.1-0/quantspec/man/ts-models.Rd | 8 quantspec-1.1-0/quantspec/src/RcppExports.cpp | 16 quantspec-1.1-0/quantspec/src/computeSdNaive.cpp | 7 quantspec-1.1-0/quantspec/tests/test-all.R |only quantspec-1.1-0/quantspec/tests/testthat/test-ClippedCov.R |only quantspec-1.1-0/quantspec/tests/testthat/test-LagEstimator.R |only quantspec-1.1-0/quantspec/vignettes/quantspec-refs.bib | 9 quantspec-1.1-0/quantspec/vignettes/quantspec.Rnw | 4 152 files changed, 522 insertions(+), 323 deletions(-)
Title: Plot Principal Component Histograms Around a Scatter Plot
Description: Plot principal component histograms around a bivariate
scatter plot.
Author: Stephen Milborrow
Maintainer: Stephen Milborrow <milbo@sonic.net>
Diff between plotpc versions 1.0.3 dated 2014-12-17 and 1.0.4 dated 2015-09-27
plotpc-1.0.3/plotpc/tests/tests |only plotpc-1.0.4/plotpc/DESCRIPTION | 8 ++++---- plotpc-1.0.4/plotpc/MD5 | 22 +++++++++++----------- plotpc-1.0.4/plotpc/NAMESPACE | 2 ++ plotpc-1.0.4/plotpc/NEWS | 6 +++++- plotpc-1.0.4/plotpc/R/plotld.R | 4 +++- plotpc-1.0.4/plotpc/R/plotpc.R | 10 +++++----- plotpc-1.0.4/plotpc/tests/slowtests |only plotpc-1.0.4/plotpc/tests/test.plotpc.R | 2 +- plotpc-1.0.4/plotpc/tests/test.plotpc.Rout.save | 2 +- 10 files changed, 32 insertions(+), 24 deletions(-)
Title: Tools for Exploring Multivariate Data via ICS/ICA
Description: Implementation of Tyler et al.'s and Oja et al.'s method of two different scatter
matrices to obtain an invariant coordinate system or independent
components, depending on the underlying assumptions.
Author: Klaus Nordhausen, Hannu Oja, David E. Tyler
Maintainer: Klaus Nordhausen <klaus.nordhausen@utu.fi>
Diff between ICS versions 1.2-4 dated 2013-10-11 and 1.2-5 dated 2015-09-27
ICS-1.2-4/ICS/inst/vignettes |only ICS-1.2-5/ICS/DESCRIPTION | 13 +++++++------ ICS-1.2-5/ICS/MD5 | 29 ++++++++++++++++------------- ICS-1.2-5/ICS/NAMESPACE | 4 ++-- ICS-1.2-5/ICS/R/covOrigin.R | 2 +- ICS-1.2-5/ICS/R/ics-class.R | 2 +- ICS-1.2-5/ICS/R/ics.R | 8 ++++---- ICS-1.2-5/ICS/R/internals.R | 4 ++-- ICS-1.2-5/ICS/R/mat.sqrt.R | 2 +- ICS-1.2-5/ICS/R/mvnorm.kur.test.R | 2 +- ICS-1.2-5/ICS/R/mvnorm.skew.test.R | 4 ++-- ICS-1.2-5/ICS/build |only ICS-1.2-5/ICS/inst/CHANGES | 9 ++++++++- ICS-1.2-5/ICS/inst/doc |only ICS-1.2-5/ICS/man/ICS-package.Rd | 4 ++-- ICS-1.2-5/ICS/vignettes |only 16 files changed, 47 insertions(+), 36 deletions(-)
Title: Procedures to Generate Patterns under Computerized Adaptive
Testing
Description: Generation of response patterns under dichotomous and polytomous computerized adaptive testing (CAT) framework.
Author: David Magis (U Liege, Belgium), Gilles Raiche (UQAM, Canada), Juan Ramon Barrada (U Zaragoza, Spain)
Maintainer: David Magis <david.magis@ulg.ac.be>
Diff between catR versions 3.4 dated 2015-01-06 and 3.5 dated 2015-09-27
DESCRIPTION | 8 +- MD5 | 68 +++++++++--------- NAMESPACE | 13 ++- NEWS | 45 +++++++++++ R/GDI.R |only R/nextItem.R | 70 ++++++++++++++---- R/randomCAT.R | 114 +++++++++++++++++------------- R/semTheta.R | 86 ++++++++++++++-------- R/simulateRespondents.R | 2 R/startItems.R | 1 R/testList.R | 72 ++++++++++++------- R/thetaEst.R | 170 ++++++++++++++++++++++++++++----------------- man/EPV.Rd | 2 man/GDI.Rd |only man/Ii.Rd | 2 man/Ji.Rd | 2 man/KL.Rd | 2 man/MEI.Rd | 2 man/MWI.Rd | 2 man/OIi.Rd | 2 man/Pi.Rd | 2 man/breakBank.Rd | 2 man/eapEst.Rd | 2 man/eapSem.Rd | 2 man/genDichoMatrix.Rd | 5 - man/genPattern.Rd | 2 man/genPolyMatrix.Rd | 2 man/integrate.catR.Rd | 2 man/nextItem.Rd | 46 +++++++++--- man/randomCAT.Rd | 21 +++-- man/semTheta.Rd | 21 ++++- man/simulateRespondents.Rd | 12 ++- man/startItems.Rd | 20 +++-- man/test.cbList.Rd | 2 man/testList.Rd | 8 -- man/thetaEst.Rd | 37 ++++++--- 36 files changed, 543 insertions(+), 306 deletions(-)