I would like for numbers displayed in Stata's Results window to be rounded. To use an example, I'm examining data on exam scores (exam5) among students in two different sections (sect) of a course. Here is the default table produced when using the "tabstat" command: [mess.jpg]
Array
I do not need or want all of that detail for the mean and sd. I do not need to know the mean exam5 score down to the hundred thousandth decimal place! I'd like to for Stata to present in the Results window by default a table that looks like the one below: [better.jpg]
Array
The only differences between the two tables are in the detail provided in the mean and sd columns. How can I get Stata to produce values in these columns that are rounded to one (or two, etc.) decimal place? Thank you for any help or feedback you're able to provide!
-Nick Parsons
Related Posts with Is it possible to produce tables with rounded numbers in the Results window?
Empty parentheses output following "use"Recently I've noticed that after opening a data file with the "use" command, a line below the result…
Why the command -sumdist- (SSC) do not display variable's mean of last quantilesDear Stata users, The command -sumdist- (SSC) was written by Stephen Jenkins , it was designed to e…
What is the difference between finite and infinite samples?Today I faced a term "finite samples" in reading Borusyak (2021)'s work: We conclude the section…
with "tab" but "too many values", with "bigtab", there is no "gen"Hallo , I got a problem with the command tabulate. I tried this: Code: tab exp, generate(EXPORTER)…
How to avoid comma and rounding in numeric formatHello, I have a dataset, it appears in Excel right like this stkcd trdmnt msmvttl 000001 1991-12 26…
Subscribe to:
Post Comments (Atom)
0 Response to Is it possible to produce tables with rounded numbers in the Results window?
Post a Comment