Author: Roger Bivand
Diff between spdep versions 0.4-20 dated 2008-03-25 and 0.4-21 dated 2008-05-16
Title: Spatial dependence: weighting schemes, statistics and models
Description: A collection of functions to create spatial weights matrix
objects from polygon contiguities, from point patterns by distance and
tesselations, for summarising these objects, and for permitting their
use in spatial data analysis; a collection of tests for spatial
autocorrelation, including global Moran's I, Geary's C, Hubert/Mantel
general cross product statistic, Empirical Bayes estimates and Assunção/Reis
Index, Getis/Ord G and multicoloured join count statistics,
local Moran's I and Getis/Ord G, saddlepoint approximations and exact
tests for global and local Moran's I; and functions for estimating
spatial simultaneous autoregressive (SAR) lag and error models,
weighted and unweighted SAR and CAR spatial regression models,
semi-parametric and Moran eigenvector spatial filtering, GM SAR error
models, and generalized spatial two stage least squares models.
spdep-0.4-20/spdep/inst/doc/Fig-bitmap-1.pdf |only
spdep-0.4-20/spdep/inst/doc/Rplots.ps |only
spdep-0.4-20/spdep/inst/doc/sids-010.eps |only
spdep-0.4-20/spdep/inst/doc/sids-010.pdf |only
spdep-0.4-20/spdep/inst/doc/sids.tex |only
spdep-0.4-21/spdep/ChangeLog | 102 +++++++++++++++++++++++++++
spdep-0.4-21/spdep/DESCRIPTION | 8 +-
spdep-0.4-21/spdep/R/localmoran.R | 9 +-
spdep-0.4-21/spdep/R/spautolm.R | 50 ++++++-------
spdep-0.4-21/spdep/inst/ChangeLog | 102 +++++++++++++++++++++++++++
spdep-0.4-21/spdep/inst/doc/sids.pdf |binary
spdep-0.4-21/spdep/man/errorsarlm.Rd | 2
spdep-0.4-21/spdep/man/globalG.test.Rd | 4 -
spdep-0.4-21/spdep/man/lagsarlm.Rd | 3
spdep-0.4-21/spdep/man/localmoran.Rd | 8 +-
spdep-0.4-21/spdep/man/spautolm.Rd | 11 +-
spdep-0.4-21/spdep/oChangelog |only
spdep-0.4-21/spdep/svn2cl.xsl |only
18 files changed, 255 insertions(+), 44 deletions(-)
Author: Adrian Baddeley
Diff between spatstat versions 1.13-1 dated 2008-04-24 and 1.13-2 dated 2008-05-16
Title: Spatial Point Pattern analysis, model-fitting, simulation, tests
Description: A package for analysing spatial data,
mainly Spatial Point Patterns, including multitype/marked points
and spatial covariates, in any two-dimensional spatial region.
Contains functions for plotting spatial data,
exploratory data analysis, model-fitting, simulation,
spatial sampling, model diagnostics,
and formal inference. Data types include point patterns,
line segment patterns, spatial windows, and
pixel images. Point process models can be
fitted to point pattern data. Cluster type models are fitted
by the method of minimum contrast. Very general Gibbs point
process models can be fitted to point pattern data
using a function ppm similar to lm or glm. Models may
include dependence on covariates, interpoint interaction
and dependence on marks. Fitted models can be simulated automatically.
Also provides facilities for formal inference (such as chi-squared
tests) and model diagnostics (including simulation
envelopes, residuals, residual plots and Q-Q plots).
DESCRIPTION | 6 -
INDEX | 8 +
R/Gmulti.S | 20 ++--
R/Jmulti.S | 24 ++++-
R/Kmulti.S | 95 +++++++++++++++++++---
R/alltypes.R | 209 ++++++++++++++++++++++++++-----------------------
R/envelope.R | 79 +++++++++++++-----
R/eval.fasp.R |only
R/eval.fv.R | 9 +-
R/fasp.R | 12 +-
R/fv.R | 114 ++++++++++++++++++++++++++
R/random.S | 40 ++++++++-
demo/spatstat.R | 7 +
man/00spatstat.Rd | 6 +
man/Lcross.Rd |only
man/Ldot.Rd |only
man/alltypes.Rd | 147 +++++++++++++++++++---------------
man/compatible.fasp.Rd |only
man/envelope.Rd | 14 ++-
man/eval.fasp.Rd |only
man/eval.fv.Rd | 3
man/fasp.object.Rd | 35 +++++---
man/internal.Rd | 2
man/rjitter.Rd |only
man/subset.fasp.Rd | 15 +++
man/with.fv.Rd |only
26 files changed, 606 insertions(+), 239 deletions(-)
Author: Timur V. Elzhov, Katharine M. Mullen
Title: R interface to the Levenberg-Marquardt nonlinear least-squares algorithm found in MINPACK
Description: Provides R interface to lmder and lmdif from the MINPACK library, for solving nonlinear least-squares problems by a modification of the Levenberg-Marquardt algorithm.
Diff between minpack.lm versions 1.0-9 dated 2008-03-14 and 1.1-0 dated 2008-05-16
minpack.lm-1.0-9/minpack.lm/src/getsse.f |only minpack.lm-1.0-9/minpack.lm/src/ss.f |only minpack.lm-1.1-0/minpack.lm/DESCRIPTION | 4 minpack.lm-1.1-0/minpack.lm/INDEX | 6 - minpack.lm-1.1-0/minpack.lm/R/nls.lm.R | 8 - minpack.lm-1.1-0/minpack.lm/man/nls.lm.Rd | 118 ++++++++++++++++------ minpack.lm-1.1-0/minpack.lm/man/nls.lm.control.Rd | 9 - minpack.lm-1.1-0/minpack.lm/src/fcn_lmder.c | 93 +++++++++-------- minpack.lm-1.1-0/minpack.lm/src/fcn_lmdif.c | 59 ++++++----- minpack.lm-1.1-0/minpack.lm/src/fcn_message.c | 5 minpack.lm-1.1-0/minpack.lm/src/lmder.f | 54 +++------- minpack.lm-1.1-0/minpack.lm/src/lmdif.f | 57 +++------- minpack.lm-1.1-0/minpack.lm/src/minpack_lm.h | 39 +++---- minpack.lm-1.1-0/minpack.lm/src/nls_lm.c | 92 +++++++++-------- 14 files changed, 296 insertions(+), 248 deletions(-)
Author: C. Fraley and A.E. Raftery, Dept. of Statistics,
University of Washington.
R port by Ron Wehrens.
Title: Model-based cluster analysis (older version)
Description: Model-based cluster analysis: the 2002 version of MCLUST
Diff between mclust02 versions 2.1-16 dated 2007-11-17 and 2.1-17 dated 2008-05-16
CITATION | 93 +++++++++++++++++++++++++++++++++++++++++++----------- DESCRIPTION | 8 ++-- LICENSE |only man/cv1EMtrain.Rd | 2 - man/diabetes.Rd | 1 src/mclust02.f | 7 ++-- 6 files changed, 84 insertions(+), 27 deletions(-)
Author: Chris Fraley and Adrian Raftery
Title: Model-Based Clustering / Normal Mixture Modeling
Description: Model-based clustering and normal mixture modeling
including Bayesian regularization
Diff between mclust versions 3.1-3 dated 2008-02-14 and 3.1-4 dated 2008-05-16
CITATION | 133 ++++++++++++++++++++++++++++++------------------------------ DESCRIPTION | 5 -- LICENSE | 27 ++++++------ R/mclust.R | 94 ++++++++++++++---------------------------- 4 files changed, 118 insertions(+), 141 deletions(-)
Author: Edzer J. Pebesma
Diff between gstat versions 0.9-46 dated 2008-05-06 and 0.9-47 dated 2008-05-16
Title: geostatistical modelling, prediction and simulation
Description: variogram modelling; simple, ordinary and universal point
or block (co)kriging, sequential Gaussian or indicator (co)simulation;
variogram and variogram map plotting utility functions.
DESCRIPTION | 6
INDEX | 2
configure | 2
data/sic97.rda |only
inst/doc/gstat.pdf |30213 ++++++++++++++++++++++++++---------------------------
man/sic97.Rd |only
man/tull.Rd | 1
src/machine.hin | 10
src/spbkp.c | 4
src/spchfctr.c | 7
10 files changed, 15188 insertions(+), 15057 deletions(-)
Author: Martyn Plummer, Nicky Best, Kate Cowles, Karen Vines
Title: Output analysis and diagnostics for MCMC
Description: Output analysis and diagnostics for Markov Chain Monte
Carlo simulations.
Diff between coda versions 0.13-1 dated 2007-12-12 and 0.13-2 dated 2008-05-16
DESCRIPTION | 6 +++--- R/output.R | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
Author: Lukasz Nieweglowski.
Diff between clv versions 0.1-2 dated 2008-04-07 and 0.2 dated 2008-05-16
Title: Cluster Validation Techniques
Description:
Package contains most of the popular internal and external cluster validation methods ready to use for the most of the outputs
produced by functions coming from package "cluster". Package contains also functions and examples of usage for cluster
stability approach applied to algorithms implemented in "cluster" package.
DESCRIPTION | 6 ++--
NAMESPACE | 4 ++-
R/01_wrappers.R |only
R/02_constants.R |only
R/cluster_stability.R |only
R/internals.R | 31 ++++++++++++++++++++++---
man/cls_set_section.Rd | 2 -
man/cluster_stability.Rd |only
man/confusion_matrix.Rd | 2 -
man/dot_product.Rd | 6 ++--
src/cluster_stability.c | 47 +++++++++++++++++++++++++++++++++++++++
src/standard_external_measures.c | 1
12 files changed, 85 insertions(+), 14 deletions(-)
Author: Carsten F. Dormann and Bernd Gruber, with additional code from Jochen Fruend, based on the C-code developed by Nils Bluethgen.
Title: Visualises bipartite networks and calculates some ecological indices.
Description: See bipartite-package for more details.
Diff between bipartite versions 0.6 dated 2008-05-05 and 0.7 dated 2008-05-16
bipartite-0.6/bipartite/man/nestedness.rd |only bipartite-0.7/bipartite/DESCRIPTION | 6 ++-- bipartite-0.7/bipartite/R/as.one.mode.r | 1 bipartite-0.7/bipartite/R/functspec.r | 17 ++++++------- bipartite-0.7/bipartite/R/plotweb.R | 1 bipartite-0.7/bipartite/Read-and-delete-me |only bipartite-0.7/bipartite/data/memmott1999.rda |binary bipartite-0.7/bipartite/man/bipartite-package.Rd | 4 +-- bipartite-0.7/bipartite/man/functspec.Rd | 30 ++++++----------------- bipartite-0.7/bipartite/man/nestedness.Rd |only bipartite-0.7/bipartite/man/networklevel.Rd | 4 +-- 11 files changed, 24 insertions(+), 39 deletions(-)
Author:
Grace Chiu
Diff between bentcableAR versions 0.1.1 dated 2008-05-04 and 0.1.2 dated 2008-05-16
Title: Bent-Cable Regression for Independent Data or Autoregressive Time Series
Description:
This package contains two main interfaces for fitting
and diagnosing bent-cable regressions for autoregressive
time-series data or independent data (time series or
otherwise). The interfaces are 'bentcable.ar()' and
'bentcable.dev.plot()'. Some components in the package can
also be used as stand-alone functions. The bent cable
(linear-quadratic-linear) generalizes the broken stick
(linear-linear), which is also handled by this package.
DESCRIPTION | 6 +++---
R/code.r | 22 ++++++++++++++++------
man/bentcableAR-internal.Rd | 1 +
man/bentcableAR.Rd | 4 ++--
4 files changed, 22 insertions(+), 11 deletions(-)
Author: Chandra Erdman and John W. emerson
Title: A Package for Performing a Bayesian Analysis of Change Point Problems
Description: An implementation of the Barry and Hartigan (1993) product partition model for the standard change point problem using Markov Chain Monte Carlo.
Diff between bcp versions 1.8.4 dated 2007-12-05 and 1.8.5 dated 2008-05-16
bcp-1.8.4/bcp/src/Cbcp.c |only bcp-1.8.5/bcp/DESCRIPTION | 6 +++--- bcp-1.8.5/bcp/R/bcp.R | 2 -- bcp-1.8.5/bcp/src/Cbcp.cpp |only 4 files changed, 3 insertions(+), 5 deletions(-)
Author: Daniel Chessel, Anne-Beatrice Dufour
Diff between ade4 versions 1.4-7 dated 2008-04-18 and 1.4-8 dated 2008-05-16
Title: Analysis of Ecological Data : Exploratory and Euclidean methods in Environmental sciences
Description: Multivariate data analysis and graphical display.
ChangeLog | 22 ++++++++++++++++++++++
DESCRIPTION | 6 +++---
R/dudi.R | 4 ++--
R/dudi.acm.R | 4 ++--
4 files changed, 29 insertions(+), 7 deletions(-)
Author: Markus Gesmann
Title: Mack- and Munich-chain-ladder methods for insurance claims reserving
Description: The package contains the Mack- and Munich-chain-ladder methods which are used in insurance claims reserving exercise.
Diff between ChainLadder versions 0.1.1-3 dated 2008-02-20 and 0.1.1-4 dated 2008-05-16
ChangeLog | 12 +++++++++--- DESCRIPTION | 10 ++++++---- R/MackChainLadderFunctions.R | 20 ++++++++++---------- inst/Excel/ChainLadder_in_Excel.xls |binary inst/Experimental |only man/ChainLadder-package.Rd | 5 +---- man/GenIns.Rd | 1 - man/MCLpaid.Rd | 4 ++-- man/MackChainLadder.Rd | 10 ++-------- man/Mortgage.Rd | 2 +- man/MunichChainLadder.Rd | 2 -- man/RAA.Rd | 3 +-- man/predict.TriangleModel.Rd | 4 ++-- man/residuals.MackChainLadder.Rd | 2 +- 14 files changed, 35 insertions(+), 40 deletions(-)
Author: Andreas Kiermeier
Diff between AcceptanceSampling versions 0.1-1 dated 2007-07-07 and 0.1-4 dated 2008-05-16
More information about AcceptanceSampling at CRAN
Title: Creation and evaluation of Acceptance Sampling Plans
Description: This package provides functionality for creating and
evaluating acceptance sampling plans. Plans can be single,
double or multiple sampling plans
AcceptanceSampling-0.1-1/AcceptanceSampling/OC Class S4.mm |only
AcceptanceSampling-0.1-1/AcceptanceSampling/R/AcceptanceSampling.R |only
AcceptanceSampling-0.1-4/AcceptanceSampling/DESCRIPTION | 8 ++++----
AcceptanceSampling-0.1-4/AcceptanceSampling/NAMESPACE | 7 ++++++-
AcceptanceSampling-0.1-4/AcceptanceSampling/R/code_generic.R |only
AcceptanceSampling-0.1-4/AcceptanceSampling/R/code_twoclass.R |only
AcceptanceSampling-0.1-4/AcceptanceSampling/R/code_var.R |only
AcceptanceSampling-0.1-4/AcceptanceSampling/man/OC2c.Rd | 2 +-
AcceptanceSampling-0.1-4/AcceptanceSampling/man/OCvar-class.Rd |only
AcceptanceSampling-0.1-4/AcceptanceSampling/man/OCvar.Rd |only
AcceptanceSampling-0.1-4/AcceptanceSampling/man/assess-methods.Rd | 9 +++++----
AcceptanceSampling-0.1-4/AcceptanceSampling/man/find.plan.Rd |only
12 files changed, 16 insertions(+), 10 deletions(-)
Permanent link