con_brown_c_holland {holland}R Documentation

Congruence Index c according to Brown & Gore (1994)

Description

This function computes an index od congruence according to Brown & Gore (1994).

Usage

con_brown_c_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 Brown & Gore (1994) 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 (currently) only defined for three letters from the Holland code. The degree of congruence is output, according to its definition by Brown & Gore (1994), as a reciprocal value of a distance. This means, for example, that a value of '18' is the result for a perfect fit !

Value

a numeric with value for congruence.

References

Brown & Gore (1994). An Evaluation of interest congruence indices: Distribution Characteristics and Measurement Properties. Journal of Vocational Behaviour, 45, 310-327.

Examples

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

[Package holland version 0.1.2-1 Index]