I have a set of traits that are measured twice: the first result is just a percentile (between 0 and 1) while the second result is a raw score (between 1 and 7) with mean and SD. Thus, i can covert the second measurement into percentiles, too. Now i want to know if the first measurement differs significantly from the second - if it is a predictor for the second measurement. Can i use a paired t-test (normal distribution assumed) or the Wilcoxon Rank test (non-parametric) or isn't it allowed to compare percentile scores that way?
Thanks!