Nothing
Durga
packageDurgaDiff
can now calculate multiple different effect sizes. The old values for effect.type
of "cohens"
and "hedges"
are no longer accepted and generate an error. This backwards-incompatible change has been made so that users are required to consider the effect type they wish to use. See the help file for DurgaDiff
for more information.DurgaDiff
now calculates CI of group means using BCa bootstrapping rather than using a parametric formula. This means that a group with fewer than 3 distinct values will not have a CI calculated (lower and upper limits will be NA
).DurgaDiff
now accepts a vector for group.col
. A single group column is created by concatenating values from each specified group column.DurgaDiff
now accepts data in either long or wide format. Added the data set insulin.wide
as an example of wide format. DurgaPlot
: Ensure entirety of effect size is visible when on the right.DurgaDiff
: bootstrap implementation of CI samples each group separately. The bug sometimes meant that the effect size axis disappeared in plots for groups with small sample sizes. The confidence intervals will be slightly different now.violin.params
to DurgaPlot
to provide additional control over violin appearance.ef.size.lty
and ef.size.lwd
to DurgaPlot
to provide control over effect size error bar appearance. points.adjust
to DurgaPlot
to allow control over point layout.DurgaPlot
: violin.fill = FALSE
now correctly does not fill violins, rather than white fill.DurgaBrackets
; drawing many brackets sometimes resulted in overlapping brackets.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.