Title: Data Sets, Functions and Examples from the Book: "The Elements
of Statistical Learning, Data Mining, Inference, and
Prediction" by Trevor Hastie, Robert Tibshirani and Jerome
Friedman
Description: Useful when reading the book above mentioned, in the
documentation referred to as `the book'.
Author: Material from the book's webpage, R port and packaging by
Kjetil B Halvorsen
Maintainer: Kjetil B Halvorsen <kjetil1001@gmail.com>
Diff between ElemStatLearn versions 2012.04-0 dated 2012-04-10 and 2015.6.26 dated 2015-06-27
DESCRIPTION | 17 +++++++++-------- MD5 | 8 ++++---- NEWS | 6 ++++++ man/marketing.Rd | 4 ++-- man/spam.Rd | 2 ++ 5 files changed, 23 insertions(+), 14 deletions(-)
Title: Dyadic Mixed Model for Pedigree Data
Description: Dyadic mixed model analysis with multi-trait responses and
pedigree-based partitioning of individual variation into a range of
environmental and genetic variance components for individual and
maternal effects.
Author: Neville Jackson
Maintainer: Neville Jackson <nanddjackson@bigpond.com>
Diff between dmm versions 1.6-1 dated 2015-05-09 and 1.6-2 dated 2015-06-27
DESCRIPTION | 8 MD5 | 45 ++-- NAMESPACE | 5 R/am.zandrel.R | 4 R/gresponse.dmm.R | 395 ++++++++++++++++++++++++++++++++++++------- R/make.dmmobj.R |only R/part.add.R |only R/pedcheck.R | 37 +++- R/print.gresponse.dmm.R | 26 -- R/summary.gresponse.dmm.R |only data/sheep.df.rda |binary data/tstmo1.df.rda |binary inst/doc/bugs.txt | 6 inst/doc/dmmOverview.pdf |binary inst/doc/mods.txt | 12 + man/dmm-package.Rd | 12 - man/dmm.Rd | 23 +- man/gprint.Rd | 2 man/gprint.dmm.Rd | 2 man/gresponse.dmm.Rd | 75 +++++--- man/make.dmmobj.Rd |only man/pedcheck.Rd | 20 +- man/print.dmm.Rd | 2 man/print.gresponse.dmm.Rd | 11 - man/sheep.df.Rd | 4 man/summary.gresponse.dmm.Rd |only 26 files changed, 527 insertions(+), 162 deletions(-)
Title: Censored Regression with Conditional Heteroscedasticity
Description: Different approaches to censored or truncated regression with
conditional heteroscedasticity are provided. First, continuous
distributions can be used for the (right and/or left censored or truncated)
response with separate linear predictors for the mean and variance.
Second, cumulative link models for ordinal data
(obtained by interval-censoring continuous data) can be employed for
heteroscedastic extended logistic regression (HXLR). In the latter type of
models, the intercepts depend on the thresholds that define the intervals.
Author: Jakob Messner [aut, cre],
Achim Zeileis [aut]
Maintainer: Jakob Messner <Jakob.Messner@uibk.ac.at>
Diff between crch versions 0.1-0 dated 2013-10-22 and 0.9-0 dated 2015-06-27
DESCRIPTION | 27 +-- MD5 | 42 ++++- NAMESPACE | 28 +++ NEWS | 29 +++ R/clogis.R |only R/cnorm.R |only R/crch.R | 383 ++++++++++++++++++++++++++++++++++++---------------- R/ct.R |only R/hxlr.R | 40 ++--- R/tlogis.R |only R/tnorm.R |only R/tt.R |only build |only data/RainIbk.rda |binary inst/CITATION | 13 + inst/doc |only man/clogis.Rd |only man/cnorm.Rd |only man/coef.hxlr.Rd | 3 man/crch.Rd | 48 ++++-- man/crch.control.Rd | 17 +- man/ct.Rd |only man/hxlr.Rd | 16 +- man/tlogis.Rd |only man/tnorm.Rd |only man/tt.Rd |only tests |only vignettes |only 28 files changed, 457 insertions(+), 189 deletions(-)
Title: Quality Improvement Charts
Description: Functions for making run charts and basic Shewhart control
charts for measure and count data.
The main function, qic(), creates run and control charts and has a
simple interface with a rich set of options to control data analysis
and plotting, including options for automatic data aggregation by
subgroups, easy analysis of before-and-after data, exclusion of one
or more data points from analysis, and splitting charts into
sequential time periods.
Missing values and empty subgroups are handled gracefully.
Author: Jacob Anhoej [aut, cre],
Timo Roeder [ctb]
Maintainer: Jacob Anhoej <jacob@anhoej.net>
Diff between qicharts versions 0.1.3 dated 2015-05-01 and 0.2.0 dated 2015-06-27
DESCRIPTION | 8 MD5 | 26 NEWS | 87 + R/paretochart.R | 176 +-- R/qic.R | 2209 ++++++++++++++++++++++++------------------------ R/trc.R | 303 +++--- build/vignette.rds |binary inst/doc/runcharts.R | 109 +- inst/doc/runcharts.Rmd | 17 inst/doc/runcharts.html | 447 ++++----- man/paretochart.Rd | 2 man/qic.Rd | 50 - man/trc.Rd | 28 vignettes/runcharts.Rmd | 17 14 files changed, 1779 insertions(+), 1700 deletions(-)