Title: Z's ordered observations
Diff between zoo versions 1.6-3 dated 2010-04-23 and 1.6-4 dated 2010-07-09
Description: An S3 class with methods for totally ordered indexed
observations. It is particularly aimed at irregular time series
of numeric vectors/matrices and factors. zoo's key design goals
are independence of a particular index/date/time class and
consistency with ts and base R by providing methods to extend
standard generics.
Author: Achim Zeileis, Gabor Grothendieck, Felix Andrews
Maintainer: Achim Zeileis
DESCRIPTION | 8 ++--
NAMESPACE | 4 ++
NEWS | 25 ++++++++++++++
R/Ops.zoo.R | 4 +-
R/merge.zoo.R | 63 +++++++++++++++++++++--------------
R/na.approx.R | 6 +--
R/na.locf.R | 16 +++++++--
R/na.spline.R | 6 +--
R/read.zoo.R | 55 +++++++++++++++++++++++--------
R/window.zoo.R | 7 +--
R/yearmon.R | 1
R/yearqtr.R | 1
R/zoo.R | 4 ++
R/zooreg.R | 3 +
inst/doc/zoo-faq.Rnw | 81 ++++++++++------------------------------------
inst/doc/zoo-faq.pdf |binary
inst/doc/zoo-quickref.pdf |binary
inst/doc/zoo.pdf |binary
man/aggregate.zoo.Rd | 21 ++++++++---
man/lag.zoo.Rd | 12 ++++--
man/merge.zoo.Rd | 17 +++++++++
man/na.approx.Rd | 8 +++-
man/na.locf.Rd | 38 ++++++++++++++++++---
man/read.zoo.Rd | 23 ++++++++-----
man/xblocks.Rd | 2 -
man/zoo.Rd | 6 ++-
26 files changed, 262 insertions(+), 149 deletions(-)
Title: A Parallel Analysis With Polychoric Correlation Matrices
Diff between random.polychor.pa versions 1.1 dated 2010-04-28 and 1.1.1 dated 2010-07-09
More information about random.polychor.pa at CRAN
Description: The Function performs a parallel analysis using simulated
polychoric correlation matrices. The nth-percentile of the
eigenvalues distribution obtained from both the randomly
generated and the real data polychoric correlation matrices is
returned. A plot comparing the two types of eigenvalues (real
and simulated) will help determine the number of real
eigenvalues that outperform random data. The function is based
on the idea that if real data are non-normal and the polychoric
correlation matrix is needed to perform a Factor Analysis, then
the Parallel Analysis method used to choose a non-random number
of factors should also be based on randomly generated
polychoric correlation matrices and not on Pearson correlation
matrices. Version 1.1.1 a minor bug in showing the estimanted
time needed to conclude the simulation is fixed. In this
version it is also introduced the possibility to manage
datafiles containing factor variables (i.e., variables with
ordered categories) which in past versions may cause the
function to stop computations when the Pearson correlation
matrix is computed (due to the fact that in this instance a
numerical matrix is expected).
Author: Fabio Presaghi & Marta Desimoni
Maintainer: Fabio Presaghi
random.polychor.pa-1.1.1/random.polychor.pa/DESCRIPTION | 17 ++++--
random.polychor.pa-1.1.1/random.polychor.pa/R.css | 15 +++++
random.polychor.pa-1.1.1/random.polychor.pa/R/random.polychor.pa.R | 11 +++-
random.polychor.pa-1.1.1/random.polychor.pa/man/random.polychor.pa-package.Rd | 12 +++-
random.polychor.pa-1.1.1/random.polychor.pa/man/random.polychor.pa.Rd | 27 ++++++----
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/DESCRIPTION | 15 ++++-
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/Meta/Rd.rds |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/Meta/hsearch.rds |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/Meta/links.rds |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/Meta/package.rds |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/R/random.polychor.pa.rdb |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/R/random.polychor.pa.rdx |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/help/aliases.rds |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/help/paths.rds |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/help/random.polychor.pa.rdb |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/help/random.polychor.pa.rdx |binary
random.polychor.pa-1.1.1/random.polychor.pa/random.polychor.pa/html/00Index.html | 2
random.polychor.pa-1.1/random.polychor.pa/random.polychor.pa/MD5 |only
18 files changed, 75 insertions(+), 24 deletions(-)
Permanent link
Title: Toolkit implementation of gWidgets for tcltk package
Diff between gWidgetstcltk versions 0.0-37 dated 2010-07-02 and 0.0-38 dated 2010-07-09
Description: Port of the gWidgets API to the tcltk package. Requires TK
8.5 or greater for the tile (ttk)widgets
http://www.tcl.tk/software/tcltk/8.5.tml. This is the default
on Windows. Under linux, it must be installed. Under Mac OS X
(10.5) it must be upgraded. See www.tcl.tk to download source.
Under the Mac it compiles and installs cleanly.
Author: John Verzani
Maintainer: John Verzani
ChangeLog | 11 +++++++++++
DESCRIPTION | 18 ++++++++----------
NEWS | 4 ++++
R/gedit.R | 21 ++++++++++++++-------
R/gframe.R | 35 ++++++++++++++++++++---------------
R/ggroup.R | 3 ++-
man/gWidgetstcltk-undocumented.Rd | 1 +
7 files changed, 60 insertions(+), 33 deletions(-)
Title: Toolkit implementation of gWidgets for RGtk2
Diff between gWidgetsRGtk2 versions 0.0-66 dated 2010-06-29 and 0.0-67 dated 2010-07-09
Description: Port of gWidgets API to RGtk2
Author: Michael Lawrence, John Verzani
Maintainer: John Verzani
ChangeLog | 19 ++
DESCRIPTION | 8
NEWS | 10 +
R/aaaGenerics.R | 8
R/ggraphics.R | 308 +++++++++++++++++++++++++++++++-------
R/gtext.R | 8
R/gtkStuff.R | 49 ++++++
R/gtree.R | 16 +
man/gWidgetsRGtk2-package.Rd | 57 +++++--
man/gWidgetsRGtk2-undocumented.Rd | 3
10 files changed, 407 insertions(+), 79 deletions(-)
Title: Logistic Regression Differential Item Functioning using IRT
Diff between lordif versions 0.1-4 dated 2009-11-18 and 0.1-5 dated 2010-07-09
Description: Analysis of Differential Item Functioning (DIF) for
dichotomous and polytomous items using an iterative hybrid of
(ordinal) logistic regression and item response theory (IRT)
Author: Seung W. Choi, with contributions from Laura E. Gibbons and
Paul K. Crane
Maintainer: Seung W. Choi
lordif-0.1-4/lordif/INDEX |only
lordif-0.1-4/lordif/R/plotDIF.R |only
lordif-0.1-4/lordif/R/plotMC.R |only
lordif-0.1-4/lordif/man/plotDIF.Rd |only
lordif-0.1-4/lordif/man/plotMC.Rd |only
lordif-0.1-5/lordif/DESCRIPTION | 10 +--
lordif-0.1-5/lordif/NAMESPACE | 14 +++--
lordif-0.1-5/lordif/R/calcprob.R | 2
lordif-0.1-5/lordif/R/collapse.R | 7 +-
lordif-0.1-5/lordif/R/getcutoff.R | 2
lordif-0.1-5/lordif/R/lordif.R | 17 ++++--
lordif-0.1-5/lordif/R/montecarlo.R | 18 +++++-
lordif-0.1-5/lordif/R/plot.lordif.MC.R |only
lordif-0.1-5/lordif/R/plot.lordif.R |only
lordif-0.1-5/lordif/R/print.lordif.MC.R |only
lordif-0.1-5/lordif/R/print.lordif.R |only
lordif-0.1-5/lordif/R/rundif.R | 4 +
lordif-0.1-5/lordif/R/separate.R | 2
lordif-0.1-5/lordif/R/summary.lordif.MC.R |only
lordif-0.1-5/lordif/R/summary.lordif.R |only
lordif-0.1-5/lordif/data/Anxiety.rda |binary
lordif-0.1-5/lordif/man/Anxiety.Rd | 1
lordif-0.1-5/lordif/man/lordif-package.Rd | 41 +++++++++------
lordif-0.1-5/lordif/man/lordif.Rd | 79 ++++++++++++++++--------------
lordif-0.1-5/lordif/man/montecarlo.Rd | 32 +++++++-----
lordif-0.1-5/lordif/man/plot.lordif.MC.Rd |only
lordif-0.1-5/lordif/man/plot.lordif.Rd |only
lordif-0.1-5/lordif/man/rundif.Rd | 2
lordif-0.1-5/lordif/man/runolr.Rd | 2
29 files changed, 135 insertions(+), 98 deletions(-)
Title: a tentative logging package
Diff between logging versions 0.4-35 dated 2010-04-13 and 0.4-42 dated 2010-07-09
Description: a logging package emulating the python logging package.
Author: Mario Frasca
Maintainer: Mario Frasca
DESCRIPTION | 10 +++++-----
R/logger.R | 8 +++++---
R/version.R | 6 +++---
man/logging-package.Rd | 21 +++++++++++++--------
4 files changed, 26 insertions(+), 19 deletions(-)
Title: Epidemiology Tools
Diff between epitools versions 0.5-5 dated 2010-02-28 and 0.5-6 dated 2010-07-09
Description: EpiTools: R Package for Epidemiologic Data and Graphics
Author: Tomas Aragon
Maintainer: Tomas Aragon
DESCRIPTION | 8 ++++----
man/ageadjust.direct.Rd | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Title: Sure Independence Screening
Diff between SIS versions 0.4 dated 2010-04-21 and 0.5 dated 2010-07-09
Description: (Iterative) Sure Independence Screening for Generalized
Linear Models and Cox's Proportional Hazards Models
Author: Jianqing Fan, Yang Feng, Richard Samworth, Yichao Wu
Maintainer: Yang Feng
DESCRIPTION | 8 ++++----
R/SIS.r | 6 ++++--
R/wtLassoScadGLM.r | 6 +++---
3 files changed, 11 insertions(+), 9 deletions(-)