Skip to contents

Calcul des bornes sup et inf d'un intervalle de confiance par transformation angulaire.

Usage

transangph(nb, total, pr = 95)

Arguments

nb

nb evenement

total

taille echantillon

pr

percent of IC (95 by default)

Value

binf = borne inferieur de l'IC, bsup = borne superieure de l'IC, nb = borne inf ; borne sup]

Examples

transangph(nb = 55, total = 100, pr = 95)
#> $binf
#> [1] 0,4521588
#> 
#> $bsup
#> [1] 0,6459266
#> 
#> $nb
#> [1] "55% [0,452 ; 0,646]"
#>