Description Usage Arguments Value Examples
View source: R/csem.compound.binomial.R
Compute the CSEM using compound binomial model
1 | csem.compound.binomial(x, s)
|
x |
A data frame or matrix containing data with rows as subjects and items as columns |
s |
A vector containing number of items for each strat |
a list containing raw scores and corresponding CSEM using compound bimonial model
1 2 | data(data.m)
csem.compound.binomial(data.m, c(13, 12, 6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.