powered by
The scale must be known for certain operations, e.g. to swap the construct poles. If the user construes a grid he should make sure that the scale range is set correctly.
setScale(x, min, max, step, ...)
repgrid object.
repgrid
Minimal possible scale value for ratings.
Maximal possible scale value for ratings.
Steps the scales uses (not yet in use).
Not evaluated.
repgrid object
# NOT RUN { x <- bell2010 x <- setScale(x, 0, 8) # not set correctly x x <- setScale(x, 1, 7) # set correctly x # } # NOT RUN { # }
Run the code above in your browser using DataLab