File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -545,14 +545,23 @@ PLOT:
545545 ext36 (36) ext45 (45) ext54 (54) ext63 (63)
546546 ext72 (72) ext81 (81) ext90 (90);
547547 TYPE = PLOT3;
548+ OUTLIERS =
549+ MAHALANOBIS ! Mahalanobis distance and its p-value
550+ LOGLIKELIHOOD ! Loglikelihood contribution
551+ INFLUENCE ! Loglikelihood distance influence measure
552+ COOKS; ! Cook's D parameter estimate influence measure
548553```
549554
550- # Save Factor Scores {#factorScores }
555+ # Save Data {#saveData }
551556
552557```
553558SAVEDATA:
554559 FILE = "C:/[insert_filepath]/filename.dat";
555- SAVE = FSCORES;
560+ SAVE =
561+ FSCORES ! Factor scores
562+ LOGLIKELIHOOD ! Loglikelihood contribution from each observation
563+ INFLUENCE ! Loglikelihood distance influence measure (Cook & Weisberg, 1982) for each observation
564+ COOKS; !Cook's D (Cook, 1977) for each observation
556565```
557566
558567# Multiple Imputation {#multipleImputation}
You can’t perform that action at this time.
0 commit comments