Thank you for your answer.
1) If I understand you right, I can keep the variables in 1st log-differences and simply define my observed variables as
- Code: Select all
c_obs=log(c)-log(c(-1));
i_obs=log(i)-log(i(-1));
? Note that I do not want to control for measurement errors and the like.
2) The command "model_comparison HSTML HSTML2 ;" (where HSTML2 excludes habit formation), yields the following error:
"model_comparison:: The user supplied prior distribution over models is improper...
model_comparison:: The distribution is automatically rescaled!
Error using model_comparison (line 50)
Not enough input arguments."
Is it because "model_comparison" does not work with maximum likelihood estimations or because I am still missing something in 1)? Can I also use the "Fval obtained by the minimization routine" or the "Initial value of the log posterior (or likelihood)" for model comparison under maximum likelihood?