stat_raw {callback}R Documentation

Unmatched callback rates

Description

Number and proportion of callbacks for all the candidates.

Usage

stat_raw(x, method = "student", level = 0.95)

Arguments

x

A callback object.

method

estimation method, "cp" for Clopper-Pearson, "wilson" for Wilson and "student" for Student (the default).

level

A number, containing the level of the confidence intervals (0.95 by default).

Value

A callback_stat object with 2 components: specif and props.

specif: A list containing

props: a data frame containing the following variables.

Author(s)

Emmanuel Duguet

References

Clopper, C. J. & Pearson, E. S. (1934). The use of confidence or fiducial limits illustrated in the case of the binomial. Biometrika, 26, 404–413. doi:10.2307/2331986.

Wilson, E.B. (1927). Probable inference, the law of succession, and statistical inference. Journal of the American Statistical Association, 22, 209–212. doi:10.2307/2276774.

Examples

data(labour2)
x <- callback(data=labour2,cluster="offer",candid="hist",callback="callback")
str(stat_raw(x))


[Package callback version 0.1.3 Index]