[R-gregmisc-users] SF.net SVN: r-gregmisc: [1255] trunk/gmodels/man/ci.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2008-04-10 14:05:44
|
Revision: 1255 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1255&view=rev Author: warnes Date: 2008-04-10 07:05:37 -0700 (Thu, 10 Apr 2008) Log Message: ----------- Improve languages a bit Modified Paths: -------------- trunk/gmodels/man/ci.Rd Modified: trunk/gmodels/man/ci.Rd =================================================================== --- trunk/gmodels/man/ci.Rd 2008-04-07 17:09:41 UTC (rev 1254) +++ trunk/gmodels/man/ci.Rd 2008-04-10 14:05:37 UTC (rev 1255) @@ -11,8 +11,7 @@ \description{ Compute and display confidence intervals for model estimates. Methods are provided for the mean of a numeric vector \code{ci.default}, the probability of a binomial vector - \code{ci.binom}, and for \code{lm}, \code{lme}, and \code{lmer} objects are - provided. } + \code{ci.binom}, and for \code{lm}, \code{lme}, and \code{lmer} objects. } \synopsis{ ci(x, confidence = 0.95, alpha = 1 - confidence,...) \method{ci}{default}(x, confidence = 0.95, alpha = 1 - confidence, na.rm=FALSE)...) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |