Learn R Programming

holland (version 0.1.2-1)

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

Value

a numeric with value for congruence.

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<U+00F6>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 !

References

Holland, J.L. 1963. A theory of vocational choice. I. Vocational images and choice. Vocational Guidance Quarterly, 11(4), 232<U+2013>239.

Joerin Fux, S. (2005). Pers<U+00F6>nlichkeit und Berufst<U+00E4>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<U+00F6>ttingen: Cuvillier.

Examples

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

Run the code above in your browser using DataLab