[Mattice-commits] r248 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 14 19:25:41 CET 2011


Author: andrew_hipp
Date: 2011-03-14 19:25:41 +0100 (Mon, 14 Mar 2011)
New Revision: 248

Modified:
   pkg/man/summary.hansenBatch.Rd
Log:
added choice of information criterion to summary.hansenBatch

Modified: pkg/man/summary.hansenBatch.Rd
===================================================================
--- pkg/man/summary.hansenBatch.Rd	2011-03-14 18:22:53 UTC (rev 247)
+++ pkg/man/summary.hansenBatch.Rd	2011-03-14 18:25:41 UTC (rev 248)
@@ -7,13 +7,16 @@
   \code{print.hansenSummary} is a print method for a \code{hansenSummary} object.
 }
 \usage{
-  \method{summary}{hansenBatch}(object, ...)
+  \method{summary}{hansenBatch}(object, ic = 'aicc', ...)
   \method{print}{hansenSummary}(x, ...)
 }
 \arguments{
   \item{object}{
   Output from \code{runBatchHansen}.
   }
+  \item{ic}{
+  Choice of information criterion to use in model-averaging of parameters. Choices are \code{aicc} (default), \code{aic}, or \code{bic}.
+  }
   \item{x}{
   Output from \code{summary.hansenBatch}.
   }



More information about the Mattice-commits mailing list