This directory containes code and documentation for an R package based
on `class' from Venables and Ripley, `Modern Applied Statistics with
S-Plus' (2nd edition).

The original README file is appended below.

See VERSION for the current version number.

The directory `man' contains R documentation sources converted via Sd2Rd
from the S documentation sources.

In the near future, code for robust and predictive LDA and QDA (from the
V&R library MASS) might be added to this package.

KH <Kurt.Hornik@ci.tuwien.ac.at> 1997/09/09

*************************************************************************

class library from Venables and Ripley (2nd edition)
====================================================

Various functions for classification

knn		k-nearest neighbours
knn1		1-nearest neighbour
multiedit	editing code for kNN analysis
condense	condensed NN code
reduce.nn	reduced NN code

lvqinit		initialize codebook for LVQ methods
lvq1		implements LVQ1
olvq1		implements OLVQ1
lvq2		implements LVQ2.1
lvq3		implements LVQ3
lvqtest		test an LVQ codebook

Code for robust and predictive LDA and QDA formerly in this
library is now part of the functions lda() and qda() in
library MASS.
