con_iachan_holland: Congruence Index according to Iachan (1984)

Description Usage Arguments Details Value References Examples

View source: R/con_iachan_holland.R

Description

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

Usage

1

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

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

holland documentation built on Sept. 5, 2021, 5:08 p.m.