mrc-ide / naomi

Naomi model for subnational HIV estimation
https://mrc-ide.github.io/naomi
Other
9 stars 9 forks source link

updates for spdep 1.2-8 #421

Open jeffeaton opened 8 months ago

jeffeaton commented 8 months ago

spdep 1.2-8 added warnings to require some arguments in mat2listw().

converged: relative convergence (4)
Warning messages:
1: In spdep::mat2listw(abs(Q), style = "M") :
  style is M (missing); style should be set to a valid value
2: In spdep::mat2listw(abs(Q), style = "M") :
  no-neighbour observations found, set zero.policy to TRUE;
this warning will soon become an error