df_element_columns | R Documentation |
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.
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 |
importDataframe()
Other grid dataframes:
df_construct_columns
,
df_long
df_element_columns
importDataframe(df_element_columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.