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?
Foreach vs. Forvalues when using char() function to remove special characters in a string variableHello all, Using Stata 15.1/IC I need to submit a bulk file with a string variable ("NAME" variabl…
Hyperlink to the file generated/modified by putexcelThis is a very minor request/question. Several of the user-made commands I use (e.g. estout, and ieb…
margins not estimableHi all, I run a panel data fixed effect regression. There is an interaction term in the model. Thro…
Generate multiple variables from a variable containing symbols and numbers Code: * Example generated by -dataex-. To install: ssc install dataex clear input str29 salary_tod…
Using -cmp- to estimate and interpret a three-stage Heckman modelGood morning all, I am using the -cmp- package developed by Roodman to estimate a three-stage Heckm…
Subscribe to:
Post Comments (Atom)
0 Response to Is it possible to produce tables with rounded numbers in the Results window?
Post a Comment