Good morning,
Please refer to my data post.
Is is possible to create a new variable with the geomean standard deviation of the dslr variable?
Thank you,
Hans
Please refer to my data post.
Is is possible to create a new variable with the geomean standard deviation of the dslr variable?
Thank you,
Hans
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input int dslr float(avgracedslr stdevracedslr geomeanracedslr) byte geomeanstdev 36 249.3333 556.9398 40.3126 . 14 249.3333 556.9398 40.3126 . 16 249.3333 556.9398 40.3126 . 1386 249.3333 556.9398 40.3126 . 32 249.3333 556.9398 40.3126 . 12 249.3333 556.9398 40.3126 . end
Comment