Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 7 of 7 found.
[1] < 1 > [1]  Sort:

rpart : Recursive Partitioning and Regression Trees

Package: rpart
Priority: recommended
Version: 4.1-10
Date: 2015-06-29
Authors@R: c(person("Terry", "Therneau", role = "aut",
email = "therneau@mayo.edu"),
person("Beth", "Atkinson", role = "aut",
email = "atkinson@mayo.edu"),
person("Brian", "Ripley", role = c("aut", "trl", "cre"),
email = "ripley@stats.ox.ac.uk",
comment = "author of initial R port"))
Description: Recursive partitioning for classification,
regression and survival trees. An implementation of most of the
functionality of the 1984 book by Breiman, Friedman, Olshen and Stone.
Title: Recursive Partitioning and Regression Trees
Depends: R (>= 2.15.0), graphics, stats, grDevices
Suggests: survival
License: GPL-2 | GPL-3
LazyData: yes
ByteCompile: yes
Note: Maintainers are not available to give advice on using a package
they did not author.
NeedsCompilation: yes
Packaged: 2015-06-29 09:13:49 UTC; ripley
Author: Terry Therneau [aut],
Beth Atkinson [aut],
Brian Ripley [aut, trl, cre] (author of initial R port)
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2015-06-29 17:15:41
Built: R 3.3.1; x86_64-pc-linux-gnu; 2016-06-29 05:23:42 UTC; unix

● Data Source: ● 0 images, 0 functions, 0 datasets
● Reverse Depends: 0

class : Functions for Classification

Package: class
Priority: recommended
Version: 7.3-14
Date: 2015-08-29
Depends: R (>= 3.0.0), stats, utils
Imports: MASS
Authors@R: c(person("Brian", "Ripley", role = c("aut", "cre", "cph"),
email = "ripley@stats.ox.ac.uk"),
person("William", "Venables", role = "cph"))
Description: Various functions for classification, including k-nearest
neighbour, Learning Vector Quantization and Self-Organizing Maps.
Title: Functions for Classification
ByteCompile: yes
License: GPL-2 | GPL-3
URL: http://www.stats.ox.ac.uk/pub/MASS4/
NeedsCompilation: yes
Packaged: 2015-08-28 15:25:36 UTC; ripley
Author: Brian Ripley [aut, cre, cph],
William Venables [cph]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2015-08-30 08:59:38
Built: R 3.3.1; x86_64-pc-linux-gnu; 2016-06-29 05:23:46 UTC; unix

● Data Source: ● 0 images, 0 functions, 0 datasets
● Reverse Depends: 0

boot : Bootstrap Functions (Originally by Angelo Canty for S)

Package: boot
Priority: recommended
Version: 1.3-18
Date: 2016-02-22
Authors@R: c(person("Angelo", "Canty", role = "aut",
email = "cantya@mcmaster.ca"),
person("Brian", "Ripley", role = c("aut", "trl", "cre"),
email = "ripley@stats.ox.ac.uk",
comment = "author of parallel support"))
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Note: Maintainers are not available to give advice on using a package
they did not author.
Description: Functions and datasets for bootstrapping from the
book "Bootstrap Methods and Their Application" by A. C. Davison and
D. V. Hinkley (1997, CUP), originally written by Angelo Canty for S.
Title: Bootstrap Functions (Originally by Angelo Canty for S)
Depends: R (>= 3.0.0), graphics, stats
Suggests: MASS, survival
LazyData: yes
ByteCompile: yes
License: Unlimited
NeedsCompilation: no
Packaged: 2016-02-22 17:13:17 UTC; ripley
Author: Angelo Canty [aut],
Brian Ripley [aut, trl, cre] (author of parallel support)
Repository: CRAN
Date/Publication: 2016-02-23 10:38:23
Built: R 3.3.1; ; 2016-06-29 05:23:26 UTC; unix

● Data Source: ● 0 images, 0 functions, 0 datasets
● Reverse Depends: 0

nnet : Feed-Forward Neural Networks and Multinomial Log-Linear Models

Package: nnet
Priority: recommended
Version: 7.3-12
Date: 2016-02-02
Depends: R (>= 2.14.0), stats, utils
Suggests: MASS
Authors@R: c(person("Brian", "Ripley", role = c("aut", "cre", "cph"),
email = "ripley@stats.ox.ac.uk"),
person("William", "Venables", role = "cph"))
Description: Software for feed-forward neural networks with a single
hidden layer, and for multinomial log-linear models.
Title: Feed-Forward Neural Networks and Multinomial Log-Linear Models
ByteCompile: yes
License: GPL-2 | GPL-3
URL: http://www.stats.ox.ac.uk/pub/MASS4/
NeedsCompilation: yes
Packaged: 2016-02-02 09:12:29 UTC; ripley
Author: Brian Ripley [aut, cre, cph],
William Venables [cph]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2016-02-02 14:52:39
Built: R 3.3.1; x86_64-pc-linux-gnu; 2016-06-29 05:23:47 UTC; unix

