Learn R Programming

OpenRepGrid (version 0.1.18)

alignByPreferredPole: Align constructs by preferred pole

Description

The direction of the constructs in a grid is arbitrary. While their reversal (see reverse()) does not affect the information contained in the grid, it is often useful to align constructs for easier interpretation. One way of alignment is placing all positive poles on the same side. Note that this this is only possible if the preferred poles are defined (see preferredPoles()).

Usage

alignByPreferredPole(x, side_positive = "right")

Value

A repgrid object with aligned constructs.

Arguments

x

A repgrid object.

side_positive

Align all positoive poles on '

See Also

Aligning constructs alignByIdeal(), alignByLoadings()

Examples

Run this code
x <- preferredPolesByIdeal(boeker, "ideal self")
x <- alignByPreferredPole(x)
x

Run the code above in your browser using DataLab