powered by
Add an element to an existing grid.
addElement(x, name = NA, scores = NA, abbreviation = NA, status = NA, position = NA, side = "pre")
repgrid object.
repgrid
Name of the new element (character string).
Numerical ratings for the new element column (length must match number of constructs in the grid).
Abbreviation for element name.
Element status (not yet in use).
An integer at which column the element will be added. TODO: Does not work properly yet.
Not yet in use.
repgrid object
addConstruct
# NOT RUN { bell2010 addElement(bell2010, "new element", c(1,2,5,4,3,6,5,2,7)) # } # NOT RUN { # }
Run the code above in your browser using DataLab