Author: Simon Wood
Diff between mgcv versions 1.5-1 dated 2009-03-17 and 1.5-2 dated 2009-03-26
Title: GAMs with GCV/AIC/REML smoothness estimation and GAMMs by PQL
Description: Routines for GAMs and other generalized ridge regression
with multiple smoothing parameter selection by GCV, REML or
UBRE/AIC. Also GAMMs by REML or PQL. Includes a gam() function.
mgcv-1.5-1/mgcv/man/gam.setup.Rd |only
mgcv-1.5-1/mgcv/man/gamm.setup.Rd |only
mgcv-1.5-2/mgcv/DESCRIPTION | 8
mgcv-1.5-2/mgcv/NAMESPACE | 52 ++-
mgcv-1.5-2/mgcv/R/gamm.r | 12
mgcv-1.5-2/mgcv/R/mgcv.r | 198 +++++++++----
mgcv-1.5-2/mgcv/changeLog | 22 +
mgcv-1.5-2/mgcv/man/Predict.matrix.Rd | 9
mgcv-1.5-2/mgcv/man/Predict.matrix.cr.smooth.Rd |only
mgcv-1.5-2/mgcv/man/full.score.Rd | 2
mgcv-1.5-2/mgcv/man/gam.control.Rd | 7
mgcv-1.5-2/mgcv/man/gam.fit.Rd | 32 ++
mgcv-1.5-2/mgcv/man/gam.outer.Rd | 2
mgcv-1.5-2/mgcv/man/gam.side.Rd | 2
mgcv-1.5-2/mgcv/man/gamObject.Rd | 20 +
mgcv-1.5-2/mgcv/man/gamm.Rd | 2
mgcv-1.5-2/mgcv/man/pdIdnot.Rd | 4
mgcv-1.5-2/mgcv/man/pdTens.Rd | 3
mgcv-1.5-2/mgcv/man/print.gam.Rd | 22 +
mgcv-1.5-2/mgcv/man/smooth.construct.Rd | 1
mgcv-1.5-2/mgcv/man/smooth.construct.tensor.smooth.spec.Rd |only
mgcv-1.5-2/mgcv/man/vis.gam.Rd | 21 -
22 files changed, 313 insertions(+), 106 deletions(-)
Author: Matthias Wangler
Diff between changeLOS versions 2.0.9-1 dated 2009-02-01 and 2.0.9-2 dated 2009-03-26
Title: Change in LOS
Description: Change in length of hospital stay (LOS) is frequently used
to assess the impact and the costs of hospital-acquired
complications. In order to compute the attributable change in
LOS, it is crucial to account for the timing of events: A
complication can only have an effect on LOS, once it has
occured. These temporal dynamics can be adequately handled by
multistate models; however, there is few software for such
models available. We introduce an R-package "changeLOS" for
computing change in LOS based on methods described in Schulgen
and Schumacher (1996). We will illustrate the program on data
from a prospective cohort study on hospital-acquired
infections. Main features of the R-package "changeLOS" are
R-methods to: (1) describe the multi-state model. (2) compute
the Aalen-Johansen estimator for the matrix of transition
probabilities P(u-, u) for all observed transition times u.(3)
compute the Aalen-Johansen estimator for the matrix of
transition probabilities P(s,t); the estimator is a finite
matrix product of matrices P(u-,u) for every observed event
time in the interval(s,t]. (4) visualize the temporal dynamics
of the data, illustrated by transition probabilities. (5)
compute and visualize change in LOS. (6) compute bootstrap
variances for change in LOS.
DESCRIPTION | 32 ++++++++++++++++++++++++++++----
R/clos.R | 2 +-
2 files changed, 29 insertions(+), 5 deletions(-)
Author: Alberto Viglione
Title: Non-supervised Regional Frequency Analysis
Description: A collection of statistical tools for objective
(non-supervised) applications of the Regional Frequency
Analysis methods in hydrology. The package refers to the
index-value method and, more precisely, helps the hydrologist
to: (1) regionalize the index-value; (2) form homogeneous
regions with similar growth curves; (3) fit distribution
functions to the empirical regional growth curves.
Diff between nsRFA versions 0.6-6 dated 2009-01-14 and 0.6-7 dated 2009-03-26
DESCRIPTION | 23 +++++++++++++---------- R/HOMTESTS.R | 19 +++++++++++++++---- man/HOMTESTS.Rd | 12 +++++++++--- 3 files changed, 37 insertions(+), 17 deletions(-)
Author: Alberto Viglione
Title: Homogeneity tests for Regional Frequency Analysis
Description: A collection of homogeneity tests described in: Viglione
A., Laio F., Claps P. (2007) ``A comparison of homogeneity
tests for regional frequency analysis'', Water Resources
Research, 43, W03428, doi:10.1029/2006WR005095. More on
Regional Frequency Analysis can be found in package nsRFA.
Diff between homtest versions 1.0-2 dated 2007-10-03 and 1.0-4 dated 2009-03-26
DESCRIPTION | 19 ++++++++++++------- R/HOMTESTS.R | 6 ++++-- 2 files changed, 16 insertions(+), 9 deletions(-)
Author: Rasmus E. Benestad
Diff between clim.pact versions 2.2-30 dated 2009-03-04 and 2.2-31 dated 2009-03-26
Title: Climate analysis and empirical-statistical downscaling (ESD)
package for monthly and daily data.
Description: The package contains R functions for retrieving data,
making climate analysis and downscaling of monthly mean and
daily mean global climate scenarios. (Windows-users may need to
obtain the 'ncdf' package from URL
'http://www.stats.ox.ac.uk/pub/RWin/' to get clim.pact to
work). The package is also described in the book
'Empirical-Statistical Downscaling
(http://www.worldscibooks.com/environsci/6908.html)
DESCRIPTION | 22 ++++++++++++++++------
R/extras.R | 6 ------
R/map.eof.R | 2 +-
R/retrieve.nc.R | 33 +++++++++++++++++++++++----------
man/map.eof.Rd | 16 +++++++---------
5 files changed, 47 insertions(+), 32 deletions(-)
Author: Michael Lawrence
Title: Cairo-based cross-platform antialiased graphics device driver.
Description: Cairo/GTK graphics device driver with output to screen,
file (png, svg, pdf, and ps) or memory (arbitrary GdkDrawable
or Cairo context). The screen device may be embedded into RGtk2
interfaces. Supports all interactive features of other graphics
devices, including getGraphicsEvent().
Diff between cairoDevice versions 2.9-2 dated 2008-10-07 and 2.10 dated 2009-03-26
DESCRIPTION | 23 +++++++++++--------- R/cairoDevice.R | 26 ++++++++++++++++++----- man/asCairoDevice.Rd | 43 +++++++++++++++++++++++--------------- src/Makevars | 2 - src/cairoDevice.c | 57 ++++++++++++++++++++++++++++++++++----------------- src/cairoDevice.h | 11 ++------- 6 files changed, 102 insertions(+), 60 deletions(-)
Author: Michael Lawrence
Diff between RGtk2 versions 2.12.9 dated 2009-02-20 and 2.12.10 dated 2009-03-26
Title: R bindings for Gtk 2.8.0 and above
Description: Facilities in the R language for programming graphical
interfaces using Gtk, the Gimp Tool Kit.
DESCRIPTION | 18 +++++++++++-------
src/Makevars | 2 +-
src/pangoManuals.c | 6 ++++++
3 files changed, 18 insertions(+), 8 deletions(-)