effCont_nks: Continuous Effectiveness as Truncated Gaussian...

Description Usage Arguments Value See Also Examples

View source: R/effCont_nks.R

Description

Fits a kernel-smoothed distribution to the given sample of scores, truncated between 0 and 1, and using a gaussian kernel.

Usage

1

Arguments

x

a sample of effectiveness scores between 0 and 1.

Value

an object of class eff.cont.nks, which inherits from eff.cont.

See Also

deff, peff, qeff and reff.

Examples

1
2
3
e <- effCont_nks(web2010ap[,1])
c(e$mean, e$var)
plot(e, plot.data = TRUE)

simIReff documentation built on May 2, 2019, 2:46 p.m.