-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: matrix multiplication: problem with matrix inverse; suggest to use solve() instead #649
Comments
Hi @Danielsite There isn't enough information for me to help. If this is in ShinyMixR, you can ask there. Also @RichardHooijmaijers has alot of experience with Shiny and nlmixr2 he may be able to help or have seen this before. |
Hi @RichardHooijmaijers @mattfidler, When I used nlmixr2 version 2.0.9 I would not get this error (but the running time is too slow). However once I used the latest nlmixr2 (2.1.1), the error popped up. matrix multiplication: problem with matrix inverse; suggest to use solve() instead I think the main reason is the BLAS system. Below is my sessionInfo: Matrix products: default Below is my Poppk model, I think the syntax should be ok.
I would be appreciated if you can help me figure out the issue! Thank you! |
Hi Danelle, Thank you for providing the model. Unfortunately the model alone does not allow me to reproduce the issue. Probably, the most robust way to reproduce something I can use is to use the reprex package: Once you have a way to reproduce the matrix multiplication issue, I could help more with this particular issue . |
Hi Mattfidler,
I found this error when I deploy my R shiny app with shinyproxy. I was Ok when I run my app in local.
Could you please help me with this issues?
The text was updated successfully, but these errors were encountered: