[R-gregmisc-users] SF.net SVN: r-gregmisc:[1706] trunk/gmodels
Brought to you by:
warnes
From: <wa...@us...> - 2013-07-15 18:13:15
|
Revision: 1706 http://sourceforge.net/p/r-gregmisc/code/1706 Author: warnes Date: 2013-07-15 18:13:11 +0000 (Mon, 15 Jul 2013) Log Message: ----------- Remove unused argument to ci.mer Modified Paths: -------------- trunk/gmodels/R/ci.R trunk/gmodels/man/ci.Rd Modified: trunk/gmodels/R/ci.R =================================================================== --- trunk/gmodels/R/ci.R 2013-07-07 00:11:06 UTC (rev 1705) +++ trunk/gmodels/R/ci.R 2013-07-15 18:13:11 UTC (rev 1706) @@ -71,7 +71,6 @@ ci.mer <- function (x, confidence = 0.95, alpha = 1 - confidence, - sim.mer = TRUE, n.sim = 1e4, ...) { Modified: trunk/gmodels/man/ci.Rd =================================================================== --- trunk/gmodels/man/ci.Rd 2013-07-07 00:11:06 UTC (rev 1705) +++ trunk/gmodels/man/ci.Rd 2013-07-15 18:13:11 UTC (rev 1706) @@ -19,8 +19,7 @@ \method{ci}{binom}(x, confidence = 0.95, alpha = 1 - confidence,...) \method{ci}{lm}(x, confidence = 0.95, alpha = 1 - confidence,...) \method{ci}{lme}(x, confidence = 0.95, alpha = 1 - confidence,...) - \method{ci}{mer}(x, confidence = 0.95, alpha = 1 - confidence, - sim.mer=TRUE, n.sim=10000, ...) + \method{ci}{mer}(x, confidence = 0.95, alpha = 1 - confidence, n.sim=10000, ...) } \arguments{ \item{x}{ object from which to compute confidence intervals. } @@ -29,9 +28,6 @@ \item{na.rm}{boolean indicating whether missing values should be removed. Defaults to \code{FALSE}.} \item{\dots}{Arguments for methods} - \item{sim.mer}{Logical value. If TRUE confidence - intervals will be estimated using \code{mcmcsamp}. This option only takes effect for mer - objects.} \item{n.sim}{Number of samples to take in \code{mcmcsamp}.} } %\details{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |