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
In many functions now the alpha and beta parameters of the Beta prior are passed as two separated arguments (4 when considering the sensitivity priors). It would be cleaner to just pass a single 2-elements vector argument, like prior.par = c(a = .3, b = .3), assuming that the first is always the alpha and the second always the beta.
The text was updated successfully, but these errors were encountered:
In many functions now the alpha and beta parameters of the Beta prior are passed as two separated arguments (4 when considering the sensitivity priors). It would be cleaner to just pass a single 2-elements vector argument, like
prior.par = c(a = .3, b = .3)
, assuming that the first is always the alpha and the second always the beta.The text was updated successfully, but these errors were encountered: