stat_prop | R Documentation |
Computes the callback rates and their confidence intervals.
stat_prop(x, level = 0.95)
x |
A |
level |
A number, containing the level of the confidence intervals (0.95 by default). |
A data frame containing the following components (p refers to a proportion of tests, r refers to a proportion of callbacks):
tests | number of tests |
Lxx_p_callback | overall callback rate, lower bound |
p_callback | overall callback rate |
Uxx_p_callback | overall callback rate, upper bound |
Lxx_p_cand1 | 1st candidate callback rate, lower bound |
p_cand1 | 1st candidate callback rate |
Uxx_p_cand1 | 1st candidate callback rate, upper bound |
Lxx_p_cand2 | 2nd candidate callback rate, lower bound |
p_cand2 | 2nd candidate callback rate |
Uxx_p_cand2 | 2nd candidate callback rate, upper bound |
callback | number of callbacks |
Lxx_r_cand1 | 1st candidate proportion of callbacks, lower bound |
r_cand1 | 1st candidate proportion of callbacks |
Uxx_r_cand1 | 1st candidate proportion of callbacks, upper bound |
Lxx_r_cand2 | 2nd candidate proportion of callbacks, lower bound |
r_cand2 | 2nd candidate proportion of callbacks |
Uxx_r_cand2 | 2nd candidate proportion of callbacks, upper bound |
data(labour1)
x <- callback(data=labour1,cluster="offer",candid="hist",callback="callback")
stat_prop(x,level=0.99)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.