con_brown_c_holland: Congruence Index c according to Brown & Gore (1994)

Description Usage Arguments Details Value References Examples

View source: R/con_brown_c_holland.R

Description

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

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 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

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

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