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
Hello everyone,
I am trying to calculate PTA/CFR for AUC/MIC > 80 for a range of MIC and their related distribution.
I have extracted epidemiological data from EUCAST website to do this, with makePTAtarget() command
The script ran well when it was simply a target list, but now it crashes with the error message :
Error in auc/randTarg : non-numeric argument to binary operator
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am trying to calculate PTA/CFR for AUC/MIC > 80 for a range of MIC and their related distribution.
I have extracted epidemiological data from EUCAST website to do this, with makePTAtarget() command
The script ran well when it was simply a target list, but now it crashes with the error message :
Error in auc/randTarg : non-numeric argument to binary operatorHere is the script I used :
1 0.002 0
2 0.004 0
3 0.008 0
4 0.016 0
5 0.030 0
6 0.060 15
7 0.125 217
8 0.250 1034
9 0.500 6359
10 1.000 44948
11 2.000 68510
12 4.000 7728
13 8.000 68
14 16.000 39
15 32.000 23
16 64.000 4
17 128.000 6
18 256.000 0
19 512.000 1154
Would anyone have the solution or an explanation? Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions