Title: Visualization of regression models
Description: Provides convenient interface for constructing plots to visualize the fit of regression models arising from a wide variety of models in R (lm, glm, coxph, rlm, gam, locfit, etc.)
Author: Patrick Breheny, Woodrow Burchett
Maintainer: Patrick Breheny
Diff between visreg versions 2.0-3 dated 2013-09-27 and 2.0-4 dated 2013-10-29
DESCRIPTION | 8 ++++---- MD5 | 17 +++++++++-------- NEWS | 7 ++++++- R/Response.R | 17 +++++++++++++---- R/Terms.R | 1 - R/removeFormulaFormatting.R | 2 ++ R/setupF.R | 26 ++++++++++++++++---------- inst |only man/visreg-faq.Rd | 37 +++++++++++++++++++++++++------------ tests/visreg-mlm.R | 3 +-- 10 files changed, 76 insertions(+), 42 deletions(-)
Title: Multiple Precision Arithmetic
Description: Multiple Precision Arithmetic (big integers and rationals,
prime number tests, matrix computation), "arithmetic without limitations"
using the C library GMP (GNU Multiple Precision Arithmetic).
Author: Antoine Lucas, Immanuel Scholz, Rainer Boehme
Maintainer: Antoine Lucas
Diff between gmp versions 0.5-8 dated 2013-09-26 and 0.5-9 dated 2013-10-29
ChangeLog | 2 ++ DESCRIPTION | 6 +++--- MD5 | 6 +++--- src/extract_matrix.h | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-)
Title: Foreach parallel adaptor for the snow package
Description: Provides a parallel backend for the %dopar% function using
Luke Tierney's snow package.
Author: Revolution Analytics
Maintainer: Revolution Analytics
Diff between doSNOW versions 1.0.7 dated 2013-06-06 and 1.0.9 dated 2013-10-29
DESCRIPTION | 10 +++++----- MD5 | 6 +++--- NAMESPACE | 2 +- R/doSNOW.R | 34 ++++++++++++++++++++++++++++++---- 4 files changed, 39 insertions(+), 13 deletions(-)
Title: Foreach parallel adaptor for the multicore package
Description: Provides a parallel backend for the %dopar% function using
the multicore functionality of the parallel package..
Author: Revolution Analytics
Maintainer: Revolution Analytics
Diff between doMC versions 1.3.0 dated 2013-02-22 and 1.3.1 dated 2013-10-29
DESCRIPTION | 12 ++++++------ MD5 | 12 +++++++----- NAMESPACE | 2 +- NEWS | 6 ++++++ R/doMC.R | 3 +++ build |only inst/doc/gettingstartedMC.R |only inst/doc/gettingstartedMC.pdf |binary 8 files changed, 23 insertions(+), 12 deletions(-)
More information about Bayesianbetareg at CRAN
Permanent link
Title: Statistical significance of Sharpe ratio
Description: a collection of tools for analyzing significance of trading
strategies, based on the Sharpe ratio and overfit of the same.
Author: Steven E. Pav
Maintainer: Steven E. Pav
Diff between SharpeR versions 0.1309 dated 2013-09-22 and 0.1310 dated 2013-10-29
ChangeLog | 4 DESCRIPTION | 19 MD5 | 43 NAMESPACE | 2 R/SharpeR.r | 7 R/unified.r |only README.md |only build |only inst/doc/SharpeR.R | 39 inst/doc/SharpeR.Rnw | 104 + inst/doc/SharpeR.pdf |binary inst/doc/SharpeRatio.R | 182 +++ inst/doc/SharpeRatio.Rnw | 1841 +++++++++++++++++++++++++++++++--- inst/doc/SharpeRatio.pdf |binary inst/extdata/autocorr_study.rda |only inst/extdata/hotelling_power_rule.rda |only inst/extdata/ret_data.rda |binary inst/extdata/skew_study.rda |only man/NEWS.Rd | 5 man/SharpeR.Rd | 9 man/ism_vcov.Rd |only man/sm_vcov.Rd |only vignettes/SharpeR.Rnw | 104 + vignettes/SharpeR.bib | 540 ++++++++- vignettes/SharpeR.sty | 221 +++- vignettes/SharpeRatio.Rnw | 1841 +++++++++++++++++++++++++++++++--- vignettes/rauto.bib |only 27 files changed, 4415 insertions(+), 546 deletions(-)
Title: Less Code, More Results
Description: Each function accomplishes the work of several or more standard R functions. For example, two function calls, Read() and CountAll(), read the data and generate descriptive statistics for all variables in the data frame, plus histograms and bar charts as appropriate. Other functions provide for descriptive statistics, a comprehensive regression analysis, analysis of variance and t-test, plotting, bar chart, histogram, box plot, density curves, calibrated power curve, reading multiple data formats with the same function and color themes. The function Help provides a help system that suggests specific analyses and functions. Variable labels are available. A confirmatory factor analysis of multiple indicator measurement models is also available as well as pedagogical routines for data simulation such as for the Central Limit Theorem.
Author: David W. Gerbing, School of Business Administration, Portland State University
Maintainer: David W. Gerbing
Diff between lessR versions 2.9.4 dated 2013-08-26 and 2.9.7 dated 2013-10-29
DESCRIPTION | 12 +-- MD5 | 30 ++++---- NAMESPACE | 5 - NEWS | 45 ++++++++++++ R/Help.R | 17 ++-- R/Read.R | 113 ++++++++++++++++++++++-------- R/ScatterPlot.R | 4 - R/bc.data.frame.R | 38 +++++----- R/corScree.R | 4 - R/details.R | 196 +++++++++++++++++++++++++++-------------------------- R/details.brief.R |only R/plt.zmain.R | 2 R/rd.brief.R |only R/zzz.R | 6 - man/Read.Rd | 76 ++++++++++++++------ man/ScatterPlot.Rd | 6 - man/details.Rd | 14 +++ 17 files changed, 365 insertions(+), 203 deletions(-)
Title: Hybrid simulation and genome scan for dominant markers
Description: This package is developed in the Plant Reproductive Biology Lab (RNM-214) - University of Seville. It contains hybrid simulation functions for dominant genetic data. It also provides several genome scan methods.
Author: Francisco Balao [aut, cre],
Juan Luis Garc�a-Casta�o [aut]
Maintainer: Francisco Balao
Diff between AFLPsim versions 0.1-4 dated 2013-08-18 and 0.2-2 dated 2013-10-29
DESCRIPTION | 11 ++++++----- MD5 | 20 ++++++++++---------- R/hybridize.R | 1 - R/hybridsim.R | 3 +-- R/plot.hybridsim.R | 22 +++++++++++++--------- inst/NEWS.Rd | 8 +++++++- man/AFLPsim-package.Rd | 6 +++--- man/bayescan.Rd | 2 +- man/hybridindex.Rd | 4 ++-- man/sim2newhybrids.Rd | 4 ++-- man/sim2structure.Rd | 2 +- 11 files changed, 46 insertions(+), 37 deletions(-)
Title: Extras for use with the TraMineR package
Description: Collection of ancillary functions and utilities to be used in conjunction with the TraMineR package for sequence data exploration. Most of the functions are in test phase, lack systematic consistency check of the arguments and are subject to changes. Once fully checked, some of the functions of this collection could be included in a next release of TraMineR.
Author: Gilbert Ritschard [aut, cre, ths, cph],
Matthias Studer [aut],
Reto Buergin [aut],
Alexis Gabadinho [ctb],
Nicolas Muller [ctb],
Patrick Rousset [ctb]
Maintainer: Gilbert Ritschard
Diff between TraMineRextras versions 0.2.1 dated 2013-03-15 and 0.2.2 dated 2013-10-29
DESCRIPTION | 40 ++++++++++++++++++++-------------------- MD5 | 24 ++++++++++++------------ NAMESPACE | 3 +++ R/ctplot.R | 8 ++------ R/seqeordplot.R | 2 -- R/seqstart.R | 4 +--- R/zzz.R | 4 ++-- inst/NEWS | 17 +++++++++++------ inst/NEWS.Rd | 6 ++++++ man/convert.Rd | 10 +++++----- man/seqauto.Rd | 1 - man/seqemlt.Rd | 1 - src/seqstart.cpp | 4 +--- 13 files changed, 63 insertions(+), 61 deletions(-)
More information about TraMineRextras at CRAN
Permanent link
Title: R/Weka interface
Description: An R interface to Weka (Version 3.7.10).
Weka is a collection of machine learning algorithms for data mining
tasks written in Java, containing tools for data pre-processing,
classification, regression, clustering, association rules, and
visualization. Package RWeka contains the interface code, the Weka
jar is in a separate package RWekajars. For more information on
Weka see http://www.cs.waikato.ac.nz/~ml/weka/.
Author: Kurt Hornik [aut, cre],
Christian Buchta [ctb],
Torsten Hothorn [ctb],
Alexandros Karatzoglou [ctb],
David Meyer [ctb],
Achim Zeileis [ctb]
Maintainer: Kurt Hornik
Diff between RWeka versions 0.4-20 dated 2013-10-15 and 0.4-21 dated 2013-10-29
CHANGELOG | 6 +++++- DESCRIPTION | 6 +++--- MD5 | 8 ++++---- R/attributes.R | 2 +- inst/doc/RWeka.pdf |binary 5 files changed, 13 insertions(+), 9 deletions(-)
More information about gWidgets2tcltk at CRAN
Permanent link
Title: Read Data Stored by Minitab, S, SAS, SPSS, Stata, Systat, Weka,
dBase, ...
Description: Functions for reading and writing data stored by some versions of
Epi Info, Minitab, S, SAS, SPSS, Stata, Systat and Weka
and for reading and writing some dBase files.
Author: R Core Team [aut, cph, cre],
Roger Bivand [ctb, cph],
Vincent J. Carey [ctb, cph],
Saikat DebRoy [ctb, cph],
Stephen Eglen [ctb, cph],
Rajarshi Guha [ctb, cph],
Nicholas Lewin-Koh [ctb, cph],
Mark Myatt [ctb, cph],
Ben Pfaff [ctb],
Brian Quistorff [ctb],
Frank Warmerdam [ctb, cph],
Stephen Weigand [ctb, cph],
Free Software Foundation, Inc. [cph]
Maintainer: R Core Team
Diff between foreign versions 0.8-56 dated 2013-10-07 and 0.8-57 dated 2013-10-29
ChangeLog | 12 ++++++++++++ DESCRIPTION | 8 ++++---- MD5 | 10 +++++----- R/arff.R | 2 +- man/read.dta.Rd | 4 +++- src/stataread.c | 13 +++++-------- 6 files changed, 30 insertions(+), 19 deletions(-)
Title: Seamless Interface to Octave -- and Matlab
Description: Direct interface to Octave. The primary goal is to facilitate the
port of Matlab/Octave scripts to R. The package enables to call any Octave
functions from R and as well as browsing their documentation, passing
variables between R and Octave, using R core RNGs in Octave, which ensures
that stochastic computations are also reproducible.
Author: Renaud Gaujoux [aut, cre],
Dirk Eddelbuettel [ctb] (Helped with configure and Rcpp),
Dominick Samperi [ctb] (Helped with Windows/Mac port)
Maintainer: Renaud Gaujoux
Diff between RcppOctave versions 0.11.2 dated 2013-10-22 and 0.11.3 dated 2013-10-29
RcppOctave-0.11.2/RcppOctave/configure.in |only RcppOctave-0.11.3/RcppOctave/DESCRIPTION | 6 +- RcppOctave-0.11.3/RcppOctave/MD5 | 24 +++++----- RcppOctave-0.11.3/RcppOctave/build/RcppOctave.pdf |binary RcppOctave-0.11.3/RcppOctave/configure | 19 ++++++- RcppOctave-0.11.3/RcppOctave/configure.ac |only RcppOctave-0.11.3/RcppOctave/inst/doc/RcppOctave-unitTests.Rnw | 24 +++++----- RcppOctave-0.11.3/RcppOctave/inst/doc/RcppOctave-unitTests.pdf |binary RcppOctave-0.11.3/RcppOctave/inst/doc/RcppOctave.pdf |binary RcppOctave-0.11.3/RcppOctave/man/o_addpath.Rd | 7 ++ RcppOctave-0.11.3/RcppOctave/man/o_assign.Rd | 7 ++ RcppOctave-0.11.3/RcppOctave/man/o_help.Rd | 7 ++ RcppOctave-0.11.3/RcppOctave/src/Makevars.in | 8 +-- RcppOctave-0.11.3/RcppOctave/vignettes/RcppOctave-unitTests.Rnw | 24 +++++----- 14 files changed, 79 insertions(+), 47 deletions(-)
Title: Seamless R and C++ Integration
Description: The Rcpp package provides R functions as well as a C++ library
which facilitate the integration of R and C++.
R data types (SEXP) are matched to C++ objects in a class hierarchy. All R
types are supported (vectors, functions, environment, etc ...) and each
type is mapped to a dedicated class. For example, numeric vectors are
represented as instances of the Rcpp::NumericVector class, environments are
represented as instances of Rcpp::Environment, functions are represented as
Rcpp::Function, etc ... The "Rcpp-introduction" vignette provides a good
entry point to Rcpp.
Conversion from C++ to R and back is driven by the templates Rcpp::wrap
and Rcpp::as which are highly flexible and extensible, as documented
in the "Rcpp-extending" vignette.
Rcpp also provides Rcpp modules, a framework that allows exposing
C++ functions and classes to the R level. The "Rcpp-modules" vignette
details the current set of features of Rcpp-modules.
Rcpp includes a concept called Rcpp sugar that brings many R functions
into C++. Sugar takes advantage of lazy evaluation and expression templates
to achieve great performance while exposing a syntax that is much nicer
to use than the equivalent low-level loop code. The "Rcpp-sugar" vignette
gives an overview of the feature.
Rcpp attributes provide a high-level syntax for declaring C++
functions as callable from R and automatically generating the code
required to invoke them. Attributes are intended to facilitate both
interactive use of C++ within R sessions as well as to support R
package development. Attributes are built on top of Rcpp modules and
their implementation is based on previous work in the inline package.
Many examples are included, and around 872 unit tests in 422 unit
test functions provide additional usage examples.
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
API' was written during 2005 and 2006 by Dominick Samperi. This code has
been factored out of Rcpp into the package RcppClassic, and it is still
available for code relying on the older interface. New development should
always use this Rcpp package instead.
Additional documentation is available via the paper by Eddelbuettel and
Francois (2011, JSS) paper and the book by Eddelbuettel (2013, Springer);
see 'citation("Rcpp")' for details.
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Douglas Bates, John Chambers and JJ Allaire
Maintainer: Dirk Eddelbuettel
Diff between Rcpp versions 0.10.5 dated 2013-09-29 and 0.10.6 dated 2013-10-29
Rcpp-0.10.5/Rcpp/doxyfile |only Rcpp-0.10.6/Rcpp/ChangeLog | 76 ++++++ Rcpp-0.10.6/Rcpp/DESCRIPTION | 10 Rcpp-0.10.6/Rcpp/MD5 | 114 +++++----- Rcpp-0.10.6/Rcpp/NAMESPACE | 2 Rcpp-0.10.6/Rcpp/R/Attributes.R | 3 Rcpp-0.10.6/Rcpp/R/Rcpp.package.skeleton.R | 50 ++-- Rcpp-0.10.6/Rcpp/R/RcppClass.R | 30 +- Rcpp-0.10.6/Rcpp/R/exposeClass.R |only Rcpp-0.10.6/Rcpp/R/loadModule.R | 2 Rcpp-0.10.6/Rcpp/build |only Rcpp-0.10.6/Rcpp/inst/NEWS.Rd | 33 ++ Rcpp-0.10.6/Rcpp/inst/THANKS | 1 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-FAQ.R | 40 +-- Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-FAQ.Rnw | 2 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-FAQ.pdf |binary Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-attributes.R | 2 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-attributes.Rnw | 2 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-attributes.pdf |binary Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-extending.R | 12 - Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-extending.Rnw | 2 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-extending.pdf |binary Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-introduction.Rnw | 4 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-introduction.pdf |binary Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-modules.R | 46 ++-- Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-modules.Rnw | 3 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-modules.pdf |binary Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-package.Rnw | 3 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-package.pdf |binary Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-quickref.R | 2 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-quickref.Rnw | 2 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-quickref.pdf |binary Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-sugar.R | 6 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-sugar.Rnw | 3 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-sugar.pdf |binary Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-unitTests.Rnw | 2 Rcpp-0.10.6/Rcpp/inst/doc/Rcpp-unitTests.pdf |binary Rcpp-0.10.6/Rcpp/inst/examples/ConvolveBenchmarks/buildAndRun.sh |only Rcpp-0.10.6/Rcpp/inst/include/Rcpp/api/meat/is.h | 20 + Rcpp-0.10.6/Rcpp/inst/include/Rcpp/api/meat/meat.h | 1 Rcpp-0.10.6/Rcpp/inst/include/Rcpp/api/meat/protection.h |only Rcpp-0.10.6/Rcpp/inst/include/Rcpp/config.h | 2 Rcpp-0.10.6/Rcpp/inst/include/Rcpp/protection |only Rcpp-0.10.6/Rcpp/inst/include/Rcpp/traits/is_finite.h | 61 ++--- Rcpp-0.10.6/Rcpp/inst/include/Rcpp/traits/is_na.h | 67 +++-- Rcpp-0.10.6/Rcpp/inst/include/Rcpp/vector/Vector.h | 2 Rcpp-0.10.6/Rcpp/inst/include/RcppCommon.h | 1 Rcpp-0.10.6/Rcpp/man/Rcpp.package.skeleton.Rd | 3 Rcpp-0.10.6/Rcpp/man/RcppLdFlags.Rd | 16 - Rcpp-0.10.6/Rcpp/man/exposeClass.Rd |only Rcpp-0.10.6/Rcpp/man/setRcppClass.Rd | 58 +++-- Rcpp-0.10.6/Rcpp/vignettes/Rcpp-FAQ.Rnw | 2 Rcpp-0.10.6/Rcpp/vignettes/Rcpp-attributes.Rnw | 2 Rcpp-0.10.6/Rcpp/vignettes/Rcpp-extending.Rnw | 2 Rcpp-0.10.6/Rcpp/vignettes/Rcpp-introduction.Rnw | 4 Rcpp-0.10.6/Rcpp/vignettes/Rcpp-modules.Rnw | 3 Rcpp-0.10.6/Rcpp/vignettes/Rcpp-package.Rnw | 3 Rcpp-0.10.6/Rcpp/vignettes/Rcpp-quickref.Rnw | 2 Rcpp-0.10.6/Rcpp/vignettes/Rcpp-sugar.Rnw | 3 Rcpp-0.10.6/Rcpp/vignettes/Rcpp-unitTests.Rnw | 2 60 files changed, 442 insertions(+), 264 deletions(-)
Title: Linear Model with Breakpoint
Description: Exact significance tests for a changepoint in linear or multivariate linear regression.
Confidence regions with exact coverage probabilities for the changepoint.
Author: Marc Adams [aut, cre],
authors of R function 'lm' [ctb] (general interface),
authors of 'lm.gls' [ctb] (interface and R code for matrix weights),
U.S. NIST [ctb] (C++ code for TNT::Vector template)
Maintainer: Marc Adams
Diff between lm.br versions 2.2 dated 2013-10-24 and 2.4 dated 2013-10-29
DESCRIPTION | 12 ++-- MD5 | 82 ++++++++++++++++----------------- R/lm.br.R | 9 +-- demo/testscript.R | 9 ++- inst/doc/lm.br.Rnw | 6 +- inst/doc/lm.br.pdf |binary inst/po/en@quot/LC_MESSAGES/R-lm.br.mo |binary inst/po/en@quot/LC_MESSAGES/lm.br.mo |binary inst/po/fr/LC_MESSAGES/lm.br.mo |binary man/cr.Rd | 13 ++--- man/lm.br.Rd | 29 ++++++----- man/sl.Rd | 10 ++-- po/R-lm.br.pot | 4 - po/fr.po | 29 +++++------ po/lm.br.pot | 26 +++++----- src/Fm_fm.cpp | 24 ++++----- src/R_interface.cpp | 40 ++++++++-------- src/bisect.cpp | 24 +++++---- src/ci.cpp | 8 +-- src/cr.cpp | 44 ++++++++--------- src/gam_fs.cpp | 22 ++++---- src/geo.cpp | 54 ++++++++++----------- src/geo_ex.cpp | 5 -- src/geo_i.cpp | 12 ++-- src/globals.h | 24 ++++----- src/lmbr.cpp | 4 - src/lmbr.h | 30 ++++++------ src/mle.cpp | 4 - src/rho_etc.cpp | 28 +++++------ src/set_SL.cpp | 6 +- src/set_Sigma.cpp | 4 - src/set_acc.cpp | 4 - src/set_alpha0.cpp | 5 +- src/set_sy.cpp | 4 - src/set_theta0.cpp | 6 +- src/set_x.cpp | 2 src/set_y.cpp | 2 src/sl.cpp | 8 +-- src/sl_af.cpp | 2 src/sl_geo.cpp | 10 ++-- src/sl_mc.cpp | 51 ++++++++++++-------- vignettes/lm.br.Rnw | 6 +- 42 files changed, 335 insertions(+), 327 deletions(-)
Title: Class Cover Catch Digraphs
Description: Class Cover Catch Digraphs, neighborhood graphs, and
relatives.
Author: David J. Marchette,
Maintainer: David J. Marchette,
Diff between cccd versions 1.03 dated 2013-03-24 and 1.04 dated 2013-10-29
DESCRIPTION | 10 +++++----- MD5 | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-)
Title: Tools for Approximate Bayesian Computation (ABC)
Description: The package implements several ABC algorithms for
performing parameter estimation and model selection.
Cross-validation tools are also available for measuring the
accuracy of ABC estimates, and to calculate the
misclassification probabilities of different models.
Author: Katalin Csillery, Michael Blum and Olivier Francois
Maintainer: Michael Blum
Diff between abc versions 1.7 dated 2013-06-06 and 1.8 dated 2013-10-29
CHANGES | 13 +++++++++++++ DESCRIPTION | 10 +++++----- MD5 | 25 +++++++++++++------------ NAMESPACE | 3 +++ R/abc.R | 18 +++++++++--------- R/postpr.R | 1 - build |only data/human.rda |binary data/musigma2.rda |binary data/ppc.rda |binary inst/CITATION | 2 +- inst/doc/abcvignette.Rnw | 2 +- man/summary.cv4abc.Rd | 6 +++--- vignettes/abcvignette.Rnw | 2 +- 14 files changed, 49 insertions(+), 33 deletions(-)
Title: Growth charts via regression quantiles
Description: Fits non-crossing regression quantiles as a function of linear covariates and a smooth term via B-spline with quadratic penalty.
Author: Vito M. R. Muggeo [aut, cre]
Maintainer: Vito M. R. Muggeo
Diff between quantregGrowth versions 0.1-1 dated 2013-01-10 and 0.1-2 dated 2013-10-29
DESCRIPTION | 19 ++++++++++--------- MD5 | 27 ++++++++++++++------------- NEWS |only R/gcrq.R | 15 ++++++++------- R/gcrq.rq.cv.R | 4 ++-- R/ncross.rq.fitB.R | 2 +- R/ncross.rq.fitX.R | 2 +- R/ncross.rq.fitXB.R | 6 ++++-- R/plot.gcrq.R | 2 ++ R/predictQR.R | 2 +- data/growthData.rda |binary inst/CITATION | 2 +- man/gcrq.Rd | 16 ++++++++++++---- man/ncross.rq.fitXB.Rd | 13 ++++++++----- man/quantregGrowth-package.Rd | 10 ++++++---- 15 files changed, 70 insertions(+), 50 deletions(-)
More information about quantregGrowth at CRAN
Permanent link
Title: Multi-model inference
Description: Model selection and model averaging based on information criteria
(AICc and alike).
Author: Kamil Bartoń
Maintainer: Kamil Bartoń
Diff between MuMIn versions 1.9.11 dated 2013-10-18 and 1.9.13 dated 2013-10-29
DESCRIPTION | 13 ++++++++----- MD5 | 17 +++++++++-------- NEWS | 7 +++++++ R/coefTable.R | 11 ++++------- R/coeffs.R | 16 ++++++++++++++++ R/ext.R | 2 +- tests/_gam.R |only tests/classes.R | 2 +- tests/parallel.R | 11 +++++------ tests/unmarked.R | 11 +++++++---- 10 files changed, 58 insertions(+), 32 deletions(-)
Title: An interface to the NOAA Operational Model Archive and
Distribution System
Description: An interface to the National Oceanic and Atmospheric Administration's Operational Model Archive and Distribution System (NOMADS) that allows R users to quickly and efficiently download global and regional weather model data for processing. rNOMADS currently supports 54 models, ranging from global weather data to an altitude of 40 km, to high resolution regional weather models, to wave and sea ice models. rNOMADS uses an external series of routines called wgrib2 to read the model data into R; get wgrib2 at http://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/. Future versions of rNOMADS will have a native data reader.
Author: Daniel C. Bowman [aut, cre]
Maintainer: Daniel C. Bowman
Diff between rNOMADS versions 1.0.1 dated 2013-08-23 and 1.2.0 dated 2013-10-29
rNOMADS-1.0.1/rNOMADS/man/GetModelRunHour.Rd |only rNOMADS-1.0.1/rNOMADS/man/NoModelRun.Rd |only rNOMADS-1.2.0/rNOMADS/DESCRIPTION | 17 - rNOMADS-1.2.0/rNOMADS/MD5 | 25 - rNOMADS-1.2.0/rNOMADS/NEWS | 10 rNOMADS-1.2.0/rNOMADS/R/GetGrib.R | 410 +++++++++++++++++++-------- rNOMADS-1.2.0/rNOMADS/R/ReadGrib.R | 27 + rNOMADS-1.2.0/rNOMADS/man/CrawlModels.Rd |only rNOMADS-1.2.0/rNOMADS/man/GribGrab.Rd | 70 ++-- rNOMADS-1.2.0/rNOMADS/man/ModelGrid.Rd | 29 - rNOMADS-1.2.0/rNOMADS/man/NOMADSList.Rd |only rNOMADS-1.2.0/rNOMADS/man/ParseModelPage.Rd |only rNOMADS-1.2.0/rNOMADS/man/ReadGrib.Rd | 49 +-- rNOMADS-1.2.0/rNOMADS/man/SanitizeURL.Rd |only rNOMADS-1.2.0/rNOMADS/man/WebCrawler.Rd |only rNOMADS-1.2.0/rNOMADS/man/gfs.model.data.Rd | 4 rNOMADS-1.2.0/rNOMADS/man/rNOMADS-package.Rd | 40 +- 17 files changed, 445 insertions(+), 236 deletions(-)
Title: Multivariate and Propensity Score Matching with Balance
Optimization
Description: Provides functions for multivariate and propensity score matching
and for finding optimal balance based on a genetic search algorithm.
A variety of univariate and multivariate metrics to
determine if balance has been obtained are also provided.
Author: Jasjeet Singh Sekhon
Maintainer: Jasjeet Singh Sekhon
Diff between Matching versions 4.8-3.1 dated 2013-06-28 and 4.8-3.4 dated 2013-10-29
ChangeLog | 7 DESCRIPTION | 22 MD5 | 18 R/GenMatching.R | 6 configure | 3402 ++++++++++++++++++++++------------------------- configure.ac | 86 - data/lalonde.rda |binary src/matching.cc | 12 tests/GenMatch.R | 1 tests/GenMatch.Rout.save | 5 10 files changed, 1733 insertions(+), 1826 deletions(-)
More information about gWidgets2RGtk2 at CRAN
Permanent link
More information about cluster.datasets at CRAN
Permanent link