Page 1 of 1

An analyst generates a model using the LOGISTIC procedure. They are now interested in getting the sensitivity and specif

Posted: Fri Aug 26, 2022 10:05 am
by answerhappygod
An analyst generates a model using the LOGISTIC procedure. They are now interested in getting the sensitivity and specificity statistics on a validation data set for a variety of cutoff values.Which statement and option combination will generate these statistics?

A. Score data=valid1 out=roc;
B. Score data=valid1 outroc=roc;
C. mode1 resp(event= '1') = gender region/outroc=roc;
D. mode1 resp(event"1") = gender region/ out=roc;