Hello,
I have a dataset, it appears in Excel right like this
stkcd trdmnt msmvttl
000001 1991-12 2634210.72
000001 1992-12 5993999.81
000001 1993-12 6021490.04
000001 1994-12 4517599.33
000001 1995-12 3326125.61
000001 1996-12 17091009.31
000001 1997-12 35226928.99
000001 1998-12 23246669.44
000001 1999-12 27079731.76
When I copy it to Stata or import the Excel file it will be as shown below, in addition to the numbers are rounded if I convert it to Numeric, however, it is similar to Excel if it is listed as String.
stkcd trdmnt msmvttl
000001 1991-12 2,6e+06
000001 1992-12 6,0e+06
000001 1993-12 6,0e+06
000001 1994-12 4,5e+06
000001 1995-12 3,3e+06
000001 1996-12 1,7e+07
000001 1997-12 3,5e+07
000001 1998-12 2,3e+07
000001 1999-12 2,7e+07
Related Posts with How to avoid comma and rounding in numeric format
esttab: report different standard errors (robust and non robust) into a single columnHello, I am estimating many regressions using different assumptions for standard errors. An example …
Setup data correctly for survival analysis - stset - without losing observationsDear all, i was hoping someone might be able to help me set up my data correctly so i can use it in …
Panel Data Assistance RequiredHello everyone, I currently have a problem that I don't know how to solve. To summarize my research…
Unit root tests dynamic panel: dummy variable, interpretation of options, second generation testsHi everyone, I am currently doing a dynamic panel regression analysis within the framework of my ma…
Jarque‑Bera test FailHi everyone, I am running an time series analysis using ARDL -ECM model consisting of 47 observatio…
Subscribe to:
Post Comments (Atom)
0 Response to How to avoid comma and rounding in numeric format
Post a Comment