● Data Source: ● 0 images, 0 functions, 0 datasets
● Reverse Depends: 0

MASS : Support Functions and Datasets for Venables and Ripley's MASS

Package: MASS
Priority: recommended
Version: 7.3-45
Date: 2015-11-10
Revision: $Rev: 3453 $
Depends: R (>= 3.1.0), grDevices, graphics, stats, utils
Imports: methods
Suggests: lattice, nlme, nnet, survival
Authors@R: c(person("Brian", "Ripley", role = c("aut", "cre", "cph"),
email = "ripley@stats.ox.ac.uk"),
person("Bill", "Venables", role = "ctb"),
person(c("Douglas", "M."), "Bates", role = "ctb"),
person("Kurt", "Hornik", role = "trl",
comment = "partial port ca 1998"),
person("Albrecht", "Gebhardt", role = "trl",
comment = "partial port ca 1998"),
person("David", "Firth", role = "ctb"))
Description: Functions and datasets to support Venables and Ripley,
"Modern Applied Statistics with S" (4th edition, 2002).
Title: Support Functions and Datasets for Venables and Ripley's MASS
LazyData: yes
ByteCompile: yes
License: GPL-2 | GPL-3
URL: http://www.stats.ox.ac.uk/pub/MASS4/
NeedsCompilation: yes
Packaged: 2016-04-21 09:06:13 UTC; ripley
Author: Brian Ripley [aut, cre, cph],
Bill Venables [ctb],
Douglas M. Bates [ctb],
Kurt Hornik [trl] (partial port ca 1998),
Albrecht Gebhardt [trl] (partial port ca 1998),
David Firth [ctb]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2016-04-21 11:13:45
Built: R 3.3.1; x86_64-pc-linux-gnu; 2016-06-29 05:21:36 UTC; unix

● Data Source: ● 0 images, 0 functions, 0 datasets
● Reverse Depends: 0

KernSmooth : Functions for Kernel Smoothing Supporting Wand & Jones (1995)

Package: KernSmooth
Priority: recommended
Version: 2.23-15
Date: 2015-06-29
Title: Functions for Kernel Smoothing Supporting Wand & Jones (1995)
Authors@R: c(person("Matt", "Wand", role = "aut",
email = "Matt.Wand@uts.edu.au"),
person("Brian", "Ripley", role = c("trl", "cre", "ctb"),
email = "ripley@stats.ox.ac.uk",
comment = "R port and updates"))
Depends: R (>= 2.5.0), stats
Suggests: MASS
Description: Functions for kernel smoothing (and density estimation)
corresponding to the book:
Wand, M.P. and Jones, M.C. (1995) "Kernel Smoothing".
License: Unlimited
ByteCompile: yes
NeedsCompilation: yes
Packaged: 2015-06-29 08:37:00 UTC; ripley
Author: Matt Wand [aut],
Brian Ripley [trl, cre, ctb] (R port and updates)
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2015-06-29 17:15:14
Built: R 3.3.1; x86_64-pc-linux-gnu; 2016-06-29 05:23:41 UTC; unix

● Data Source: ● 0 images, 0 functions, 0 datasets
● Reverse Depends: 0

spatial : Functions for Kriging and Point Pattern Analysis

Package: spatial
Priority: recommended
Version: 7.3-11
Date: 2015-08-29
Depends: R (>= 3.0.0), graphics, stats, utils
Suggests: MASS
Authors@R: c(person("Brian", "Ripley", role = c("aut", "cre", "cph"),
email = "ripley@stats.ox.ac.uk"),
person("Roger", "Bivand", role = "ctb"),
person("William", "Venables", role = "cph"))
Description: Functions for kriging and point pattern analysis.
Title: Functions for Kriging and Point Pattern Analysis
LazyLoad: yes
ByteCompile: yes
License: GPL-2 | GPL-3
URL: http://www.stats.ox.ac.uk/pub/MASS4/
NeedsCompilation: yes
Packaged: 2015-08-28 15:25:37 UTC; ripley
Author: Brian Ripley [aut, cre, cph],
Roger Bivand [ctb],
William Venables [cph]
Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
Repository: CRAN
Date/Publication: 2015-08-30 08:59:41
Built: R 3.3.1; x86_64-pc-linux-gnu; 2016-06-29 05:23:48 UTC; unix

● Data Source: ● 0 images, 0 functions, 0 datasets
● Reverse Depends: 0