Learn R Programming

holland (version 0.1.2-1)

con_brown_c_holland: 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.

Value

a numeric with value for congruence.

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 !

References

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

Examples

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

Run the code above in your browser using DataLab