Description Usage Arguments Details Value Examples
View source: R/stratified.feldt.R
Compute the stratified Feldt's coefficient
1 | stratified.feldt(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 |
Stratified Feldt's coefficient is one of several estimates of the internal consistency reliability of a test.
stratified Feldt's coefficient
1 2 | data(data.m)
stratified.feldt(data.m, c(13, 12, 6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.