-
Notifications
You must be signed in to change notification settings - Fork 606
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
WAIC not computing from ulam() model, even with log_lik = TRUE #428
Comments
I don't know what's wrong on your end, but this works fine for me:
|
Thank you for the reply. I can run the model and get the precis output, but other than that, I can't do a thing- can't compute waic or do traceplots, etc. So, I have been using brms for the chapter at the moment. Not sure if it is related but I did this |
Since map2stan is no longer supported, and the code in the 1st edition is for map2stan, you are going to have some problems. You can't just replace map2stan with ulam unfortunately. |
Got it! I will do the exercises with brms at the moment and will try this again when I can get the new edition. Thank you very much :) |
Hello, I've been trying to solve the practice problem from Monte Carlo Chapter, and I can't compute WAIC from ulam model.
When I run the above code, I got error message:
Error in UseMethod("WAIC") :
no applicable method for 'WAIC' applied to an object of class "ulam" . How do I solve this, please?
The text was updated successfully, but these errors were encountered: