Title: Collection of functions for Gaussian quadrature
Diff between gaussquad versions 1.0-1 dated 2011-02-08 and 1.0-2 dated 2013-02-05
Description: A collection of functions to perform Gaussian quadrature
with different weight functions corresponding to the orthogonal
polynomials in package orthopolynom. Examples verify the
orthogonality and inner products of the polynomials.
Author: Frederick Novomestky
Maintainer: Frederick Novomestky
DESCRIPTION | 8 +-
MD5 |only
R/chebyshev.c.quadrature.rules.R | 24 ++----
R/chebyshev.s.quadrature.R | 83 +++++++++++-------------
R/chebyshev.s.quadrature.rules.R | 10 ++
R/chebyshev.t.quadrature.R | 87 ++++++++++++-------------
R/chebyshev.t.quadrature.rules.R | 44 ++++--------
R/chebyshev.u.quadrature.R | 83 +++++++++++-------------
R/chebyshev.u.quadrature.rules.R | 45 ++++---------
R/gegenbauer.quadrature.rules.R | 22 ++++--
R/ghermite.h.quadrature.R | 92 +++++++++++++-------------
R/ghermite.h.quadrature.rules.R | 24 +++---
R/glaguerre.quadrature.R | 112 ++++++++++++++++----------------
R/glaguerre.quadrature.rules.R | 6 -
R/hermite.h.quadrature.R | 90 +++++++++++++-------------
R/hermite.h.quadrature.rules.R | 24 +++---
R/hermite.he.quadrature.R | 90 +++++++++++++-------------
R/hermite.he.quadrature.rules.R | 24 +++---
R/jacobi.g.quadrature.R | 34 ++++-----
R/jacobi.g.quadrature.rules.R | 30 +-------
R/jacobi.p.quadrature.R | 86 ++++++++++++------------
R/jacobi.p.quadrature.rules.R | 40 ++---------
R/laguerre.quadrature.rules.R | 6 -
R/legendre.quadrature.R | 83 +++++++++++-------------
R/legendre.quadrature.rules.R | 24 +++---
R/quadrature.rule.table.R | 42 ++++++------
R/quadrature.rules.R | 59 ++++++++---------
R/schebyshev.t.quadrature.R | 83 +++++++++++-------------
R/schebyshev.t.quadrature.rules.R | 6 -
R/schebyshev.u.quadrature.R | 83 +++++++++++-------------
R/schebyshev.u.quadrature.rules.R | 6 -
R/slegendre.quadrature.R | 55 +++++++--------
R/slegendre.quadrature.rules.R | 8 +-
R/spherical.quadrature.R | 83 +++++++++++-------------
R/spherical.quadrature.rules.R | 20 ++---
R/ultraspherical.quadrature.rules.R | 22 +++---
man/chebyshev.c.quadrature.Rd | 104 +++++++++++++++++++++---------
man/chebyshev.c.quadrature.rules.Rd | 17 +++-
man/chebyshev.s.quadrature.Rd | 104 +++++++++++++++++++++---------
man/chebyshev.s.quadrature.rules.Rd | 17 +++-
man/chebyshev.t.quadrature.Rd | 108 ++++++++++++++++++++++---------
man/chebyshev.t.quadrature.rules.Rd | 17 +++-
man/chebyshev.u.quadrature.Rd | 104 +++++++++++++++++++++---------
man/chebyshev.u.quadrature.rules.Rd | 17 +++-
man/gegenbauer.quadrature.Rd | 110 ++++++++++++++++++++++---------
man/gegenbauer.quadrature.rules.Rd | 18 ++++-
man/ghermite.h.quadrature.Rd | 112 +++++++++++++++++++++++---------
man/ghermite.h.quadrature.rules.Rd | 21 ++++--
man/glaguerre.quadrature.Rd | 108 ++++++++++++++++++++++---------
man/glaguerre.quadrature.rules.Rd | 18 ++++-
man/hermite.h.quadrature.Rd | 106 ++++++++++++++++++++++--------
man/hermite.h.quadrature.rules.Rd | 17 +++-
man/hermite.he.quadrature.Rd | 108 ++++++++++++++++++++++---------
man/hermite.he.quadrature.rules.Rd | 17 +++-
man/jacobi.g.quadrature.Rd | 110 ++++++++++++++++++++++---------
man/jacobi.g.quadrature.rules.Rd | 18 ++++-
man/jacobi.p.quadrature.Rd | 114 +++++++++++++++++++++++----------
man/jacobi.p.quadrature.rules.Rd | 26 ++++++-
man/laguerre.quadrature.Rd | 104 +++++++++++++++++++++---------
man/laguerre.quadrature.rules.Rd | 17 +++-
man/legendre.quadrature.Rd | 104 +++++++++++++++++++++---------
man/legendre.quadrature.rules.Rd | 17 +++-
man/schebyshev.t.quadrature.Rd | 108 ++++++++++++++++++++++---------
man/schebyshev.t.quadrature.rules.Rd | 17 +++-
man/schebyshev.u.quadrature.Rd | 104 +++++++++++++++++++++---------
man/schebyshev.u.quadrature.rules.Rd | 17 +++-
man/slegendre.quadrature.Rd | 104 +++++++++++++++++++++---------
man/slegendre.quadrature.rules.Rd | 16 +++-
man/spherical.quadrature.Rd | 108 ++++++++++++++++++++++---------
man/spherical.quadrature.rules.Rd | 17 +++-
man/ultraspherical.quadrature.Rd | 110 ++++++++++++++++++++++---------
man/ultraspherical.quadrature.rules.Rd | 18 ++++-
72 files changed, 2416 insertions(+), 1474 deletions(-)
Title: A package for downloading files over http and https
Diff between downloader versions 0.2 dated 2013-02-04 and 0.2.1 dated 2013-02-05
Description: This package provides a wrapper for the download.file
function, making it possible to download files over https on
Windows, Mac OS X, and other Unix-like platforms. The RCurl
package provides this functionality (and much more) but can be
difficult to install because it must be compiled with external
dependencies. This package has no external dependencies, so it
is much easier to install.
Author: Winston Chang
Maintainer: Winston Chang
DESCRIPTION | 8 ++++----
MD5 | 10 +++++-----
NEWS | 6 ++++++
R/download.r | 4 ++++
inst/tests/test-download.r | 13 +++++++++----
man/download.Rd | 4 ++++
6 files changed, 32 insertions(+), 13 deletions(-)
Title: A package for reading, manipulating and visualising magnetic
resonance images
Diff between tractor.base versions 2.2.0 dated 2012-08-17 and 2.3.0 dated 2013-02-05
Description: The tractor.base package consists of functions for working
with magnetic resonance images. It can read and write image
files stored in Analyze, NIfTI, MGH and DICOM formats (DICOM
support is read only), generate images for use as regions of
interest, and manipulate and visualise images.
Author: Jon Clayden
Maintainer: Jon Clayden
tractor.base-2.2.0/tractor.base/man/info.neighbourhood.Rd |only
tractor.base-2.3.0/tractor.base/DESCRIPTION | 12 +++----
tractor.base-2.3.0/tractor.base/MD5 | 17 ++++++----
tractor.base-2.3.0/tractor.base/NAMESPACE | 4 ++
tractor.base-2.3.0/tractor.base/R/15_dicom.R | 23 ++++++++------
tractor.base-2.3.0/tractor.base/R/internal.R | 11 ++++--
tractor.base-2.3.0/tractor.base/R/viewer.R |only
tractor.base-2.3.0/tractor.base/R/viz.R | 6 +--
tractor.base-2.3.0/tractor.base/man/colourScales.Rd |only
tractor.base-2.3.0/tractor.base/man/neighbourhoodInfo.Rd |only
tractor.base-2.3.0/tractor.base/man/viewer.Rd |only
tractor.base-2.3.0/tractor.base/man/visualisation.Rd | 8 +---
12 files changed, 47 insertions(+), 34 deletions(-)
Title: Genetic association tests and utilities
Diff between iGasso versions 1.1 dated 2012-08-21 and 1.1-1 dated 2013-02-05
Description: A collection of statistical tests and utilities for
genetic association studies
Author: Dr. Kai Wang
Maintainer: Kai Wang
DESCRIPTION | 8 ++++----
MD5 | 6 +++---
R/genome.plot.R | 2 +-
man/iGasso-package.Rd | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
Title: Multiple Precision Arithmetic
Diff between gmp versions 0.5-3 dated 2013-02-03 and 0.5-4 dated 2013-02-05
Description: Multiple Precision Arithmetic (big integers and rationals,
prime number tests, matrix computation), "arithmetic without
limitations" using the C library GMP (GNU Multiple Precision
Arithmetic).
Author: Antoine Lucas, Immanuel Scholz, Rainer Boehme
Maintainer: Antoine Lucas
DESCRIPTION | 8 ++++----
MD5 | 6 +++---
R/biginteger.R | 2 +-
man/Oakley.Rd | 4 +++-
4 files changed, 11 insertions(+), 9 deletions(-)
Title: Fitting and Predict Time Series Interactive Laboratory
Diff between TSTutorial versions 1.2.1 dated 2012-11-23 and 1.2.2 dated 2013-02-05
Description: Interactive laboratory of Time Series based in Box-Jenkins
methodology.
Author: Alberto Lopez Moreno
Maintainer: Alberto Lopez Moreno
DESCRIPTION | 10 +++++-----
MD5 | 10 +++++-----
NAMESPACE | 1 -
R/3auxfunc.r | 25 ++++---------------------
inst/doc/Stationary.pdf |binary
inst/doc/Tutorial.pdf |binary
6 files changed, 14 insertions(+), 32 deletions(-)
Title: Solve systems of non linear equations
Diff between nleqslv versions 1.9.4 dated 2012-09-27 and 2.0 dated 2013-02-05
Description: Solve a system of non linear equations using a Broyden or
a Newton method with a choice of global strategies such as line
search and trust region. There are options for using a
numerical or an analytical Jacobian and fixed or automatic
scaling of parameters.
Author: Berend Hasselman
Maintainer: Berend Hasselman
nleqslv-1.9.4/nleqslv/src/dqr1up.f |only
nleqslv-2.0/nleqslv/DESCRIPTION | 14 -
nleqslv-2.0/nleqslv/MD5 | 67 ++++----
nleqslv-2.0/nleqslv/NEWS | 20 ++
nleqslv-2.0/nleqslv/R/nleqslv.R | 5
nleqslv-2.0/nleqslv/man/nleqslv-package.Rd | 4
nleqslv-2.0/nleqslv/man/nleqslv.Rd | 65 +++++---
nleqslv-2.0/nleqslv/man/zznleqslv-iterationreport.Rd | 10 -
nleqslv-2.0/nleqslv/src/lautil.f | 8
nleqslv-2.0/nleqslv/src/liqrup.f |only
nleqslv-2.0/nleqslv/src/nleqslv.c | 94 +++++++----
nleqslv-2.0/nleqslv/src/nwbrdn.f | 91 +++++------
nleqslv-2.0/nleqslv/src/nwddlg.f | 45 ++---
nleqslv-2.0/nleqslv/src/nwnjac.f |only
nleqslv-2.0/nleqslv/src/nwnwtn.f | 154 +++----------------
nleqslv-2.0/nleqslv/src/nwpdlg.f | 45 ++---
nleqslv-2.0/nleqslv/src/nwutil.f | 116 +++++++++++---
nleqslv-2.0/nleqslv/tests/brdban.R | 23 ++
nleqslv-2.0/nleqslv/tests/brdban.Rout | 40 +++-
nleqslv-2.0/nleqslv/tests/brdban.Rout.save | 40 +++-
nleqslv-2.0/nleqslv/tests/chquad.R | 47 +++--
nleqslv-2.0/nleqslv/tests/chquad.Rout | 66 +++++---
nleqslv-2.0/nleqslv/tests/chquad.Rout.save | 66 +++++---
nleqslv-2.0/nleqslv/tests/dslnex.Rout | 11 -
nleqslv-2.0/nleqslv/tests/dslnex.Rout.save | 11 -
nleqslv-2.0/nleqslv/tests/dslnexauto.Rout | 11 -
nleqslv-2.0/nleqslv/tests/dslnexauto.Rout.save | 11 -
nleqslv-2.0/nleqslv/tests/dslnexjacout.R |only
nleqslv-2.0/nleqslv/tests/dslnexjacout.Rout |only
nleqslv-2.0/nleqslv/tests/dslnexjacout.Rout.save |only
nleqslv-2.0/nleqslv/tests/dslnexscaled.R | 19 --
nleqslv-2.0/nleqslv/tests/dslnexscaled.Rout | 42 +----
nleqslv-2.0/nleqslv/tests/dslnexscaled.Rout.save | 42 +----
nleqslv-2.0/nleqslv/tests/trig.R | 1
nleqslv-2.0/nleqslv/tests/trig.Rout | 12 -
nleqslv-2.0/nleqslv/tests/trig.Rout.save | 12 -
nleqslv-2.0/nleqslv/tests/xnames.R |only
nleqslv-2.0/nleqslv/tests/xnames.Rout |only
nleqslv-2.0/nleqslv/tests/xnames.Rout.save |only
39 files changed, 630 insertions(+), 562 deletions(-)
Title: Depth Tools Package
Diff between depthTools versions 0.1-0 dated 2011-03-14 and 0.2 dated 2013-02-05
Description: depthTools is a package that implements different
statistical tools for the description and analysis of gene
expression data based on the concept of data depth, namely, the
scale curves for visualizing the dispersion of one or various
groups of samples (e.g. types of tumors), a rank test to decide
whether two groups of samples come from a single distribution
and two methods of supervised classification techniques, the DS
and TAD methods. All these techniques are based on the Modified
Band Depth, which is a recent notion of depth with a low
computational cost, what renders it very appropriate for high
dimensional data such as gene expression data.
Author: Sara Lopez-Pintado
Maintainer: Aurora Torrente
depthTools-0.1-0/depthTools/R/classDS.r |only
depthTools-0.1-0/depthTools/R/classTAD.r |only
depthTools-0.1-0/depthTools/R/mbd.r |only
depthTools-0.1-0/depthTools/R/tmean.r |only
depthTools-0.1-0/depthTools/man/prost.x.Rd |only
depthTools-0.1-0/depthTools/man/prost.y.Rd |only
depthTools-0.2/depthTools/DESCRIPTION | 8 ++++----
depthTools-0.2/depthTools/MD5 |only
depthTools-0.2/depthTools/NAMESPACE |only
depthTools-0.2/depthTools/R/classDS.R |only
depthTools-0.2/depthTools/R/classTAD.R |only
depthTools-0.2/depthTools/R/mbd.R |only
depthTools-0.2/depthTools/R/tmean.R |only
depthTools-0.2/depthTools/data/prostate.rda |binary
depthTools-0.2/depthTools/man/MBD.Rd | 4 +++-
depthTools-0.2/depthTools/man/R.test.Rd | 4 +++-
depthTools-0.2/depthTools/man/classDS.Rd | 4 +++-
depthTools-0.2/depthTools/man/classTAD.Rd | 4 +++-
depthTools-0.2/depthTools/man/prostate.Rd |only
depthTools-0.2/depthTools/man/scalecurve.Rd | 4 +++-
20 files changed, 19 insertions(+), 9 deletions(-)
Title: PAC-Bayesian Estimation and Prediction in Sparse Additive
Models.
Diff between pacbpred versions 0.92.1 dated 2013-02-01 and 0.92.2 dated 2013-02-05
Description: This package is intended to perform estimation and
prediction in high-dimensional additive models, using a sparse
PAC-Bayesian point of view and a MCMC algorithm. The method is
fully described in Guedj and Alquier (2013), 'PAC-Bayesian
Estimation and Prediction in Sparse Additive Models',
Electronic Journal of Statistics, 7, 264--291.
Author: Benjamin Guedj
Maintainer: Benjamin Guedj
DESCRIPTION | 8 ++++----
MD5 | 8 ++++----
R/zzz.R | 2 +-
inst/CITATION | 14 +++++++++++---
man/pacbpred-package.Rd | 4 ++--
5 files changed, 22 insertions(+), 14 deletions(-)
Title: Extra themes, scales and geoms for ggplot
Diff between ggthemes versions 1.3.1 dated 2012-12-22 and 1.3.2 dated 2013-02-05
Description: Some extra themes, geoms, and scales for ggplot2.
Author: Jeffrey B. Arnold
Maintainer: Jeffrey B. Arnold
DESCRIPTION | 10 +++++-----
MD5 | 6 +++---
NEWS | 5 +++++
build/partial.rdb |binary
4 files changed, 13 insertions(+), 8 deletions(-)
Title: Monte Carlo Exact Tests for Log-linear models
Diff between exactLoglinTest versions 1.4.1 dated 2012-12-04 and 1.4.2 dated 2013-02-05
More information about exactLoglinTest at CRAN
Description: Monte Carlo and MCMC goodness of fit tests for log-linear
models
Author: Brian Caffo
Maintainer: Brian Caffo
DESCRIPTION | 6 +++---
MD5 | 10 +++++-----
R/errorcheck.R | 24 ++++++++++++------------
R/simtable.cab.R | 6 +++---
R/update.cab.R | 6 +++---
inst/doc/exactLoglinTest.pdf |binary
6 files changed, 26 insertions(+), 26 deletions(-)
Permanent link
Title: Bayesian graphical models using MCMC
Diff between rjags versions 3-9 dated 2012-11-30 and 3-10 dated 2013-02-05
Description: Interface to the JAGS MCMC library
Author: Martyn Plummer [aut, cre]
Maintainer: Martyn Plummer
DESCRIPTION | 8 ++++----
MD5 | 8 ++++----
R/jags.R | 7 +++++--
R/unix/zzz.R.in | 19 +++++++++++++------
R/windows/zzz.R | 17 ++++++++++++-----
5 files changed, 38 insertions(+), 21 deletions(-)
Title: Running MLwiN from within R
Diff between R2MLwiN versions 0.1-3 dated 2013-01-16 and 0.1-4 dated 2013-02-05
Description: R2MLwiN is an R command interface to the MLwiN multilevel
modelling software package, allowing users to fit multilevel
models using MLwiN from within the R environment.
Author: Zhengzheng Zhang, Chris Charlton, Richard Parker, George
Leckie, William Browne
Maintainer: Zhengzheng Zhang
DESCRIPTION | 8 ++++----
MD5 | 10 +++++-----
NEWS | 4 ++++
R/MacroScript1.R | 14 ++++++++------
R/MacroScript2.R | 28 +++++++++++++++-------------
man/R2MLwiN-package.Rd | 4 ++--
6 files changed, 38 insertions(+), 30 deletions(-)
Title: Fitting Markov Switching Models
Diff between MSwM versions 1.0 dated 2013-01-04 and 1.01 dated 2013-02-05
Description: Univariate Autoregressive Markov Switching Models for
Linear and Generalized Models
Author: Josep A. Sanchez-Espigares, Alberto Lopez-Moreno
Maintainer: Josep A. Sanchez-Espigares
DESCRIPTION | 10 +++++-----
MD5 | 10 +++++-----
NAMESPACE | 2 +-
R/2MSM.r | 19 +++++++++----------
inst/doc/examples.pdf |binary
man/MSM-package.Rd | 2 +-
6 files changed, 21 insertions(+), 22 deletions(-)
Title: A package on the generalized hyperbolic distribution and its
special cases
Diff between ghyp versions 1.5.5 dated 2011-03-30 and 1.5.6 dated 2013-02-05
Description: This package provides detailed functionality for working
with the univariate and multivariate Generalized Hyperbolic
distribution and its special cases (Hyperbolic (hyp), Normal
Inverse Gaussian (NIG), Variance Gamma (VG), skewed Student-t
and Gaussian distribution). Especially, it contains fitting
procedures, an AIC-based model selection routine, and functions
for the computation of density, quantile, probability, random
variates, expected shortfall and some portfolio optimization
and plotting routines as well as the likelihood ratio test. In
addition, it contains the Generalized Inverse Gaussian
distribution.
Author: David Luethi, Wolfgang Breymann
Maintainer: David Luethi
ghyp-1.5.5/ghyp/ghyp-Ex.R |only
ghyp-1.5.5/ghyp/inst/doc/auto |only
ghyp-1.5.5/ghyp/inst/doc/ghypCommands.sty |only
ghyp-1.5.5/ghyp/inst/doc/ludabib.bib |only
ghyp-1.5.6/ghyp/ChangeLog | 7 ++++-
ghyp-1.5.6/ghyp/DESCRIPTION | 9 ++----
ghyp-1.5.6/ghyp/Fixme | 14 +++++-----
ghyp-1.5.6/ghyp/MD5 |only
ghyp-1.5.6/ghyp/R/ghypGenericMethods.R | 2 -
ghyp-1.5.6/ghyp/R/ghypMethods.R | 2 -
ghyp-1.5.6/ghyp/inst/doc/Generalized_Hyperbolic_Distribution.Rnw | 2 -
ghyp-1.5.6/ghyp/inst/doc/Generalized_Hyperbolic_Distribution.pdf |binary
ghyp-1.5.6/ghyp/man/fit.ghypuv.Rd | 2 -
ghyp-1.5.6/ghyp/man/ghyp-package.Rd | 9 +++---
ghyp-1.5.6/ghyp/vignettes |only
15 files changed, 26 insertions(+), 21 deletions(-)
Title: Flexible Mixture Modeling
Diff between flexmix versions 2.3-8 dated 2012-05-09 and 2.3-9 dated 2013-02-05
Description: FlexMix implements a general framework for finite mixtures
of regression models using the EM algorithm. FlexMix provides
the E-step and all data handling, while the M-step can be
supplied by the user to easily define new models. Existing
drivers implement mixtures of standard linear models,
generalized linear models and model-based clustering.
Author: Bettina Gruen and Friedrich Leisch
Maintainer: Bettina Gruen
flexmix-2.3-8/flexmix/NEWS |only
flexmix-2.3-8/flexmix/inst/NEWS |only
flexmix-2.3-9/flexmix/DESCRIPTION | 19 +-
flexmix-2.3-9/flexmix/MD5 | 105 ++++++++-------
flexmix-2.3-9/flexmix/NAMESPACE | 5
flexmix-2.3-9/flexmix/R/allClasses.R | 8 -
flexmix-2.3-9/flexmix/R/allGenerics.R | 4
flexmix-2.3-9/flexmix/R/concomitant.R | 11 -
flexmix-2.3-9/flexmix/R/condlogit.R |only
flexmix-2.3-9/flexmix/R/examples.R | 14 --
flexmix-2.3-9/flexmix/R/factanal.R | 3
flexmix-2.3-9/flexmix/R/flexmix.R | 10 -
flexmix-2.3-9/flexmix/R/flexmixFix.R | 4
flexmix-2.3-9/flexmix/R/flxmcmvpois.R | 5
flexmix-2.3-9/flexmix/R/glmFix.R | 4
flexmix-2.3-9/flexmix/R/infocrit.R | 4
flexmix-2.3-9/flexmix/R/initFlexmix.R | 12 +
flexmix-2.3-9/flexmix/R/kldiv.R | 4
flexmix-2.3-9/flexmix/R/lmer.R | 4
flexmix-2.3-9/flexmix/R/lmm.R | 21 +--
flexmix-2.3-9/flexmix/R/lmmc.R | 7 -
flexmix-2.3-9/flexmix/R/mgcv.R | 8 -
flexmix-2.3-9/flexmix/R/models.R | 15 +-
flexmix-2.3-9/flexmix/R/multinom.R |only
flexmix-2.3-9/flexmix/R/plot-FLXboot.R | 25 +--
flexmix-2.3-9/flexmix/R/plot-flexmix.R | 29 ++--
flexmix-2.3-9/flexmix/R/plot-refit.R | 20 +-
flexmix-2.3-9/flexmix/R/plot.R | 4
flexmix-2.3-9/flexmix/R/refit.R | 4
flexmix-2.3-9/flexmix/R/relabel.R | 108 ++++++++++------
flexmix-2.3-9/flexmix/R/robust.R | 4
flexmix-2.3-9/flexmix/R/stepFlexmix.R | 32 ++--
flexmix-2.3-9/flexmix/R/utils.R | 19 ++
flexmix-2.3-9/flexmix/R/z.R | 4
flexmix-2.3-9/flexmix/R/ziglm.R | 4
flexmix-2.3-9/flexmix/data/Mehta.RData |binary
flexmix-2.3-9/flexmix/inst/NEWS.Rd |only
flexmix-2.3-9/flexmix/inst/doc/bootstrapping.pdf |binary
flexmix-2.3-9/flexmix/inst/doc/flexmix-intro.Rnw | 4
flexmix-2.3-9/flexmix/inst/doc/flexmix-intro.pdf |binary
flexmix-2.3-9/flexmix/inst/doc/mixture-regressions.Rnw | 9 +
flexmix-2.3-9/flexmix/inst/doc/mixture-regressions.pdf |binary
flexmix-2.3-9/flexmix/inst/doc/regression-examples.Rnw | 12 +
flexmix-2.3-9/flexmix/inst/doc/regression-examples.pdf |binary
flexmix-2.3-9/flexmix/man/ExLinear.Rd | 4
flexmix-2.3-9/flexmix/man/FLXMRcondlogit.Rd |only
flexmix-2.3-9/flexmix/man/FLXMRlmmc.Rd | 9 -
flexmix-2.3-9/flexmix/man/FLXMRmgcv.Rd | 10 +
flexmix-2.3-9/flexmix/man/FLXMRmultinom.Rd |only
flexmix-2.3-9/flexmix/man/flexmix-internal.Rd | 16 ++
flexmix-2.3-9/flexmix/man/flexmix.Rd | 14 +-
flexmix-2.3-9/flexmix/man/plotEll.Rd | 4
flexmix-2.3-9/flexmix/man/relabel.Rd | 33 ++--
flexmix-2.3-9/flexmix/man/stepFlexmix.Rd | 10 +
flexmix-2.3-9/flexmix/vignettes/flexmix-intro.Rnw | 4
flexmix-2.3-9/flexmix/vignettes/mixture-regressions.Rnw | 9 +
flexmix-2.3-9/flexmix/vignettes/regression-examples.Rnw | 12 +
57 files changed, 386 insertions(+), 284 deletions(-)
Title: File Abstraction Interface Layer (FAIL) mimicking a key-value
store
Diff between fail versions 1.0 dated 2012-12-04 and 1.1 dated 2013-02-05
Description: More comfortable interface to work with a directory of
RData files
Author: Michel Lang
Maintainer: Michel Lang
DESCRIPTION | 8 -
MD5 | 29 ++--
NAMESPACE | 1
NEWS | 10 +
R/cache.R | 6
R/fail.R | 293 +++++++++++++++++-----------------------------
R/helper.R | 144 ++++++++++++++++------
R/methods.R | 13 --
R/worker.R |only
R/zzz.R | 4
inst/tests/test_apply.R | 2
inst/tests/test_as_list.R | 2
inst/tests/test_assign.R |only
inst/tests/test_get_put.R | 25 ++-
inst/tests/test_mapply.R |only
inst/tests/test_remove.R | 12 -
man/fail.Rd | 174 +++++++++++++++++----------
17 files changed, 387 insertions(+), 336 deletions(-)
Title: Gaussian Graphical Model determination based on birth-death MCMC
methodology
Diff between BDgraph versions 1.2 dated 2012-10-24 and 2.0 dated 2013-02-05
Description: The R package BDgraph is a statistical tool for Bayesian
model determination in undirected Gaussian graphical models.
The Bayesian methodology is based on birth-death MCMC
algorithm. The main function is 'bdmcmc' which is a birth-death
MCMC algorithm for Bayesian model determination in undirected
Gaussian graphical models.
Author: Abdolreza Mohammadi and Ernst Wit
Maintainer: Abdolreza Mohammadi
BDgraph-1.2/BDgraph/man/sample.gwishart.Rd |only
BDgraph-2.0/BDgraph/DESCRIPTION | 8
BDgraph-2.0/BDgraph/MD5 | 15
BDgraph-2.0/BDgraph/R/BDgraph.R | 687 ++++++++++++++--------------
BDgraph-2.0/BDgraph/man/BDgraph-internal.Rd | 5
BDgraph-2.0/BDgraph/man/BDgraph-package.Rd | 10
BDgraph-2.0/BDgraph/man/bdmcmc.Rd | 8
BDgraph-2.0/BDgraph/man/bdmcmc.high.Rd | 8
BDgraph-2.0/BDgraph/man/bdmcmc.low.Rd | 8
9 files changed, 392 insertions(+), 357 deletions(-)
Title: Nonparametric Methods for Cognitive Diagnosis
Diff between NPCD versions 1.0-0 dated 2012-12-22 and 1.0-1 dated 2013-02-05
Description: This package performs an array of nonparametric estimation
methods for cognitive diagnostic models, including
nonparametric estimation of examinee attribute profiles, joint
maximum likelihood estimation of examinee attribute profiles
and item parameters, and nonparametric refinement of the
Q-matrix, as well as parametric algorithms such as maximum
likelihood estimation of examinee attribute profiles given item
parameters and maximum likelihood estimation of item parameters
given examinee attribute profiles.
Author: Yi Zheng (U of Illinois at Urbana-Champaign) and Chia-Yi Chiu
(Rutgers, the State U of New Jersey), with contributions from
Jeffrey A. Douglas (U of Illinois at Urbana-Champaign)
Maintainer: Yi Zheng
COPYING | 1081 +++++++++++++++++++++++++++++++++++++++++++-----------------
COPYRIGHTS | 6
DESCRIPTION | 8
MD5 | 6
4 files changed, 802 insertions(+), 299 deletions(-)
Title: Monte Carlo Local Likelihood Estimation
Diff between mcll versions 1.0 dated 2012-11-01 and 1.1 dated 2013-02-05
Description: Maximum likelihood estimation using a Monte Carlo local
likelihood (MCLL) method
Author: Minjeong Jeon
Maintainer: Minjeong Jeon
DESCRIPTION | 6 +++---
MD5 | 6 ++++--
inst |only
man/mcll-package.Rd | 2 +-
4 files changed, 8 insertions(+), 6 deletions(-)
Title: Generate fractal time series with non-normal returns
distribution
Diff between fractalrock versions 1.0.3 dated 2011-09-18 and 1.1.0 dated 2013-02-05
Description: The basic principle driving fractal generation of time
series is that data is generated iteratively based on
increasing levels of resolution. The initial series is defined
by a so-called initiator pattern and then generators are used
to replace each segment of the initial pattern. Regular,
repeatable patterns can be produced by using the same seed and
generators. By using a set of generators, non-repeatable time
series can be produced. This technique is the basis of the
fractal time series process in this package.
Author: Brian Lee Yung Rowe
Maintainer: Brian Lee Yung Rowe
DESCRIPTION | 20 ++++++++--------
MD5 | 6 ++--
R/framework.R | 55 +++++++++++++++++++--------------------------
man/fractalrock-package.Rd | 8 +++---
4 files changed, 41 insertions(+), 48 deletions(-)