spatialstatisticsupna / bigDM

R package for scalable Bayesian disease mapping models for high-dimensional data
15 stars 4 forks source link

Code error in clustering_partition #1

Closed DOH-ISP0303 closed 2 years ago

DOH-ISP0303 commented 2 years ago

line 89: invisible(utils::capture.output(aux <- connect_subgraphs(carto, ID)))

ID is not defined, I believe it should be ID.area. (Note, will only result in an error if there are disconnected subgraphs)

aritz-adin commented 2 years ago

You are right! I have fixed the error in the code.