I have applied the following commands to winsorize but still the data is not normal
sum sizeofboard, detail
clonevar sizeofboard_w= sizeofboard
su sizeofboard_w, d
replace sizeofboard_w= r(p99) if sizeofboard_w>=r(p99)& sizeofboard_w<.
replace sizeofboard_w= r(p1) if sizeofboard_w<=r(p1)
Related Posts with How to make Data Normal?
set industry dummiesDear Statalist, In my panel data, I want to control for time dummies and industry dummies. Industry…
Asdoc Query (reporting for thesis format)hello and good day, I am using Local projection method and I want to export the result of my regress…
Making quarterly variable from separate day , month and year variableIn BRFSS data the interview date variable is suppressed though the the day , month and year variable…
xtdidregress and reghdfeI'm struggling to know how to implement a triple differences specification in reghdfe into xtdidregr…
Help with nonlinear regression codeDear colleagues, I want to use nonlinear regression to get lambda, a and b from the equation showed …
Subscribe to:
Post Comments (Atom)
0 Response to How to make Data Normal?
Post a Comment