You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing r_series(likert, 5, 100, name ="Item", relate = "-.5_.1") (as in the readme file), it does not retain the original likert range. For example, running the code above results in the following ranges for the five items:
Item_1: 1-5
Item_2: 0-5
Item_3: -1-5
Item_4: -2-5
Item_5: -3-4
I would like to be able to create likert scales with the same response scales (e.g., 1 through 5) that are related to one another (e.g., alpha = .80). The current code creates scales that are related but no longer on the same response scale.
The text was updated successfully, but these errors were encountered:
When performing
r_series(likert, 5, 100, name ="Item", relate = "-.5_.1")
(as in the readme file), it does not retain the original likert range. For example, running the code above results in the following ranges for the five items:I would like to be able to create likert scales with the same response scales (e.g., 1 through 5) that are related to one another (e.g., alpha = .80). The current code creates scales that are related but no longer on the same response scale.
The text was updated successfully, but these errors were encountered: