Forum: help


RE: posterior distribution plot for the effect size with meta.ttestBF [ Reply ] By: Rei Monden on 2015-03-20 19:42 | [forum:42194] |
Hi Richard, Thank you for your quick and helpful respond! Best, Rei |
RE: posterior distribution plot for the effect size with meta.ttestBF [ Reply ] By: Richard Morey on 2015-03-20 15:26 | [forum:42071] |
Hi Rei, plot(density(chains[,"delta"])) (or something like it) will work. You just need to create a kernel density plot by itself. |
posterior distribution plot for the effect size with meta.ttestBF [ Reply ] By: Rei Monden on 2015-03-17 21:22 | [forum:42070] |
Hi. With the latest Meta-analytic t tests (0.9.8+), you can generate two plots: "Trace of delta" and "Density of delta". I would like to generate ONLY posterior distribution of the effect size ("Density of delta"), but I couldn't find out the way to do this. How can we generate only "Density of delta" plot? Thank you very much for your help in advance. |