R/delta2cohd.R

delta2cohd <-
function (d) {#delta (Overlap) to Cohen's d
 return (qnorm(-1/(d-2))*2) }

Try the orddom package in your browser

Any scripts or data that you put into this service are public.

orddom documentation built on May 2, 2019, 2:45 a.m.