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)
Help creating different sequences for multiple events - same individual - longitudinal datasetDear all, I have a dataset in a long format with the same individual having multiple start dates for…
Instrumental variable regressionI have an unbalanced panel dataset (N=504, T=3) and I am trying to run instrumental variable regress…
reporting marginal effect of all outcomes at once after mprobitIf I run the following code then it generates marginal effect for 2nd outcome. Code: webuse sysds…
Adjusting for cluster in exploratory factor analysisI have clustered data on ADHD symptoms among twins and used EFA to identify the factors. However the…
String to numericSorry - I know this is very basic, I'm a relatively novice. If I want to manipulate a variable that…
Subscribe to:
Post Comments (Atom)
0 Response to Non-linear regression help (constrained output)
Post a Comment