Stata doesn't offer much scope for user tuning of output format
in instances like this. A very good reason is that in many
typical cases a user format would make many problems worse.
Your example of prices is moderately spectacular in that
most coefficients are rather large. At a wild guess most
or all of your covariates are dummy variables such as presence
or absence of garage and all of
your house prices are large in the currency you are using.
In practice, scaling your units by (e.g.) dividing prices
by 1000 or an even larger number is likely to be your best
route forward. In other words, tackle this problem upstream
so that the results end up smaller and format is no longer
an issue.
I want to get the precise price prediction for a house with certain
attributes, given the follwing regression, in real numbers. That is,
1.5e+06
(see bottom) does not tell me enough. Does anyone know how to "force" Stata
to come up with the exact figure?
reg pris bta antsov leil garasje
Source | SS df MS Number of obs =
313
-------------+------------------------------ F( 4, 308) =
103.23
Model | 6.0351e+13 4 1.5088e+13 Prob > F =
0.0000
Residual | 4.5015e+13 308 1.4615e+11 R-squared =
0.5728
-------------+------------------------------ Adj R-squared =
0.5672
Total | 1.0537e+14 312 3.3771e+11 Root MSE =
3.8e+05