The R Project SVN R

Rev

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

Rev 74265 Rev 88598
Line 96... Line 96...
96
  \item{method}{a character string indicating the method used, and
96
  \item{method}{a character string indicating the method used, and
97
    whether Yates' continuity correction was applied.}
97
    whether Yates' continuity correction was applied.}
98
  \item{data.name}{a character string giving the names of the data.}
98
  \item{data.name}{a character string giving the names of the data.}
99
}
99
}
100
\references{
100
\references{
101
  Wilson, E.B. (1927).
101
  \bibshow{R:Wilson:1927,
102
  Probable inference, the law of succession, and statistical inference.
-
 
103
  \emph{Journal of the American Statistical Association}, \bold{22},
-
 
104
  209--212.
-
 
105
  \doi{10.2307/2276774}.
-
 
106
 
-
 
107
  Newcombe R.G. (1998).
102
    R:Newcombe:1998a,
108
  Two-Sided Confidence Intervals for the Single Proportion: Comparison
-
 
109
  of Seven Methods.
-
 
110
  \emph{Statistics in Medicine}, \bold{17}, 857--872.
-
 
111
  \doi{10.1002/(SICI)1097-0258(19980430)17:8<857::AID-SIM777>3.0.CO;2-E}.
-
 
112
 
-
 
113
  Newcombe R.G. (1998).
103
    R:Newcombe:1998b}
114
  Interval Estimation for the Difference Between Independent
-
 
115
  Proportions: Comparison of Eleven Methods.
-
 
116
  \emph{Statistics in Medicine}, \bold{17}, 873--890.
-
 
117
  \doi{10.1002/(SICI)1097-0258(19980430)17:8<873::AID-SIM779>3.0.CO;2-I}.
-
 
118
}
104
}
119
\seealso{\code{\link{binom.test}} for an \emph{exact} test of a binomial
105
\seealso{\code{\link{binom.test}} for an \emph{exact} test of a binomial
120
  hypothesis.}
106
  hypothesis.}
121
\examples{
107
\examples{
122
heads <- rbinom(1, size = 100, prob = .5)
108
heads <- rbinom(1, size = 100, prob = .5)