[R-gregmisc-users] SF.net SVN: r-gregmisc:[1523] trunk/gmodels/man
Brought to you by:
warnes
From: <wa...@us...> - 2012-04-19 17:50:26
|
Revision: 1523 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1523&view=rev Author: warnes Date: 2012-04-19 17:50:20 +0000 (Thu, 19 Apr 2012) Log Message: ----------- Changes to pass R CMD check Modified Paths: -------------- trunk/gmodels/man/ci.Rd trunk/gmodels/man/glh.test.Rd Modified: trunk/gmodels/man/ci.Rd =================================================================== --- trunk/gmodels/man/ci.Rd 2012-04-03 19:49:53 UTC (rev 1522) +++ trunk/gmodels/man/ci.Rd 2012-04-19 17:50:20 UTC (rev 1523) @@ -20,7 +20,7 @@ \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=1000, ...) + sim.mer=TRUE, n.sim=10000, ...) } \arguments{ \item{x}{ object from which to compute confidence intervals. } Modified: trunk/gmodels/man/glh.test.Rd =================================================================== --- trunk/gmodels/man/glh.test.Rd 2012-04-03 19:49:53 UTC (rev 1522) +++ trunk/gmodels/man/glh.test.Rd 2012-04-19 17:50:20 UTC (rev 1523) @@ -10,8 +10,8 @@ } \usage{ glh.test(reg, cm, d=rep(0, nrow(cm)) ) -print.glh.test(x, digits=4,...) -summary.glh.test(object, digits=4,...) +\method{print}{glh.test}(x, digits=4,...) +\method{summary}{glh.test}(object, digits=4,...) } \arguments{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |