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
This is the specific lines where I traced the error back to.
In my case, unique(subset%leaveOutUnit) had only one element, leading to logical operation errors in the EmpiricalCalibration::fitSystematicErrorModel function due to subsetMinusOne being empty: Error in if (sd < 0) { : missing value where TRUE/FALSE needed
I am not completely confident about how this case should be handled, what this part intended to do. Can anybody help me?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi everyone,
while I was trying to run the sample code for the MethodEvaluation package using the data from my institution, I ran into some errors.
I found out that when running the packageOhdsiBenchmarkResults() function, insufficient error handling leads to the function not running at all.
This is the specific lines where I traced the error back to.
In my case,
unique(subset%leaveOutUnit)
had only one element, leading to logical operation errors in theEmpiricalCalibration::fitSystematicErrorModel
function due tosubsetMinusOne
being empty:Error in if (sd < 0) { : missing value where TRUE/FALSE needed
I am not completely confident about how this case should be handled, what this part intended to do. Can anybody help me?
Thank you in advance.
The text was updated successfully, but these errors were encountered: