I am trying to determine the optimal cutoff value in arbitrary units (AU) from antibody testing to antigens based on case and control status. (So cases and controls are considered the "true" status). My design matched controls to cases on age.
When I run the ROC using the following command, I basically get a 45 degree angle (AUC = 0.46), which seems very strange.
roctab casestatus au_antigen, graph summary
Was I supposed to somehow take into account the matching that was involved (3 controls per case), and if so, how?
Also, higher AU would be considered greater protection so you'd think they'd more likely be the controls… so perhaps I need to modify the au_antigen variable first to account for the potential inverse relationship between au_antigen (continuous variable) and casestatus (dichotomous)? Any ideas?
When I run the ROC using the following command, I basically get a 45 degree angle (AUC = 0.46), which seems very strange.
roctab casestatus au_antigen, graph summary
Was I supposed to somehow take into account the matching that was involved (3 controls per case), and if so, how?
Also, higher AU would be considered greater protection so you'd think they'd more likely be the controls… so perhaps I need to modify the au_antigen variable first to account for the potential inverse relationship between au_antigen (continuous variable) and casestatus (dichotomous)? Any ideas?
Comment