so I currently trying to get an good regression for my gravity equation with sanction impact. At first I tried my luck with PPML, but the package refuses to estimate without the distance variable, but the variable is contradictory to my dyed-fixed Effects. So I was forced to look for an other package and found the FENmlm-Package, which also accepted my situation with a lot of zeros in the dataset so I was very happy until estimation in R printed the error message "The optimization algorithm did not converge, the results are not reliable." Thats pretty much my situation in this moment, but then I found out I could insert a part that's called precise.cluster, that would help with the converge, but until now I couldn't explain myself where I need to insert this part. Maybe someone can help me:) I found the package on this site: https://cran.r-project.org/web/packages/FENmlm/vignettes/FENmlm.html#232_a_note_on_precision Thanks for the help in advance
The code is: regression_devfeNmlm = feNmlm(trade.x ~ rta + arms | ex_yr + im_yr + ex_im , family = poisson, df_merge_ind5)
summary(regression_devfeNmlm)