Hi, I am trying to export the frequency table using esttab command. My observations are in the decimal point. When I use the following command, it generates the attached output. Can anybody please help me with the code to get the correct observations in the frequency table? Thanks a lot. :

bcuse wage1
estpost tab lwage
esttab using "educ_frequency_esttab.csv", cells ("b(label(freq)fmt(0)) pct (fmt(2))") nomtitle nonumber replace
Array