effCont {simIReff} | R Documentation |
Continuous Effectiveness Distributions
Description
Families to model effectiveness distributions with continuous support. Currently implemented families are:
effCont_norm | Truncated Normal. |
effCont_beta | Beta. |
effCont_nks | Truncated Kernel-smoothed with Gaussian kernel. |
effCont_bks | Kernel-smoothed with Beta kernel. |
See Also
effContFit
to fit continuous distributions, and
eff.cont
for the S3 class.
For discrete distributions, see effDisc
.
[Package simIReff version 1.0 Index]