Describe the bug
CIs based on non-central t-distribution may not be correct due to numerical issues.
To Reproduce
Steps to reproduce the behavior:
effectsize:::.get_ncp_t(t = 55, df_error = 1e6, conf.level = 0.95)
[1] 48.400 63.525
effectsize:::.get_ncp_t(t = 56, df_error = 1e6, conf.level = 0.95)
[1] 61.6 61.6
Screenshots
Specifiations (please complete the following information):
R Version 4.1.0
effectsize Version 0.8.6
Describe the bug
CIs based on non-central t-distribution may not be correct due to numerical issues.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Specifiations (please complete the following information):
RVersion 4.1.0effectsizeVersion 0.8.6