logisticPCA icon indicating copy to clipboard operation
logisticPCA copied to clipboard

Functions crashing

Open mashu opened this issue 3 years ago • 0 comments

Hi,

I am having the following issues, first logistic SVD fails

> logisticPCA::logisticSVD(bdata,k=2)
45 rows and 395 columns
Rank 2 solution

20.3% of deviance explained
11 iterations to converge
Warning message:
In logisticPCA::logisticSVD(bdata, k = 2) :
  Algorithm stopped because deviance increased.
This should not happen!
            Try rerunning with partial_decomp = FALSE

Second, logisticPCA also fails

> logisticPCA(bdata,k=2)
Error in eigen(mat_temp, symmetric = TRUE) : 
  error code 1 from Lapack routine 'dsyevr'

No idea what's wrong, everything else works just fine. Unfortunately, I can't share the data.

mashu avatar May 25 '21 13:05 mashu