You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
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()
having the brmsfit object I have tried to use the bayestestR::sensitivity_to_prior(b1)
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
The text was updated successfully, but these errors were encountered:
Describe the bug
A description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
sample_prior = TRUE
bform <- bf(delta_DOC ~ 0 + Intercept, sigma ~ 0 + Intercept + water_volume_z, nu = 3 ) + student()
Specifiations (please complete the following information):
The text was updated successfully, but these errors were encountered: