Description Usage Arguments Value See Also Examples
Attempts to fit the distribution families listed in effCont
or
effDisc
. In the discrete case, the dks
distribution is
fitted with multipliers 1, 2, 5 and 10. Failure to fit any distribution family results in an
error.
1 2 3 | effContFit(x, silent = TRUE)
effDiscFit(x, support, silent = TRUE)
|
x |
a sample of effectiveness scores between 0 and 1. |
silent |
logical: should the report of error messages be suppressed? |
support |
the support of the distribution (see |
a list of eff.cont
objects fitted to the given data.
effCont
and effDisc
for the available distribution families.
See effSelect
for model selection, and effFitAndSelect
to fit and
select automatically.
1 2 3 4 5 6 7 | e <- effContFit(web2010ap[,1])
str(e, 1)
sapply(e, plot, plot.data = TRUE)
e <- effDiscFit(web2010p20[,1], seq(0,1,.05))
str(e, 1)
sapply(e, plot, plot.data = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.