I am outputting regression results using esttab and am using the options b(a2) and se(a3) to round the coefficients to two decimal places and the SEs to three decimal places; however, as is described in the help file, absolute numbers smallers than 1 are diplayed with # significant decimal places--e.g., 0.00123456 would be rounded and displayed as 0.00123. Does anyone know a way to make it show to only three decimal places? So instead of 0.00123, it would round and display as 0.001.
Related Posts with Esttab rounding option
Calculate export times using custom data HTML Code: clear input str10 company_name str3 country int year "3Mcompany" "USA" 2002 "3Mcompany"…
A function for a numberHi, I am writing a loop that looks like this foreach code of numlist 1/202{ forvalues i=1940/2020{ …
Need help for displaying bar labels for mean values using <cibar>Hi all, I am working on a replication assignment and I am using the ssc package cibar to to generat…
Store principal components from PCAHello everyone, I have a panel data (wide format) with 35 variables. I run a Principal Component Ana…
Export covariance matrix to ExcelHi, I would like to export the following covariance matrix to excel: Code: * Example generated by…
Subscribe to:
Post Comments (Atom)
0 Response to Esttab rounding option
Post a Comment