Diff for "FAQ/roc" - CBU statistics Wiki
location: Diff for "FAQ/roc"
Differences between revisions 2 and 3
Revision 2 as of 2007-01-05 10:33:21
Size: 444
Editor: PeterWatson
Comment:
Revision 3 as of 2007-01-05 10:38:59
Size: 1265
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

||||<33% style="TEXT-ALIGN: center"> Group || Score || Sex ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 1 || 12 || 1 ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 1 || 15 || 2 ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 1 || 23 || 1 ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 1 || 16 || 2 ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 1 || 10 || 2 ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 0 || 24 || 1 ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 0 || 34 || 1 ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 0 || 21 || 1 ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 0 || 25 || 2 ||
||||<33% style="VERTICAL-ALIGN: top; TEXT-ALIGN: center"> 0 || 9 || 2 ||
Line 21: Line 33:

The Receiver Operating Characteristic (ROC) curve is a graph which illustrates just how well a set of predictor variables, measured on various cases, predict the group to which that case belongs.

Group

Score

Sex

1

12

1

1

15

2

1

23

1

1

16

2

1

10

2

0

24

1

0

34

1

0

21

1

0

25

2

0

9

2

LOGISTIC REGRESSION VAR=group
  /METHOD=ENTER score f1
  /SAVE PRED (pred)
  /CRITERIA PIN(.05) POUT(.10) ITERATE(20) CUT(.5) .

ROC pred by group(1)
/MISSING = EXCLUDE
/PLOT = CURVE
/PRINT = SE COORDINATES.

None: FAQ/roc (last edited 2016-08-17 13:59:45 by PeterWatson)