powered by
A convenient wrapper that calls psychsyn with argument anto = TRUE to compute the psychometric antonym score.
psychsyn
anto = TRUE
psychant(x, critval = -0.6, diag = FALSE)
is a matrix of item responses
is the minimum magnitude of the correlation between two items in order for them to be considered psychometric synonyms. Defaults to -.60
additionally return the number of item pairs available for each subject. Useful if dataset contains many missing values.
Richard Yentes ryentes@gmail.com, Francisco Wilhelm franciscowilhelm@gmail.com
psychsyn for the main function, psychsyn_critval for a helper that allows to set an adequate critical value for the size of the correlation.
psychsyn_critval
antonyms <- psychant(careless_dataset2, .50) antonyms <- psychant(careless_dataset2, .50, diag = TRUE)
Run the code above in your browser using DataLab