[R-gregmisc-users] SF.net SVN: r-gregmisc:[1811] trunk/gplots/man/ci2d.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2014-04-17 19:03:13
|
Revision: 1811 http://sourceforge.net/p/r-gregmisc/code/1811 Author: warnes Date: 2014-04-17 19:03:08 +0000 (Thu, 17 Apr 2014) Log Message: ----------- Add reference to r2d2::conf2d. Modified Paths: -------------- trunk/gplots/man/ci2d.Rd Modified: trunk/gplots/man/ci2d.Rd =================================================================== --- trunk/gplots/man/ci2d.Rd 2014-04-17 17:33:31 UTC (rev 1810) +++ trunk/gplots/man/ci2d.Rd 2014-04-17 19:03:08 UTC (rev 1811) @@ -65,6 +65,10 @@ Confidence intervals generated by ci2d are \emph{approximate}, and are subject to biases and/or artifacts induced by the binning or kernel smoothing method, bin locations, bin sizes, and kernel bandwidth. + + The \code{\link[r2d2]{conf2d}} function in the \pkg{r2d2} package may create a more + accurate confidence region, and reports the actual proportion of + points inside the region. } \value{ A \code{ci2d} object consisting of a list containing (at least) the @@ -82,8 +86,8 @@ } \author{ Gregory R. Warnes \email{gr...@wa...}} \seealso{ - \code{\link[KernSmooth]{bkde2D}}, \code{\link[KernSmooth]{dpik}}, - \code{\link{hist2d}} + \code{\link[KernSmooth]{bkde2D}}, \code{\link[r2d2]{conf2d}}, + \code{\link[KernSmooth]{dpik}}, \code{\link{hist2d}} } \examples{ #### This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |