Skip to content
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

Apparent error using binomial_2par likelihood model and loo with moment matching #30

Open
MilaniC opened this issue Jan 14, 2024 · 0 comments

Comments

@MilaniC
Copy link

MilaniC commented Jan 14, 2024

The following error arises when invoking:

loo::loo(albie_fit_RE2, moment_match = TRUE)

to address some high Pareto k diagnostic values where albie_fit_RE2 is otherwise a success nma fit object.

Error: Exception: variable does not exist; processing stage=parameter initialization; variable name=beta_tilde; base type=double (in 'binomial_2par', line 202, column 0 to column 22)

[UPDATE: This error occurs irrespective of likelihood chosen]

This works:

loo::loo(albie_fit_RE2, moment_match = FALSE)

All current versions:

multinma dev ver 0.5.1.9007
loo ver 2.6.0
rstan ver 2.32.5
R version 4.3.2 (2023-10-31)
macOS Sonoma 14.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant