psyAnt: Psychological Antonyms

Description Usage Arguments Details Value See Also

Description

psyAnt returns a numeric vector, pertaining to the individual's consistency index based upon the correlation between items of a small magnitude.

Usage

1
psyAnt(x, cutoff = -0.6, cor.method = "pearson")

Arguments

x

An R dataframe or matrix object.

cutoff

A numeric scalar. The value at which correlations should be declared "antonyms". Default is set to r <= -.60.

cor.method

Character string indicating which method is passed to cor to use when calculating the correlation coefficients.

Details

This function is a consistency index based upon correlating all items within a survey, finding the items with the smallest correlations, and then calculating the within item correlation among those measures.

Value

A vector of type numeric.

See Also

careless, longString, psySyn, malDist


mattsigal/careless documentation built on May 21, 2019, 1:25 p.m.