evenodd | R Documentation |
Takes a matrix of item responses and a vector of integers representing the length each factor. The even-odd consistency score is then computed as the within-person correlation between the even and odd subscales over all the factors.
evenodd(x, factors, diag = FALSE)
x |
a matrix of data (e.g. survey responses) |
factors |
a vector of integers specifying the length of each factor in the dataset |
diag |
optionally returns a column with the number of available (i.e., non-missing) even/odd pairs per observation. Useful for datasets with many missing values. |
Richard Yentes ryentes@gmail.com, Francisco Wilhelm franciscowilhelm@gmail.com
Johnson, J. A. (2005). Ascertaining the validity of individual protocols from web-based personality inventories. Journal of Research in Personality, 39, 103-129. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.jrp.2004.09.009")}
careless_eo <- evenodd(careless_dataset, rep(5,10))
careless_eodiag <- evenodd(careless_dataset, rep(5,10), diag = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.