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

Function sensitivity_to_prior complains about brmsfit class #662

Open
leomarameo7 opened this issue Aug 14, 2024 · 0 comments
Open

Function sensitivity_to_prior complains about brmsfit class #662

leomarameo7 opened this issue Aug 14, 2024 · 0 comments

Comments

@leomarameo7
Copy link

Describe the bug
A description of what the bug is.

To Reproduce
Steps to reproduce the behaviour:

  1. I have fitted an Intercept-only model with unqual variance within brms. Student-t family for the outcome. sample_prior = TRUE
    bform <- bf(delta_DOC ~ 0 + Intercept, sigma ~ 0 + Intercept + water_volume_z, nu = 3 ) + student()
  2. having the brmsfit object I have tried to use the bayestestR::sensitivity_to_prior(b1)
  3. Error: Models of class 'brmsfit' are not yet supported.

Specifiations (please complete the following information):

  • bayestestR Package Version 0.14.0.2
  • brms Package Version 2.21.6
  • R version 4.4.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