binom.ci | R Documentation |
Cette fonction permet de calculer plusieurs types d'intervalles de confiance pour une proportion.
binom.ci(x, n, conf.level = 0.95, method = c("Wilson", "exact", "Wald", "all"))
x |
Nombre de succès |
n |
Nombre d'essais |
conf.level |
Niveau de confiance recherché pour l'intervalle |
method |
Type d'intervalle de confiance à calculer : intervalle de "Wilson", intervalle "exact" de Clopper-Pearson, intervalle asymptotique de "Wald" ou tous les trois "all" |
matrix |
Limites des intervalles de confiance demandés. |
Frédéric Bertrand
frederic.bertrand@utt.fr
http://www-irma.u-strasbg.fr/~fbertran/
Maumy-Bertrand
myriam.maumy@utt.fr
http://www-irma.u-strasbg.fr/~mmaumy/
F. Bertrand, M. Maumy-Bertrand, Initiation à la Statistique avec R, Dunod, 4ème édition, 2023.
binom.test
, binom.ci
,
poi.ci
binom.ci(5,10,method="all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.