Learn R Programming

OpenRepGrid (version 0.1.18)

df_element_columns: 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.

Arguments

Details

1element_1element_2element_3element_45preferred
left_pole_11534right_pole_1left
left_pole_23113right_pole_2right
left_pole_34251right_pole_3none

See Also

importDataframe()

Other grid dataframes: df_construct_columns, df_long

Examples

Run this code
df_element_columns
importDataframe(df_element_columns)

Run the code above in your browser using DataLab