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
Newey-West HAC standard errors smalle than robust onesHi all, I am running an ARDL model in the form: Code: reg y l.y x1 l.x1 x2 l.x2 After the esti…
Newey-West HAC standard errors smaller than regress, robust onesHi all, I am running an ARDL model in the form: Code: reg y l.y x1 l.x1 x2 l.x2 After the esti…
Dynamic panel and zero-inflatedHello All, I am running a dynamic panel with 5,000 firms and 9 year sample period. One of the contr…
Multilevel Modeling Analysis for Rare EventsI am currently trying to run a hierarchical logistic model in Stata using federal sentencing data. I…
Extracting slopes for each person from a dual intercept mixed modelI have run a dual intercept mixed model as such: Code: mixed relsat i.husband c.Htime i.wife c.Wt…
Subscribe to:
Post Comments (Atom)
0 Response to Tabulation only for freq>=5
Post a Comment