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?
Difference between "within" and "subpop" options in margins contrast after svy:logitHello: I get different results using within and subpop specifications in the following case (YEAR i…
[Offering $20 Amazon Gift Card] How to use Propensity Score Matching / Nearest Neighbor Matching with a Difference in Differences modelDear all, Background: In this simplified dataset example, I am trying to perform causal inference …
PPML vs OLS Gravity ModelHello dear Statalisters! I am a student doing my Bachelor thesis and I am new to Stata as well as t…
Bayesian Moving AverageHi, I have recently run an xtlogit model and to further get better estimates I assume from my unders…
Walds test in the craggit resultI am doing a double hurdle model using the craggit command. The results report a walds test.Could an…
Subscribe to:
Post Comments (Atom)
0 Response to How to make Data Normal?
Post a Comment