gastonstat / plspm

R package plspm
62 stars 26 forks source link

Error in if (w_dif < specs$tol || iter == specs$maxiter) break #23

Open TKsh6 opened 11 months ago

TKsh6 commented 11 months ago

Hi, When I used plspm to build a model for the microbiome, I met this problem,

Error in if (w_dif < specs$tol || iter == specs$maxiter) break : 
  missing value where TRUE/FALSE needed

Then I checked if there were any NAs in my data, but there were none of them. So how can I do to fix this? Hope you can help me to solve this. yours,tk

jserrana commented 4 months ago

Hi, Encountered similar issues. Is there any resolution to this case? Thank you.