Suppose training data are oversampled in the event group to make the number of events and non-events
roughly equal. A logistic regression is run and the probabilities are output to a data set NEW and given the
variable name PE. A decision rule considered is, "Classify data as an event if probability is greater than
0.5." Also the data set NEW contains a variable TG that indicates whether there is an event (1=Event, 0
No event).
The following SAS program was used.

What does this program calculate?