-
Notifications
You must be signed in to change notification settings - Fork 8
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
INLA error #28
Comments
Hi Steven,
Yikes! I have alerted Dan to this issue. Can this wait until he's back
from vacation in a week or so?
Best,
Mandy
*Mandy Mejia, PhD*
Assistant Professor
Department of Statistics
Indiana University
https://www.statmindlab.com/
…On Wed, Jul 20, 2022 at 1:26 PM Steven Meisler ***@***.***> wrote:
Hi,
It appears that the there are symbols that are not being parsed correctly
when doing the INLA implementation (EM=FALSE). This runs fine with EM.
SETTING UP DATA
.. reading in data for session 1
.. reading in data for session 2
MAKING DESIGN MATRICES
RUNNING MODELS
.. LEFT CORTEX ANALYSIS
848 locations removed due to NA or NaN values in at least one scan.
.... prewhitening... done!
.... estimating model with INLAError in str2lang(x) : <text>:1:13: unexpected symbol
1: y ~ -1 + f(0Back_Body_HRF
^
Calls: BayesGLM_cifti ... as.formula -> formula -> formula.character -> str2lang
Execution halted
Best,
Steven
—
Reply to this email directly, view it on GitHub
<#28>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHVKUXTMDLXFTLMWFBXSADVVBAHDANCNFSM54EVX7RA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yes, no rush to fix this, thanks! |
Hi all, I'm back in the office and taking a look at this now. @smeisler , can you confirm that you are using the 2.0 branch of the package? It would also be helpful to have access to your data and the function call that you are using. Thanks, |
Hey @smeisler, I think I understand what happened here. Your variable name cannot be parsed by the I hope this fixes it! |
Ah that makes sense, thanks! I presume that will fix it, so I will close it here and reopen if the problem persists. |
Hi,
It appears that the there are symbols that are not being parsed correctly when doing the INLA implementation (
EM=FALSE
). This runs fine with EM.Best,
Steven
The text was updated successfully, but these errors were encountered: