Title: Plot a model's response while varying the values of the
predictors.
Diff between plotmo versions 1.3-1 dated 2011-09-16 and 1.3-2 dated 2012-05-01
Description: Plot a model's response when varying one or two predictors
while holding the other predictors constant. A poor man's
partial dependence plot.
Author: Stephen Milborrow
Maintainer: Stephen Milborrow
plotmo-1.3-1/plotmo/R/my.persp.R |only
plotmo-1.3-2/plotmo/DESCRIPTION | 6
plotmo-1.3-2/plotmo/MD5 | 37 ++---
plotmo-1.3-2/plotmo/NEWS | 6
plotmo-1.3-2/plotmo/R/lib.R | 4
plotmo-1.3-2/plotmo/R/plotmo.R | 56 ++++---
plotmo-1.3-2/plotmo/R/plotmo.methods.R | 43 ++---
plotmo-1.3-2/plotmo/R/plotmo.methods.misc.R | 4
plotmo-1.3-2/plotmo/man/plotmo.Rd | 11 -
plotmo-1.3-2/plotmo/src/tests/fast.postscript.R | 9 -
plotmo-1.3-2/plotmo/src/tests/test.plotmo.R | 2
plotmo-1.3-2/plotmo/src/tests/test.plotmo.Rout.save | 74 ++++------
plotmo-1.3-2/plotmo/src/tests/test.plotmo.bat | 4
plotmo-1.3-2/plotmo/src/tests/test.plotmo.center.Rout.save | 16 +-
plotmo-1.3-2/plotmo/src/tests/test.plotmo.center.bat | 2
plotmo-1.3-2/plotmo/src/tests/test.plotmo.fac.R | 4
plotmo-1.3-2/plotmo/src/tests/test.plotmo.fac.Rout.save | 20 +-
plotmo-1.3-2/plotmo/src/tests/test.plotmo.fac.bat | 2
plotmo-1.3-2/plotmo/src/tests/test.plotmo.non.earth.Rout.save | 23 +--
plotmo-1.3-2/plotmo/src/tests/test.plotmo.non.earth.bat | 2
20 files changed, 167 insertions(+), 158 deletions(-)
Title: Mesh generation and surface tesselation
Diff between geometry versions 0.3-0 dated 2012-04-18 and 0.3-1 dated 2012-05-01
Description: This package makes the qhull library (www.qhull.org)
available in R, in a similar manner as in Octave and MATLAB.
Qhull computes convex hulls, Delaunay triangulations, halfspace
intersections about a point, Voronoi diagrams, furthest-site
Delaunay triangulations, and furthest-site Voronoi diagrams. It
runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the
Quickhull algorithm for computing the convex hull. Qhull does
not support constrained Delaunay triangulations, or mesh
generation of non-convex objects, but the package does include
some R functions that allow for this. Currently the package
only gives access to Delaunay triangulation and convex hull
computation.
Author: C. B. Barber, Kai Habel, Raoul Grasman, Robert B. Gramacy,
Andreas Stahel and David C. Sterratt
Maintainer: David C. Sterratt
DESCRIPTION | 10 +++++-----
MD5 | 12 ++++++------
NEWS | 19 +++++++++++++++++--
src/Rconvhulln.c | 11 ++++++++---
src/Rdelaunayn.c | 16 ++++++++++------
src/Rgeometry.h | 19 +++++++++----------
src/userprintf.c | 29 ++++++++++++++++++++++-------
7 files changed, 77 insertions(+), 39 deletions(-)
Title: SPArse Matrix
Diff between spam versions 0.28-0 dated 2012-01-12 and 0.29-0 dated 2012-05-01
Description: Set of function for sparse matrix algebra. Differences
with SparseM/Matrix are: (1) we only support (essentially) one
sparse matrix format, (2) based on transparent and simple
structure(s), (3) tailored for MCMC calculations within GMRF.
(4) S3 and S4 like-"compatible" ... and it is fast.
Author: Reinhard Furrer
Maintainer: Reinhard Furrer
DESCRIPTION | 10 -
MD5 | 239 +++++++++++++++-------------
NAMESPACE | 58 +++---
R/apply.R | 2
R/definitions.R | 253 ++----------------------------
R/diff.R | 2
R/dist.R | 2
R/foreign.R | 2
R/headtail.R |only
R/helper.R | 58 ------
R/kronecker.R | 2
R/makeprec.R | 2
R/mle.R | 8
R/norm.R |only
R/permutation.R | 26 ++-
R/plotting.R | 133 ++++++---------
R/preccovmat.R |only
R/profile.R | 35 ++--
R/rmvnorm.R |only
R/rowcolstats.R |only
R/spam_solve.R | 71 +++++++-
R/spamlist.R | 2
R/subset.R |only
R/toepliz.R | 2
R/xybind.R | 2
demo/article-jss-example1.R | 2
demo/article-jss-example2.R | 2
demo/article-jss.R | 2
demo/cholesky.R | 2
demo/spam.R | 2
demo/timing.R | 2
inst/0NEWS | 2
inst/NEWS | 86 ++++++++++
man/Oral.Rd | 2
man/SPAM.Rd | 2
man/UScounties.Rd | 2
man/USprecip.Rd | 2
man/allequal.Rd | 2
man/apply.Rd | 2
man/bandwidth.Rd | 2
man/bdiag.Rd | 2
man/chol.Rd | 6
man/circulant.Rd | 2
man/cleanup.Rd | 2
man/complexity.Rd | 2
man/det.Rd | 2
man/diag.Rd | 2
man/dim.Rd | 2
man/display.Rd | 2
man/foreign.Rd | 2
man/germany.Rd | 2
man/headtail.Rd |only
man/history.spam.Rd | 2
man/image.Rd | 2
man/import.Rd | 2
man/isSymmetric.Rd | 2
man/kronecker.Rd | 2
man/lu.tri.Rd | 2
man/makeprec.Rd | 2
man/math.Rd | 2
man/math2.Rd | 2
man/methods.Rd | 2
man/mle.Rd | 2
man/nearestdist.Rd | 2
man/operations.Rd | 9 -
man/options.Rd | 28 ++-
man/ordering.Rd | 2
man/permutation.Rd | 2
man/powerboost.Rd | 2
man/precmat.Rd |only
man/print.Rd | 2
man/rmvnorm.Rd | 15 -
man/rmvnorm.const.Rd |only
man/rowcolstats.Rd |only
man/solve.Rd | 24 +-
man/spam-class.Rd | 31 ++-
man/spam.chol.NgPeyton-class.Rd | 2
man/spam.creation.Rd | 2
man/spam.internal.Rd | 2
man/summary.Rd | 2
man/todo.Rd | 2
man/toeplitz.Rd | 2
man/triplet.Rd | 2
man/version.Rd | 2
man/xybind.Rd | 2
src/rowcolstats.f |only
src/spamown.f | 71 +++++++-
tests/demo_article-jss-example1.R | 2
tests/demo_article-jss-example1.Rout.save | 21 +-
tests/demo_article-jss-example2.R | 2
tests/demo_article-jss-example2.Rout.save | 21 +-
tests/demo_article-jss.R | 2
tests/demo_article-jss.Rout.save | 19 +-
tests/demo_cholesky.R | 2
tests/demo_cholesky.Rout.save | 21 +-
tests/demo_spam.R | 2
tests/demo_spam.Rout.save | 23 +-
tests/demo_timing.R | 2
tests/demo_timing.Rout.save | 19 +-
tests/diff.R | 2
tests/diff.Rout.save | 19 +-
tests/displays.R | 2
tests/displays.Rout.save | 19 +-
tests/dist.R | 2
tests/dist.Rout.save | 19 +-
tests/foreign.R | 2
tests/foreign.Rout.save | 9 -
tests/helper.R | 17 +-
tests/helper.Rout.save | 20 +-
tests/kronecker.R | 2
tests/kronecker.Rout.save | 19 +-
tests/mle.R | 2
tests/mle.Rout.save | 19 +-
tests/norm.R |only
tests/norm.Rout.save |only
tests/overall.R | 35 ----
tests/overall.Rout.save | 39 +---
tests/permutation.R | 2
tests/permutation.Rout.save | 19 +-
tests/rowcolstats.R |only
tests/rowcolstats.Rout.save |only
tests/solve.R | 21 +-
tests/solve.Rout.save | 19 +-
tests/spamlist.R | 3
tests/spamlist.Rout.save | 20 +-
tests/subsetting.R |only
tests/subsetting.Rout.save |only
tests/xybind.R | 3
tests/xybind.Rout.save | 20 +-
129 files changed, 874 insertions(+), 873 deletions(-)
Title: Mathematical Morphology in Any Number of Dimensions
Diff between mmand versions 0.1.0 dated 2012-04-27 and 0.1.1 dated 2012-05-01
Description: This package provides tools for performing mathematical
morphology operations, such as erosion and dilation, on data of
arbitrary dimensionality. It can also be used for smoothing and
other image processing-style operations.
Author: Jon Clayden
Maintainer: Jon Clayden
DESCRIPTION | 8 ++++----
MD5 | 6 +++---
NEWS | 7 +++++++
src/morph.c | 4 ++--
4 files changed, 16 insertions(+), 9 deletions(-)
Title: Bayesian continuous reassessment method (CRM) designs for Phase
I dose-finding trials.
Diff between bcrm versions 0.2 dated 2012-02-09 and 0.3 dated 2012-05-01
Description: This package implements a wide variety of one and
two-parameter Bayesian CRM designs. The program can run
interactively, allowing the user to enter outcomes after each
cohort has been recruited, or via simulation to assess
operating characteristics.
Author: Michael Sweeting
Maintainer: Michael Sweeting
bcrm-0.2/bcrm/R/bcrm_0.2.R |only
bcrm-0.3/bcrm/DESCRIPTION | 8 ++--
bcrm-0.3/bcrm/MD5 | 17 +++++-----
bcrm-0.3/bcrm/NAMESPACE | 1
bcrm-0.3/bcrm/NEWS | 13 +++++++
bcrm-0.3/bcrm/R/bcrm_0.3.R |only
bcrm-0.3/bcrm/man/bcrm-package.Rd | 4 +-
bcrm-0.3/bcrm/man/bcrm.Rd | 62 +++++++++++++++++++++++--------------
bcrm-0.3/bcrm/man/plot.bcrm.Rd | 5 ++
bcrm-0.3/bcrm/man/plot.bcrm.sim.Rd |only
bcrm-0.3/bcrm/man/print.bcrm.Rd | 14 +++++---
11 files changed, 81 insertions(+), 43 deletions(-)