psySyn: Psychological Synonyms

Description Usage Arguments Details Value See Also

Description

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

Usage

1
psySyn(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 "synonyms". 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 largest correlations, and then calculating the within item correlation among those measures.

Value

A vector of type numeric.

See Also

careless, longString, psyAnt, malDist


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