You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into the error M0 > 0 are not all TRUE using nulltype = "empirical" with the additional warning Warning message: In sqrt(-1/{ : NaNs produced. Looks like this is thrown from the following line of the efron() function:
sig= as.numeric(sqrt(-1/{ 2*b0[3] }))
I’m not sure what this line is doing, or why it expects that b0[3] is negative, so I'm not sure how to fix.
Here’s a toy reproducible example where it occurs - when the test statistics look a bit bimodal (but I’m not sure if this is the only type of scenario):
Hi,
I am running into the error
M0 > 0 are not all TRUE
usingnulltype = "empirical"
with the additional warningWarning message: In sqrt(-1/{ : NaNs produced
. Looks like this is thrown from the following line of theefron() function
:I’m not sure what this line is doing, or why it expects that
b0[3]
is negative, so I'm not sure how to fix.Here’s a toy reproducible example where it occurs - when the test statistics look a bit bimodal (but I’m not sure if this is the only type of scenario):
Please let me know if this can be resolved. Thanks!
Best,
Keegan
The text was updated successfully, but these errors were encountered: