klomori
klomori
I am receiving this error message: `iter: 1 Error in iterate(par) : Newton dropout because inner gradient had non-finite components.` which appears to be causing: `outer mgc: NaN Error in...
Thanks! My problems were when running both models in the same script (using model indexing), I needed to put the jnll statement for the Ricker model on one line and...
Here is the warning inside the compile log: C:/Users/komori/DOCUME~1/R/WIN-LI~1/3.4/TMB/include/tmb_core.hpp:1330:7: required from here HW1_tempgamma.cpp:29:19: warning: value computed is not used [-Wunused-value] if(y_i(i)!=0) log( 1-zero_prob ) + dgamma( y_i(i), pow((logsd/linpred_i(i)),-2), linpred_i(i)*pow((logsd/linpred_i(i)),2), true...
Thanks. That fixed the warning message from the compile step, but I am still getting the Error message in the MakeADFUN.
I am still running into issues with my gamma model. The model appears to be compiling correctly (and both the mean and sd are in the same space), but am...
Thanks! Running the model without the covariate makes the warning messages disappear and I able to resolve the other error message by looking at the jnn_i's .