Learn R Programming

holland (version 0.1.2-1)

con_iachan_holland: Congruence Index according to Iachan (1984)

Description

The function computes the congruence index according to Iachan (1984).

Usage

con_iachan_holland(a, b)

Arguments

a

a character vector with person Holland codes.

b

a character vector with environment Holland codes.

Value

a numeric with value for congruence.

Details

The function finds the congruence according to Iachan (1984) between the three-letter Holland-codes given in argument a, which is the person code, and argument b, which is the environment code. The Index is defined for three letters from the Holland code. The degree of congruence is output, according to its definition by Iachan (1984), as a reciprocal value of a distance. This means, for example, that a value of '28' is the result for a perfect fit !

References

Holland, J.L. 1963. A theory of vocational choice. I. Vocational images and choice. Vocational Guidance Quarterly, 11(4), 232<U+2013>239.

Iachan, R. (1984). A measure of agreement for use with the Holland classification system. Journal of Vocational Behavior, 24 (2), 133<U+2013>141.

Examples

Run this code
# NOT RUN {
con_iachan_holland(a="RIA",b="SEC") # max. difference 
con_iachan_holland(a="RIA",b="RIA") # max. similarity
# }

Run the code above in your browser using DataLab