distanceSlater: 'Slater distances' (standardized Euclidean distances).

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

The euclidean distance is often used as a measure of similarity between elements (see distance. A drawback of this measure is that it depends on the range of the rating scale and the number of constructs used, i. e. on the size of a grid. An approach to standardize the euclidean distance to make it independent from size and range of ratings and was proposed by Slater (1977, pp. 94). The 'Slater distance' is the Euclidean distance divided by the expected distance. Slater distances bigger than 1 are greater than expected, lesser than 1 are smaller than expected. The minimum value is 0 and values bigger than 2 are rarely found. Slater distances have been be used to compare inter-element distances between different grids, where the grids do not need to have the same constructs or elements. Hartmann (1992) showed that Slater distance is not independent of grid size. Also the distribution of the Slater distances is asymmetric. Hence, the upper and lower limit to infer 'significance' of distance is not symmetric. The practical relevance of Hartmann's findings have been demonstrated by Schoeneich and Klapp (1998). To calculate Hartmann's version of the standardized distances see distanceHartmann

Usage

1
distanceSlater(x, trim=10, indexcol=FALSE, digits=2, output=1, upper=TRUE)

Arguments

x

repgrid object.

trim

The number of characters a element names are trimmed to (default is 10). If NA no trimming is done. Trimming simply saves space when displaying the output.

indexcol

Logical. Whether to add an extra index column so the column names are indexes instead of element names. This option renders a neater output as long element names will stretch the output (default is FALSE). Note that the index column is the first matrix column.

digits

Numeric. Number of digits to round to (default is 2).

output

The output type. The default (output=1) will print the Slater distances to the console. output=0 will suppress the printing. In both cases a matrix list containig the results of the calculations is returned invisibly.

upper

Logical. Whether to display only upper part of the distance matrix (default TRUE).

Details

The Slater distance is calculated as follows. For a derivation see Slater (1977, p.94).
Let matrix D contain the row centered ratings. Then

P = D^TD

and

S = tr(P)

The expected 'unit of expected distance' results as

U = (2S/(m-1))^.5

where m denotes the number of elements of the grid. The standardized Slater distances is the matrix of Euclidean distances E devided by the expected distance U.

E/U

Value

A matrix is returned invisibly.

Author(s)

Mark Heckmann

References

Hartmann, A. (1992). Element comparisons in repertory grid technique: Results and consequences of a Monte Carlo study. International Journal of Personal Construct Psychology, 5(1), 41-56.

Schoeneich, F., & Klapp, B. F. (1998). Standardization of interelement distances in repertory grid technique and its consequences for psychological interpretation of self-identity plots: An empirical study. Journal of Constructivist Psychology, 11(1), 49-58.

Slater, P. (1977). The measurement of intrapersonal space by Grid technique. Vol. II. London: Wiley.

See Also

distanceHartmann

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

distanceSlater(bell2010)
distanceSlater(bell2010, upper=F)
distanceSlater(bell2010, trim=40, index=T)

d <- distanceSlater(bell2010, out=0, digits=4)
d

## End(Not run)

OpenRepGrid documentation built on May 2, 2019, 4:54 p.m.