[Analogue-commits] r278 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Aug 1 23:51:39 CEST 2012


Author: gsimpson
Date: 2012-08-01 23:51:39 +0200 (Wed, 01 Aug 2012)
New Revision: 278

Modified:
   pkg/man/pcr.Rd
Log:
change the way PCR transformation functions return objects

Modified: pkg/man/pcr.Rd
===================================================================
--- pkg/man/pcr.Rd	2012-08-01 21:50:44 UTC (rev 277)
+++ pkg/man/pcr.Rd	2012-08-01 21:51:39 UTC (rev 278)
@@ -23,9 +23,9 @@
 
 \method{pcr}{formula}(formula, data, subset, na.action, ..., model = FALSE)
 
-Hellinger(x, apply = FALSE)
+Hellinger(x, ...)
 
-ChiSquare(x, apply = FALSE)
+ChiSquare(x, apply = FALSE, parms)
 
 \method{performance}{pcr}(object, ...)
 
@@ -72,6 +72,9 @@
   \item{model}{logical; If \code{TRUE} the model frame is returned?}
   \item{apply}{logical; should an existing tranformation, using
     pre-computed meta-parameters, be applied?}
+  \item{parms}{list; a named list of parameters computed during model
+    fitting that can be used to apply the transformation during
+    prediction.}
   \item{object}{an object of class \code{"pcr"}.}
   \item{comps}{numeric; which components to return.}
   \item{restrict}{numeric; limit the number of components on the



More information about the Analogue-commits mailing list