Description Usage Arguments Value See Also Examples
View source: R/effDisc_bbinom.R
Fits a discrete kernel-smoothed distribution, to the given sample of scores and support points.
1 |
x |
a sample of effectiveness scores between 0 and 1. |
support |
the support of the distribution. |
an object of class eff.disc.bbinom
, which inherits from
eff.disc
.
1 2 3 | e <- effDisc_bbinom(web2010p20[,1], seq(0,1,.05))
c(e$mean, e$var)
plot(e, plot.data = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.