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
Can we perhaps have an option to return the exceedance probability for a given threshold to PoolPrev and/or HierPoolPrev or even getPrevalence?
Something like PoolPrev(Data, Result, NumInPool , Threshold = X/100) would return the same as PoolPrev(Data, Result, NumInPool), but with an additional column giving the posterior probability that prevalence exceeds X %.
would return the same as getPrevalence(mod), but with an additional column in the data.frames at each level giving the posterior probability that prevalence exceeds X %.
Exceedance probability isn't a properly defined concept for the frequentist analyses (but similar-ish to one-side p-values), so would have to be restricted to the Bayesian versions of outputs
The text was updated successfully, but these errors were encountered:
Can we perhaps have an option to return the exceedance probability for a given threshold to PoolPrev and/or HierPoolPrev or even getPrevalence?
Something like
PoolPrev(Data, Result, NumInPool , Threshold = X/100)
would return the same asPoolPrev(Data, Result, NumInPool)
, but with an additional column giving the posterior probability that prevalence exceeds X %.Similarly something like
would return the same as
getPrevalence(mod)
, but with an additional column in thedata.frame
s at each level giving the posterior probability that prevalence exceeds X %.Exceedance probability isn't a properly defined concept for the frequentist analyses (but similar-ish to one-side p-values), so would have to be restricted to the Bayesian versions of outputs
The text was updated successfully, but these errors were encountered: