Closed MarHai closed 1 year ago
Four scaling functions (#30) have been implemented:
reverse_scale
change_scale
center_scale
z_scale
Four scaling functions (#30) have been implemented:
reverse_scale
to turn a 1-5 into a 5-1 scalechange_scale
to turn a 1-5 into a 1-10 scalecenter_scale
to move a 1-5 scale to a -2 to +2 scale (could also be achieved throughchange_scale
)z_scale
to center and divide by SD to get to a z-standardized scale