More information about ipw at CRAN
Path: /cran/new | permanent link
Title: Sparse and Dense Matrix Classes and Methods
Diff between Matrix versions 0.999375-35 dated 2010-02-03 and 0.999375-36 dated 2010-02-04
More information about Matrix at CRAN
Description: Classes and methods for dense and sparse matrices and
operations on them using Lapack and SuiteSparse.
Author: Douglas Bates
Maintainer: Doug and Martin
ChangeLog | 15 +
DESCRIPTION | 8
R/Csparse.R | 10
inst/doc/Comparisons.pdf |binary
inst/doc/Design-issues.pdf |binary
inst/doc/Intro2Matrix.pdf | 593 ++++++++++++++++++++++-----------------------
inst/doc/Introduction.pdf |binary
inst/doc/sparseModels.pdf | 258 +++++++++----------
tests/indexing.R | 9
tests/indexing.Rout.save | 16 -
10 files changed, 461 insertions(+), 448 deletions(-)
Path: /cran/updated | permanent link
Title: Demand Analysis with the Almost Ideal Demand System (AIDS)
Diff between micEconAids versions 0.6-0 dated 2009-12-28 and 0.6-2 dated 2010-02-04
More information about micEconAids at CRAN
Description: Demand analysis with the Almost Ideal Demand System (AIDS)
suggested by Deaton and Muellbauer (1980)
Author: Arne Henningsen
Maintainer: Arne Henningsen
DESCRIPTION | 8 ++++----
NEWS |only
R/aidsElas.R | 5 +++++
man/aidsElas.Rd | 9 +++++++++
4 files changed, 18 insertions(+), 4 deletions(-)
Path: /cran/updated | permanent link
Title: Dynamic Time Warping algorithms
Diff between dtw versions 1.14-1 dated 2009-08-14 and 1.14-3 dated 2010-02-04
More information about dtw at CRAN
Description: Comprehensive implementation of Dynamic Time Warping
algorithms in R. DTW finds the optimal (least cumulative
distance) mapping between two time series. All common DTW
variants are covered, including local and global constraints,
arbitrary timeseries lenghts, distance definitions, MVM, etc.
Package computes cumulative distance, warping functions, plots,
normalizations, etc.
Author: Toni Giorgino
Maintainer: Toni Giorgino
DESCRIPTION | 6 +++---
R/zzz.R | 2 +-
inst/CITATION | 9 +++++----
inst/ChangeLog | 6 ++++++
inst/doc/dtw.Rnw | 2 +-
inst/doc/dtw.pdf |binary
man/dtw-package.Rd | 2 +-
man/dtw.Rd | 8 ++++----
man/dtwDist.Rd | 8 ++++----
9 files changed, 25 insertions(+), 18 deletions(-)
Path: /cran/updated | permanent link
Title: A Package for Running jags from R
Diff between R2jags versions 0.01-30.01 dated 2009-12-22 and 0.02-01 dated 2010-02-04
More information about R2jags at CRAN
Description: Using this package to call jags from R.
Author: Yu-Sung Su
Maintainer: Yu-Sung Su
CHANGELOG | 6 ++++++
DESCRIPTION | 8 ++++----
R/as.bugs.array2.R | 14 +++++++-------
R/jags.sims.R | 4 +---
R/jags2.R | 13 +++++++++----
R/mcmc2bugs.R | 2 +-
6 files changed, 28 insertions(+), 19 deletions(-)
Path: /cran/updated | permanent link
Title: Processing and Simulating Genotype Data for Trio Logic
Regression
Diff between trio versions 1.0.4 dated 2010-02-03 and 1.0.7 dated 2010-02-04
More information about trio at CRAN
Description: Set up matched case-pseudo controls genotypes data for
trios in order to run trio logic regreesion, to impute missing
genotypes in trios, or to simulate case-parent trios with
disease risk dependent on SNP-SNP interaction. This package
furthermore contains functions for computing the values of
pairwise LD measures and for identifying LD blocks.
Author: Qing Li, Holger Schwender
Maintainer: Qing Li
trio-1.0.4/trio/INDEX |only
trio-1.0.4/trio/man/simuBkMap.Rd |only
trio-1.0.4/trio/man/step3way.Rd |only
trio-1.0.4/trio/man/trio.gen.err.Rd |only
trio-1.0.4/trio/man/trio.gen2.Rd |only
trio-1.0.4/trio/man/trio.ped.err.Rd |only
trio-1.0.4/trio/man/trio.ped1.Rd |only
trio-1.0.4/trio/man/trio.ped2.Rd |only
trio-1.0.7/trio/DESCRIPTION | 8 +-
trio-1.0.7/trio/data/LDdata.RData |only
trio-1.0.7/trio/inst/doc/figure1.eps |only
trio-1.0.7/trio/inst/doc/figure1.png |only
trio-1.0.7/trio/inst/doc/figure2.eps |only
trio-1.0.7/trio/inst/doc/figure2.png |only
trio-1.0.7/trio/inst/doc/figure3.eps |only
trio-1.0.7/trio/inst/doc/figure3.png |only
trio-1.0.7/trio/inst/doc/trio.Rnw | 116 +++++++++++++++++++++++++++++++++--
trio-1.0.7/trio/inst/doc/trio.pdf |binary
trio-1.0.7/trio/man/LDdata.Rd |only
trio-1.0.7/trio/man/freq.hap.Rd | 14 ++--
trio-1.0.7/trio/man/trio.gen1.Rd | 29 ++++++--
21 files changed, 147 insertions(+), 20 deletions(-)
Path: /cran/updated | permanent link
More information about powerMediation at CRAN
Path: /cran/new | permanent link
Title: Methods that apply to rows and columns of a matrix
Diff between matrixStats versions 0.1.8 dated 2009-11-13 and 0.1.9 dated 2010-02-04
More information about matrixStats at CRAN
Description: This packages provides methods operating on rows and
columns of matrices. The methods are optimized for speed and
memory. This package is currently in a beta phase. Make sure
to read the 'Roadmap' section in the package help.
Author: Henrik Bengtsson
Maintainer: Henrik Bengtsson
DESCRIPTION | 8 ++--
R/rowWeightedMeans.matrix.R | 76 ++++++++++++++++++++++++++++++++++++++------
inst/NEWS | 8 ++++
tests/rowWeightedMeans.R |only
tests/rowWeightedMedians.R |only
5 files changed, 77 insertions(+), 15 deletions(-)
Path: /cran/updated | permanent link
Title: Various programming utilities
Diff between R.utils versions 1.3.2 dated 2010-01-22 and 1.3.3 dated 2010-02-04
More information about R.utils at CRAN
Description: This package provides utility classes and methods useful
when programming in R and developing R packages.
Author: Henrik Bengtsson
Maintainer: Henrik Bengtsson
DESCRIPTION | 8 ++++----
R/Arguments.R | 33 +++++++++++++++++++++++++++++----
inst/NEWS | 4 ++++
3 files changed, 37 insertions(+), 8 deletions(-)
Path: /cran/updated | permanent link
More information about MAc at CRAN
Path: /cran/new | permanent link