How to see Model Coefficients
Posted: Fri Mar 11, 2016 8:22 am
Hi,
I have a model. One of the sets of equations is:
How do I see the coefficients generated by the least squares regression?
I clicked the "solve" button, then "view/equations", double clicked on it, but I don't see any coefficients.
Thanks
I have a model. One of the sets of equations is:
Code: Select all
dlogcns1_sa = c(11) + c(12) * @movav(dlogcns1_sa(-1) , 12) + c(13) * dlogcns1_sa(-12) + c(14) * (dlogcns1_sa(-1) - c(11) + c(12) * @movav(dlogcns1_sa(-2) , 12) + c(13) * dlogcns1_sa(-13))
I clicked the "solve" button, then "view/equations", double clicked on it, but I don't see any coefficients.
Thanks