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've been trying to run this code to analyze cardioception data in R! However, my code keeps getting stuck trying to run single subject analysis. After looking through the code, it doesn't look like "bins" are ever defined in the get_AUC helper function.
Here's the specific error:
"Error in get_AUROC(df, unique(df$Modality)) :
argument "bins" is missing, with no default"