Displaying 1 result from an estimated 1 matches for "xicma".
Did you mean:
xicmp
2012 May 09
0
How to run this model using nonlinear least square in R.
...((1-alpha-beta)*(1-alpha-beta))) * (alpha * taylor1 +
beta * taylor2 - alpha*beta*taylor3) ,start = list(intercept=8, alpha=0.2,
beta=0.4, sigma=1.2),data=data)
I have this model. I use the command above in R, and it gives me a desirable
result. It gives me implied alpha, implied beta, and implied xicma just
fine.
However next I have to run another model, which is pretty much similar,
however now it has theta in there. In my paper that I replicate, they only
report implied alpha, implied beta, and implied xicma just like the above
model, there's no theta report. So I wonder how would I put t...