Learn R Programming

OpenRepGrid (version 0.1.16)

indexBias: Calculate 'bias' of grid as defined by Slater (1977).

Description

"Bias records a tendency for responses to accumulate at one end of the grading scale" (Slater, 1977, p.88).

Usage

indexBias(x, min = NULL, max = NULL, digits = 2)

Value

Numeric.

Arguments

x

repgrid object.

min, max

Minimum and maximum grid scale values. Nor needed if they are set for the grid.

digits

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

References

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

See Also

indexVariability()

Examples

Run this code
indexBias(boeker)

Run the code above in your browser using DataLab