pamr.adaptthresh        A function to adaptive choose threshold
                        scales, for use in pamr.train
pamr.batchadjust        A function to mean-adjust microarray data by
                        batches
pamr.confusion          A function giving a table of true versus
                        predicted values, from a nearest shrunken
                        centroid fit.
pamr.cv                 A function to cross-validate the nearest
                        shrunken centroid classifier
pamr.from.excel         A function to read in a text file saved from
                        Excel
pamr.geneplot           A function to plot the genes that surive the
                        thresholding from the nearest shrunken
                        centroid classifier
pamr.knnimpute          A function to impute missing expression data
pamr.listgenes          A function to list the genes that survive the
                        thresholding, from the nearest shrunken
                        centroid classifier
pamr.makeclasses        A function to interactively define classes
                        from a clustering tree
pamr.menu               A function that interactively leads the user
                        through a PAM analysis
pamr.plotcen            A function to plot the shrunken class
                        centroids, from the nearest shrunken centroid
                        classifier
pamr.plotcvprob         A function to plot the cross-validated sample
                        probabilities from the nearest shrunken
                        centroid classifier
pamr.plotcv             A function to plot the cross-validated error
                        curves from the nearest shrunken centroid
                        classifier
pamr.predict            A function producing predicted information,
                        from a nearest shrunken centroid fit.
pamr.to.excel           A function to write out a data object into a
                        tab-delimited text file
pamr.train              A function to train a nearest shrunken
                        centroid classifier
