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
Reconciling sample size calculations using Cochran's formula and Wald testThis is quite a basic question but I could not find a clear answer elsewhere. If we wish to draw a …
Family SizeDear all, I am having trouble in finding the total number of children in a household where househol…
Obtaining a SE for the sum of predictions, following a regression modelHi all Is anyone familiar with a user-written package or a well documented approach to calculate a …
Alterantives to posting estimation results (ereturn)For a while I am thinking of a better way to post estimation results of my user written commands. Mo…
Zigzag or Squiggle in twoway line graphDear all, I would like to add a zigzag or squiggle at my y-axis in my graph, but I don't know how t…
Subscribe to:
Post Comments (Atom)
0 Response to psychometric conversion scale - standard score to z-score
Post a Comment