diff --git a/DESCRIPTION b/DESCRIPTION index 08eccc2..65288cf 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: mdatools -Title: Multivariate data analysis for chemometrics +Title: Multivariate Data Analysis for Chemometrics Version: 0.6.0 -Date: 2014-01-15 +Date: 2014-01-19 Author: Sergey Kucheryavskiy Maintainer: Sergey Kucheryavskiy -Description: The package implements projection based methods for preprocessing, exploring and analysis of multivariate data used in chemometrics. +Description: Package implements projection based methods for preprocessing, exploring and analysis of multivariate data used in chemometrics. Suggests: Depends: License: GPL-3 diff --git a/man/randtest.Rd b/man/randtest.Rd index de1822e..2d8080d 100755 --- a/man/randtest.Rd +++ b/man/randtest.Rd @@ -72,8 +72,9 @@ y = simdata$conc.c[, 3] x = simdata$spectra.c x = prep.snv(x) -## Run the test and show summary -r = randtest(x, y, ncomp = 5, nperm = 2000, silent = FALSE) +## Run the test and show summary +## (normally use higher nperm values > 1000) +r = randtest(x, y, ncomp = 4, nperm = 200, silent = FALSE) summary(r) ## Show plots