Closed mdelacre closed 6 years ago
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
This is fixed in the package version on GitHub (it is not yet on CRAN).
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