effDisc_bbinom: Discrete Effectiveness as Beta-Binomial Distribution.

Description Usage Arguments Value See Also Examples

View source: R/effDisc_bbinom.R

Description

Fits a discrete kernel-smoothed distribution, to the given sample of scores and support points.

Usage

1

Arguments

x

a sample of effectiveness scores between 0 and 1.

support

the support of the distribution.

Value

an object of class eff.disc.bbinom, which inherits from eff.disc.

See Also

deff, peff, qeff and reff.

Examples

1
2
3
e <- effDisc_bbinom(web2010p20[,1], seq(0,1,.05))
c(e$mean, e$var)
plot(e, plot.data = TRUE)

julian-urbano/simIReff documentation built on May 21, 2019, 9:37 a.m.