You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
demonstrate use of adding comments and descriptions IN STATA_ACRO_TEST.DO
support for contents e.g.
acro table year survivor contents(freq mean inc_activity sd inc_activity)
support for tab[ulate] (1/2 away table of frequencies with measures of associations) e.g.
"acro tab year survivor , chi2 expected"
support for by in command e.g.
"acro table year survivor , by(grant_type)"
support for linear. regression
"acro regress inc_activity inc_grants inc_donations total_costs"
support for probit e.g.
"acro probit survivor inc_activity inc_grants inc_donations total_costs
support for xtreg e.g.
"acro xtreg inc_activity inc_grants inc_donations total_costs , re"
support for plot e.g.
sacro twoway (scatter inc_grants inc_activity)
support for failure example. IN STATA_ACRO_TEST.DO
sort grant_type
by grant_type: safe regress inc_activity inc_grants inc_donations total_costs if year>2013
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
TO-DOs
e.g. statistic() not contents() in table
[by varlist:] command [varlist] [=exp] [if_exp_] [in_range_] [weight] [,options]
acro table year survivor contents(freq mean inc_activity sd inc_activity)
"acro tab year survivor , chi2 expected"
"acro table year survivor , by(grant_type)"
"acro regress inc_activity inc_grants inc_donations total_costs"
"acro probit survivor inc_activity inc_grants inc_donations total_costs
"acro xtreg inc_activity inc_grants inc_donations total_costs , re"
sacro twoway (scatter inc_grants inc_activity)
sort grant_type
by grant_type: safe regress inc_activity inc_grants inc_donations total_costs if year>2013
Beta Was this translation helpful? Give feedback.
All reactions