statdivlab / enviromtx

A package to analyze environmental metatranscriptomics data
Other
1 stars 1 forks source link

Errors are caused for certain models when running `fit_mgx_model()` #9

Open svteichman opened 5 months ago

svteichman commented 5 months ago

Specifically, there are examples (see some cases here) in which the call to raoBust::gee_test calls geeasy::geelm() which creates the error "Error in .solve.checkCond(a, tol) : 'a' is computationally singular, rcond(a)=0".

@svteichman to try to figure out why these errors are happening.

svteichman commented 5 months ago

Notes on this issue: