Description Usage Arguments Value Examples
Calculates split-half reliability either by selecting every other item or by randomly split the items.
| 1 | split_half(data, type = "alternate", sb = FALSE)
 | 
| data | A data frame | 
| type | Either alternate or random. Default is alternate. | 
| sb | Use the Spearman-Brown correction? Default is FALSE. | 
The split half reliability is calculated using every other item, if type = "alternate" is specified, or by splitting the instrument in half at random, if type = "random" is specifed. If sb = TRUE, then the Spearman-Brown correction is returned.
| 1 2 3 | data(SAPA)
split_half(SAPA, type = "alternate")
split_half(SAPA, type = "random")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.