The R Project SVN R

Rev

Rev 88568 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88568 Rev 90259
Line 59... Line 59...
59
\note{
59
\note{
60
  \code{\link{uniroot}} is used to solve power equation for unknowns, so
60
  \code{\link{uniroot}} is used to solve power equation for unknowns, so
61
  you may see errors from it, notably about inability to bracket the
61
  you may see errors from it, notably about inability to bracket the
62
  root when invalid arguments are given.   If one of \code{p1} and
62
  root when invalid arguments are given.   If one of \code{p1} and
63
  \code{p2} is computed, then \eqn{p1 < p2} is assumed and will hold,
63
  \code{p2} is computed, then \eqn{p1 < p2} is assumed and will hold,
64
  but if you specify both, \eqn{p2 \le p1}{p2 <= p1} is allowed.
64
  but if you specify both, \eqn{p2 \le p1} is allowed.
65
}
65
}
66
 
66
 
67
\seealso{\code{\link{prop.test}}, \code{\link{uniroot}}}
67
\seealso{\code{\link{prop.test}}, \code{\link{uniroot}}}
68
 
68
 
69
\examples{
69
\examples{