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?
Is there a way to keep only variables referred to in a given .do file?Suppose you have dataset containing many variables where you have performed some analyses using only…
comparing specific levels in a categorical variableHello! I am having an issue with figuring out how to look at the differences between two groups in …
Vector autoregression model, time series or panel data?Hello, I want to apply a vector auto regression model to analyze the relationship between oil pric…
Dofile could not be savedI am trying to save changes to a do-file created by a collaborator in my company, which I access thr…
Loading database file via ODBCUsing Stata 16.1 on Windows server 2012 with 256GB of memory. Trying to load 400GB MySQL database ta…
Subscribe to:
Post Comments (Atom)
0 Response to How to make Data Normal?
Post a Comment