con_iachan_holland {holland}R Documentation

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.

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 !

Value

a numeric with value for congruence.

References

Holland, J.L. 1963. A theory of vocational choice. I. Vocational images and choice. Vocational Guidance Quarterly, 11(4), 232–239.

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

Examples

con_iachan_holland(a="RIA",b="SEC") # max. difference 
con_iachan_holland(a="RIA",b="RIA") # max. similarity

[Package holland version 0.1.2-1 Index]