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
Then i want to set some priors. Related research (based on the NHST) has found that all beta values are negative and significant between 650 and 800 level. So I want to set the prior to a normal distribution with an average of -0.2 and a standard deviation of 0.5.
So, My question is, why are all beta values basically the same after I set the prior, and why is there such a big difference from the default prior; Or is my prior setting incorrect? I hope to set a prior, after all, previous studies have reached such conclusions, and I also need to calculate the Bayesian factor.
Thanks
The text was updated successfully, but these errors were encountered:
I am currently running an ordinal regression model with brms, following the guideline of Paul-Buerkner and Matti Vuorre.
here is my code with default priors:
the results of MCMC is good, and the value of beta is consistent with my assumption:
Then i want to set some priors. Related research (based on the NHST) has found that all beta values are negative and significant between 650 and 800 level. So I want to set the prior to a normal distribution with an average of -0.2 and a standard deviation of 0.5.
my code is here:
but the result is interesting:
So, My question is, why are all beta values basically the same after I set the prior, and why is there such a big difference from the default prior; Or is my prior setting incorrect? I hope to set a prior, after all, previous studies have reached such conclusions, and I also need to calculate the Bayesian factor.
Thanks
The text was updated successfully, but these errors were encountered: