psychsyn_critval {careless} | R Documentation |
A function intended to help finding adequate critical values for psychsyn
and psychant
.
Takes a matrix of item responses and returns a data frame giving the correlations of all item pairs ordered by the magnitude of the correlation.
psychsyn_critval(x, anto = FALSE)
x |
a matrix of item responses. |
anto |
ordered by the largest positive correlation, or, if |
Francisco Wilhelm franciscowilhelm@gmail.com
after determining an adequate critical value, continue with psychsyn
and/or psychant
psychsyn_cor <- psychsyn_critval(careless_dataset) psychsyn_cor <- psychsyn_critval(careless_dataset, anto = TRUE)