Description Usage Arguments Details Author(s) References See Also Examples
The first approach to mathematically derive a conflict measure based on
grid data was presented by Slade and Sheehan (1979). Their
operationalization is based on an approach by Lauterbach (1975)
who applied the balance theory (Heider, 1958) for a quantitative
assessment of psychological conflict. It is based on a count of
balanced and imbalanced triads of construct correlations.
A triad is imbalanced if one or all three of the correlations are
negative, i. e. leading to contrary implications. This approach
was shown by Winter (1982) to be flawed. An improved version was
proposed by Bassler et al. (1992) and has been implemented
in the function indexConflict2
.
1 | indexConflict1(x, digits=1, output=1)
|
x |
|
digits |
Numeric. Number of digits to round to (default is
|
output |
Numeric. The output printed to the console. |
The table below shows when a triad made up of the constructs A, B, and C is balanced and imbalanced.
cor(A,B) | cor(A,C) | cor(B,C) | Triad characteristic |
+ | + | + | balanced |
+ | + | - | imbalanced |
+ | - | + | imbalanced |
+ | - | - | balanced |
- | + | + | imbalanced |
- | + | - | balanced |
- | - | + | balanced |
- | - | - | imbalanced |
Mark Heckmann
Bassler, M., Krauthauser, H., & Hoffmann, S. O. (1992). A new approach to the identification of cognitive conflicts in the repertory grid: An illustrative case study. Journal of Constructivist Psychology, 5(1), 95-111.
Heider, F. (1958). The Psychology of Interpersonal Relation. John Wiley & Sons.
Lauterbach, W. (1975). Assessing psychological conflict. The British Journal of Social and Clinical Psychology, 14(1), 43-47.
Slade, P. D., & Sheehan, M. J. (1979). The measurement of 'conflict' in repertory grids. British Journal of Psychology, 70(4), 519-524.
Winter, D. A. (1982). Construct relationships, psychological disorder and therapeutic change. The British Journal of Medical Psychology, 55 (Pt 3), 257-269.
indexConflict2
for an improved version of this measure;
see indexConflict3
for a measure based on distances.
1 2 3 4 5 6 7 | ## Not run:
indexConflict1(feixas2004)
indexConflict1(boeker)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.