[R-gregmisc-users] SF.net SVN: r-gregmisc: [1079] trunk/gmodels/R/ci.R
Brought to you by:
warnes
From: <wa...@us...> - 2007-03-09 22:35:14
|
Revision: 1079 http://svn.sourceforge.net/r-gregmisc/?rev=1079&view=rev Author: warnes Date: 2007-03-09 14:35:13 -0800 (Fri, 09 Mar 2007) Log Message: ----------- Remove stray character Modified Paths: -------------- trunk/gmodels/R/ci.R Modified: trunk/gmodels/R/ci.R =================================================================== --- trunk/gmodels/R/ci.R 2007-03-09 20:10:58 UTC (rev 1078) +++ trunk/gmodels/R/ci.R 2007-03-09 22:35:13 UTC (rev 1079) @@ -49,7 +49,7 @@ "Std. Error"= coef(x)[,2], "p-value" = coef(x)[,4]) - reqtval + retval } ci.lme <- function(x,confidence=0.95,alpha=1-confidence,...) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |