R/cohd2delta.R

cohd2delta <-
function (d) {#U1 in Table 2.2.1 in Cohen's Statistical Power Analysis, p. 22
 return (((2*pnorm(d/2))-1)/pnorm(d/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.