powered by
Fits a discrete kernel-smoothed distribution, to the given sample of scores and support points.
effDisc_bbinom(x, support)
a sample of effectiveness scores between 0 and 1.
the support of the distribution.
an object of class eff.disc.bbinom, which inherits from eff.disc.
eff.disc.bbinom
eff.disc
deff, peff, qeff and reff.
deff
peff
qeff
reff
# NOT RUN { e <- effDisc_bbinom(web2010p20[,1], seq(0,1,.05)) c(e$mean, e$var) plot(e, plot.data = TRUE) # }
Run the code above in your browser using DataLab