plspm icon indicating copy to clipboard operation
plspm copied to clipboard

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

Open TKsh6 opened this issue 1 year ago • 1 comments

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

TKsh6 avatar Oct 25 '23 04:10 TKsh6