df_construct_columns {OpenRepGrid} | R Documentation |
Sample dataframe with grid data (constructs are columns)
Description
This dataframe can be converted into a repgrid
object via importDataframe()
. The columns names are elements
followed by the constructs (left_pole_1:right_pole_1
to left_pole_3:right_pole_3
). The poles are separated by a
colon by default (change via arg pole_sep
). The rows contain the elements' entries (element name and ratings). The
min and max of the rating scale should be passed explicitly via the args rmin
and rmax
. See sample data
df_construct_columns.
Details
elements | left_pole_1:right_pole_1 | left_pole_2:right_pole_2 | left_pole_3:right_pole_3 |
element_1 | 5 | 3 | 2 |
element_2 | 3 | 3 | 4 |
element_3 | 1 | 5 | 2 |
element_4 | 4 | 3 | 3 |
See Also
Other grid dataframes:
df_element_columns
,
df_long
Examples
df_construct_columns
importDataframe(df_construct_columns, format = "construct_columns", rmin = 1, rmax = 5)
[Package OpenRepGrid version 0.1.18 Index]