Hi,
I have one main question with 8 sub questions within it on a Likert Scale. I have the mean and SD from a separate survey and want to calculate the t-score and then percentile using that from all of the 8 variables and create the t-score and percentile as two new variables. Right now, I used the field editor to calculate the t-score since it's just a formula. however, I have the code for percentile and want to figure out how to embed that to create a variable.
if (tScore >= 72) return 99; if (tScore == 71) return 98; etc. etc.