effCont_nks function

Continuous Effectiveness as Truncated Gaussian Kernel-smoothed Distribution.

Continuous Effectiveness as Truncated Gaussian Kernel-smoothed Distribution.

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

effCont_nks(x)

Arguments

  • x: a sample of effectiveness scores between 0 and 1.

Returns

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

Examples

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

See Also

deff, peff, qeff and reff.

  • Maintainer: Julián Urbano
  • License: MIT + file LICENSE
  • Last published: 2018-06-15