df_element_columns {OpenRepGrid} | R Documentation |
Sample dataframe with grid data (elements are columns)
Description
This dataframe can be converted into a repgrid
object via importDataframe()
. The dataframe column names are the
minimum of the rating scale (1
), the element names (element_1
to element_4
), the maximum of the rating scale
(5
), and optionally a column indicating the preferred
pole. Each row contains the constructs' entries (left
pole, ratings, right pole, preferred pole). The preferred pole must be one of left
, right
, none
, NA
(see
preferredPoles()
). See sample data df_element_columns.
Details
1 | element_1 | element_2 | element_3 | element_4 | 5 | preferred |
left_pole_1 | 1 | 5 | 3 | 4 | right_pole_1 | left |
left_pole_2 | 3 | 1 | 1 | 3 | right_pole_2 | right |
left_pole_3 | 4 | 2 | 5 | 1 | right_pole_3 | none |
See Also
Other grid dataframes:
df_construct_columns
,
df_long
Examples
df_element_columns
importDataframe(df_element_columns)
[Package OpenRepGrid version 0.1.18 Index]