[R-gregmisc-users] SF.net SVN: r-gregmisc:[1728] trunk/gplots/man/ci2d.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2013-10-11 21:07:32
|
Revision: 1728 http://sourceforge.net/p/r-gregmisc/code/1728 Author: warnes Date: 2013-10-11 21:07:30 +0000 (Fri, 11 Oct 2013) Log Message: ----------- Use gdata::nobs in example Modified Paths: -------------- trunk/gplots/man/ci2d.Rd Modified: trunk/gplots/man/ci2d.Rd =================================================================== --- trunk/gplots/man/ci2d.Rd 2013-10-11 21:03:34 UTC (rev 1727) +++ trunk/gplots/man/ci2d.Rd 2013-10-11 21:07:30 UTC (rev 1728) @@ -208,7 +208,7 @@ sd.x <- sd(geyser$duration) sd.y <- sd(geyser$waiting) - t.value <- qt(c(0.05,0.95), df=nobs(geyser$duration), lower=TRUE) + t.value <- qt(c(0.05,0.95), df=gdata::nobs(geyser$duration), lower=TRUE) ci.x <- mean.x + t.value* sd.x ci.y <- mean.y + t.value* sd.y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |