Skip to content
Prev 173329 / 398506 Next

(no subject)

Shuying Yang wrote:
Hi,

please read the posting guide and use a sensible subject line (I almost 
missed your posting).

The used quantiles in the printed output are hardcoded, but you can 
calculate arbitrary quantiles from the data.

Ad an example, please consider the schools example from ?bugs, running 
the example results in an object called "schools.sim". Now you can 
calculate arbitrary quantiles as e.g. in:

apply(schools.sim$sims.matrix, 2, quantile, c(0.05, 0.95))

Uwe Ligges