Summary Statistics Table (LaTeX)
Using tenuredata.dta (rice observations only), produce a summary statistics table.
- First, run
estimates clearto clear any previously stored estimates. - Use
estpost sumto compute summary statistics for:yield,q_f_ha,lt_f_ha,area,irrig,tenure. -
Display the table with:
esttab, cells("count mean sd min max") /// noobs nonumber nomtitle /// title("Summary Statistics — Rice Parcels") /// label