con_n3_holland {holland}R Documentation

Congruence Index according to Joerin Fux (2005)

Description

The function computes the congruence index according to Joerin Fux (2005).

Usage

con_n3_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 Joerin Fux (2005) between the up to six-letter Holland-codes given in argument a, which is the person code, and argument b, which is the environment code. The Index as defined by Jörin (2005) targets (only) three letters from the Holland code. The degree of congruence is output, according to its definition by Joerin Fux (2005), as a reciprocal value of a distance. This means, for example, that a value of '3' is the result for a perfect fit of two three-letter codes !

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.

Joerin Fux, S. (2005). Persönlichkeit und Berufstätigkeit: Theorie und Instrumente von John Holland im deutschsprachigen Raum, unter Adaptation und Weiterentwicklung von Self-directed Search (SDS) und Position Classification Inventory (PCI). 1. Aufl. Göttingen: Cuvillier.

Examples

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

[Package holland version 0.1.2-1 Index]