Hello,
I am running this tabulate command to display some studentized residuals:
tabulate cname if rstudent_1974>=1 & year>=1974 & year<=1988 & fh_ipolity2>=8 & bmr_demdur>=5 & pwt_pop>=1, sum(rstudent_1974)
The tabulation is shown in the picture below. Is there any way to only show countries with frequencies of >=5?
Array
Thank you.
Martin
Related Posts with Tabulation only for freq>=5
Seeking ideas for graphical representation of binary outcome dataHello all, I have a dataset (n=301) that describes the incidence of hypothermia (binary outcome) by …
How to use factor variable i.year in XTSUR command?I have 3 questions regarding XTSUR 1: When I input something like XTSUR (y1 y2 y3 = x1 x2 i.year) It…
How to optimize stata code that it can run faster?I have the code below to deal with panel data (there are quite a bit missing variables in my dataset…
How to cluster nothing in a code?I have a code that is Code: did2s depvar [if] [in] [weight], first_stage(varlist) second_stage(var…
no convergence in asclogitHi all, I have a few questions about asclogit. I am currently working with some ride-hailing data. …
Subscribe to:
Post Comments (Atom)
0 Response to Tabulation only for freq>=5
Post a Comment