Learn R Programming

simIReff (version 1.0)

effCont_beta: Continuous Effectiveness as Beta Distribution.

Description

Fits a Beta distribution to the given sample of scores.

Usage

effCont_beta(x)

Arguments

x

a sample of effectiveness scores between 0 and 1.

Value

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

See Also

deff, peff, qeff and reff.

Examples

Run this code
# NOT RUN {
e <- effCont_beta(web2010ap[,1])
c(e$mean, e$var)
plot(e, plot.data = TRUE)
# }

Run the code above in your browser using DataLab