Open lisamr opened 3 years ago
The documentation of precis says that the HPDI is reported, but the PI is actually reported. See below:
precis
library(rethinking) x = plogis(rnorm(10000, 1, 1)) PI(x) HPDI(x) precis(x) #matchs PI, not HPDI
Would it be possible to either update the function so that HPDI is used or allow us to choose how the the intervals are summarized? Thanks!
Just seconding this. It appears PIs are output from precis even for objects such as CmdStanFit where I'm guessing users are expecting HPDIs instead.
CmdStanFit
The documentation of
precis
says that the HPDI is reported, but the PI is actually reported. See below:Would it be possible to either update the function so that HPDI is used or allow us to choose how the the intervals are summarized? Thanks!