
Fits a Normal distribution, truncated between 0 and 1, to the given sample of scores.
effCont_norm(x)
a sample of effectiveness scores between 0 and 1.
an object of class eff.cont.norm
, which inherits from
eff.cont
.
# NOT RUN {
e <- effCont_norm(web2010ap[,1])
c(e$mean, e$var)
plot(e, plot.data = TRUE)
# }
Run the code above in your browser using DataLab