Learn R Programming

OpenRepGrid (version 0.1.18)

preferredPolesByIdeal: Set preferred pole by ideal element

Description

The preferred construct pole is inferred from the rating of the ideal element. The preferred pole is the side of the ideal element. If the ideal is rated on the scale midpoint (or within none_range), none of the poles is preferred.

Usage

preferredPolesByIdeal(x, ideal, none_range = NULL, align = FALSE)

Arguments

x

A repgrid object.

ideal

Index or name of ideal element.

none_range

Range of ratings that do not allow assining a preferred pole (NULL be default).

align

Align preferred poles on same side (default FALSE). See alignByPreferredPole().