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
Confidence Interval around estat sbsingleI have used estat sbsingle to find a structual break around an unknown date. The command found here …
Estimating confidence intervals of the cumulative structural impulse–response functionsHello, I have estimated csirf following the instructions from this post: https://blog.stata.com/201…
-groups- by functionHello I want to list the "top 10" causes of death by age group. The -groups- command works nicely f…
nested structureI want to build a two-level nested structure model, as I have in the bottom (classic rail and her) a…
summing up total number of eventsIn a prospective study with 336 patients, I have a variable "number_of_events_since_operation". It c…
Subscribe to:
Post Comments (Atom)
0 Response to psychometric conversion scale - standard score to z-score
Post a Comment