Dear all,
I have been running a non-linear regression on a data-set using the following specification: nl(price={a1}*log(1-({a2}+{a3}*post_int)*exp(-{a4}*lease_maturity))+{c})
However, the output I am getting isn't displaying any of the coefficients and says (constrained). I am not sure why this problem is occurring and its the first time that I am facing this issue while running a non-linear regression.
. nl(price={a1}*log(1-({a2}+{a3}*post_int)*exp(-{a4}*lease_maturity))+{c})
(obs = 375,537)
Iteration 0: residual SS = 85165.89
Iteration 1: residual SS = 85165.89
Source | SS df MS
-------------+---------------------------------- Number of obs = 375,537
Model | 8.600e-09 0 . R-squared = 0.0000
Residual | 85165.892 375536 .226784895 Adj R-squared = 0.0000
-------------+---------------------------------- Root MSE = .4762194
Total | 85165.892 375536 .226784895 Res. dev. = 508522.6
------------------------------------------------------------------------------
price | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
/a1 | 0 (constrained)
/a2 | 0 (constrained)
/a3 | 0 (constrained)
/a4 | 0 (constrained)
/c | 9.127679 .0007771 11745.72 0.000 9.126155 9.129202
------------------------------------------------------------------------------
Parameter c taken as constant term in model & ANOVA table
Could anyone shed light on why I might be getting such a result?
Thank you!
Related Posts with Non-linear regression help (constrained output)
Difference between survival rates at specific time point with respective confidence intervalsDear Statalist, I am interested in calculating the difference between the survival rates of two grou…
Causality or correlation in panel data regression using random effect modelHi all, I have a question regarding a panel data regression using a Random Effect Model (REM). I am…
Create an HHI index at quarterly-yearly and yearly level Code: * Example generated by -dataex-. To install: ssc install dataex clear input int year byte qu…
Different result count and tabulate commands, why?Hello, I have a question, maybe a bit basic, but I did not find the solution yet. I used the 'count…
Goodness of Fit in IVregress with clustered SEDear all, I'm running an IV regression with clustered SE. Since my outcome variable is a cell mean,…
Subscribe to:
Post Comments (Atom)
0 Response to Non-linear regression help (constrained output)
Post a Comment