I have a number of variables which are standard scores or scaled scores (language and congnitive test standardised scores) that I would like to convert to z-scores. I can do this manually by simply looking them up in a psychometric conversion table, however there are a lot of scores so I would like to do it in Stata. The command -egen(varname2) std(varname) - will not give the right answer, because it will create a new variable based on my data. I just want to transfer the standard scores onto the z-score scale, not actually create z-scores based on my dataset. Can I do this in Stata?
Related Posts with psychometric conversion scale - standard score to z-score
Please help! Quadratic Curves Inverting WRONGLY!Dear all, I use Stata16 and I humbly seek help. I have 2 cases where the parabolic curves are inver…
Foreach invalid syntaxI am new to stata and keep getting 'invalid syntax' for the following commad: foreach diagnosis bre…
How to do a Pareto ChartHi, I need to do a Pareto chart in his original form, not in the modified version implemented with p…
Using suest across different data framesIs it possible in Stata 16 to compare model estimates (using 'suest') across different data frames? …
How to bound x-axis on histogramI'm using the command histogram [cat var] to output a histogram in stata. I only care about the va…
Subscribe to:
Post Comments (Atom)
0 Response to psychometric conversion scale - standard score to z-score
Post a Comment