Dear all as you can see below the beta coefficients if leasehold change when adding a variable. How can I solve this? I have tried everything and changed my model 3 times + the VIF is of only 1.39 and r is of -.534
reg log_price leasehold
Source | SS df MS Number of obs = 113,665
-------------+---------------------------------- F(1, 113663) = 5583.49
Model | 1826.53664 1 1826.53664 Prob > F = 0.0000
Residual | 37182.7847 113,663 .327131826 R-squared = 0.0468
-------------+---------------------------------- Adj R-squared = 0.0468
Total | 39009.3214 113,664 .343198562 Root MSE = .57195
------------------------------------------------------------------------------
log_price | Coefficient Std. err. t P>|t| [95% conf. interval]
-------------+----------------------------------------------------------------
leasehold | -.2541154 .0034008 -74.72 0.000 -.2607808 -.2474499
_cons | 12.71848 .0024849 5118.35 0.000 12.71361 12.72335
------------------------------------------------------------------------------
. reg log_price leasehold log_size
Source | SS df MS Number of obs = 113,665
-------------+---------------------------------- F(2, 113662) = 30505.22
Model | 13625.365 2 6812.68248 Prob > F = 0.0000
Residual | 25383.9564 113,662 .223328434 R-squared = 0.3493
-------------+---------------------------------- Adj R-squared = 0.3493
Total | 39009.3214 113,664 .343198562 Root MSE = .47258
------------------------------------------------------------------------------
log_price | Coefficient Std. err. t P>|t| [95% conf. interval]
-------------+----------------------------------------------------------------
leasehold | .1969873 .0034274 57.47 0.000 .1902696 .203705
log_size | .885197 .0038512 229.85 0.000 .8776488 .8927453
_cons | 8.644154 .0178444 484.42 0.000 8.609179 8.679129
------------------------------------------------------------------------------
Related Posts with Betta coefficient changing
Append command changes the content of observations of the appended fileI have an issue with the append command. I have a couple of stata files that contain three variable…
Drop observations if they have equal values on variable A but different values dummy variable BHello everyone, I would like to drop all observations, that have the same value on variable product…
Merge panel data with same variables but different observationsHi I am trying to merge two different datasets with panel data. One of them contains data about sub…
Comparing sub-categories of a categorical variable across two groupsHello. I am trying to create descriptive statistics across two groups (treatment and control) for a …
Exporting table of results of prtest for Two-sample test of proportions using VARIABLES NOT GROUPS !hello, everyone! I cannot find a way to export the results of prtest of a two-sample test of propor…
Subscribe to:
Post Comments (Atom)
0 Response to Betta coefficient changing
Post a Comment