powered by
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"))
Limites des intervalles de confiance demandés.
Nombre de succès
Nombre d'essais
Niveau de confiance recherché pour l'intervalle
Type d'intervalle de confiance à calculer : intervalle de "Wilson", intervalle "exact" de Clopper-Pearson, intervalle asymptotique de "Wald" ou tous les trois "all"
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.test
binom.ci
poi.ci
binom.ci(5,10,method="all")
Run the code above in your browser using DataLab