Lakens / TOSTER

TOST equivalence test and power functions
35 stars 18 forks source link

missing values in the output #33

Closed mdelacre closed 6 years ago

mdelacre commented 6 years ago

image

Why the values of Z_L and Z_U are missing from the output when performing an equivalence test for correlation? This makes it impossible to extract these values, what can be useful when performing monte carlo simulations :)

z_L <-(log((1 + r)/(1-r))/2-log((1 + low_eqbound_r)/(1 - low_eqbound_r))/2)/(1/sqrt(n - 3)) z_U <-(log((1 + r)/(1-r))/2-log((1 + high_eqbound_r)/(1 - high_eqbound_r))/2)/(1/sqrt(n - 3))

Best,

Marie

Lakens commented 6 years ago

This is fixed in the package version on GitHub (it is not yet on CRAN).