Hello,
After estimating a regression equation, I am using the test statement to test patterns of coefficients. The F-test only reports two decimals, and I would like to report three. If I follow each test statement with "return list F", the F-test has 15 decimals, which I can round off. However, this approach is cumbersome, and I'd like to control how many decimals Stata reports for the initial test statement. I examined the format command, but it apparently applies to variables, not statistical tests.
Stata also exhibits similar behavior in the regression output itself. For example, in the output I am currently examining, the t-tests and F-test have two decimals, the coefficients and sums of squares have six decimals, standard errors have seven decimals, and probability levels have three or four decimals. This formatting strikes me as oddly inconsistent, as it doesn't seem to follow any general principles about the number of significant digits that should be used when reporting results (and any such principles should be provisional, based on the variables and research questions being analyzed). Perhaps a more experienced Stata user can help me understand the rationale behind this and how to control the decimals in reported output.
Thanks much,
Jeff Edwards
After estimating a regression equation, I am using the test statement to test patterns of coefficients. The F-test only reports two decimals, and I would like to report three. If I follow each test statement with "return list F", the F-test has 15 decimals, which I can round off. However, this approach is cumbersome, and I'd like to control how many decimals Stata reports for the initial test statement. I examined the format command, but it apparently applies to variables, not statistical tests.
Stata also exhibits similar behavior in the regression output itself. For example, in the output I am currently examining, the t-tests and F-test have two decimals, the coefficients and sums of squares have six decimals, standard errors have seven decimals, and probability levels have three or four decimals. This formatting strikes me as oddly inconsistent, as it doesn't seem to follow any general principles about the number of significant digits that should be used when reporting results (and any such principles should be provisional, based on the variables and research questions being analyzed). Perhaps a more experienced Stata user can help me understand the rationale behind this and how to control the decimals in reported output.
Thanks much,
Jeff Edwards
Comment