### Name: sam.wilc ### Title: SAM Analysis Using Wilcoxon Rank Statistics ### Aliases: sam.wilc ### Keywords: htest ### ** Examples ## Not run: ##D # Load the package multtest and the data of Golub et al. (1999) ##D # contained in multtest. ##D library(multtest) ##D data(golub) ##D ##D # Perform a SAM analysis using Wilcoxon rank sum statistics. ##D sam.wilc(golub,golub.cl,rand=123) ##D ##D # Alternative way of performing the same analysis ##D sam(golub,golub.cl,method="wilc.stat",rand=123) ##D ## End(Not run)