syntax error

classic Classic list List threaded Threaded
25 messages Options
12
Reply | Threaded
Open this post in threaded view
|

syntax error

eunkum
I used the following syntax to run false discovery rate.

SORT CASES by p (a).
COMPUTE i=$casenum.
SORT CASES by i (d).
COMPUTE q=.05.
COMPUTE m=max(i,lag(m)).
COMPUTE crit=q*i/m.
COMPUTE test=(p le crit).
COMPUTE test=max(test,lag(test)).
FORMATS i m test(f8.0) q (f8.2) crit(f8.6).
VALUE LABELS test 1 'Significant' 0 'Not Significant'.
LIST.

I got the following error.

Error # 4305 in column 29.  Text: )
A relational operator may have two numeric operands or two character string
operands.  To compare a character string to a numeric quantity, consider using
the STRING or NUMBER function.
Execution of this command stops.
compute test=max(test,lag(test)).
execute.
formats i m test(f8.0) q (f8.2) crit(f8.6).
value labels test 1 'Significant' 0 'Not Significant'.
SORT CASES by p (a).

I got the following output. p is string variable. Do I need to transform p into numeric variable? If so, how can I do it?

Mass     CompoundFormula    p             PCa        i        q        m     crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354  .050000        .
815.7    C47H95N2        SM(24:0)      .06      353      .05      354  .049859        .
785.6    C45H89N2        SM(22:1)      .00      352      .05      354  .049718        .
787.7    C45H91N2        SM(22:0)      .08      351      .05      354  .049576        .
729.6    C41H81N2        SM(18:1)      .05      350      .05      354  .049435        .
731.6    C41H83N2        SM(18:0)      .10      349      .05      354  .049294        .
701.5    C39H77N2        SM(16:1)      .06      348      .05      354  .049153        .
703.6    C39H79N2        SM(16:0)      .59      347      .05      354  .049011        .
886.6    C50H80O1        PS(44:9)      .00      346      .05      354  .048870        .
888.6    C50H82O1        PS(44:8)      .00      345      .05      354  .048729        .
890.6    C50H84O1        PS(44:7)      .00      344      .05      354  .048588        .
892.6    C50H86O1        PS(44:6)      .00      343      .05      354  .048446        .
894.6    C50H88O1        PS(44:5)      .00      342      .05      354  .048305        .
896.6    C50H90O1        PS(44:4)      .00      341      .05      354  .048164        .
898.6    C50H92O1        PS(44:3)      .00      340      .05      354  .048023        .
900.7    C50H94O1        PS(44:2)      .00      339      .05      354  .047881        .
880.5    C50H74O1        PS(44:12      .00      338      .05      354  .047740        .
882.5    C50H76O1        PS(44:11      .00      337      .05      354  .047599        .
884.5    C50H78O1        PS(44:10      .00      336      .05      354  .047458        .
858.5    C48H76O1        PS(42:9)      .00      335      .05      354  .047316        .
860.5    C48H78O1        PS(42:8)      .00      334      .05      354  .047175        .
862.6    C48H80O1        PS(42:7)      .00      333      .05      354  .047034        .
864.6    C48H82O1        PS(42:6)      .00      332      .05      354  .046893        .
866.6    C48H84O1        PS(42:5)      .00      331      .05      354  .046751        .
854.5    C48H72O1        PS(42:11      .00      330      .05      354  .046610        .
856.5    C48H74O1        PS(42:10      .00      329      .05      354  .046469        .
832.5    C46H74O1        PS(40:8)      .00      328      .05      354  .046328        .
834.5    C46H76O1        PS(40:7)      .00      327      .05      354  .046186        .
836.5    C46H78O1        PS(40:6)      .00      326      .05      354  .046045        .
838.6    C46H80O1        PS(40:5)      .00      325      .05      354  .045904        .
840.6    C46H82O1        PS(40:4)      .00      324      .05      354  .045763        .
842.6    C46H84O1        PS(40:3)      .00      323      .05      354  .045621        .
844.6    C46H86O1        PS(40:2)      .00      322      .05      354  .045480        .
846.6    C46H88O1        PS(40:1)      .00      321      .05      354  .045339        .
806.5    C44H72O1        PS(38:7)      .00      320      .05      354  .045198        .
808.5    C44H74O1        PS(38:6)      .00      319      .05      354  .045056        .
810.5    C44H76O1        PS(38:5)      .00      318      .05      354  .044915        .
812.5    C44H78O1        PS(38:4)      .00      317      .05      354  .044774        .
814.6    C44H80O1        PS(38:3)      .00      316      .05      354  .044633        .
816.6    C44H82O1        PS(38:2)      .00      315      .05      354  .044492        .
818.6    C44H84O1        PS(38:1)      .00      314      .05      354  .044350        .
820.6    C44H86O1        PS(38:0)      .00      313      .05      354  .044209        .
780.5    C42H70O1        PS(36:6)      .00      312      .05      354  .044068        .
782.5    C42H72O1        PS(36:5)      .00      311      .05      354  .043927        .
784.5    C42H74O1        PS(36:4)      .00      310      .05      354  .043785        .
786.5    C42H76O1        PS(36:3)      .00      309      .05      354  .043644        .
788.5    C42H78O1        PS(36:2)      .00      308      .05      354  .043503        .
790.6    C42H80O1        PS(36:1)      .00      307      .05      354  .043362        .
792.6    C42H82O1        PS(36:0)      .00      306      .05      354  .043220        .
756.5    C40H70O1        PS(34:4)      .00      305      .05      354  .043079        .
758.5    C40H72O1        PS(34:3)      .00      304      .05      354  .042938        .
760.5    C40H74O1        PS(34:2)      .00      303      .05      354  .042797        .
762.5    C40H76O1        PS(34:1)      .00      302      .05      354  .042655        .
764.5    C40H78O1        PS(34:0)      .00      301      .05      354  .042514        .
734.5    C38H72O1        PS(32:1)      .00      300      .05      354  .042373        .
736.5    C38H74O1        PS(32:0)      .00      299      .05      354  .042232        .
978.6    C53H85O1        PI(44:9)      .00      298      .05      354  .042090        .
980.6    C53H87O1        PI(44:8)      .00      297      .05      354  .041949        .
982.6    C53H89O1        PI(44:7)      .00      296      .05      354  .041808        .
984.6    C53H91O1        PI(44:6)      .00      295      .05      354  .041667        .
986.6    C53H93O1        PI(44:5)      .00      294      .05      354  .041525        .
988.7    C53H95O1        PI(44:4)      .00      293      .05      354  .041384        .
990.7    C53H97O1        PI(44:3)      .00      292      .05      354  .041243        .
992.7    C53H99O1        PI(44:2)      .00      291      .05      354  .041102        .
972.5    C53H79O1        PI(44:12      .00      290      .05      354  .040960        .
974.5    C53H81O1        PI(44:11      .00      289      .05      354  .040819        .
976.6    C53H83O1        PI(44:10      .00      288      .05      354  .040678        .
950.5    C51H81O1        PI(42:9)      .00      287      .05      354  .040537        .
952.6    C51H83O1        PI(42:8)      .00      286      .05      354  .040395        .
954.6    C51H85O1        PI(42:7)      .00      285      .05      354  .040254        .
956.6    C51H87O1        PI(42:6)      .00      284      .05      354  .040113        .
958.6    C51H89O1        PI(42:5)      .00      283      .05      354  .039972        .
960.6    C51H91O1        PI(42:4)      .00      282      .05      354  .039831        .
962.6    C51H93O1        PI(42:3)      .00      281      .05      354  .039689        .
964.7    C51H95O1        PI(42:2)      .00      280      .05      354  .039548        .
948.5    C51H79O1        PI(42:10      .00      279      .05      354  .039407        .
924.5    C49H79O1        PI(40:8)      .00      278      .05      354  .039266        .
926.5    C49H81O1        PI(40:7)      .00      277      .05      354  .039124        .
928.6    C49H83O1        PI(40:6)      .00      276      .05      354  .038983        .
930.6    C49H85O1        PI(40:5)      .00      275      .05      354  .038842        .
932.6    C49H87O1        PI(40:4)      .00      274      .05      354  .038701        .
934.6    C49H89O1        PI(40:3)      .00      273      .05      354  .038559        .
936.6    C49H91O1        PI(40:2)      .00      272      .05      354  .038418        .
938.6    C49H93O1        PI(40:1)      .00      271      .05      354  .038277        .
940.7    C49H95O1        PI(40:0)      .00      270      .05      354  .038136        .
900.5    C47H79O1        PI(38:6)      .00      269      .05      354  .037994        .
902.5    C47H81O1        PI(38:5)      .00      268      .05      354  .037853        .
904.6    C47H83O1        PI(38:4)      .05      267      .05      354  .037712        .
906.6    C47H85O1        PI(38:3)      .01      266      .05      354  .037571        .
908.6    C47H87O1        PI(38:2)      .00      265      .05      354  .037429        .
910.6    C47H89O1        PI(38:1)      .00      264      .05      354  .037288        .
912.6    C47H91O1        PI(38:0)      .00      263      .05      354  .037147        .
872.5    C45H75O1        PI(36:6)      .00      262      .05      354  .037006        .
874.5    C45H77O1        PI(36:5)      .00      261      .05      354  .036864        .
876.5    C45H79O1        PI(36:4)      .01      260      .05      354  .036723        .
878.5    C45H81O1        PI(36:3)      .00      259      .05      354  .036582        .
880.6    C45H83O1        PI(36:2)      .02      258      .05      354  .036441        .
882.6    C45H85O1        PI(36:1)      .00      257      .05      354  .036299        .
848.5    C43H75O1        PI(34:4)      .00      256      .05      354  .036158        .
850.5    C43H77O1        PI(34:3)      .00      255      .05      354  .036017        .
852.5    C43H79O1        PI(34:2)      .00      254      .05      354  .035876        .
854.5    C43H81O1        PI(34:1)      .00      253      .05      354  .035734        .
842.6    C49H80O8        PE(44:9)      .00      252      .05      354  .035593        .
844.6    C49H82O8        PE(44:8)      .00      251      .05      354  .035452        .
846.6    C49H84O8        PE(44:7)      .00      250      .05      354  .035311        .
848.6    C49H86O8        PE(44:6)      .00      249      .05      354  .035169        .
850.6    C49H88O8        PE(44:5)      .00      248      .05      354  .035028        .
852.6    C49H90O8        PE(44:4)      .00      247      .05      354  .034887        .
854.7    C49H92O8        PE(44:3)      .00      246      .05      354  .034746        .
856.7    C49H94O8        PE(44:2)      .00      245      .05      354  .034605        .
836.5    C49H74O8        PE(44:12      .00      244      .05      354  .034463        .
838.5    C49H76O8        PE(44:11      .00      243      .05      354  .034322        .
840.5    C49H78O8        PE(44:10      .00      242      .05      354  .034181        .
814.5    C47H76O8        PE(42:9)      .00      241      .05      354  .034040        .
816.5    C47H78O8        PE(42:8)      .00      240      .05      354  .033898        .
818.6    C47H80O8        PE(42:7)      .00      239      .05      354  .033757        .
820.6    C47H82O8        PE(42:6)      .00      238      .05      354  .033616        .
822.6    C47H84O8        PE(42:5)      .00      237      .05      354  .033475        .
824.6    C47H86O8        PE(42:4)      .00      236      .05      354  .033333        .
826.6    C47H88O8        PE(42:3)      .00      235      .05      354  .033192        .
828.6    C47H90O8        PE(42:2)      .00      234      .05      354  .033051        .
812.5    C47H74O8        PE(42:10      .00      233      .05      354  .032910        .
788.5    C45H74O8        PE(40:8)      .00      232      .05      354  .032768        .
790.5    C45H76O8        PE(40:7)      .00      231      .05      354  .032627        .
792.5    C45H78O8        PE(40:6)      .00      230      .05      354  .032486        .
794.6    C45H80O8        PE(40:5)      .00      229      .05      354  .032345        .
796.6    C45H82O8        PE(40:4)      .00      228      .05      354  .032203        .
798.6    C45H84O8        PE(40:3)      .00      227      .05      354  .032062        .
800.6    C45H86O8        PE(40:2)      .00      226      .05      354  .031921        .
764.5    C43H74O8        PE(38:6)      .01      225      .05      354  .031780        .
766.5    C43H76O8        PE(38:5)      .01      224      .05      354  .031638        .
768.5    C43H78O8        PE(38:4)      .02      223      .05      354  .031497        .
770.6    C43H80O8        PE(38:3)      .00      222      .05      354  .031356        .
772.6    C43H82O8        PE(38:2)      .00      221      .05      354  .031215        .
774.6    C43H84O8        PE(38:1)      .00      220      .05      354  .031073        .
776.6    C43H86O8        PE(38:0)      .00      219      .05      354  .030932        .
736.5    C41H70O8        PE(36:6)      .00      218      .05      354  .030791        .
738.5    C41H72O8        PE(36:5)      .00      217      .05      354  .030650        .
740.5    C41H74O8        PE(36:4)      .01      216      .05      354  .030508        .
742.5    C41H76O8        PE(36:3)      .01      215      .05      354  .030367        .
744.5    C41H78O8        PE(36:2)      .02      214      .05      354  .030226        .
746.6    C41H80O8        PE(36:1)      .00      213      .05      354  .030085        .
748.6    C41H82O8        PE(36:0)      .00      212      .05      354  .029944        .
712.5    C39H70O8        PE(34:4)      .00      211      .05      354  .029802        .
714.5    C39H72O8        PE(34:3)      .00      210      .05      354  .029661        .
716.5    C39H74O8        PE(34:2)      .01      209      .05      354  .029520        .
718.5    C39H76O8        PE(34:1)      .00      208      .05      354  .029379        .
720.5    C39H78O8        PE(34:0)      .00      207      .05      354  .029237        .
688.5    C37H70O8        PE(32:2)      .00      206      .05      354  .029096        .
690.5    C37H72O8        PE(32:1)      .00      205      .05      354  .028955        .
692.5    C37H74O8        PE(32:0)      .00      204      .05      354  .028814        .
662.5    C35H68O8        PE(30:1)      .00      203      .05      354  .028672        .
664.5    C35H70O8        PE(30:0)      .00      202      .05      354  .028531        .
634.4    C33H64O8        PE(28:1)      .00      201      .05      354  .028390        .
636.5    C33H66O8        PE(28:0)      .00      200      .05      354  .028249        .
773.6    C44H89O6        PE-Cer(2      .00      199      .05      354  .028107        .
689.5    C38H77O6        PE-Cer(1      .00      198      .05      354  .027966        .
687.5    C38H75O6        PE-Cer(1      .00      197      .05      354  .027825        .
661.5    C36H73O6        PE-Cer(1      .00      196      .05      354  .027684        .
659.5    C36H71O6        PE-Cer(1      .00      195      .05      354  .027542        .
884.6    C52H86O8        PC(44:9)      .00      194      .05      354  .027401        .
886.6    C52H88O8        PC(44:8)      .00      193      .05      354  .027260        .
888.6    C52H90O8        PC(44:7)      .00      192      .05      354  .027119        .
890.7    C52H92O8        PC(44:6)      .00      191      .05      354  .026977        .
892.7    C52H94O8        PC(44:5)      .00      190      .05      354  .026836        .
894.7    C52H96O8        PC(44:4)      .00      189      .05      354  .026695        .
896.7    C52H98O8        PC(44:3)      .00      188      .05      354  .026554        .
898.7    C52H100O        PC(44:2)      .00      187      .05      354  .026412        .
878.6    C52H80O8        PC(44:12      .00      186      .05      354  .026271        .
880.6    C52H82O8        PC(44:11      .00      185      .05      354  .026130        .
882.6    C52H84O8        PC(44:10      .00      184      .05      354  .025989        .
856.6    C50H82O8        PC(42:9)      .00      183      .05      354  .025847        .
858.6    C50H84O8        PC(42:8)      .00      182      .05      354  .025706        .
860.6    C50H86O8        PC(42:7)      .00      181      .05      354  .025565        .
862.6    C50H88O8        PC(42:6)      .00      180      .05      354  .025424        .
864.6    C50H90O8        PC(42:5)      .00      179      .05      354  .025282        .
866.7    C50H92O8        PC(42:4)      .00      178      .05      354  .025141        .
868.7    C50H94O8        PC(42:3)      .00      177      .05      354  .025000        .
870.7    C50H96O8        PC(42:2)      .00      176      .05      354  .024859        .
852.5    C50H78O8        PC(42:11      .00      175      .05      354  .024718        .
854.6    C50H80O8        PC(42:10      .00      174      .05      354  .024576        .
830.6    C48H80O8        PC(40:8)      .00      173      .05      354  .024435        .
832.6    C48H82O8        PC(40:7)      .01      172      .05      354  .024294        .
834.6    C48H84O8        PC(40:6)      .02      171      .05      354  .024153        .
836.6    C48H86O8        PC(40:5)      .01      170      .05      354  .024011        .
838.6    C48H88O8        PC(40:4)      .00      169      .05      354  .023870        .
840.6    C48H90O8        PC(40:3)      .00      168      .05      354  .023729        .
842.7    C48H92O8        PC(40:2)      .00      167      .05      354  .023588        .
806.6    C46H80O8        PC(38:6)      .07      166      .05      354  .023446        .
808.6    C46H82O8        PC(38:5)      .07      165      .05      354  .023305        .
810.6    C46H84O8        PC(38:4)      .14      164      .05      354  .023164        .
812.6    C46H86O8        PC(38:3)      .08      163      .05      354  .023023        .
814.6    C46H88O8        PC(38:2)      .00      162      .05      354  .022881        .
816.6    C46H90O8        PC(38:1)      .00      161      .05      354  .022740        .
818.7    C46H92O8        PC(38:0)      .00      160      .05      354  .022599        .
778.5    C44H76O8        PC(36:6)      .00      159      .05      354  .022458        .
780.5    C44H78O8        PC(36:5)      .02      158      .05      354  .022316        .
782.6    C44H80O8        PC(36:4)      .29      157      .05      354  .022175        .
784.6    C44H82O8        PC(36:3)      .19      156      .05      354  .022034        .
786.6    C44H84O8        PC(36:2)      .40      155      .05      354  .021893        .
788.6    C44H86O8        PC(36:1)      .04      154      .05      354  .021751        .
790.6    C44H88O8        PC(36:0)      .00      153      .05      354  .021610        .
754.5    C42H76O8        PC(34:4)      .00      152      .05      354  .021469        .
756.5    C42H78O8        PC(34:3)      .02      151      .05      354  .021328        .
758.6    C42H80O8        PC(34:2)      .73      150      .05      354  .021186        .
760.6    C42H82O8        PC(34:1)      .27      149      .05      354  .021045        .
762.6    C42H84O8        PC(34:0)      .01      148      .05      354  .020904        .
730.5    C40H76O8        PC(32:2)      .00      147      .05      354  .020763        .
732.5    C40H78O8        PC(32:1)      .02      146      .05      354  .020621        .
734.6    C40H80O8        PC(32:0)      .03      145      .05      354  .020480        .
704.5    C38H74O8        PC(30:1)      .00      144      .05      354  .020339        .
706.5    C38H76O8        PC(30:0)      .00      143      .05      354  .020198        .
676.5    C36H70O8        PC(28:1)      .00      142      .05      354  .020056        .
764.5    C43H71O8        PA(40:7)      .00      141      .05      354  .019915        .
766.5    C43H73O8        PA(40:6)      .00      140      .05      354  .019774        .
768.5    C43H75O8        PA(40:5)      .00      139      .05      354  .019633        .
738.5    C41H69O8        PA(38:6)      .00      138      .05      354  .019492        .
740.5    C41H71O8        PA(38:5)      .00      137      .05      354  .019350        .
742.5    C41H73O8        PA(38:4)      .00      136      .05      354  .019209        .
744.5    C41H75O8        PA(38:3)      .00      135      .05      354  .019068        .
746.5    C41H77O8        PA(38:2)      .00      134      .05      354  .018927        .
710.4    C39H65O8        PA(36:6)      .00      133      .05      354  .018785        .
712.5    C39H67O8        PA(36:5)      .00      132      .05      354  .018644        .
714.5    C39H69O8        PA(36:4)      .00      131      .05      354  .018503        .
716.5    C39H71O8        PA(36:3)      .00      130      .05      354  .018362        .
718.5    C39H73O8        PA(36:2)      .00      129      .05      354  .018220        .
686.4    C37H65O8        PA(34:4)      .00      128      .05      354  .018079        .
688.5    C37H67O8        PA(34:3)      .00      127      .05      354  .017938        .
690.5    C37H69O8        PA(34:2)      .00      126      .05      354  .017797        .
692.5    C37H71O8        PA(34:1)      .00      125      .05      354  .017655        .
658.4    C35H61O8        PA(32:4)      .00      124      .05      354  .017514        .
660.4    C35H63O8        PA(32:3)      .00      123      .05      354  .017373        .
662.4    C35H65O8        PA(32:2)      .00      122      .05      354  .017232        .
664.5    C35H67O8        PA(32:1)      .00      121      .05      354  .017090        .
666.5    C35H69O8        PA(32:0)      .00      120      .05      354  .016949        .
526.3    C27H44O7        LPE(22:6      .00      119      .05      354  .016808        .
528.3    C27H46O7        LPE(22:5      .00      118      .05      354  .016667        .
500.3    C25H42O7        LPE(20:5      .00      117      .05      354  .016525        .
502.3    C25H44O7        LPE(20:4      .00      116      .05      354  .016384        .
504.3    C25H46O7        LPE(20:3      .00      115      .05      354  .016243        .
506.3    C25H48O7        LPE(20:2      .00      114      .05      354  .016102        .
508.3    C25H50O7        LPE(20:1      .00      113      .05      354  .015960        .
510.3    C25H52O7        LPE(20:0      .00      112      .05      354  .015819        .
476.3    C23H42O7        LPE(18:3      .00      111      .05      354  .015678        .
478.3    C23H44O7        LPE(18:2      .00      110      .05      354  .015537        .
480.3    C23H46O7        LPE(18:1      .00      109      .05      354  .015395        .
452.3    C21H42O7        LPE(16:1      .00      108      .05      354  .015254        .
454.3    C21H44O7        LPE(16:0      .00      107      .05      354  .015113        .
568.3    C30H50O7        LPC(22:6      .00      106      .05      354  .014972        .
570.3    C30H52O7        LPC(22:5      .00      105      .05      354  .014831        .
542.3    C28H48O7        LPC(20:5      .00      104      .05      354  .014689        .
544.3    C28H50O7        LPC(20:4      .01      103      .05      354  .014548        .
546.3    C28H52O7        LPC(20:3      .00      102      .05      354  .014407        .
548.4    C28H54O7        LPC(20:2      .00      101      .05      354  .014266        .
550.4    C28H56O7        LPC(20:1      .00      100      .05      354  .014124        .
552.4    C28H58O7        LPC(20:0      .00       99      .05      354  .013983        .
518.3    C26H48O7        LPC(18:3      .00       98      .05      354  .013842        .
520.3    C26H50O7        LPC(18:2      .03       97      .05      354  .013701        .
522.3    C26H52O7        LPC(18:1      .02       96      .05      354  .013559        .
524.4    C26H54O7        LPC(18:0      .04       95      .05      354  .013418        .
494.3    C24H48O7        LPC(16:1      .00       94      .05      354  .013277        .
496.3    C24H50O7        LPC(16:0      .11       93      .05      354  .013136        .
824.6    C46H82O9        ePS(40:5      .00       92      .05      354  .012994        .
826.6    C46H84O9        ePS(40:4      .00       91      .05      354  .012853        .
828.6    C46H86O9        ePS(40:3      .00       90      .05      354  .012712        .
830.6    C46H88O9        ePS(40:2      .00       89      .05      354  .012571        .
794.5    C44H76O9        ePS(38:6      .00       88      .05      354  .012429        .
796.5    C44H78O9        ePS(38:5      .00       87      .05      354  .012288        .
798.6    C44H80O9        ePS(38:4      .00       86      .05      354  .012147        .
800.6    C44H82O9        ePS(38:3      .00       85      .05      354  .012006        .
802.6    C44H84O9        ePS(38:2      .00       84      .05      354  .011864        .
804.6    C44H86O9        ePS(38:1      .00       83      .05      354  .011723        .
772.5    C42H78O9        ePS(36:3      .00       82      .05      354  .011582        .
774.6    C42H80O9        ePS(36:2      .00       81      .05      354  .011441        .
776.6    C42H82O9        ePS(36:1      .00       80      .05      354  .011299        .
778.6    C42H84O9        ePS(36:0      .00       79      .05      354  .011158        .
746.5    C40H76O9        ePS(34:2      .00       78      .05      354  .011017        .
748.5    C40H78O9        ePS(34:1      .00       77      .05      354  .010876        .
778.6    C45H80O7        ePE(40:6      .00       76      .05      354  .010734        .
780.6    C45H82O7        ePE(40:5      .00       75      .05      354  .010593        .
782.6    C45H84O7        ePE(40:4      .00       74      .05      354  .010452        .
784.6    C45H86O7        ePE(40:3      .00       73      .05      354  .010311        .
786.6    C45H88O7        ePE(40:2      .00       72      .05      354  .010169        .
750.5    C43H76O7        ePE(38:6      .00       71      .05      354  .010028        .
752.6    C43H78O7        ePE(38:5      .00       70      .05      354  .009887        .
754.6    C43H80O7        ePE(38:4      .00       69      .05      354  .009746        .
756.6    C43H82O7        ePE(38:3      .00       68      .05      354  .009605        .
758.6    C43H84O7        ePE(38:2      .00       67      .05      354  .009463        .
760.6    C43H86O7        ePE(38:1      .00       66      .05      354  .009322        .
762.6    C43H88O7        ePE(38:0      .00       65      .05      354  .009181        .
724.5    C41H74O7        ePE(36:5      .00       64      .05      354  .009040        .
726.5    C41H76O7        ePE(36:4      .00       63      .05      354  .008898        .
728.6    C41H78O7        ePE(36:3      .00       62      .05      354  .008757        .
730.6    C41H80O7        ePE(36:2      .00       61      .05      354  .008616        .
732.6    C41H82O7        ePE(36:1      .00       60      .05      354  .008475        .
734.6    C41H84O7        ePE(36:0      .00       59      .05      354  .008333        .
698.5    C39H72O7        ePE(34:4      .00       58      .05      354  .008192        .
700.5    C39H74O7        ePE(34:3      .00       57      .05      354  .008051        .
702.5    C39H76O7        ePE(34:2      .00       56      .05      354  .007910        .
704.6    C39H78O7        ePE(34:1      .00       55      .05      354  .007768        .
706.6    C39H80O7        ePE(34:0      .00       54      .05      354  .007627        .
672.5    C37H70O7        ePE(32:3      .00       53      .05      354  .007486        .
674.5    C37H72O7        ePE(32:2      .00       52      .05      354  .007345        .
676.5    C37H74O7        ePE(32:1      .00       51      .05      354  .007203        .
678.5    C37H76O7        ePE(32:0      .00       50      .05      354  .007062        .
820.6    C48H86O7        ePC(40:6      .00       49      .05      354  .006921        .
822.6    C48H88O7        ePC(40:5      .01       48      .05      354  .006780        .
824.6    C48H90O7        ePC(40:4      .00       47      .05      354  .006638        .
826.7    C48H92O7        ePC(40:3      .01       46      .05      354  .006497        .
828.7    C48H94O7        ePC(40:2      .00       45      .05      354  .006356        .
792.6    C46H82O7        ePC(38:6      .01       44      .05      354  .006215        .
794.6    C46H84O7        ePC(38:5      .02       43      .05      354  .006073        .
796.6    C46H86O7        ePC(38:4      .02       42      .05      354  .005932        .
798.6    C46H88O7        ePC(38:3      .02       41      .05      354  .005791        .
800.6    C46H90O7        ePC(38:2      .01       40      .05      354  .005650        .
802.7    C46H92O7        ePC(38:1      .01       39      .05      354  .005508        .
804.7    C46H94O7        ePC(38:0      .00       38      .05      354  .005367        .
766.6    C44H80O7        ePC(36:5      .01       37      .05      354  .005226        .
768.6    C44H82O7        ePC(36:4      .02       36      .05      354  .005085        .
770.6    C44H84O7        ePC(36:3      .01       35      .05      354  .004944        .
772.6    C44H86O7        ePC(36:2      .02       34      .05      354  .004802        .
774.6    C44H88O7        ePC(36:1      .02       33      .05      354  .004661        .
776.6    C44H90O7        ePC(36:0      .00       32      .05      354  .004520        .
740.6    C42H78O7        ePC(34:4      .00       31      .05      354  .004379        .
742.6    C42H80O7        ePC(34:3      .01       30      .05      354  .004237        .
744.6    C42H82O7        ePC(34:2      .02       29      .05      354  .004096        .
746.6    C42H84O7        ePC(34:1      .01       28      .05      354  .003955        .
748.6    C42H86O7        ePC(34:0      .00       27      .05      354  .003814        .
714.5    C40H76O7        ePC(32:3      .00       26      .05      354  .003672        .
716.6    C40H78O7        ePC(32:2      .00       25      .05      354  .003531        .
718.6    C40H80O7        ePC(32:1      .01       24      .05      354  .003390        .
720.6    C40H82O7        ePC(32:0      .00       23      .05      354  .003249        .
817.7    C47H97N2        DSM(24:0      .00       22      .05      354  .003107        .
789.7    C45H93N2        DSM(22:0      .02       21      .05      354  .002966        .
733.6    C41H85N2        DSM(18:0      .00       20      .05      354  .002825        .
705.6    C39H81N2        DSM(16:0      .02       19      .05      354  .002684        .
714.6168 C49H80NO        C22:6 CE      .23       18      .05      354  .002542        .
716.6324 C49H82NO        C22:5 CE      .02       17      .05      354  .002401        .
718.6480 C49H84NO        C22:4 CE      .01       16      .05      354  .002260        .
688.6012 C47H78NO        C20:5 CE      .34       15      .05      354  .002119        .
690.6168 C47H80NO        C20:4 CE     3.31       14      .05      354  .001977        .
692.6324 C47H82NO        C20:3 CE      .28       13      .05      354  .001836        .
694.6480 C47H84NO        C20:2 CE      .00       12      .05      354  .001695        .
696.6636 C47H86NO        C20:1 CE      .05       11      .05      354  .001554        .
698.6792 C47H88NO        C20:0 CE      .30       10      .05      354  .001412        .
682.6480 C46H84NO        C19:1 CE      .21        9      .05      354  .001271        .
684.6636 C46H86NO        C19:0 CE      .01        8      .05      354  .001130        .
664.6012 C45H78NO        C18:3 CE      .44        7      .05      354  .000989        .
666.6168 C45H80NO        C18:2 CE    15.38        6      .05      354  .000847        .
668.6324 C45H82NO        C18:1 CE     2.52        5      .05      354  .000706        .
670.6480 C45H84NO        C18:0 CE      .00        4      .05      354  .000565        .
640.6012 C43H78NO        C16:1 CE      .28        3      .05      354  .000424        .
642.6168 C43H80NO        C16:0 CE      .41        2      .05      354  .000282        .
614.5856 C41H76NO        C14:0 CE      .01        1      .05      354  .000141        .


Number of cases read:  354    Number of cases listed:  354

Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Rich Ulrich
Yes. If you are going to compare p to a number "crit", then p needs to be a number.

From what I can tell, p has values like "SM(22:1)"  and it is not obvious to me
what number you want to transform it to. 

Maybe you intended to compare the number in PCa to crit? 

--
Rich Ulrich

> Date: Wed, 15 Jun 2016 08:18:02 -0700

> From: [hidden email]
> Subject: syntax error
> To: [hidden email]
>
> I used the following syntax to run false discovery rate.
>
> SORT CASES by p (a).
> COMPUTE i=$casenum.
> SORT CASES by i (d).
> COMPUTE q=.05.
> COMPUTE m=max(i,lag(m)).
> COMPUTE crit=q*i/m.
> COMPUTE test=(p le crit).
> COMPUTE test=max(test,lag(test)).
> FORMATS i m test(f8.0) q (f8.2) crit(f8.6).
> VALUE LABELS test 1 'Significant' 0 'Not Significant'.
> LIST.
>
> I got the following error.
>
> Error # 4305 in column 29. Text: )
> A relational operator may have two numeric operands or two character string
> operands. To compare a character string to a numeric quantity, consider
> using
> the STRING or NUMBER function.
> Execution of this command stops.
> compute test=max(test,lag(test)).
> execute.
> formats i m test(f8.0) q (f8.2) crit(f8.6).
> value labels test 1 'Significant' 0 'Not Significant'.
> SORT CASES by p (a).
>
> I got the following output. p is string variable. Do I need to transform p
> into numeric variable? If so, how can I do it?
>
> Mass CompoundFormula p PCa i q m
> crit test
>
> 813.7 C47H93N2 SM(24:1) .22 354 .05 354
> .050000 .
> 815.7 C47H95N2 SM(24:0) .06 353 .05 354
> .049859 .
> 785.6 C45H89N2 SM(22:1) .00 352 .05 354
> .049718 .
[snip, unneeded detail]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

eunkum
Thank you for your response. I want to compare PCa and p. I want to identify p that is statistically associated with PCa.

Yes. p is string value that has values like "SM(22:1)". I want to transform it into numeric variable so I can identify p that is statistically associated with PCa.  

On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]> wrote:
Yes. If you are going to compare p to a number "crit", then p needs to be a number.

From what I can tell, p has values like "SM(22:1)"  and it is not obvious to me
what number you want to transform it to. 

Maybe you intended to compare the number in PCa to crit? 

--
Rich Ulrich

> Date: Wed, 15 Jun 2016 08:18:02 -0700

> From: [hidden email]
> Subject: syntax error
> To: [hidden email]
>
> I used the following syntax to run false discovery rate.
>
> SORT CASES by p (a).
> COMPUTE i=$casenum.
> SORT CASES by i (d).
> COMPUTE q=.05.
> COMPUTE m=max(i,lag(m)).
> COMPUTE crit=q*i/m.
> COMPUTE test=(p le crit).
> COMPUTE test=max(test,lag(test)).
> FORMATS i m test(f8.0) q (f8.2) crit(f8.6).
> VALUE LABELS test 1 'Significant' 0 'Not Significant'.
> LIST.
>
> I got the following error.
>
> Error # 4305 in column 29. Text: )
> A relational operator may have two numeric operands or two character string
> operands. To compare a character string to a numeric quantity, consider
> using
> the STRING or NUMBER function.
> Execution of this command stops.
> compute test=max(test,lag(test)).
> execute.
> formats i m test(f8.0) q (f8.2) crit(f8.6).
> value labels test 1 'Significant' 0 'Not Significant'.
> SORT CASES by p (a).
>
> I got the following output. p is string variable. Do I need to transform p
> into numeric variable? If so, how can I do it?
>
> Mass CompoundFormula p PCa i q m
> crit test
>
> 813.7 C47H93N2 SM(24:1) .22 354 .05 354
> .050000 .
> 815.7 C47H95N2 SM(24:0) .06 353 .05 354
> .049859 .
> 785.6 C45H89N2 SM(22:1) .00 352 .05 354
> .049718 .
[snip, unneeded detail]


===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Anthony Babinec
In reply to this post by eunkum
folks - this is discussed on ResearchGate, where that syntax appears.

https://www.researchgate.net/post/How_can_I_calculate_false_discovery_rate_u
sing_spss


Tony Babinec
[hidden email]

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
eunkum
Sent: Wednesday, June 15, 2016 10:18 AM
To: [hidden email]
Subject: syntax error

I used the following syntax to run false discovery rate.

SORT CASES by p (a).
COMPUTE i=$casenum.
SORT CASES by i (d).
COMPUTE q=.05.
COMPUTE m=max(i,lag(m)).
COMPUTE crit=q*i/m.
COMPUTE test=(p le crit).
COMPUTE test=max(test,lag(test)).
FORMATS i m test(f8.0) q (f8.2) crit(f8.6).
VALUE LABELS test 1 'Significant' 0 'Not Significant'.
LIST.

I got the following error.

Error # 4305 in column 29.  Text: )
A relational operator may have two numeric operands or two character string
operands.  To compare a character string to a numeric quantity, consider
using the STRING or NUMBER function.
Execution of this command stops.
compute test=max(test,lag(test)).
execute.
formats i m test(f8.0) q (f8.2) crit(f8.6).
value labels test 1 'Significant' 0 'Not Significant'.
SORT CASES by p (a).

I got the following output. p is string variable. Do I need to transform p
into numeric variable? If so, how can I do it?

Mass     CompoundFormula    p             PCa        i        q        m    
crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354
.050000        .
815.7    C47H95N2        SM(24:0)      .06      353      .05      354
.049859        .
785.6    C45H89N2        SM(22:1)      .00      352      .05      354
.049718        .
787.7    C45H91N2        SM(22:0)      .08      351      .05      354
.049576        .
729.6    C41H81N2        SM(18:1)      .05      350      .05      354
.049435        .
731.6    C41H83N2        SM(18:0)      .10      349      .05      354
.049294        .
701.5    C39H77N2        SM(16:1)      .06      348      .05      354
.049153        .
703.6    C39H79N2        SM(16:0)      .59      347      .05      354
.049011        .
886.6    C50H80O1        PS(44:9)      .00      346      .05      354
.048870        .
888.6    C50H82O1        PS(44:8)      .00      345      .05      354
.048729        .
890.6    C50H84O1        PS(44:7)      .00      344      .05      354
.048588        .
892.6    C50H86O1        PS(44:6)      .00      343      .05      354
.048446        .
894.6    C50H88O1        PS(44:5)      .00      342      .05      354
.048305        .
896.6    C50H90O1        PS(44:4)      .00      341      .05      354
.048164        .
898.6    C50H92O1        PS(44:3)      .00      340      .05      354
.048023        .
900.7    C50H94O1        PS(44:2)      .00      339      .05      354
.047881        .
880.5    C50H74O1        PS(44:12      .00      338      .05      354
.047740        .
882.5    C50H76O1        PS(44:11      .00      337      .05      354
.047599        .
884.5    C50H78O1        PS(44:10      .00      336      .05      354
.047458        .
858.5    C48H76O1        PS(42:9)      .00      335      .05      354
.047316        .
860.5    C48H78O1        PS(42:8)      .00      334      .05      354
.047175        .
862.6    C48H80O1        PS(42:7)      .00      333      .05      354
.047034        .
864.6    C48H82O1        PS(42:6)      .00      332      .05      354
.046893        .
866.6    C48H84O1        PS(42:5)      .00      331      .05      354
.046751        .
854.5    C48H72O1        PS(42:11      .00      330      .05      354
.046610        .
856.5    C48H74O1        PS(42:10      .00      329      .05      354
.046469        .
832.5    C46H74O1        PS(40:8)      .00      328      .05      354
.046328        .
834.5    C46H76O1        PS(40:7)      .00      327      .05      354
.046186        .
836.5    C46H78O1        PS(40:6)      .00      326      .05      354
.046045        .
838.6    C46H80O1        PS(40:5)      .00      325      .05      354
.045904        .
840.6    C46H82O1        PS(40:4)      .00      324      .05      354
.045763        .
842.6    C46H84O1        PS(40:3)      .00      323      .05      354
.045621        .
844.6    C46H86O1        PS(40:2)      .00      322      .05      354
.045480        .
846.6    C46H88O1        PS(40:1)      .00      321      .05      354
.045339        .
806.5    C44H72O1        PS(38:7)      .00      320      .05      354
.045198        .
808.5    C44H74O1        PS(38:6)      .00      319      .05      354
.045056        .
810.5    C44H76O1        PS(38:5)      .00      318      .05      354
.044915        .
812.5    C44H78O1        PS(38:4)      .00      317      .05      354
.044774        .
814.6    C44H80O1        PS(38:3)      .00      316      .05      354
.044633        .
816.6    C44H82O1        PS(38:2)      .00      315      .05      354
.044492        .
818.6    C44H84O1        PS(38:1)      .00      314      .05      354
.044350        .
820.6    C44H86O1        PS(38:0)      .00      313      .05      354
.044209        .
780.5    C42H70O1        PS(36:6)      .00      312      .05      354
.044068        .
782.5    C42H72O1        PS(36:5)      .00      311      .05      354
.043927        .
784.5    C42H74O1        PS(36:4)      .00      310      .05      354
.043785        .
786.5    C42H76O1        PS(36:3)      .00      309      .05      354
.043644        .
788.5    C42H78O1        PS(36:2)      .00      308      .05      354
.043503        .
790.6    C42H80O1        PS(36:1)      .00      307      .05      354
.043362        .
792.6    C42H82O1        PS(36:0)      .00      306      .05      354
.043220        .
756.5    C40H70O1        PS(34:4)      .00      305      .05      354
.043079        .
758.5    C40H72O1        PS(34:3)      .00      304      .05      354
.042938        .
760.5    C40H74O1        PS(34:2)      .00      303      .05      354
.042797        .
762.5    C40H76O1        PS(34:1)      .00      302      .05      354
.042655        .
764.5    C40H78O1        PS(34:0)      .00      301      .05      354
.042514        .
734.5    C38H72O1        PS(32:1)      .00      300      .05      354
.042373        .
736.5    C38H74O1        PS(32:0)      .00      299      .05      354
.042232        .
978.6    C53H85O1        PI(44:9)      .00      298      .05      354
.042090        .
980.6    C53H87O1        PI(44:8)      .00      297      .05      354
.041949        .
982.6    C53H89O1        PI(44:7)      .00      296      .05      354
.041808        .
984.6    C53H91O1        PI(44:6)      .00      295      .05      354
.041667        .
986.6    C53H93O1        PI(44:5)      .00      294      .05      354
.041525        .
988.7    C53H95O1        PI(44:4)      .00      293      .05      354
.041384        .
990.7    C53H97O1        PI(44:3)      .00      292      .05      354
.041243        .
992.7    C53H99O1        PI(44:2)      .00      291      .05      354
.041102        .
972.5    C53H79O1        PI(44:12      .00      290      .05      354
.040960        .
974.5    C53H81O1        PI(44:11      .00      289      .05      354
.040819        .
976.6    C53H83O1        PI(44:10      .00      288      .05      354
.040678        .
950.5    C51H81O1        PI(42:9)      .00      287      .05      354
.040537        .
952.6    C51H83O1        PI(42:8)      .00      286      .05      354
.040395        .
954.6    C51H85O1        PI(42:7)      .00      285      .05      354
.040254        .
956.6    C51H87O1        PI(42:6)      .00      284      .05      354
.040113        .
958.6    C51H89O1        PI(42:5)      .00      283      .05      354
.039972        .
960.6    C51H91O1        PI(42:4)      .00      282      .05      354
.039831        .
962.6    C51H93O1        PI(42:3)      .00      281      .05      354
.039689        .
964.7    C51H95O1        PI(42:2)      .00      280      .05      354
.039548        .
948.5    C51H79O1        PI(42:10      .00      279      .05      354
.039407        .
924.5    C49H79O1        PI(40:8)      .00      278      .05      354
.039266        .
926.5    C49H81O1        PI(40:7)      .00      277      .05      354
.039124        .
928.6    C49H83O1        PI(40:6)      .00      276      .05      354
.038983        .
930.6    C49H85O1        PI(40:5)      .00      275      .05      354
.038842        .
932.6    C49H87O1        PI(40:4)      .00      274      .05      354
.038701        .
934.6    C49H89O1        PI(40:3)      .00      273      .05      354
.038559        .
936.6    C49H91O1        PI(40:2)      .00      272      .05      354
.038418        .
938.6    C49H93O1        PI(40:1)      .00      271      .05      354
.038277        .
940.7    C49H95O1        PI(40:0)      .00      270      .05      354
.038136        .
900.5    C47H79O1        PI(38:6)      .00      269      .05      354
.037994        .
902.5    C47H81O1        PI(38:5)      .00      268      .05      354
.037853        .
904.6    C47H83O1        PI(38:4)      .05      267      .05      354
.037712        .
906.6    C47H85O1        PI(38:3)      .01      266      .05      354
.037571        .
908.6    C47H87O1        PI(38:2)      .00      265      .05      354
.037429        .
910.6    C47H89O1        PI(38:1)      .00      264      .05      354
.037288        .
912.6    C47H91O1        PI(38:0)      .00      263      .05      354
.037147        .
872.5    C45H75O1        PI(36:6)      .00      262      .05      354
.037006        .
874.5    C45H77O1        PI(36:5)      .00      261      .05      354
.036864        .
876.5    C45H79O1        PI(36:4)      .01      260      .05      354
.036723        .
878.5    C45H81O1        PI(36:3)      .00      259      .05      354
.036582        .
880.6    C45H83O1        PI(36:2)      .02      258      .05      354
.036441        .
882.6    C45H85O1        PI(36:1)      .00      257      .05      354
.036299        .
848.5    C43H75O1        PI(34:4)      .00      256      .05      354
.036158        .
850.5    C43H77O1        PI(34:3)      .00      255      .05      354
.036017        .
852.5    C43H79O1        PI(34:2)      .00      254      .05      354
.035876        .
854.5    C43H81O1        PI(34:1)      .00      253      .05      354
.035734        .
842.6    C49H80O8        PE(44:9)      .00      252      .05      354
.035593        .
844.6    C49H82O8        PE(44:8)      .00      251      .05      354
.035452        .
846.6    C49H84O8        PE(44:7)      .00      250      .05      354
.035311        .
848.6    C49H86O8        PE(44:6)      .00      249      .05      354
.035169        .
850.6    C49H88O8        PE(44:5)      .00      248      .05      354
.035028        .
852.6    C49H90O8        PE(44:4)      .00      247      .05      354
.034887        .
854.7    C49H92O8        PE(44:3)      .00      246      .05      354
.034746        .
856.7    C49H94O8        PE(44:2)      .00      245      .05      354
.034605        .
836.5    C49H74O8        PE(44:12      .00      244      .05      354
.034463        .
838.5    C49H76O8        PE(44:11      .00      243      .05      354
.034322        .
840.5    C49H78O8        PE(44:10      .00      242      .05      354
.034181        .
814.5    C47H76O8        PE(42:9)      .00      241      .05      354
.034040        .
816.5    C47H78O8        PE(42:8)      .00      240      .05      354
.033898        .
818.6    C47H80O8        PE(42:7)      .00      239      .05      354
.033757        .
820.6    C47H82O8        PE(42:6)      .00      238      .05      354
.033616        .
822.6    C47H84O8        PE(42:5)      .00      237      .05      354
.033475        .
824.6    C47H86O8        PE(42:4)      .00      236      .05      354
.033333        .
826.6    C47H88O8        PE(42:3)      .00      235      .05      354
.033192        .
828.6    C47H90O8        PE(42:2)      .00      234      .05      354
.033051        .
812.5    C47H74O8        PE(42:10      .00      233      .05      354
.032910        .
788.5    C45H74O8        PE(40:8)      .00      232      .05      354
.032768        .
790.5    C45H76O8        PE(40:7)      .00      231      .05      354
.032627        .
792.5    C45H78O8        PE(40:6)      .00      230      .05      354
.032486        .
794.6    C45H80O8        PE(40:5)      .00      229      .05      354
.032345        .
796.6    C45H82O8        PE(40:4)      .00      228      .05      354
.032203        .
798.6    C45H84O8        PE(40:3)      .00      227      .05      354
.032062        .
800.6    C45H86O8        PE(40:2)      .00      226      .05      354
.031921        .
764.5    C43H74O8        PE(38:6)      .01      225      .05      354
.031780        .
766.5    C43H76O8        PE(38:5)      .01      224      .05      354
.031638        .
768.5    C43H78O8        PE(38:4)      .02      223      .05      354
.031497        .
770.6    C43H80O8        PE(38:3)      .00      222      .05      354
.031356        .
772.6    C43H82O8        PE(38:2)      .00      221      .05      354
.031215        .
774.6    C43H84O8        PE(38:1)      .00      220      .05      354
.031073        .
776.6    C43H86O8        PE(38:0)      .00      219      .05      354
.030932        .
736.5    C41H70O8        PE(36:6)      .00      218      .05      354
.030791        .
738.5    C41H72O8        PE(36:5)      .00      217      .05      354
.030650        .
740.5    C41H74O8        PE(36:4)      .01      216      .05      354
.030508        .
742.5    C41H76O8        PE(36:3)      .01      215      .05      354
.030367        .
744.5    C41H78O8        PE(36:2)      .02      214      .05      354
.030226        .
746.6    C41H80O8        PE(36:1)      .00      213      .05      354
.030085        .
748.6    C41H82O8        PE(36:0)      .00      212      .05      354
.029944        .
712.5    C39H70O8        PE(34:4)      .00      211      .05      354
.029802        .
714.5    C39H72O8        PE(34:3)      .00      210      .05      354
.029661        .
716.5    C39H74O8        PE(34:2)      .01      209      .05      354
.029520        .
718.5    C39H76O8        PE(34:1)      .00      208      .05      354
.029379        .
720.5    C39H78O8        PE(34:0)      .00      207      .05      354
.029237        .
688.5    C37H70O8        PE(32:2)      .00      206      .05      354
.029096        .
690.5    C37H72O8        PE(32:1)      .00      205      .05      354
.028955        .
692.5    C37H74O8        PE(32:0)      .00      204      .05      354
.028814        .
662.5    C35H68O8        PE(30:1)      .00      203      .05      354
.028672        .
664.5    C35H70O8        PE(30:0)      .00      202      .05      354
.028531        .
634.4    C33H64O8        PE(28:1)      .00      201      .05      354
.028390        .
636.5    C33H66O8        PE(28:0)      .00      200      .05      354
.028249        .
773.6    C44H89O6        PE-Cer(2      .00      199      .05      354
.028107        .
689.5    C38H77O6        PE-Cer(1      .00      198      .05      354
.027966        .
687.5    C38H75O6        PE-Cer(1      .00      197      .05      354
.027825        .
661.5    C36H73O6        PE-Cer(1      .00      196      .05      354
.027684        .
659.5    C36H71O6        PE-Cer(1      .00      195      .05      354
.027542        .
884.6    C52H86O8        PC(44:9)      .00      194      .05      354
.027401        .
886.6    C52H88O8        PC(44:8)      .00      193      .05      354
.027260        .
888.6    C52H90O8        PC(44:7)      .00      192      .05      354
.027119        .
890.7    C52H92O8        PC(44:6)      .00      191      .05      354
.026977        .
892.7    C52H94O8        PC(44:5)      .00      190      .05      354
.026836        .
894.7    C52H96O8        PC(44:4)      .00      189      .05      354
.026695        .
896.7    C52H98O8        PC(44:3)      .00      188      .05      354
.026554        .
898.7    C52H100O        PC(44:2)      .00      187      .05      354
.026412        .
878.6    C52H80O8        PC(44:12      .00      186      .05      354
.026271        .
880.6    C52H82O8        PC(44:11      .00      185      .05      354
.026130        .
882.6    C52H84O8        PC(44:10      .00      184      .05      354
.025989        .
856.6    C50H82O8        PC(42:9)      .00      183      .05      354
.025847        .
858.6    C50H84O8        PC(42:8)      .00      182      .05      354
.025706        .
860.6    C50H86O8        PC(42:7)      .00      181      .05      354
.025565        .
862.6    C50H88O8        PC(42:6)      .00      180      .05      354
.025424        .
864.6    C50H90O8        PC(42:5)      .00      179      .05      354
.025282        .
866.7    C50H92O8        PC(42:4)      .00      178      .05      354
.025141        .
868.7    C50H94O8        PC(42:3)      .00      177      .05      354
.025000        .
870.7    C50H96O8        PC(42:2)      .00      176      .05      354
.024859        .
852.5    C50H78O8        PC(42:11      .00      175      .05      354
.024718        .
854.6    C50H80O8        PC(42:10      .00      174      .05      354
.024576        .
830.6    C48H80O8        PC(40:8)      .00      173      .05      354
.024435        .
832.6    C48H82O8        PC(40:7)      .01      172      .05      354
.024294        .
834.6    C48H84O8        PC(40:6)      .02      171      .05      354
.024153        .
836.6    C48H86O8        PC(40:5)      .01      170      .05      354
.024011        .
838.6    C48H88O8        PC(40:4)      .00      169      .05      354
.023870        .
840.6    C48H90O8        PC(40:3)      .00      168      .05      354
.023729        .
842.7    C48H92O8        PC(40:2)      .00      167      .05      354
.023588        .
806.6    C46H80O8        PC(38:6)      .07      166      .05      354
.023446        .
808.6    C46H82O8        PC(38:5)      .07      165      .05      354
.023305        .
810.6    C46H84O8        PC(38:4)      .14      164      .05      354
.023164        .
812.6    C46H86O8        PC(38:3)      .08      163      .05      354
.023023        .
814.6    C46H88O8        PC(38:2)      .00      162      .05      354
.022881        .
816.6    C46H90O8        PC(38:1)      .00      161      .05      354
.022740        .
818.7    C46H92O8        PC(38:0)      .00      160      .05      354
.022599        .
778.5    C44H76O8        PC(36:6)      .00      159      .05      354
.022458        .
780.5    C44H78O8        PC(36:5)      .02      158      .05      354
.022316        .
782.6    C44H80O8        PC(36:4)      .29      157      .05      354
.022175        .
784.6    C44H82O8        PC(36:3)      .19      156      .05      354
.022034        .
786.6    C44H84O8        PC(36:2)      .40      155      .05      354
.021893        .
788.6    C44H86O8        PC(36:1)      .04      154      .05      354
.021751        .
790.6    C44H88O8        PC(36:0)      .00      153      .05      354
.021610        .
754.5    C42H76O8        PC(34:4)      .00      152      .05      354
.021469        .
756.5    C42H78O8        PC(34:3)      .02      151      .05      354
.021328        .
758.6    C42H80O8        PC(34:2)      .73      150      .05      354
.021186        .
760.6    C42H82O8        PC(34:1)      .27      149      .05      354
.021045        .
762.6    C42H84O8        PC(34:0)      .01      148      .05      354
.020904        .
730.5    C40H76O8        PC(32:2)      .00      147      .05      354
.020763        .
732.5    C40H78O8        PC(32:1)      .02      146      .05      354
.020621        .
734.6    C40H80O8        PC(32:0)      .03      145      .05      354
.020480        .
704.5    C38H74O8        PC(30:1)      .00      144      .05      354
.020339        .
706.5    C38H76O8        PC(30:0)      .00      143      .05      354
.020198        .
676.5    C36H70O8        PC(28:1)      .00      142      .05      354
.020056        .
764.5    C43H71O8        PA(40:7)      .00      141      .05      354
.019915        .
766.5    C43H73O8        PA(40:6)      .00      140      .05      354
.019774        .
768.5    C43H75O8        PA(40:5)      .00      139      .05      354
.019633        .
738.5    C41H69O8        PA(38:6)      .00      138      .05      354
.019492        .
740.5    C41H71O8        PA(38:5)      .00      137      .05      354
.019350        .
742.5    C41H73O8        PA(38:4)      .00      136      .05      354
.019209        .
744.5    C41H75O8        PA(38:3)      .00      135      .05      354
.019068        .
746.5    C41H77O8        PA(38:2)      .00      134      .05      354
.018927        .
710.4    C39H65O8        PA(36:6)      .00      133      .05      354
.018785        .
712.5    C39H67O8        PA(36:5)      .00      132      .05      354
.018644        .
714.5    C39H69O8        PA(36:4)      .00      131      .05      354
.018503        .
716.5    C39H71O8        PA(36:3)      .00      130      .05      354
.018362        .
718.5    C39H73O8        PA(36:2)      .00      129      .05      354
.018220        .
686.4    C37H65O8        PA(34:4)      .00      128      .05      354
.018079        .
688.5    C37H67O8        PA(34:3)      .00      127      .05      354
.017938        .
690.5    C37H69O8        PA(34:2)      .00      126      .05      354
.017797        .
692.5    C37H71O8        PA(34:1)      .00      125      .05      354
.017655        .
658.4    C35H61O8        PA(32:4)      .00      124      .05      354
.017514        .
660.4    C35H63O8        PA(32:3)      .00      123      .05      354
.017373        .
662.4    C35H65O8        PA(32:2)      .00      122      .05      354
.017232        .
664.5    C35H67O8        PA(32:1)      .00      121      .05      354
.017090        .
666.5    C35H69O8        PA(32:0)      .00      120      .05      354
.016949        .
526.3    C27H44O7        LPE(22:6      .00      119      .05      354
.016808        .
528.3    C27H46O7        LPE(22:5      .00      118      .05      354
.016667        .
500.3    C25H42O7        LPE(20:5      .00      117      .05      354
.016525        .
502.3    C25H44O7        LPE(20:4      .00      116      .05      354
.016384        .
504.3    C25H46O7        LPE(20:3      .00      115      .05      354
.016243        .
506.3    C25H48O7        LPE(20:2      .00      114      .05      354
.016102        .
508.3    C25H50O7        LPE(20:1      .00      113      .05      354
.015960        .
510.3    C25H52O7        LPE(20:0      .00      112      .05      354
.015819        .
476.3    C23H42O7        LPE(18:3      .00      111      .05      354
.015678        .
478.3    C23H44O7        LPE(18:2      .00      110      .05      354
.015537        .
480.3    C23H46O7        LPE(18:1      .00      109      .05      354
.015395        .
452.3    C21H42O7        LPE(16:1      .00      108      .05      354
.015254        .
454.3    C21H44O7        LPE(16:0      .00      107      .05      354
.015113        .
568.3    C30H50O7        LPC(22:6      .00      106      .05      354
.014972        .
570.3    C30H52O7        LPC(22:5      .00      105      .05      354
.014831        .
542.3    C28H48O7        LPC(20:5      .00      104      .05      354
.014689        .
544.3    C28H50O7        LPC(20:4      .01      103      .05      354
.014548        .
546.3    C28H52O7        LPC(20:3      .00      102      .05      354
.014407        .
548.4    C28H54O7        LPC(20:2      .00      101      .05      354
.014266        .
550.4    C28H56O7        LPC(20:1      .00      100      .05      354
.014124        .
552.4    C28H58O7        LPC(20:0      .00       99      .05      354
.013983        .
518.3    C26H48O7        LPC(18:3      .00       98      .05      354
.013842        .
520.3    C26H50O7        LPC(18:2      .03       97      .05      354
.013701        .
522.3    C26H52O7        LPC(18:1      .02       96      .05      354
.013559        .
524.4    C26H54O7        LPC(18:0      .04       95      .05      354
.013418        .
494.3    C24H48O7        LPC(16:1      .00       94      .05      354
.013277        .
496.3    C24H50O7        LPC(16:0      .11       93      .05      354
.013136        .
824.6    C46H82O9        ePS(40:5      .00       92      .05      354
.012994        .
826.6    C46H84O9        ePS(40:4      .00       91      .05      354
.012853        .
828.6    C46H86O9        ePS(40:3      .00       90      .05      354
.012712        .
830.6    C46H88O9        ePS(40:2      .00       89      .05      354
.012571        .
794.5    C44H76O9        ePS(38:6      .00       88      .05      354
.012429        .
796.5    C44H78O9        ePS(38:5      .00       87      .05      354
.012288        .
798.6    C44H80O9        ePS(38:4      .00       86      .05      354
.012147        .
800.6    C44H82O9        ePS(38:3      .00       85      .05      354
.012006        .
802.6    C44H84O9        ePS(38:2      .00       84      .05      354
.011864        .
804.6    C44H86O9        ePS(38:1      .00       83      .05      354
.011723        .
772.5    C42H78O9        ePS(36:3      .00       82      .05      354
.011582        .
774.6    C42H80O9        ePS(36:2      .00       81      .05      354
.011441        .
776.6    C42H82O9        ePS(36:1      .00       80      .05      354
.011299        .
778.6    C42H84O9        ePS(36:0      .00       79      .05      354
.011158        .
746.5    C40H76O9        ePS(34:2      .00       78      .05      354
.011017        .
748.5    C40H78O9        ePS(34:1      .00       77      .05      354
.010876        .
778.6    C45H80O7        ePE(40:6      .00       76      .05      354
.010734        .
780.6    C45H82O7        ePE(40:5      .00       75      .05      354
.010593        .
782.6    C45H84O7        ePE(40:4      .00       74      .05      354
.010452        .
784.6    C45H86O7        ePE(40:3      .00       73      .05      354
.010311        .
786.6    C45H88O7        ePE(40:2      .00       72      .05      354
.010169        .
750.5    C43H76O7        ePE(38:6      .00       71      .05      354
.010028        .
752.6    C43H78O7        ePE(38:5      .00       70      .05      354
.009887        .
754.6    C43H80O7        ePE(38:4      .00       69      .05      354
.009746        .
756.6    C43H82O7        ePE(38:3      .00       68      .05      354
.009605        .
758.6    C43H84O7        ePE(38:2      .00       67      .05      354
.009463        .
760.6    C43H86O7        ePE(38:1      .00       66      .05      354
.009322        .
762.6    C43H88O7        ePE(38:0      .00       65      .05      354
.009181        .
724.5    C41H74O7        ePE(36:5      .00       64      .05      354
.009040        .
726.5    C41H76O7        ePE(36:4      .00       63      .05      354
.008898        .
728.6    C41H78O7        ePE(36:3      .00       62      .05      354
.008757        .
730.6    C41H80O7        ePE(36:2      .00       61      .05      354
.008616        .
732.6    C41H82O7        ePE(36:1      .00       60      .05      354
.008475        .
734.6    C41H84O7        ePE(36:0      .00       59      .05      354
.008333        .
698.5    C39H72O7        ePE(34:4      .00       58      .05      354
.008192        .
700.5    C39H74O7        ePE(34:3      .00       57      .05      354
.008051        .
702.5    C39H76O7        ePE(34:2      .00       56      .05      354
.007910        .
704.6    C39H78O7        ePE(34:1      .00       55      .05      354
.007768        .
706.6    C39H80O7        ePE(34:0      .00       54      .05      354
.007627        .
672.5    C37H70O7        ePE(32:3      .00       53      .05      354
.007486        .
674.5    C37H72O7        ePE(32:2      .00       52      .05      354
.007345        .
676.5    C37H74O7        ePE(32:1      .00       51      .05      354
.007203        .
678.5    C37H76O7        ePE(32:0      .00       50      .05      354
.007062        .
820.6    C48H86O7        ePC(40:6      .00       49      .05      354
.006921        .
822.6    C48H88O7        ePC(40:5      .01       48      .05      354
.006780        .
824.6    C48H90O7        ePC(40:4      .00       47      .05      354
.006638        .
826.7    C48H92O7        ePC(40:3      .01       46      .05      354
.006497        .
828.7    C48H94O7        ePC(40:2      .00       45      .05      354
.006356        .
792.6    C46H82O7        ePC(38:6      .01       44      .05      354
.006215        .
794.6    C46H84O7        ePC(38:5      .02       43      .05      354
.006073        .
796.6    C46H86O7        ePC(38:4      .02       42      .05      354
.005932        .
798.6    C46H88O7        ePC(38:3      .02       41      .05      354
.005791        .
800.6    C46H90O7        ePC(38:2      .01       40      .05      354
.005650        .
802.7    C46H92O7        ePC(38:1      .01       39      .05      354
.005508        .
804.7    C46H94O7        ePC(38:0      .00       38      .05      354
.005367        .
766.6    C44H80O7        ePC(36:5      .01       37      .05      354
.005226        .
768.6    C44H82O7        ePC(36:4      .02       36      .05      354
.005085        .
770.6    C44H84O7        ePC(36:3      .01       35      .05      354
.004944        .
772.6    C44H86O7        ePC(36:2      .02       34      .05      354
.004802        .
774.6    C44H88O7        ePC(36:1      .02       33      .05      354
.004661        .
776.6    C44H90O7        ePC(36:0      .00       32      .05      354
.004520        .
740.6    C42H78O7        ePC(34:4      .00       31      .05      354
.004379        .
742.6    C42H80O7        ePC(34:3      .01       30      .05      354
.004237        .
744.6    C42H82O7        ePC(34:2      .02       29      .05      354
.004096        .
746.6    C42H84O7        ePC(34:1      .01       28      .05      354
.003955        .
748.6    C42H86O7        ePC(34:0      .00       27      .05      354
.003814        .
714.5    C40H76O7        ePC(32:3      .00       26      .05      354
.003672        .
716.6    C40H78O7        ePC(32:2      .00       25      .05      354
.003531        .
718.6    C40H80O7        ePC(32:1      .01       24      .05      354
.003390        .
720.6    C40H82O7        ePC(32:0      .00       23      .05      354
.003249        .
817.7    C47H97N2        DSM(24:0      .00       22      .05      354
.003107        .
789.7    C45H93N2        DSM(22:0      .02       21      .05      354
.002966        .
733.6    C41H85N2        DSM(18:0      .00       20      .05      354
.002825        .
705.6    C39H81N2        DSM(16:0      .02       19      .05      354
.002684        .
714.6168 C49H80NO        C22:6 CE      .23       18      .05      354
.002542        .
716.6324 C49H82NO        C22:5 CE      .02       17      .05      354
.002401        .
718.6480 C49H84NO        C22:4 CE      .01       16      .05      354
.002260        .
688.6012 C47H78NO        C20:5 CE      .34       15      .05      354
.002119        .
690.6168 C47H80NO        C20:4 CE     3.31       14      .05      354
.001977        .
692.6324 C47H82NO        C20:3 CE      .28       13      .05      354
.001836        .
694.6480 C47H84NO        C20:2 CE      .00       12      .05      354
.001695        .
696.6636 C47H86NO        C20:1 CE      .05       11      .05      354
.001554        .
698.6792 C47H88NO        C20:0 CE      .30       10      .05      354
.001412        .
682.6480 C46H84NO        C19:1 CE      .21        9      .05      354
.001271        .
684.6636 C46H86NO        C19:0 CE      .01        8      .05      354
.001130        .
664.6012 C45H78NO        C18:3 CE      .44        7      .05      354
.000989        .
666.6168 C45H80NO        C18:2 CE    15.38        6      .05      354
.000847        .
668.6324 C45H82NO        C18:1 CE     2.52        5      .05      354
.000706        .
670.6480 C45H84NO        C18:0 CE      .00        4      .05      354
.000565        .
640.6012 C43H78NO        C16:1 CE      .28        3      .05      354
.000424        .
642.6168 C43H80NO        C16:0 CE      .41        2      .05      354
.000282        .
614.5856 C41H76NO        C14:0 CE      .01        1      .05      354
.000141        .


Number of cases read:  354    Number of cases listed:  354





--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command SIGNOFF SPSSX-L For a list of
commands to manage subscriptions, send the command INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

eunkum
Thanks. It was discussed. But the syntax error was not discussed (e.g., string value). Could you let me know how I can fix the syntax error? Thanks again.

On Wed, Jun 15, 2016 at 12:19 PM, Anthony Babinec [via SPSSX Discussion] <[hidden email]> wrote:
folks - this is discussed on ResearchGate, where that syntax appears.

https://www.researchgate.net/post/How_can_I_calculate_false_discovery_rate_u
sing_spss


Tony Babinec
[hidden email]

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
eunkum
Sent: Wednesday, June 15, 2016 10:18 AM
To: [hidden email]
Subject: syntax error

I used the following syntax to run false discovery rate.

SORT CASES by p (a).
COMPUTE i=$casenum.
SORT CASES by i (d).
COMPUTE q=.05.
COMPUTE m=max(i,lag(m)).
COMPUTE crit=q*i/m.
COMPUTE test=(p le crit).
COMPUTE test=max(test,lag(test)).
FORMATS i m test(f8.0) q (f8.2) crit(f8.6).
VALUE LABELS test 1 'Significant' 0 'Not Significant'.
LIST.

I got the following error.

Error # 4305 in column 29.  Text: )
A relational operator may have two numeric operands or two character string
operands.  To compare a character string to a numeric quantity, consider
using the STRING or NUMBER function.
Execution of this command stops.
compute test=max(test,lag(test)).
execute.
formats i m test(f8.0) q (f8.2) crit(f8.6).
value labels test 1 'Significant' 0 'Not Significant'.
SORT CASES by p (a).

I got the following output. p is string variable. Do I need to transform p
into numeric variable? If so, how can I do it?

Mass     CompoundFormula    p             PCa        i        q        m    
crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354
.050000        .
815.7    C47H95N2        SM(24:0)      .06      353      .05      354
.049859        .
785.6    C45H89N2        SM(22:1)      .00      352      .05      354
.049718        .
787.7    C45H91N2        SM(22:0)      .08      351      .05      354
.049576        .
729.6    C41H81N2        SM(18:1)      .05      350      .05      354
.049435        .
731.6    C41H83N2        SM(18:0)      .10      349      .05      354
.049294        .
701.5    C39H77N2        SM(16:1)      .06      348      .05      354
.049153        .
703.6    C39H79N2        SM(16:0)      .59      347      .05      354
.049011        .
886.6    C50H80O1        PS(44:9)      .00      346      .05      354
.048870        .
888.6    C50H82O1        PS(44:8)      .00      345      .05      354
.048729        .
890.6    C50H84O1        PS(44:7)      .00      344      .05      354
.048588        .
892.6    C50H86O1        PS(44:6)      .00      343      .05      354
.048446        .
894.6    C50H88O1        PS(44:5)      .00      342      .05      354
.048305        .
896.6    C50H90O1        PS(44:4)      .00      341      .05      354
.048164        .
898.6    C50H92O1        PS(44:3)      .00      340      .05      354
.048023        .
900.7    C50H94O1        PS(44:2)      .00      339      .05      354
.047881        .
880.5    C50H74O1        PS(44:12      .00      338      .05      354
.047740        .
882.5    C50H76O1        PS(44:11      .00      337      .05      354
.047599        .
884.5    C50H78O1        PS(44:10      .00      336      .05      354
.047458        .
858.5    C48H76O1        PS(42:9)      .00      335      .05      354
.047316        .
860.5    C48H78O1        PS(42:8)      .00      334      .05      354
.047175        .
862.6    C48H80O1        PS(42:7)      .00      333      .05      354
.047034        .
864.6    C48H82O1        PS(42:6)      .00      332      .05      354
.046893        .
866.6    C48H84O1        PS(42:5)      .00      331      .05      354
.046751        .
854.5    C48H72O1        PS(42:11      .00      330      .05      354
.046610        .
856.5    C48H74O1        PS(42:10      .00      329      .05      354
.046469        .
832.5    C46H74O1        PS(40:8)      .00      328      .05      354
.046328        .
834.5    C46H76O1        PS(40:7)      .00      327      .05      354
.046186        .
836.5    C46H78O1        PS(40:6)      .00      326      .05      354
.046045        .
838.6    C46H80O1        PS(40:5)      .00      325      .05      354
.045904        .
840.6    C46H82O1        PS(40:4)      .00      324      .05      354
.045763        .
842.6    C46H84O1        PS(40:3)      .00      323      .05      354
.045621        .
844.6    C46H86O1        PS(40:2)      .00      322      .05      354
.045480        .
846.6    C46H88O1        PS(40:1)      .00      321      .05      354
.045339        .
806.5    C44H72O1        PS(38:7)      .00      320      .05      354
.045198        .
808.5    C44H74O1        PS(38:6)      .00      319      .05      354
.045056        .
810.5    C44H76O1        PS(38:5)      .00      318      .05      354
.044915        .
812.5    C44H78O1        PS(38:4)      .00      317      .05      354
.044774        .
814.6    C44H80O1        PS(38:3)      .00      316      .05      354
.044633        .
816.6    C44H82O1        PS(38:2)      .00      315      .05      354
.044492        .
818.6    C44H84O1        PS(38:1)      .00      314      .05      354
.044350        .
820.6    C44H86O1        PS(38:0)      .00      313      .05      354
.044209        .
780.5    C42H70O1        PS(36:6)      .00      312      .05      354
.044068        .
782.5    C42H72O1        PS(36:5)      .00      311      .05      354
.043927        .
784.5    C42H74O1        PS(36:4)      .00      310      .05      354
.043785        .
786.5    C42H76O1        PS(36:3)      .00      309      .05      354
.043644        .
788.5    C42H78O1        PS(36:2)      .00      308      .05      354
.043503        .
790.6    C42H80O1        PS(36:1)      .00      307      .05      354
.043362        .
792.6    C42H82O1        PS(36:0)      .00      306      .05      354
.043220        .
756.5    C40H70O1        PS(34:4)      .00      305      .05      354
.043079        .
758.5    C40H72O1        PS(34:3)      .00      304      .05      354
.042938        .
760.5    C40H74O1        PS(34:2)      .00      303      .05      354
.042797        .
762.5    C40H76O1        PS(34:1)      .00      302      .05      354
.042655        .
764.5    C40H78O1        PS(34:0)      .00      301      .05      354
.042514        .
734.5    C38H72O1        PS(32:1)      .00      300      .05      354
.042373        .
736.5    C38H74O1        PS(32:0)      .00      299      .05      354
.042232        .
978.6    C53H85O1        PI(44:9)      .00      298      .05      354
.042090        .
980.6    C53H87O1        PI(44:8)      .00      297      .05      354
.041949        .
982.6    C53H89O1        PI(44:7)      .00      296      .05      354
.041808        .
984.6    C53H91O1        PI(44:6)      .00      295      .05      354
.041667        .
986.6    C53H93O1        PI(44:5)      .00      294      .05      354
.041525        .
988.7    C53H95O1        PI(44:4)      .00      293      .05      354
.041384        .
990.7    C53H97O1        PI(44:3)      .00      292      .05      354
.041243        .
992.7    C53H99O1        PI(44:2)      .00      291      .05      354
.041102        .
972.5    C53H79O1        PI(44:12      .00      290      .05      354
.040960        .
974.5    C53H81O1        PI(44:11      .00      289      .05      354
.040819        .
976.6    C53H83O1        PI(44:10      .00      288      .05      354
.040678        .
950.5    C51H81O1        PI(42:9)      .00      287      .05      354
.040537        .
952.6    C51H83O1        PI(42:8)      .00      286      .05      354
.040395        .
954.6    C51H85O1        PI(42:7)      .00      285      .05      354
.040254        .
956.6    C51H87O1        PI(42:6)      .00      284      .05      354
.040113        .
958.6    C51H89O1        PI(42:5)      .00      283      .05      354
.039972        .
960.6    C51H91O1        PI(42:4)      .00      282      .05      354
.039831        .
962.6    C51H93O1        PI(42:3)      .00      281      .05      354
.039689        .
964.7    C51H95O1        PI(42:2)      .00      280      .05      354
.039548        .
948.5    C51H79O1        PI(42:10      .00      279      .05      354
.039407        .
924.5    C49H79O1        PI(40:8)      .00      278      .05      354
.039266        .
926.5    C49H81O1        PI(40:7)      .00      277      .05      354
.039124        .
928.6    C49H83O1        PI(40:6)      .00      276      .05      354
.038983        .
930.6    C49H85O1        PI(40:5)      .00      275      .05      354
.038842        .
932.6    C49H87O1        PI(40:4)      .00      274      .05      354
.038701        .
934.6    C49H89O1        PI(40:3)      .00      273      .05      354
.038559        .
936.6    C49H91O1        PI(40:2)      .00      272      .05      354
.038418        .
938.6    C49H93O1        PI(40:1)      .00      271      .05      354
.038277        .
940.7    C49H95O1        PI(40:0)      .00      270      .05      354
.038136        .
900.5    C47H79O1        PI(38:6)      .00      269      .05      354
.037994        .
902.5    C47H81O1        PI(38:5)      .00      268      .05      354
.037853        .
904.6    C47H83O1        PI(38:4)      .05      267      .05      354
.037712        .
906.6    C47H85O1        PI(38:3)      .01      266      .05      354
.037571        .
908.6    C47H87O1        PI(38:2)      .00      265      .05      354
.037429        .
910.6    C47H89O1        PI(38:1)      .00      264      .05      354
.037288        .
912.6    C47H91O1        PI(38:0)      .00      263      .05      354
.037147        .
872.5    C45H75O1        PI(36:6)      .00      262      .05      354
.037006        .
874.5    C45H77O1        PI(36:5)      .00      261      .05      354
.036864        .
876.5    C45H79O1        PI(36:4)      .01      260      .05      354
.036723        .
878.5    C45H81O1        PI(36:3)      .00      259      .05      354
.036582        .
880.6    C45H83O1        PI(36:2)      .02      258      .05      354
.036441        .
882.6    C45H85O1        PI(36:1)      .00      257      .05      354
.036299        .
848.5    C43H75O1        PI(34:4)      .00      256      .05      354
.036158        .
850.5    C43H77O1        PI(34:3)      .00      255      .05      354
.036017        .
852.5    C43H79O1        PI(34:2)      .00      254      .05      354
.035876        .
854.5    C43H81O1        PI(34:1)      .00      253      .05      354
.035734        .
842.6    C49H80O8        PE(44:9)      .00      252      .05      354
.035593        .
844.6    C49H82O8        PE(44:8)      .00      251      .05      354
.035452        .
846.6    C49H84O8        PE(44:7)      .00      250      .05      354
.035311        .
848.6    C49H86O8        PE(44:6)      .00      249      .05      354
.035169        .
850.6    C49H88O8        PE(44:5)      .00      248      .05      354
.035028        .
852.6    C49H90O8        PE(44:4)      .00      247      .05      354
.034887        .
854.7    C49H92O8        PE(44:3)      .00      246      .05      354
.034746        .
856.7    C49H94O8        PE(44:2)      .00      245      .05      354
.034605        .
836.5    C49H74O8        PE(44:12      .00      244      .05      354
.034463        .
838.5    C49H76O8        PE(44:11      .00      243      .05      354
.034322        .
840.5    C49H78O8        PE(44:10      .00      242      .05      354
.034181        .
814.5    C47H76O8        PE(42:9)      .00      241      .05      354
.034040        .
816.5    C47H78O8        PE(42:8)      .00      240      .05      354
.033898        .
818.6    C47H80O8        PE(42:7)      .00      239      .05      354
.033757        .
820.6    C47H82O8        PE(42:6)      .00      238      .05      354
.033616        .
822.6    C47H84O8        PE(42:5)      .00      237      .05      354
.033475        .
824.6    C47H86O8        PE(42:4)      .00      236      .05      354
.033333        .
826.6    C47H88O8        PE(42:3)      .00      235      .05      354
.033192        .
828.6    C47H90O8        PE(42:2)      .00      234      .05      354
.033051        .
812.5    C47H74O8        PE(42:10      .00      233      .05      354
.032910        .
788.5    C45H74O8        PE(40:8)      .00      232      .05      354
.032768        .
790.5    C45H76O8        PE(40:7)      .00      231      .05      354
.032627        .
792.5    C45H78O8        PE(40:6)      .00      230      .05      354
.032486        .
794.6    C45H80O8        PE(40:5)      .00      229      .05      354
.032345        .
796.6    C45H82O8        PE(40:4)      .00      228      .05      354
.032203        .
798.6    C45H84O8        PE(40:3)      .00      227      .05      354
.032062        .
800.6    C45H86O8        PE(40:2)      .00      226      .05      354
.031921        .
764.5    C43H74O8        PE(38:6)      .01      225      .05      354
.031780        .
766.5    C43H76O8        PE(38:5)      .01      224      .05      354
.031638        .
768.5    C43H78O8        PE(38:4)      .02      223      .05      354
.031497        .
770.6    C43H80O8        PE(38:3)      .00      222      .05      354
.031356        .
772.6    C43H82O8        PE(38:2)      .00      221      .05      354
.031215        .
774.6    C43H84O8        PE(38:1)      .00      220      .05      354
.031073        .
776.6    C43H86O8        PE(38:0)      .00      219      .05      354
.030932        .
736.5    C41H70O8        PE(36:6)      .00      218      .05      354
.030791        .
738.5    C41H72O8        PE(36:5)      .00      217      .05      354
.030650        .
740.5    C41H74O8        PE(36:4)      .01      216      .05      354
.030508        .
742.5    C41H76O8        PE(36:3)      .01      215      .05      354
.030367        .
744.5    C41H78O8        PE(36:2)      .02      214      .05      354
.030226        .
746.6    C41H80O8        PE(36:1)      .00      213      .05      354
.030085        .
748.6    C41H82O8        PE(36:0)      .00      212      .05      354
.029944        .
712.5    C39H70O8        PE(34:4)      .00      211      .05      354
.029802        .
714.5    C39H72O8        PE(34:3)      .00      210      .05      354
.029661        .
716.5    C39H74O8        PE(34:2)      .01      209      .05      354
.029520        .
718.5    C39H76O8        PE(34:1)      .00      208      .05      354
.029379        .
720.5    C39H78O8        PE(34:0)      .00      207      .05      354
.029237        .
688.5    C37H70O8        PE(32:2)      .00      206      .05      354
.029096        .
690.5    C37H72O8        PE(32:1)      .00      205      .05      354
.028955        .
692.5    C37H74O8        PE(32:0)      .00      204      .05      354
.028814        .
662.5    C35H68O8        PE(30:1)      .00      203      .05      354
.028672        .
664.5    C35H70O8        PE(30:0)      .00      202      .05      354
.028531        .
634.4    C33H64O8        PE(28:1)      .00      201      .05      354
.028390        .
636.5    C33H66O8        PE(28:0)      .00      200      .05      354
.028249        .
773.6    C44H89O6        PE-Cer(2      .00      199      .05      354
.028107        .
689.5    C38H77O6        PE-Cer(1      .00      198      .05      354
.027966        .
687.5    C38H75O6        PE-Cer(1      .00      197      .05      354
.027825        .
661.5    C36H73O6        PE-Cer(1      .00      196      .05      354
.027684        .
659.5    C36H71O6        PE-Cer(1      .00      195      .05      354
.027542        .
884.6    C52H86O8        PC(44:9)      .00      194      .05      354
.027401        .
886.6    C52H88O8        PC(44:8)      .00      193      .05      354
.027260        .
888.6    C52H90O8        PC(44:7)      .00      192      .05      354
.027119        .
890.7    C52H92O8        PC(44:6)      .00      191      .05      354
.026977        .
892.7    C52H94O8        PC(44:5)      .00      190      .05      354
.026836        .
894.7    C52H96O8        PC(44:4)      .00      189      .05      354
.026695        .
896.7    C52H98O8        PC(44:3)      .00      188      .05      354
.026554        .
898.7    C52H100O        PC(44:2)      .00      187      .05      354
.026412        .
878.6    C52H80O8        PC(44:12      .00      186      .05      354
.026271        .
880.6    C52H82O8        PC(44:11      .00      185      .05      354
.026130        .
882.6    C52H84O8        PC(44:10      .00      184      .05      354
.025989        .
856.6    C50H82O8        PC(42:9)      .00      183      .05      354
.025847        .
858.6    C50H84O8        PC(42:8)      .00      182      .05      354
.025706        .
860.6    C50H86O8        PC(42:7)      .00      181      .05      354
.025565        .
862.6    C50H88O8        PC(42:6)      .00      180      .05      354
.025424        .
864.6    C50H90O8        PC(42:5)      .00      179      .05      354
.025282        .
866.7    C50H92O8        PC(42:4)      .00      178      .05      354
.025141        .
868.7    C50H94O8        PC(42:3)      .00      177      .05      354
.025000        .
870.7    C50H96O8        PC(42:2)      .00      176      .05      354
.024859        .
852.5    C50H78O8        PC(42:11      .00      175      .05      354
.024718        .
854.6    C50H80O8        PC(42:10      .00      174      .05      354
.024576        .
830.6    C48H80O8        PC(40:8)      .00      173      .05      354
.024435        .
832.6    C48H82O8        PC(40:7)      .01      172      .05      354
.024294        .
834.6    C48H84O8        PC(40:6)      .02      171      .05      354
.024153        .
836.6    C48H86O8        PC(40:5)      .01      170      .05      354
.024011        .
838.6    C48H88O8        PC(40:4)      .00      169      .05      354
.023870        .
840.6    C48H90O8        PC(40:3)      .00      168      .05      354
.023729        .
842.7    C48H92O8        PC(40:2)      .00      167      .05      354
.023588        .
806.6    C46H80O8        PC(38:6)      .07      166      .05      354
.023446        .
808.6    C46H82O8        PC(38:5)      .07      165      .05      354
.023305        .
810.6    C46H84O8        PC(38:4)      .14      164      .05      354
.023164        .
812.6    C46H86O8        PC(38:3)      .08      163      .05      354
.023023        .
814.6    C46H88O8        PC(38:2)      .00      162      .05      354
.022881        .
816.6    C46H90O8        PC(38:1)      .00      161      .05      354
.022740        .
818.7    C46H92O8        PC(38:0)      .00      160      .05      354
.022599        .
778.5    C44H76O8        PC(36:6)      .00      159      .05      354
.022458        .
780.5    C44H78O8        PC(36:5)      .02      158      .05      354
.022316        .
782.6    C44H80O8        PC(36:4)      .29      157      .05      354
.022175        .
784.6    C44H82O8        PC(36:3)      .19      156      .05      354
.022034        .
786.6    C44H84O8        PC(36:2)      .40      155      .05      354
.021893        .
788.6    C44H86O8        PC(36:1)      .04      154      .05      354
.021751        .
790.6    C44H88O8        PC(36:0)      .00      153      .05      354
.021610        .
754.5    C42H76O8        PC(34:4)      .00      152      .05      354
.021469        .
756.5    C42H78O8        PC(34:3)      .02      151      .05      354
.021328        .
758.6    C42H80O8        PC(34:2)      .73      150      .05      354
.021186        .
760.6    C42H82O8        PC(34:1)      .27      149      .05      354
.021045        .
762.6    C42H84O8        PC(34:0)      .01      148      .05      354
.020904        .
730.5    C40H76O8        PC(32:2)      .00      147      .05      354
.020763        .
732.5    C40H78O8        PC(32:1)      .02      146      .05      354
.020621        .
734.6    C40H80O8        PC(32:0)      .03      145      .05      354
.020480        .
704.5    C38H74O8        PC(30:1)      .00      144      .05      354
.020339        .
706.5    C38H76O8        PC(30:0)      .00      143      .05      354
.020198        .
676.5    C36H70O8        PC(28:1)      .00      142      .05      354
.020056        .
764.5    C43H71O8        PA(40:7)      .00      141      .05      354
.019915        .
766.5    C43H73O8        PA(40:6)      .00      140      .05      354
.019774        .
768.5    C43H75O8        PA(40:5)      .00      139      .05      354
.019633        .
738.5    C41H69O8        PA(38:6)      .00      138      .05      354
.019492        .
740.5    C41H71O8        PA(38:5)      .00      137      .05      354
.019350        .
742.5    C41H73O8        PA(38:4)      .00      136      .05      354
.019209        .
744.5    C41H75O8        PA(38:3)      .00      135      .05      354
.019068        .
746.5    C41H77O8        PA(38:2)      .00      134      .05      354
.018927        .
710.4    C39H65O8        PA(36:6)      .00      133      .05      354
.018785        .
712.5    C39H67O8        PA(36:5)      .00      132      .05      354
.018644        .
714.5    C39H69O8        PA(36:4)      .00      131      .05      354
.018503        .
716.5    C39H71O8        PA(36:3)      .00      130      .05      354
.018362        .
718.5    C39H73O8        PA(36:2)      .00      129      .05      354
.018220        .
686.4    C37H65O8        PA(34:4)      .00      128      .05      354
.018079        .
688.5    C37H67O8        PA(34:3)      .00      127      .05      354
.017938        .
690.5    C37H69O8        PA(34:2)      .00      126      .05      354
.017797        .
692.5    C37H71O8        PA(34:1)      .00      125      .05      354
.017655        .
658.4    C35H61O8        PA(32:4)      .00      124      .05      354
.017514        .
660.4    C35H63O8        PA(32:3)      .00      123      .05      354
.017373        .
662.4    C35H65O8        PA(32:2)      .00      122      .05      354
.017232        .
664.5    C35H67O8        PA(32:1)      .00      121      .05      354
.017090        .
666.5    C35H69O8        PA(32:0)      .00      120      .05      354
.016949        .
526.3    C27H44O7        LPE(22:6      .00      119      .05      354
.016808        .
528.3    C27H46O7        LPE(22:5      .00      118      .05      354
.016667        .
500.3    C25H42O7        LPE(20:5      .00      117      .05      354
.016525        .
502.3    C25H44O7        LPE(20:4      .00      116      .05      354
.016384        .
504.3    C25H46O7        LPE(20:3      .00      115      .05      354
.016243        .
506.3    C25H48O7        LPE(20:2      .00      114      .05      354
.016102        .
508.3    C25H50O7        LPE(20:1      .00      113      .05      354
.015960        .
510.3    C25H52O7        LPE(20:0      .00      112      .05      354
.015819        .
476.3    C23H42O7        LPE(18:3      .00      111      .05      354
.015678        .
478.3    C23H44O7        LPE(18:2      .00      110      .05      354
.015537        .
480.3    C23H46O7        LPE(18:1      .00      109      .05      354
.015395        .
452.3    C21H42O7        LPE(16:1      .00      108      .05      354
.015254        .
454.3    C21H44O7        LPE(16:0      .00      107      .05      354
.015113        .
568.3    C30H50O7        LPC(22:6      .00      106      .05      354
.014972        .
570.3    C30H52O7        LPC(22:5      .00      105      .05      354
.014831        .
542.3    C28H48O7        LPC(20:5      .00      104      .05      354
.014689        .
544.3    C28H50O7        LPC(20:4      .01      103      .05      354
.014548        .
546.3    C28H52O7        LPC(20:3      .00      102      .05      354
.014407        .
548.4    C28H54O7        LPC(20:2      .00      101      .05      354
.014266        .
550.4    C28H56O7        LPC(20:1      .00      100      .05      354
.014124        .
552.4    C28H58O7        LPC(20:0      .00       99      .05      354
.013983        .
518.3    C26H48O7        LPC(18:3      .00       98      .05      354
.013842        .
520.3    C26H50O7        LPC(18:2      .03       97      .05      354
.013701        .
522.3    C26H52O7        LPC(18:1      .02       96      .05      354
.013559        .
524.4    C26H54O7        LPC(18:0      .04       95      .05      354
.013418        .
494.3    C24H48O7        LPC(16:1      .00       94      .05      354
.013277        .
496.3    C24H50O7        LPC(16:0      .11       93      .05      354
.013136        .
824.6    C46H82O9        ePS(40:5      .00       92      .05      354
.012994        .
826.6    C46H84O9        ePS(40:4      .00       91      .05      354
.012853        .
828.6    C46H86O9        ePS(40:3      .00       90      .05      354
.012712        .
830.6    C46H88O9        ePS(40:2      .00       89      .05      354
.012571        .
794.5    C44H76O9        ePS(38:6      .00       88      .05      354
.012429        .
796.5    C44H78O9        ePS(38:5      .00       87      .05      354
.012288        .
798.6    C44H80O9        ePS(38:4      .00       86      .05      354
.012147        .
800.6    C44H82O9        ePS(38:3      .00       85      .05      354
.012006        .
802.6    C44H84O9        ePS(38:2      .00       84      .05      354
.011864        .
804.6    C44H86O9        ePS(38:1      .00       83      .05      354
.011723        .
772.5    C42H78O9        ePS(36:3      .00       82      .05      354
.011582        .
774.6    C42H80O9        ePS(36:2      .00       81      .05      354
.011441        .
776.6    C42H82O9        ePS(36:1      .00       80      .05      354
.011299        .
778.6    C42H84O9        ePS(36:0      .00       79      .05      354
.011158        .
746.5    C40H76O9        ePS(34:2      .00       78      .05      354
.011017        .
748.5    C40H78O9        ePS(34:1      .00       77      .05      354
.010876        .
778.6    C45H80O7        ePE(40:6      .00       76      .05      354
.010734        .
780.6    C45H82O7        ePE(40:5      .00       75      .05      354
.010593        .
782.6    C45H84O7        ePE(40:4      .00       74      .05      354
.010452        .
784.6    C45H86O7        ePE(40:3      .00       73      .05      354
.010311        .
786.6    C45H88O7        ePE(40:2      .00       72      .05      354
.010169        .
750.5    C43H76O7        ePE(38:6      .00       71      .05      354
.010028        .
752.6    C43H78O7        ePE(38:5      .00       70      .05      354
.009887        .
754.6    C43H80O7        ePE(38:4      .00       69      .05      354
.009746        .
756.6    C43H82O7        ePE(38:3      .00       68      .05      354
.009605        .
758.6    C43H84O7        ePE(38:2      .00       67      .05      354
.009463        .
760.6    C43H86O7        ePE(38:1      .00       66      .05      354
.009322        .
762.6    C43H88O7        ePE(38:0      .00       65      .05      354
.009181        .
724.5    C41H74O7        ePE(36:5      .00       64      .05      354
.009040        .
726.5    C41H76O7        ePE(36:4      .00       63      .05      354
.008898        .
728.6    C41H78O7        ePE(36:3      .00       62      .05      354
.008757        .
730.6    C41H80O7        ePE(36:2      .00       61      .05      354
.008616        .
732.6    C41H82O7        ePE(36:1      .00       60      .05      354
.008475        .
734.6    C41H84O7        ePE(36:0      .00       59      .05      354
.008333        .
698.5    C39H72O7        ePE(34:4      .00       58      .05      354
.008192        .
700.5    C39H74O7        ePE(34:3      .00       57      .05      354
.008051        .
702.5    C39H76O7        ePE(34:2      .00       56      .05      354
.007910        .
704.6    C39H78O7        ePE(34:1      .00       55      .05      354
.007768        .
706.6    C39H80O7        ePE(34:0      .00       54      .05      354
.007627        .
672.5    C37H70O7        ePE(32:3      .00       53      .05      354
.007486        .
674.5    C37H72O7        ePE(32:2      .00       52      .05      354
.007345        .
676.5    C37H74O7        ePE(32:1      .00       51      .05      354
.007203        .
678.5    C37H76O7        ePE(32:0      .00       50      .05      354
.007062        .
820.6    C48H86O7        ePC(40:6      .00       49      .05      354
.006921        .
822.6    C48H88O7        ePC(40:5      .01       48      .05      354
.006780        .
824.6    C48H90O7        ePC(40:4      .00       47      .05      354
.006638        .
826.7    C48H92O7        ePC(40:3      .01       46      .05      354
.006497        .
828.7    C48H94O7        ePC(40:2      .00       45      .05      354
.006356        .
792.6    C46H82O7        ePC(38:6      .01       44      .05      354
.006215        .
794.6    C46H84O7        ePC(38:5      .02       43      .05      354
.006073        .
796.6    C46H86O7        ePC(38:4      .02       42      .05      354
.005932        .
798.6    C46H88O7        ePC(38:3      .02       41      .05      354
.005791        .
800.6    C46H90O7        ePC(38:2      .01       40      .05      354
.005650        .
802.7    C46H92O7        ePC(38:1      .01       39      .05      354
.005508        .
804.7    C46H94O7        ePC(38:0      .00       38      .05      354
.005367        .
766.6    C44H80O7        ePC(36:5      .01       37      .05      354
.005226        .
768.6    C44H82O7        ePC(36:4      .02       36      .05      354
.005085        .
770.6    C44H84O7        ePC(36:3      .01       35      .05      354
.004944        .
772.6    C44H86O7        ePC(36:2      .02       34      .05      354
.004802        .
774.6    C44H88O7        ePC(36:1      .02       33      .05      354
.004661        .
776.6    C44H90O7        ePC(36:0      .00       32      .05      354
.004520        .
740.6    C42H78O7        ePC(34:4      .00       31      .05      354
.004379        .
742.6    C42H80O7        ePC(34:3      .01       30      .05      354
.004237        .
744.6    C42H82O7        ePC(34:2      .02       29      .05      354
.004096        .
746.6    C42H84O7        ePC(34:1      .01       28      .05      354
.003955        .
748.6    C42H86O7        ePC(34:0      .00       27      .05      354
.003814        .
714.5    C40H76O7        ePC(32:3      .00       26      .05      354
.003672        .
716.6    C40H78O7        ePC(32:2      .00       25      .05      354
.003531        .
718.6    C40H80O7        ePC(32:1      .01       24      .05      354
.003390        .
720.6    C40H82O7        ePC(32:0      .00       23      .05      354
.003249        .
817.7    C47H97N2        DSM(24:0      .00       22      .05      354
.003107        .
789.7    C45H93N2        DSM(22:0      .02       21      .05      354
.002966        .
733.6    C41H85N2        DSM(18:0      .00       20      .05      354
.002825        .
705.6    C39H81N2        DSM(16:0      .02       19      .05      354
.002684        .
714.6168 C49H80NO        C22:6 CE      .23       18      .05      354
.002542        .
716.6324 C49H82NO        C22:5 CE      .02       17      .05      354
.002401        .
718.6480 C49H84NO        C22:4 CE      .01       16      .05      354
.002260        .
688.6012 C47H78NO        C20:5 CE      .34       15      .05      354
.002119        .
690.6168 C47H80NO        C20:4 CE     3.31       14      .05      354
.001977        .
692.6324 C47H82NO        C20:3 CE      .28       13      .05      354
.001836        .
694.6480 C47H84NO        C20:2 CE      .00       12      .05      354
.001695        .
696.6636 C47H86NO        C20:1 CE      .05       11      .05      354
.001554        .
698.6792 C47H88NO        C20:0 CE      .30       10      .05      354
.001412        .
682.6480 C46H84NO        C19:1 CE      .21        9      .05      354
.001271        .
684.6636 C46H86NO        C19:0 CE      .01        8      .05      354
.001130        .
664.6012 C45H78NO        C18:3 CE      .44        7      .05      354
.000989        .
666.6168 C45H80NO        C18:2 CE    15.38        6      .05      354
.000847        .
668.6324 C45H82NO        C18:1 CE     2.52        5      .05      354
.000706        .
670.6480 C45H84NO        C18:0 CE      .00        4      .05      354
.000565        .
640.6012 C43H78NO        C16:1 CE      .28        3      .05      354
.000424        .
642.6168 C43H80NO        C16:0 CE      .41        2      .05      354
.000282        .
614.5856 C41H76NO        C14:0 CE      .01        1      .05      354
.000141        .


Number of cases read:  354    Number of cases listed:  354





--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command SIGNOFF SPSSX-L For a list of
commands to manage subscriptions, send the command INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD



If you reply to this email, your message will be added to the discussion below:
http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732413.html
To unsubscribe from syntax error, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Jon Peck
In reply to this post by eunkum
The STATS PADJUST extension command computes a number of different adjustments for multiple tests.  The significance levels can  be listed in the command syntax or read from a variable.

From the syntax help...
  • FDR is Benjamini-Hochberg FDR and is the default
  • HOLM is Holm
  • HOMMEL is Hommel
  • HOCHBERG is Hochberg
  • BY is Benjamini-Yekutieli
  • BONFERRONI is Bonferroni.

FDR and BY are used to control the false discovery rate, which is the expected proportion of false positives among the hypotheses that are rejected. The other methods are used to control the familywise error rate and are more conservative. The distinction becomes more important as the number of tests grows. Hochberg and Hommel assume that the tests are independent or are not negatively correlated.


On Wed, Jun 15, 2016 at 9:18 AM, eunkum <[hidden email]> wrote:
I used the following syntax to run false discovery rate.

SORT CASES by p (a).
COMPUTE i=$casenum.
SORT CASES by i (d).
COMPUTE q=.05.
COMPUTE m=max(i,lag(m)).
COMPUTE crit=q*i/m.
COMPUTE test=(p le crit).
COMPUTE test=max(test,lag(test)).
FORMATS i m test(f8.0) q (f8.2) crit(f8.6).
VALUE LABELS test 1 'Significant' 0 'Not Significant'.
LIST.

I got the following error.

Error # 4305 in column 29.  Text: )
A relational operator may have two numeric operands or two character string
operands.  To compare a character string to a numeric quantity, consider
using
the STRING or NUMBER function.
Execution of this command stops.
compute test=max(test,lag(test)).
execute.
formats i m test(f8.0) q (f8.2) crit(f8.6).
value labels test 1 'Significant' 0 'Not Significant'.
SORT CASES by p (a).

I got the following output. p is string variable. Do I need to transform p
into numeric variable? If so, how can I do it?

Mass     CompoundFormula    p             PCa        i        q        m
crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354
.050000        .
815.7    C47H95N2        SM(24:0)      .06      353      .05      354
.049859        .
785.6    C45H89N2        SM(22:1)      .00      352      .05      354
.049718        .
787.7    C45H91N2        SM(22:0)      .08      351      .05      354
.049576        .
729.6    C41H81N2        SM(18:1)      .05      350      .05      354
.049435        .
731.6    C41H83N2        SM(18:0)      .10      349      .05      354
.049294        .
701.5    C39H77N2        SM(16:1)      .06      348      .05      354
.049153        .
703.6    C39H79N2        SM(16:0)      .59      347      .05      354
.049011        .
886.6    C50H80O1        PS(44:9)      .00      346      .05      354
.048870        .
888.6    C50H82O1        PS(44:8)      .00      345      .05      354
.048729        .
890.6    C50H84O1        PS(44:7)      .00      344      .05      354
.048588        .
892.6    C50H86O1        PS(44:6)      .00      343      .05      354
.048446        .
894.6    C50H88O1        PS(44:5)      .00      342      .05      354
.048305        .
896.6    C50H90O1        PS(44:4)      .00      341      .05      354
.048164        .
898.6    C50H92O1        PS(44:3)      .00      340      .05      354
.048023        .
900.7    C50H94O1        PS(44:2)      .00      339      .05      354
.047881        .
880.5    C50H74O1        PS(44:12      .00      338      .05      354
.047740        .
882.5    C50H76O1        PS(44:11      .00      337      .05      354
.047599        .
884.5    C50H78O1        PS(44:10      .00      336      .05      354
.047458        .
858.5    C48H76O1        PS(42:9)      .00      335      .05      354
.047316        .
860.5    C48H78O1        PS(42:8)      .00      334      .05      354
.047175        .
862.6    C48H80O1        PS(42:7)      .00      333      .05      354
.047034        .
864.6    C48H82O1        PS(42:6)      .00      332      .05      354
.046893        .
866.6    C48H84O1        PS(42:5)      .00      331      .05      354
.046751        .
854.5    C48H72O1        PS(42:11      .00      330      .05      354
.046610        .
856.5    C48H74O1        PS(42:10      .00      329      .05      354
.046469        .
832.5    C46H74O1        PS(40:8)      .00      328      .05      354
.046328        .
834.5    C46H76O1        PS(40:7)      .00      327      .05      354
.046186        .
836.5    C46H78O1        PS(40:6)      .00      326      .05      354
.046045        .
838.6    C46H80O1        PS(40:5)      .00      325      .05      354
.045904        .
840.6    C46H82O1        PS(40:4)      .00      324      .05      354
.045763        .
842.6    C46H84O1        PS(40:3)      .00      323      .05      354
.045621        .
844.6    C46H86O1        PS(40:2)      .00      322      .05      354
.045480        .
846.6    C46H88O1        PS(40:1)      .00      321      .05      354
.045339        .
806.5    C44H72O1        PS(38:7)      .00      320      .05      354
.045198        .
808.5    C44H74O1        PS(38:6)      .00      319      .05      354
.045056        .
810.5    C44H76O1        PS(38:5)      .00      318      .05      354
.044915        .
812.5    C44H78O1        PS(38:4)      .00      317      .05      354
.044774        .
814.6    C44H80O1        PS(38:3)      .00      316      .05      354
.044633        .
816.6    C44H82O1        PS(38:2)      .00      315      .05      354
.044492        .
818.6    C44H84O1        PS(38:1)      .00      314      .05      354
.044350        .
820.6    C44H86O1        PS(38:0)      .00      313      .05      354
.044209        .
780.5    C42H70O1        PS(36:6)      .00      312      .05      354
.044068        .
782.5    C42H72O1        PS(36:5)      .00      311      .05      354
.043927        .
784.5    C42H74O1        PS(36:4)      .00      310      .05      354
.043785        .
786.5    C42H76O1        PS(36:3)      .00      309      .05      354
.043644        .
788.5    C42H78O1        PS(36:2)      .00      308      .05      354
.043503        .
790.6    C42H80O1        PS(36:1)      .00      307      .05      354
.043362        .
792.6    C42H82O1        PS(36:0)      .00      306      .05      354
.043220        .
756.5    C40H70O1        PS(34:4)      .00      305      .05      354
.043079        .
758.5    C40H72O1        PS(34:3)      .00      304      .05      354
.042938        .
760.5    C40H74O1        PS(34:2)      .00      303      .05      354
.042797        .
762.5    C40H76O1        PS(34:1)      .00      302      .05      354
.042655        .
764.5    C40H78O1        PS(34:0)      .00      301      .05      354
.042514        .
734.5    C38H72O1        PS(32:1)      .00      300      .05      354
.042373        .
736.5    C38H74O1        PS(32:0)      .00      299      .05      354
.042232        .
978.6    C53H85O1        PI(44:9)      .00      298      .05      354
.042090        .
980.6    C53H87O1        PI(44:8)      .00      297      .05      354
.041949        .
982.6    C53H89O1        PI(44:7)      .00      296      .05      354
.041808        .
984.6    C53H91O1        PI(44:6)      .00      295      .05      354
.041667        .
986.6    C53H93O1        PI(44:5)      .00      294      .05      354
.041525        .
988.7    C53H95O1        PI(44:4)      .00      293      .05      354
.041384        .
990.7    C53H97O1        PI(44:3)      .00      292      .05      354
.041243        .
992.7    C53H99O1        PI(44:2)      .00      291      .05      354
.041102        .
972.5    C53H79O1        PI(44:12      .00      290      .05      354
.040960        .
974.5    C53H81O1        PI(44:11      .00      289      .05      354
.040819        .
976.6    C53H83O1        PI(44:10      .00      288      .05      354
.040678        .
950.5    C51H81O1        PI(42:9)      .00      287      .05      354
.040537        .
952.6    C51H83O1        PI(42:8)      .00      286      .05      354
.040395        .
954.6    C51H85O1        PI(42:7)      .00      285      .05      354
.040254        .
956.6    C51H87O1        PI(42:6)      .00      284      .05      354
.040113        .
958.6    C51H89O1        PI(42:5)      .00      283      .05      354
.039972        .
960.6    C51H91O1        PI(42:4)      .00      282      .05      354
.039831        .
962.6    C51H93O1        PI(42:3)      .00      281      .05      354
.039689        .
964.7    C51H95O1        PI(42:2)      .00      280      .05      354
.039548        .
948.5    C51H79O1        PI(42:10      .00      279      .05      354
.039407        .
924.5    C49H79O1        PI(40:8)      .00      278      .05      354
.039266        .
926.5    C49H81O1        PI(40:7)      .00      277      .05      354
.039124        .
928.6    C49H83O1        PI(40:6)      .00      276      .05      354
.038983        .
930.6    C49H85O1        PI(40:5)      .00      275      .05      354
.038842        .
932.6    C49H87O1        PI(40:4)      .00      274      .05      354
.038701        .
934.6    C49H89O1        PI(40:3)      .00      273      .05      354
.038559        .
936.6    C49H91O1        PI(40:2)      .00      272      .05      354
.038418        .
938.6    C49H93O1        PI(40:1)      .00      271      .05      354
.038277        .
940.7    C49H95O1        PI(40:0)      .00      270      .05      354
.038136        .
900.5    C47H79O1        PI(38:6)      .00      269      .05      354
.037994        .
902.5    C47H81O1        PI(38:5)      .00      268      .05      354
.037853        .
904.6    C47H83O1        PI(38:4)      .05      267      .05      354
.037712        .
906.6    C47H85O1        PI(38:3)      .01      266      .05      354
.037571        .
908.6    C47H87O1        PI(38:2)      .00      265      .05      354
.037429        .
910.6    C47H89O1        PI(38:1)      .00      264      .05      354
.037288        .
912.6    C47H91O1        PI(38:0)      .00      263      .05      354
.037147        .
872.5    C45H75O1        PI(36:6)      .00      262      .05      354
.037006        .
874.5    C45H77O1        PI(36:5)      .00      261      .05      354
.036864        .
876.5    C45H79O1        PI(36:4)      .01      260      .05      354
.036723        .
878.5    C45H81O1        PI(36:3)      .00      259      .05      354
.036582        .
880.6    C45H83O1        PI(36:2)      .02      258      .05      354
.036441        .
882.6    C45H85O1        PI(36:1)      .00      257      .05      354
.036299        .
848.5    C43H75O1        PI(34:4)      .00      256      .05      354
.036158        .
850.5    C43H77O1        PI(34:3)      .00      255      .05      354
.036017        .
852.5    C43H79O1        PI(34:2)      .00      254      .05      354
.035876        .
854.5    C43H81O1        PI(34:1)      .00      253      .05      354
.035734        .
842.6    C49H80O8        PE(44:9)      .00      252      .05      354
.035593        .
844.6    C49H82O8        PE(44:8)      .00      251      .05      354
.035452        .
846.6    C49H84O8        PE(44:7)      .00      250      .05      354
.035311        .
848.6    C49H86O8        PE(44:6)      .00      249      .05      354
.035169        .
850.6    C49H88O8        PE(44:5)      .00      248      .05      354
.035028        .
852.6    C49H90O8        PE(44:4)      .00      247      .05      354
.034887        .
854.7    C49H92O8        PE(44:3)      .00      246      .05      354
.034746        .
856.7    C49H94O8        PE(44:2)      .00      245      .05      354
.034605        .
836.5    C49H74O8        PE(44:12      .00      244      .05      354
.034463        .
838.5    C49H76O8        PE(44:11      .00      243      .05      354
.034322        .
840.5    C49H78O8        PE(44:10      .00      242      .05      354
.034181        .
814.5    C47H76O8        PE(42:9)      .00      241      .05      354
.034040        .
816.5    C47H78O8        PE(42:8)      .00      240      .05      354
.033898        .
818.6    C47H80O8        PE(42:7)      .00      239      .05      354
.033757        .
820.6    C47H82O8        PE(42:6)      .00      238      .05      354
.033616        .
822.6    C47H84O8        PE(42:5)      .00      237      .05      354
.033475        .
824.6    C47H86O8        PE(42:4)      .00      236      .05      354
.033333        .
826.6    C47H88O8        PE(42:3)      .00      235      .05      354
.033192        .
828.6    C47H90O8        PE(42:2)      .00      234      .05      354
.033051        .
812.5    C47H74O8        PE(42:10      .00      233      .05      354
.032910        .
788.5    C45H74O8        PE(40:8)      .00      232      .05      354
.032768        .
790.5    C45H76O8        PE(40:7)      .00      231      .05      354
.032627        .
792.5    C45H78O8        PE(40:6)      .00      230      .05      354
.032486        .
794.6    C45H80O8        PE(40:5)      .00      229      .05      354
.032345        .
796.6    C45H82O8        PE(40:4)      .00      228      .05      354
.032203        .
798.6    C45H84O8        PE(40:3)      .00      227      .05      354
.032062        .
800.6    C45H86O8        PE(40:2)      .00      226      .05      354
.031921        .
764.5    C43H74O8        PE(38:6)      .01      225      .05      354
.031780        .
766.5    C43H76O8        PE(38:5)      .01      224      .05      354
.031638        .
768.5    C43H78O8        PE(38:4)      .02      223      .05      354
.031497        .
770.6    C43H80O8        PE(38:3)      .00      222      .05      354
.031356        .
772.6    C43H82O8        PE(38:2)      .00      221      .05      354
.031215        .
774.6    C43H84O8        PE(38:1)      .00      220      .05      354
.031073        .
776.6    C43H86O8        PE(38:0)      .00      219      .05      354
.030932        .
736.5    C41H70O8        PE(36:6)      .00      218      .05      354
.030791        .
738.5    C41H72O8        PE(36:5)      .00      217      .05      354
.030650        .
740.5    C41H74O8        PE(36:4)      .01      216      .05      354
.030508        .
742.5    C41H76O8        PE(36:3)      .01      215      .05      354
.030367        .
744.5    C41H78O8        PE(36:2)      .02      214      .05      354
.030226        .
746.6    C41H80O8        PE(36:1)      .00      213      .05      354
.030085        .
748.6    C41H82O8        PE(36:0)      .00      212      .05      354
.029944        .
712.5    C39H70O8        PE(34:4)      .00      211      .05      354
.029802        .
714.5    C39H72O8        PE(34:3)      .00      210      .05      354
.029661        .
716.5    C39H74O8        PE(34:2)      .01      209      .05      354
.029520        .
718.5    C39H76O8        PE(34:1)      .00      208      .05      354
.029379        .
720.5    C39H78O8        PE(34:0)      .00      207      .05      354
.029237        .
688.5    C37H70O8        PE(32:2)      .00      206      .05      354
.029096        .
690.5    C37H72O8        PE(32:1)      .00      205      .05      354
.028955        .
692.5    C37H74O8        PE(32:0)      .00      204      .05      354
.028814        .
662.5    C35H68O8        PE(30:1)      .00      203      .05      354
.028672        .
664.5    C35H70O8        PE(30:0)      .00      202      .05      354
.028531        .
634.4    C33H64O8        PE(28:1)      .00      201      .05      354
.028390        .
636.5    C33H66O8        PE(28:0)      .00      200      .05      354
.028249        .
773.6    C44H89O6        PE-Cer(2      .00      199      .05      354
.028107        .
689.5    C38H77O6        PE-Cer(1      .00      198      .05      354
.027966        .
687.5    C38H75O6        PE-Cer(1      .00      197      .05      354
.027825        .
661.5    C36H73O6        PE-Cer(1      .00      196      .05      354
.027684        .
659.5    C36H71O6        PE-Cer(1      .00      195      .05      354
.027542        .
884.6    C52H86O8        PC(44:9)      .00      194      .05      354
.027401        .
886.6    C52H88O8        PC(44:8)      .00      193      .05      354
.027260        .
888.6    C52H90O8        PC(44:7)      .00      192      .05      354
.027119        .
890.7    C52H92O8        PC(44:6)      .00      191      .05      354
.026977        .
892.7    C52H94O8        PC(44:5)      .00      190      .05      354
.026836        .
894.7    C52H96O8        PC(44:4)      .00      189      .05      354
.026695        .
896.7    C52H98O8        PC(44:3)      .00      188      .05      354
.026554        .
898.7    C52H100O        PC(44:2)      .00      187      .05      354
.026412        .
878.6    C52H80O8        PC(44:12      .00      186      .05      354
.026271        .
880.6    C52H82O8        PC(44:11      .00      185      .05      354
.026130        .
882.6    C52H84O8        PC(44:10      .00      184      .05      354
.025989        .
856.6    C50H82O8        PC(42:9)      .00      183      .05      354
.025847        .
858.6    C50H84O8        PC(42:8)      .00      182      .05      354
.025706        .
860.6    C50H86O8        PC(42:7)      .00      181      .05      354
.025565        .
862.6    C50H88O8        PC(42:6)      .00      180      .05      354
.025424        .
864.6    C50H90O8        PC(42:5)      .00      179      .05      354
.025282        .
866.7    C50H92O8        PC(42:4)      .00      178      .05      354
.025141        .
868.7    C50H94O8        PC(42:3)      .00      177      .05      354
.025000        .
870.7    C50H96O8        PC(42:2)      .00      176      .05      354
.024859        .
852.5    C50H78O8        PC(42:11      .00      175      .05      354
.024718        .
854.6    C50H80O8        PC(42:10      .00      174      .05      354
.024576        .
830.6    C48H80O8        PC(40:8)      .00      173      .05      354
.024435        .
832.6    C48H82O8        PC(40:7)      .01      172      .05      354
.024294        .
834.6    C48H84O8        PC(40:6)      .02      171      .05      354
.024153        .
836.6    C48H86O8        PC(40:5)      .01      170      .05      354
.024011        .
838.6    C48H88O8        PC(40:4)      .00      169      .05      354
.023870        .
840.6    C48H90O8        PC(40:3)      .00      168      .05      354
.023729        .
842.7    C48H92O8        PC(40:2)      .00      167      .05      354
.023588        .
806.6    C46H80O8        PC(38:6)      .07      166      .05      354
.023446        .
808.6    C46H82O8        PC(38:5)      .07      165      .05      354
.023305        .
810.6    C46H84O8        PC(38:4)      .14      164      .05      354
.023164        .
812.6    C46H86O8        PC(38:3)      .08      163      .05      354
.023023        .
814.6    C46H88O8        PC(38:2)      .00      162      .05      354
.022881        .
816.6    C46H90O8        PC(38:1)      .00      161      .05      354
.022740        .
818.7    C46H92O8        PC(38:0)      .00      160      .05      354
.022599        .
778.5    C44H76O8        PC(36:6)      .00      159      .05      354
.022458        .
780.5    C44H78O8        PC(36:5)      .02      158      .05      354
.022316        .
782.6    C44H80O8        PC(36:4)      .29      157      .05      354
.022175        .
784.6    C44H82O8        PC(36:3)      .19      156      .05      354
.022034        .
786.6    C44H84O8        PC(36:2)      .40      155      .05      354
.021893        .
788.6    C44H86O8        PC(36:1)      .04      154      .05      354
.021751        .
790.6    C44H88O8        PC(36:0)      .00      153      .05      354
.021610        .
754.5    C42H76O8        PC(34:4)      .00      152      .05      354
.021469        .
756.5    C42H78O8        PC(34:3)      .02      151      .05      354
.021328        .
758.6    C42H80O8        PC(34:2)      .73      150      .05      354
.021186        .
760.6    C42H82O8        PC(34:1)      .27      149      .05      354
.021045        .
762.6    C42H84O8        PC(34:0)      .01      148      .05      354
.020904        .
730.5    C40H76O8        PC(32:2)      .00      147      .05      354
.020763        .
732.5    C40H78O8        PC(32:1)      .02      146      .05      354
.020621        .
734.6    C40H80O8        PC(32:0)      .03      145      .05      354
.020480        .
704.5    C38H74O8        PC(30:1)      .00      144      .05      354
.020339        .
706.5    C38H76O8        PC(30:0)      .00      143      .05      354
.020198        .
676.5    C36H70O8        PC(28:1)      .00      142      .05      354
.020056        .
764.5    C43H71O8        PA(40:7)      .00      141      .05      354
.019915        .
766.5    C43H73O8        PA(40:6)      .00      140      .05      354
.019774        .
768.5    C43H75O8        PA(40:5)      .00      139      .05      354
.019633        .
738.5    C41H69O8        PA(38:6)      .00      138      .05      354
.019492        .
740.5    C41H71O8        PA(38:5)      .00      137      .05      354
.019350        .
742.5    C41H73O8        PA(38:4)      .00      136      .05      354
.019209        .
744.5    C41H75O8        PA(38:3)      .00      135      .05      354
.019068        .
746.5    C41H77O8        PA(38:2)      .00      134      .05      354
.018927        .
710.4    C39H65O8        PA(36:6)      .00      133      .05      354
.018785        .
712.5    C39H67O8        PA(36:5)      .00      132      .05      354
.018644        .
714.5    C39H69O8        PA(36:4)      .00      131      .05      354
.018503        .
716.5    C39H71O8        PA(36:3)      .00      130      .05      354
.018362        .
718.5    C39H73O8        PA(36:2)      .00      129      .05      354
.018220        .
686.4    C37H65O8        PA(34:4)      .00      128      .05      354
.018079        .
688.5    C37H67O8        PA(34:3)      .00      127      .05      354
.017938        .
690.5    C37H69O8        PA(34:2)      .00      126      .05      354
.017797        .
692.5    C37H71O8        PA(34:1)      .00      125      .05      354
.017655        .
658.4    C35H61O8        PA(32:4)      .00      124      .05      354
.017514        .
660.4    C35H63O8        PA(32:3)      .00      123      .05      354
.017373        .
662.4    C35H65O8        PA(32:2)      .00      122      .05      354
.017232        .
664.5    C35H67O8        PA(32:1)      .00      121      .05      354
.017090        .
666.5    C35H69O8        PA(32:0)      .00      120      .05      354
.016949        .
526.3    C27H44O7        LPE(22:6      .00      119      .05      354
.016808        .
528.3    C27H46O7        LPE(22:5      .00      118      .05      354
.016667        .
500.3    C25H42O7        LPE(20:5      .00      117      .05      354
.016525        .
502.3    C25H44O7        LPE(20:4      .00      116      .05      354
.016384        .
504.3    C25H46O7        LPE(20:3      .00      115      .05      354
.016243        .
506.3    C25H48O7        LPE(20:2      .00      114      .05      354
.016102        .
508.3    C25H50O7        LPE(20:1      .00      113      .05      354
.015960        .
510.3    C25H52O7        LPE(20:0      .00      112      .05      354
.015819        .
476.3    C23H42O7        LPE(18:3      .00      111      .05      354
.015678        .
478.3    C23H44O7        LPE(18:2      .00      110      .05      354
.015537        .
480.3    C23H46O7        LPE(18:1      .00      109      .05      354
.015395        .
452.3    C21H42O7        LPE(16:1      .00      108      .05      354
.015254        .
454.3    C21H44O7        LPE(16:0      .00      107      .05      354
.015113        .
568.3    C30H50O7        LPC(22:6      .00      106      .05      354
.014972        .
570.3    C30H52O7        LPC(22:5      .00      105      .05      354
.014831        .
542.3    C28H48O7        LPC(20:5      .00      104      .05      354
.014689        .
544.3    C28H50O7        LPC(20:4      .01      103      .05      354
.014548        .
546.3    C28H52O7        LPC(20:3      .00      102      .05      354
.014407        .
548.4    C28H54O7        LPC(20:2      .00      101      .05      354
.014266        .
550.4    C28H56O7        LPC(20:1      .00      100      .05      354
.014124        .
552.4    C28H58O7        LPC(20:0      .00       99      .05      354
.013983        .
518.3    C26H48O7        LPC(18:3      .00       98      .05      354
.013842        .
520.3    C26H50O7        LPC(18:2      .03       97      .05      354
.013701        .
522.3    C26H52O7        LPC(18:1      .02       96      .05      354
.013559        .
524.4    C26H54O7        LPC(18:0      .04       95      .05      354
.013418        .
494.3    C24H48O7        LPC(16:1      .00       94      .05      354
.013277        .
496.3    C24H50O7        LPC(16:0      .11       93      .05      354
.013136        .
824.6    C46H82O9        ePS(40:5      .00       92      .05      354
.012994        .
826.6    C46H84O9        ePS(40:4      .00       91      .05      354
.012853        .
828.6    C46H86O9        ePS(40:3      .00       90      .05      354
.012712        .
830.6    C46H88O9        ePS(40:2      .00       89      .05      354
.012571        .
794.5    C44H76O9        ePS(38:6      .00       88      .05      354
.012429        .
796.5    C44H78O9        ePS(38:5      .00       87      .05      354
.012288        .
798.6    C44H80O9        ePS(38:4      .00       86      .05      354
.012147        .
800.6    C44H82O9        ePS(38:3      .00       85      .05      354
.012006        .
802.6    C44H84O9        ePS(38:2      .00       84      .05      354
.011864        .
804.6    C44H86O9        ePS(38:1      .00       83      .05      354
.011723        .
772.5    C42H78O9        ePS(36:3      .00       82      .05      354
.011582        .
774.6    C42H80O9        ePS(36:2      .00       81      .05      354
.011441        .
776.6    C42H82O9        ePS(36:1      .00       80      .05      354
.011299        .
778.6    C42H84O9        ePS(36:0      .00       79      .05      354
.011158        .
746.5    C40H76O9        ePS(34:2      .00       78      .05      354
.011017        .
748.5    C40H78O9        ePS(34:1      .00       77      .05      354
.010876        .
778.6    C45H80O7        ePE(40:6      .00       76      .05      354
.010734        .
780.6    C45H82O7        ePE(40:5      .00       75      .05      354
.010593        .
782.6    C45H84O7        ePE(40:4      .00       74      .05      354
.010452        .
784.6    C45H86O7        ePE(40:3      .00       73      .05      354
.010311        .
786.6    C45H88O7        ePE(40:2      .00       72      .05      354
.010169        .
750.5    C43H76O7        ePE(38:6      .00       71      .05      354
.010028        .
752.6    C43H78O7        ePE(38:5      .00       70      .05      354
.009887        .
754.6    C43H80O7        ePE(38:4      .00       69      .05      354
.009746        .
756.6    C43H82O7        ePE(38:3      .00       68      .05      354
.009605        .
758.6    C43H84O7        ePE(38:2      .00       67      .05      354
.009463        .
760.6    C43H86O7        ePE(38:1      .00       66      .05      354
.009322        .
762.6    C43H88O7        ePE(38:0      .00       65      .05      354
.009181        .
724.5    C41H74O7        ePE(36:5      .00       64      .05      354
.009040        .
726.5    C41H76O7        ePE(36:4      .00       63      .05      354
.008898        .
728.6    C41H78O7        ePE(36:3      .00       62      .05      354
.008757        .
730.6    C41H80O7        ePE(36:2      .00       61      .05      354
.008616        .
732.6    C41H82O7        ePE(36:1      .00       60      .05      354
.008475        .
734.6    C41H84O7        ePE(36:0      .00       59      .05      354
.008333        .
698.5    C39H72O7        ePE(34:4      .00       58      .05      354
.008192        .
700.5    C39H74O7        ePE(34:3      .00       57      .05      354
.008051        .
702.5    C39H76O7        ePE(34:2      .00       56      .05      354
.007910        .
704.6    C39H78O7        ePE(34:1      .00       55      .05      354
.007768        .
706.6    C39H80O7        ePE(34:0      .00       54      .05      354
.007627        .
672.5    C37H70O7        ePE(32:3      .00       53      .05      354
.007486        .
674.5    C37H72O7        ePE(32:2      .00       52      .05      354
.007345        .
676.5    C37H74O7        ePE(32:1      .00       51      .05      354
.007203        .
678.5    C37H76O7        ePE(32:0      .00       50      .05      354
.007062        .
820.6    C48H86O7        ePC(40:6      .00       49      .05      354
.006921        .
822.6    C48H88O7        ePC(40:5      .01       48      .05      354
.006780        .
824.6    C48H90O7        ePC(40:4      .00       47      .05      354
.006638        .
826.7    C48H92O7        ePC(40:3      .01       46      .05      354
.006497        .
828.7    C48H94O7        ePC(40:2      .00       45      .05      354
.006356        .
792.6    C46H82O7        ePC(38:6      .01       44      .05      354
.006215        .
794.6    C46H84O7        ePC(38:5      .02       43      .05      354
.006073        .
796.6    C46H86O7        ePC(38:4      .02       42      .05      354
.005932        .
798.6    C46H88O7        ePC(38:3      .02       41      .05      354
.005791        .
800.6    C46H90O7        ePC(38:2      .01       40      .05      354
.005650        .
802.7    C46H92O7        ePC(38:1      .01       39      .05      354
.005508        .
804.7    C46H94O7        ePC(38:0      .00       38      .05      354
.005367        .
766.6    C44H80O7        ePC(36:5      .01       37      .05      354
.005226        .
768.6    C44H82O7        ePC(36:4      .02       36      .05      354
.005085        .
770.6    C44H84O7        ePC(36:3      .01       35      .05      354
.004944        .
772.6    C44H86O7        ePC(36:2      .02       34      .05      354
.004802        .
774.6    C44H88O7        ePC(36:1      .02       33      .05      354
.004661        .
776.6    C44H90O7        ePC(36:0      .00       32      .05      354
.004520        .
740.6    C42H78O7        ePC(34:4      .00       31      .05      354
.004379        .
742.6    C42H80O7        ePC(34:3      .01       30      .05      354
.004237        .
744.6    C42H82O7        ePC(34:2      .02       29      .05      354
.004096        .
746.6    C42H84O7        ePC(34:1      .01       28      .05      354
.003955        .
748.6    C42H86O7        ePC(34:0      .00       27      .05      354
.003814        .
714.5    C40H76O7        ePC(32:3      .00       26      .05      354
.003672        .
716.6    C40H78O7        ePC(32:2      .00       25      .05      354
.003531        .
718.6    C40H80O7        ePC(32:1      .01       24      .05      354
.003390        .
720.6    C40H82O7        ePC(32:0      .00       23      .05      354
.003249        .
817.7    C47H97N2        DSM(24:0      .00       22      .05      354
.003107        .
789.7    C45H93N2        DSM(22:0      .02       21      .05      354
.002966        .
733.6    C41H85N2        DSM(18:0      .00       20      .05      354
.002825        .
705.6    C39H81N2        DSM(16:0      .02       19      .05      354
.002684        .
714.6168 C49H80NO        C22:6 CE      .23       18      .05      354
.002542        .
716.6324 C49H82NO        C22:5 CE      .02       17      .05      354
.002401        .
718.6480 C49H84NO        C22:4 CE      .01       16      .05      354
.002260        .
688.6012 C47H78NO        C20:5 CE      .34       15      .05      354
.002119        .
690.6168 C47H80NO        C20:4 CE     3.31       14      .05      354
.001977        .
692.6324 C47H82NO        C20:3 CE      .28       13      .05      354
.001836        .
694.6480 C47H84NO        C20:2 CE      .00       12      .05      354
.001695        .
696.6636 C47H86NO        C20:1 CE      .05       11      .05      354
.001554        .
698.6792 C47H88NO        C20:0 CE      .30       10      .05      354
.001412        .
682.6480 C46H84NO        C19:1 CE      .21        9      .05      354
.001271        .
684.6636 C46H86NO        C19:0 CE      .01        8      .05      354
.001130        .
664.6012 C45H78NO        C18:3 CE      .44        7      .05      354
.000989        .
666.6168 C45H80NO        C18:2 CE    15.38        6      .05      354
.000847        .
668.6324 C45H82NO        C18:1 CE     2.52        5      .05      354
.000706        .
670.6480 C45H84NO        C18:0 CE      .00        4      .05      354
.000565        .
640.6012 C43H78NO        C16:1 CE      .28        3      .05      354
.000424        .
642.6168 C43H80NO        C16:0 CE      .41        2      .05      354
.000282        .
614.5856 C41H76NO        C14:0 CE      .01        1      .05      354
.000141        .


Number of cases read:  354    Number of cases listed:  354





--
View this message in context: http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD



--
Jon K Peck
[hidden email]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Maguin, Eugene
In reply to this post by eunkum

As I understand your data example you should compare pca to crit. I assume that pca is the p value for whatever statistical test that was performed on mass+compoundformula concantenation. Gene Maguin

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 12:24 PM
To: [hidden email]
Subject: Re: syntax error

 

Thanks. It was discussed. But the syntax error was not discussed (e.g., string value). Could you let me know how I can fix the syntax error? Thanks again.

 

On Wed, Jun 15, 2016 at 12:19 PM, Anthony Babinec [via SPSSX Discussion] <[hidden email]> wrote:

folks - this is discussed on ResearchGate, where that syntax appears.

https://www.researchgate.net/post/How_can_I_calculate_false_discovery_rate_u
sing_spss


Tony Babinec
[hidden email]

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of
eunkum
Sent: Wednesday, June 15, 2016 10:18 AM
To: [hidden email]
Subject: syntax error

I used the following syntax to run false discovery rate.

SORT CASES by p (a).
COMPUTE i=$casenum.
SORT CASES by i (d).
COMPUTE q=.05.
COMPUTE m=max(i,lag(m)).
COMPUTE crit=q*i/m.
COMPUTE test=(p le crit).
COMPUTE test=max(test,lag(test)).
FORMATS i m test(f8.0) q (f8.2) crit(f8.6).
VALUE LABELS test 1 'Significant' 0 'Not Significant'.
LIST.

I got the following error.

Error # 4305 in column 29.  Text: )
A relational operator may have two numeric operands or two character string
operands.  To compare a character string to a numeric quantity, consider
using the STRING or NUMBER function.
Execution of this command stops.
compute test=max(test,lag(test)).
execute.
formats i m test(f8.0) q (f8.2) crit(f8.6).
value labels test 1 'Significant' 0 'Not Significant'.
SORT CASES by p (a).

I got the following output. p is string variable. Do I need to transform p
into numeric variable? If so, how can I do it?

Mass     CompoundFormula    p             PCa        i        q        m    
crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354
.050000        .
815.7    C47H95N2        SM(24:0)      .06      353      .05      354
.049859        .
785.6    C45H89N2        SM(22:1)      .00      352      .05      354
.049718        .

787.7    C45H91N2        SM(22:0)      .08      351      .05      354
.049576        .
729.6    C41H81N2        SM(18:1)      .05      350      .05      354
.049435        .
731.6    C41H83N2        SM(18:0)      .10      349      .05      354
.049294        .
701.5    C39H77N2        SM(16:1)      .06      348      .05      354
.049153        .
703.6    C39H79N2        SM(16:0)      .59      347      .05      354
.049011        .
886.6    C50H80O1        PS(44:9)      .00      346      .05      354
.048870        .
888.6    C50H82O1        PS(44:8)      .00      345      .05      354
.048729        .
890.6    C50H84O1        PS(44:7)      .00      344      .05      354
.048588        .
892.6    C50H86O1        PS(44:6)      .00      343      .05      354
.048446        .
894.6    C50H88O1        PS(44:5)      .00      342      .05      354
.048305        .
896.6    C50H90O1        PS(44:4)      .00      341      .05      354
.048164        .
898.6    C50H92O1        PS(44:3)      .00      340      .05      354
.048023        .
900.7    C50H94O1        PS(44:2)      .00      339      .05      354
.047881        .
880.5    C50H74O1        PS(44:12      .00      338      .05      354
.047740        .
882.5    C50H76O1        PS(44:11      .00      337      .05      354
.047599        .
884.5    C50H78O1        PS(44:10      .00      336      .05      354
.047458        .
858.5    C48H76O1        PS(42:9)      .00      335      .05      354
.047316        .
860.5    C48H78O1        PS(42:8)      .00      334      .05      354
.047175        .
862.6    C48H80O1        PS(42:7)      .00      333      .05      354
.047034        .
864.6    C48H82O1        PS(42:6)      .00      332      .05      354
.046893        .
866.6    C48H84O1        PS(42:5)      .00      331      .05      354
.046751        .
854.5    C48H72O1        PS(42:11      .00      330      .05      354
.046610        .
856.5    C48H74O1        PS(42:10      .00      329      .05      354
.046469        .
832.5    C46H74O1        PS(40:8)      .00      328      .05      354
.046328        .
834.5    C46H76O1        PS(40:7)      .00      327      .05      354
.046186        .
836.5    C46H78O1        PS(40:6)      .00      326      .05      354
.046045        .
838.6    C46H80O1        PS(40:5)      .00      325      .05      354
.045904        .
840.6    C46H82O1        PS(40:4)      .00      324      .05      354
.045763        .
842.6    C46H84O1        PS(40:3)      .00      323      .05      354
.045621        .
844.6    C46H86O1        PS(40:2)      .00      322      .05      354
.045480        .
846.6    C46H88O1        PS(40:1)      .00      321      .05      354
.045339        .
806.5    C44H72O1        PS(38:7)      .00      320      .05      354
.045198        .
808.5    C44H74O1        PS(38:6)      .00      319      .05      354
.045056        .
810.5    C44H76O1        PS(38:5)      .00      318      .05      354
.044915        .
812.5    C44H78O1        PS(38:4)      .00      317      .05      354
.044774        .
814.6    C44H80O1        PS(38:3)      .00      316      .05      354
.044633        .
816.6    C44H82O1        PS(38:2)      .00      315      .05      354
.044492        .
818.6    C44H84O1        PS(38:1)      .00      314      .05      354
.044350        .
820.6    C44H86O1        PS(38:0)      .00      313      .05      354
.044209        .
780.5    C42H70O1        PS(36:6)      .00      312      .05      354
.044068        .
782.5    C42H72O1        PS(36:5)      .00      311      .05      354
.043927        .
784.5    C42H74O1        PS(36:4)      .00      310      .05      354
.043785        .
786.5    C42H76O1        PS(36:3)      .00      309      .05      354
.043644        .
788.5    C42H78O1        PS(36:2)      .00      308      .05      354
.043503        .
790.6    C42H80O1        PS(36:1)      .00      307      .05      354
.043362        .
792.6    C42H82O1        PS(36:0)      .00      306      .05      354
.043220        .
756.5    C40H70O1        PS(34:4)      .00      305      .05      354
.043079        .
758.5    C40H72O1        PS(34:3)      .00      304      .05      354
.042938        .
760.5    C40H74O1        PS(34:2)      .00      303      .05      354
.042797        .
762.5    C40H76O1        PS(34:1)      .00      302      .05      354
.042655        .
764.5    C40H78O1        PS(34:0)      .00      301      .05      354
.042514        .
734.5    C38H72O1        PS(32:1)      .00      300      .05      354
.042373        .
736.5    C38H74O1        PS(32:0)      .00      299      .05      354
.042232        .
978.6    C53H85O1        PI(44:9)      .00      298      .05      354
.042090        .
980.6    C53H87O1        PI(44:8)      .00      297      .05      354
.041949        .
982.6    C53H89O1        PI(44:7)      .00      296      .05      354
.041808        .
984.6    C53H91O1        PI(44:6)      .00      295      .05      354
.041667        .
986.6    C53H93O1        PI(44:5)      .00      294      .05      354
.041525        .
988.7    C53H95O1        PI(44:4)      .00      293      .05      354
.041384        .
990.7    C53H97O1        PI(44:3)      .00      292      .05      354
.041243        .
992.7    C53H99O1        PI(44:2)      .00      291      .05      354
.041102        .
972.5    C53H79O1        PI(44:12      .00      290      .05      354
.040960        .
974.5    C53H81O1        PI(44:11      .00      289      .05      354
.040819        .
976.6    C53H83O1        PI(44:10      .00      288      .05      354
.040678        .
950.5    C51H81O1        PI(42:9)      .00      287      .05      354
.040537        .
952.6    C51H83O1        PI(42:8)      .00      286      .05      354
.040395        .
954.6    C51H85O1        PI(42:7)      .00      285      .05      354
.040254        .
956.6    C51H87O1        PI(42:6)      .00      284      .05      354
.040113        .
958.6    C51H89O1        PI(42:5)      .00      283      .05      354
.039972        .
960.6    C51H91O1        PI(42:4)      .00      282      .05      354
.039831        .
962.6    C51H93O1        PI(42:3)      .00      281      .05      354
.039689        .
964.7    C51H95O1        PI(42:2)      .00      280      .05      354
.039548        .
948.5    C51H79O1        PI(42:10      .00      279      .05      354
.039407        .
924.5    C49H79O1        PI(40:8)      .00      278      .05      354
.039266        .
926.5    C49H81O1        PI(40:7)      .00      277      .05      354
.039124        .
928.6    C49H83O1        PI(40:6)      .00      276      .05      354
.038983        .
930.6    C49H85O1        PI(40:5)      .00      275      .05      354
.038842        .
932.6    C49H87O1        PI(40:4)      .00      274      .05      354
.038701        .
934.6    C49H89O1        PI(40:3)      .00      273      .05      354
.038559        .
936.6    C49H91O1        PI(40:2)      .00      272      .05      354
.038418        .
938.6    C49H93O1        PI(40:1)      .00      271      .05      354
.038277        .
940.7    C49H95O1        PI(40:0)      .00      270      .05      354
.038136        .
900.5    C47H79O1        PI(38:6)      .00      269      .05      354
.037994        .
902.5    C47H81O1        PI(38:5)      .00      268      .05      354
.037853        .
904.6    C47H83O1        PI(38:4)      .05      267      .05      354
.037712        .
906.6    C47H85O1        PI(38:3)      .01      266      .05      354
.037571        .
908.6    C47H87O1        PI(38:2)      .00      265      .05      354
.037429        .
910.6    C47H89O1        PI(38:1)      .00      264      .05      354
.037288        .
912.6    C47H91O1        PI(38:0)      .00      263      .05      354
.037147        .
872.5    C45H75O1        PI(36:6)      .00      262      .05      354
.037006        .
874.5    C45H77O1        PI(36:5)      .00      261      .05      354
.036864        .
876.5    C45H79O1        PI(36:4)      .01      260      .05      354
.036723        .
878.5    C45H81O1        PI(36:3)      .00      259      .05      354
.036582        .
880.6    C45H83O1        PI(36:2)      .02      258      .05      354
.036441        .
882.6    C45H85O1        PI(36:1)      .00      257      .05      354
.036299        .
848.5    C43H75O1        PI(34:4)      .00      256      .05      354
.036158        .
850.5    C43H77O1        PI(34:3)      .00      255      .05      354
.036017        .
852.5    C43H79O1        PI(34:2)      .00      254      .05      354
.035876        .
854.5    C43H81O1        PI(34:1)      .00      253      .05      354
.035734        .
842.6    C49H80O8        PE(44:9)      .00      252      .05      354
.035593        .
844.6    C49H82O8        PE(44:8)      .00      251      .05      354
.035452        .
846.6    C49H84O8        PE(44:7)      .00      250      .05      354
.035311        .
848.6    C49H86O8        PE(44:6)      .00      249      .05      354
.035169        .
850.6    C49H88O8        PE(44:5)      .00      248      .05      354
.035028        .
852.6    C49H90O8        PE(44:4)      .00      247      .05      354
.034887        .
854.7    C49H92O8        PE(44:3)      .00      246      .05      354
.034746        .
856.7    C49H94O8        PE(44:2)      .00      245      .05      354
.034605        .
836.5    C49H74O8        PE(44:12      .00      244      .05      354
.034463        .
838.5    C49H76O8        PE(44:11      .00      243      .05      354
.034322        .
840.5    C49H78O8        PE(44:10      .00      242      .05      354
.034181        .
814.5    C47H76O8        PE(42:9)      .00      241      .05      354
.034040        .
816.5    C47H78O8        PE(42:8)      .00      240      .05      354
.033898        .
818.6    C47H80O8        PE(42:7)      .00      239      .05      354
.033757        .
820.6    C47H82O8        PE(42:6)      .00      238      .05      354
.033616        .
822.6    C47H84O8        PE(42:5)      .00      237      .05      354
.033475        .
824.6    C47H86O8        PE(42:4)      .00      236      .05      354
.033333        .
826.6    C47H88O8        PE(42:3)      .00      235      .05      354
.033192        .
828.6    C47H90O8        PE(42:2)      .00      234      .05      354
.033051        .
812.5    C47H74O8        PE(42:10      .00      233      .05      354
.032910        .
788.5    C45H74O8        PE(40:8)      .00      232      .05      354
.032768        .
790.5    C45H76O8        PE(40:7)      .00      231      .05      354
.032627        .
792.5    C45H78O8        PE(40:6)      .00      230      .05      354
.032486        .
794.6    C45H80O8        PE(40:5)      .00      229      .05      354
.032345        .
796.6    C45H82O8        PE(40:4)      .00      228      .05      354
.032203        .
798.6    C45H84O8        PE(40:3)      .00      227      .05      354
.032062        .
800.6    C45H86O8        PE(40:2)      .00      226      .05      354
.031921        .
764.5    C43H74O8        PE(38:6)      .01      225      .05      354
.031780        .
766.5    C43H76O8        PE(38:5)      .01      224      .05      354
.031638        .
768.5    C43H78O8        PE(38:4)      .02      223      .05      354
.031497        .
770.6    C43H80O8        PE(38:3)      .00      222      .05      354
.031356        .
772.6    C43H82O8        PE(38:2)      .00      221      .05      354
.031215        .
774.6    C43H84O8        PE(38:1)      .00      220      .05      354
.031073        .
776.6    C43H86O8        PE(38:0)      .00      219      .05      354
.030932        .
736.5    C41H70O8        PE(36:6)      .00      218      .05      354
.030791        .
738.5    C41H72O8        PE(36:5)      .00      217      .05      354
.030650        .
740.5    C41H74O8        PE(36:4)      .01      216      .05      354
.030508        .
742.5    C41H76O8        PE(36:3)      .01      215      .05      354
.030367        .
744.5    C41H78O8        PE(36:2)      .02      214      .05      354
.030226        .
746.6    C41H80O8        PE(36:1)      .00      213      .05      354
.030085        .
748.6    C41H82O8        PE(36:0)      .00      212      .05      354
.029944        .
712.5    C39H70O8        PE(34:4)      .00      211      .05      354
.029802        .
714.5    C39H72O8        PE(34:3)      .00      210      .05      354
.029661        .
716.5    C39H74O8        PE(34:2)      .01      209      .05      354
.029520        .
718.5    C39H76O8        PE(34:1)      .00      208      .05      354
.029379        .
720.5    C39H78O8        PE(34:0)      .00      207      .05      354
.029237        .
688.5    C37H70O8        PE(32:2)      .00      206      .05      354
.029096        .
690.5    C37H72O8        PE(32:1)      .00      205      .05      354
.028955        .
692.5    C37H74O8        PE(32:0)      .00      204      .05      354
.028814        .
662.5    C35H68O8        PE(30:1)      .00      203      .05      354
.028672        .
664.5    C35H70O8        PE(30:0)      .00      202      .05      354
.028531        .
634.4    C33H64O8        PE(28:1)      .00      201      .05      354
.028390        .
636.5    C33H66O8        PE(28:0)      .00      200      .05      354
.028249        .
773.6    C44H89O6        PE-Cer(2      .00      199      .05      354
.028107        .
689.5    C38H77O6        PE-Cer(1      .00      198      .05      354
.027966        .
687.5    C38H75O6        PE-Cer(1      .00      197      .05      354
.027825        .
661.5    C36H73O6        PE-Cer(1      .00      196      .05      354
.027684        .
659.5    C36H71O6        PE-Cer(1      .00      195      .05      354
.027542        .
884.6    C52H86O8        PC(44:9)      .00      194      .05      354
.027401        .
886.6    C52H88O8        PC(44:8)      .00      193      .05      354
.027260        .
888.6    C52H90O8        PC(44:7)      .00      192      .05      354
.027119        .
890.7    C52H92O8        PC(44:6)      .00      191      .05      354
.026977        .
892.7    C52H94O8        PC(44:5)      .00      190      .05      354
.026836        .
894.7    C52H96O8        PC(44:4)      .00      189      .05      354
.026695        .
896.7    C52H98O8        PC(44:3)      .00      188      .05      354
.026554        .
898.7    C52H100O        PC(44:2)      .00      187      .05      354
.026412        .
878.6    C52H80O8        PC(44:12      .00      186      .05      354
.026271        .
880.6    C52H82O8        PC(44:11      .00      185      .05      354
.026130        .
882.6    C52H84O8        PC(44:10      .00      184      .05      354
.025989        .
856.6    C50H82O8        PC(42:9)      .00      183      .05      354
.025847        .
858.6    C50H84O8        PC(42:8)      .00      182      .05      354
.025706        .
860.6    C50H86O8        PC(42:7)      .00      181      .05      354
.025565        .
862.6    C50H88O8        PC(42:6)      .00      180      .05      354
.025424        .
864.6    C50H90O8        PC(42:5)      .00      179      .05      354
.025282        .
866.7    C50H92O8        PC(42:4)      .00      178      .05      354
.025141        .
868.7    C50H94O8        PC(42:3)      .00      177      .05      354
.025000        .
870.7    C50H96O8        PC(42:2)      .00      176      .05      354
.024859        .
852.5    C50H78O8        PC(42:11      .00      175      .05      354
.024718        .
854.6    C50H80O8        PC(42:10      .00      174      .05      354
.024576        .
830.6    C48H80O8        PC(40:8)      .00      173      .05      354
.024435        .
832.6    C48H82O8        PC(40:7)      .01      172      .05      354
.024294        .
834.6    C48H84O8        PC(40:6)      .02      171      .05      354
.024153        .
836.6    C48H86O8        PC(40:5)      .01      170      .05      354
.024011        .
838.6    C48H88O8        PC(40:4)      .00      169      .05      354
.023870        .
840.6    C48H90O8        PC(40:3)      .00      168      .05      354
.023729        .
842.7    C48H92O8        PC(40:2)      .00      167      .05      354
.023588        .
806.6    C46H80O8        PC(38:6)      .07      166      .05      354
.023446        .
808.6    C46H82O8        PC(38:5)      .07      165      .05      354
.023305        .
810.6    C46H84O8        PC(38:4)      .14      164      .05      354
.023164        .
812.6    C46H86O8        PC(38:3)      .08      163      .05      354
.023023        .
814.6    C46H88O8        PC(38:2)      .00      162      .05      354
.022881        .
816.6    C46H90O8        PC(38:1)      .00      161      .05      354
.022740        .
818.7    C46H92O8        PC(38:0)      .00      160      .05      354
.022599        .
778.5    C44H76O8        PC(36:6)      .00      159      .05      354
.022458        .
780.5    C44H78O8        PC(36:5)      .02      158      .05      354
.022316        .
782.6    C44H80O8        PC(36:4)      .29      157      .05      354
.022175        .
784.6    C44H82O8        PC(36:3)      .19      156      .05      354
.022034        .
786.6    C44H84O8        PC(36:2)      .40      155      .05      354
.021893        .
788.6    C44H86O8        PC(36:1)      .04      154      .05      354
.021751        .
790.6    C44H88O8        PC(36:0)      .00      153      .05      354
.021610        .
754.5    C42H76O8        PC(34:4)      .00      152      .05      354
.021469        .
756.5    C42H78O8        PC(34:3)      .02      151      .05      354
.021328        .
758.6    C42H80O8        PC(34:2)      .73      150      .05      354
.021186        .
760.6    C42H82O8        PC(34:1)      .27      149      .05      354
.021045        .
762.6    C42H84O8        PC(34:0)      .01      148      .05      354
.020904        .
730.5    C40H76O8        PC(32:2)      .00      147      .05      354
.020763        .
732.5    C40H78O8        PC(32:1)      .02      146      .05      354
.020621        .
734.6    C40H80O8        PC(32:0)      .03      145      .05      354
.020480        .
704.5    C38H74O8        PC(30:1)      .00      144      .05      354
.020339        .
706.5    C38H76O8        PC(30:0)      .00      143      .05      354
.020198        .
676.5    C36H70O8        PC(28:1)      .00      142      .05      354
.020056        .
764.5    C43H71O8        PA(40:7)      .00      141      .05      354
.019915        .
766.5    C43H73O8        PA(40:6)      .00      140      .05      354
.019774        .
768.5    C43H75O8        PA(40:5)      .00      139      .05      354
.019633        .
738.5    C41H69O8        PA(38:6)      .00      138      .05      354
.019492        .
740.5    C41H71O8        PA(38:5)      .00      137      .05      354
.019350        .
742.5    C41H73O8        PA(38:4)      .00      136      .05      354
.019209        .
744.5    C41H75O8        PA(38:3)      .00      135      .05      354
.019068        .
746.5    C41H77O8        PA(38:2)      .00      134      .05      354
.018927        .
710.4    C39H65O8        PA(36:6)      .00      133      .05      354
.018785        .
712.5    C39H67O8        PA(36:5)      .00      132      .05      354
.018644        .
714.5    C39H69O8        PA(36:4)      .00      131      .05      354
.018503        .
716.5    C39H71O8        PA(36:3)      .00      130      .05      354
.018362        .
718.5    C39H73O8        PA(36:2)      .00      129      .05      354
.018220        .
686.4    C37H65O8        PA(34:4)      .00      128      .05      354
.018079        .
688.5    C37H67O8        PA(34:3)      .00      127      .05      354
.017938        .
690.5    C37H69O8        PA(34:2)      .00      126      .05      354
.017797        .
692.5    C37H71O8        PA(34:1)      .00      125      .05      354
.017655        .
658.4    C35H61O8        PA(32:4)      .00      124      .05      354
.017514        .
660.4    C35H63O8        PA(32:3)      .00      123      .05      354
.017373        .
662.4    C35H65O8        PA(32:2)      .00      122      .05      354
.017232        .
664.5    C35H67O8        PA(32:1)      .00      121      .05      354
.017090        .
666.5    C35H69O8        PA(32:0)      .00      120      .05      354
.016949        .
526.3    C27H44O7        LPE(22:6      .00      119      .05      354
.016808        .
528.3    C27H46O7        LPE(22:5      .00      118      .05      354
.016667        .
500.3    C25H42O7        LPE(20:5      .00      117      .05      354
.016525        .
502.3    C25H44O7        LPE(20:4      .00      116      .05      354
.016384        .
504.3    C25H46O7        LPE(20:3      .00      115      .05      354
.016243        .
506.3    C25H48O7        LPE(20:2      .00      114      .05      354
.016102        .
508.3    C25H50O7        LPE(20:1      .00      113      .05      354
.015960        .
510.3    C25H52O7        LPE(20:0      .00      112      .05      354
.015819        .
476.3    C23H42O7        LPE(18:3      .00      111      .05      354
.015678        .
478.3    C23H44O7        LPE(18:2      .00      110      .05      354
.015537        .
480.3    C23H46O7        LPE(18:1      .00      109      .05      354
.015395        .
452.3    C21H42O7        LPE(16:1      .00      108      .05      354
.015254        .
454.3    C21H44O7        LPE(16:0      .00      107      .05      354
.015113        .
568.3    C30H50O7        LPC(22:6      .00      106      .05      354
.014972        .
570.3    C30H52O7        LPC(22:5      .00      105      .05      354
.014831        .
542.3    C28H48O7        LPC(20:5      .00      104      .05      354
.014689        .
544.3    C28H50O7        LPC(20:4      .01      103      .05      354
.014548        .
546.3    C28H52O7        LPC(20:3      .00      102      .05      354
.014407        .
548.4    C28H54O7        LPC(20:2      .00      101      .05      354
.014266        .
550.4    C28H56O7        LPC(20:1      .00      100      .05      354
.014124        .
552.4    C28H58O7        LPC(20:0      .00       99      .05      354
.013983        .
518.3    C26H48O7        LPC(18:3      .00       98      .05      354
.013842        .
520.3    C26H50O7        LPC(18:2      .03       97      .05      354
.013701        .
522.3    C26H52O7        LPC(18:1      .02       96      .05      354
.013559        .
524.4    C26H54O7        LPC(18:0      .04       95      .05      354
.013418        .
494.3    C24H48O7        LPC(16:1      .00       94      .05      354
.013277        .
496.3    C24H50O7        LPC(16:0      .11       93      .05      354
.013136        .
824.6    C46H82O9        ePS(40:5      .00       92      .05      354
.012994        .
826.6    C46H84O9        ePS(40:4      .00       91      .05      354
.012853        .
828.6    C46H86O9        ePS(40:3      .00       90      .05      354
.012712        .
830.6    C46H88O9        ePS(40:2      .00       89      .05      354
.012571        .
794.5    C44H76O9        ePS(38:6      .00       88      .05      354
.012429        .
796.5    C44H78O9        ePS(38:5      .00       87      .05      354
.012288        .
798.6    C44H80O9        ePS(38:4      .00       86      .05      354
.012147        .
800.6    C44H82O9        ePS(38:3      .00       85      .05      354
.012006        .
802.6    C44H84O9        ePS(38:2      .00       84      .05      354
.011864        .
804.6    C44H86O9        ePS(38:1      .00       83      .05      354
.011723        .
772.5    C42H78O9        ePS(36:3      .00       82      .05      354
.011582        .
774.6    C42H80O9        ePS(36:2      .00       81      .05      354
.011441        .
776.6    C42H82O9        ePS(36:1      .00       80      .05      354
.011299        .
778.6    C42H84O9        ePS(36:0      .00       79      .05      354
.011158        .
746.5    C40H76O9        ePS(34:2      .00       78      .05      354
.011017        .
748.5    C40H78O9        ePS(34:1      .00       77      .05      354
.010876        .
778.6    C45H80O7        ePE(40:6      .00       76      .05      354
.010734        .
780.6    C45H82O7        ePE(40:5      .00       75      .05      354
.010593        .
782.6    C45H84O7        ePE(40:4      .00       74      .05      354
.010452        .
784.6    C45H86O7        ePE(40:3      .00       73      .05      354
.010311        .
786.6    C45H88O7        ePE(40:2      .00       72      .05      354
.010169        .
750.5    C43H76O7        ePE(38:6      .00       71      .05      354
.010028        .
752.6    C43H78O7        ePE(38:5      .00       70      .05      354
.009887        .
754.6    C43H80O7        ePE(38:4      .00       69      .05      354
.009746        .
756.6    C43H82O7        ePE(38:3      .00       68      .05      354
.009605        .
758.6    C43H84O7        ePE(38:2      .00       67      .05      354
.009463        .
760.6    C43H86O7        ePE(38:1      .00       66      .05      354
.009322        .
762.6    C43H88O7        ePE(38:0      .00       65      .05      354
.009181        .
724.5    C41H74O7        ePE(36:5      .00       64      .05      354
.009040        .
726.5    C41H76O7        ePE(36:4      .00       63      .05      354
.008898        .
728.6    C41H78O7        ePE(36:3      .00       62      .05      354
.008757        .
730.6    C41H80O7        ePE(36:2      .00       61      .05      354
.008616        .
732.6    C41H82O7        ePE(36:1      .00       60      .05      354
.008475        .
734.6    C41H84O7        ePE(36:0      .00       59      .05      354
.008333        .
698.5    C39H72O7        ePE(34:4      .00       58      .05      354
.008192        .
700.5    C39H74O7        ePE(34:3      .00       57      .05      354
.008051        .
702.5    C39H76O7        ePE(34:2      .00       56      .05      354
.007910        .
704.6    C39H78O7        ePE(34:1      .00       55      .05      354
.007768        .
706.6    C39H80O7        ePE(34:0      .00       54      .05      354
.007627        .
672.5    C37H70O7        ePE(32:3      .00       53      .05      354
.007486        .
674.5    C37H72O7        ePE(32:2      .00       52      .05      354
.007345        .
676.5    C37H74O7        ePE(32:1      .00       51      .05      354
.007203        .
678.5    C37H76O7        ePE(32:0      .00       50      .05      354
.007062        .
820.6    C48H86O7        ePC(40:6      .00       49      .05      354
.006921        .
822.6    C48H88O7        ePC(40:5      .01       48      .05      354
.006780        .
824.6    C48H90O7        ePC(40:4      .00       47      .05      354
.006638        .
826.7    C48H92O7        ePC(40:3      .01       46      .05      354
.006497        .
828.7    C48H94O7        ePC(40:2      .00       45      .05      354
.006356        .
792.6    C46H82O7        ePC(38:6      .01       44      .05      354
.006215        .
794.6    C46H84O7        ePC(38:5      .02       43      .05      354
.006073        .
796.6    C46H86O7        ePC(38:4      .02       42      .05      354
.005932        .
798.6    C46H88O7        ePC(38:3      .02       41      .05      354
.005791        .
800.6    C46H90O7        ePC(38:2      .01       40      .05      354
.005650        .
802.7    C46H92O7        ePC(38:1      .01       39      .05      354
.005508        .
804.7    C46H94O7        ePC(38:0      .00       38      .05      354
.005367        .
766.6    C44H80O7        ePC(36:5      .01       37      .05      354
.005226        .
768.6    C44H82O7        ePC(36:4      .02       36      .05      354
.005085        .
770.6    C44H84O7        ePC(36:3      .01       35      .05      354
.004944        .
772.6    C44H86O7        ePC(36:2      .02       34      .05      354
.004802        .
774.6    C44H88O7        ePC(36:1      .02       33      .05      354
.004661        .
776.6    C44H90O7        ePC(36:0      .00       32      .05      354
.004520        .
740.6    C42H78O7        ePC(34:4      .00       31      .05      354
.004379        .
742.6    C42H80O7        ePC(34:3      .01       30      .05      354
.004237        .
744.6    C42H82O7        ePC(34:2      .02       29      .05      354
.004096        .
746.6    C42H84O7        ePC(34:1      .01       28      .05      354
.003955        .
748.6    C42H86O7        ePC(34:0      .00       27      .05      354
.003814        .
714.5    C40H76O7        ePC(32:3      .00       26      .05      354
.003672        .
716.6    C40H78O7        ePC(32:2      .00       25      .05      354
.003531        .
718.6    C40H80O7        ePC(32:1      .01       24      .05      354
.003390        .
720.6    C40H82O7        ePC(32:0      .00       23      .05      354
.003249        .
817.7    C47H97N2        DSM(24:0      .00       22      .05      354
.003107        .
789.7    C45H93N2        DSM(22:0      .02       21      .05      354
.002966        .
733.6    C41H85N2        DSM(18:0      .00       20      .05      354
.002825        .
705.6    C39H81N2        DSM(16:0      .02       19      .05      354
.002684        .
714.6168 C49H80NO        C22:6 CE      .23       18      .05      354
.002542        .
716.6324 C49H82NO        C22:5 CE      .02       17      .05      354
.002401        .
718.6480 C49H84NO        C22:4 CE      .01       16      .05      354
.002260        .
688.6012 C47H78NO        C20:5 CE      .34       15      .05      354
.002119        .
690.6168 C47H80NO        C20:4 CE     3.31       14      .05      354
.001977        .
692.6324 C47H82NO        C20:3 CE      .28       13      .05      354
.001836        .
694.6480 C47H84NO        C20:2 CE      .00       12      .05      354
.001695        .
696.6636 C47H86NO        C20:1 CE      .05       11      .05      354
.001554        .
698.6792 C47H88NO        C20:0 CE      .30       10      .05      354
.001412        .
682.6480 C46H84NO        C19:1 CE      .21        9      .05      354
.001271        .
684.6636 C46H86NO        C19:0 CE      .01        8      .05      354
.001130        .
664.6012 C45H78NO        C18:3 CE      .44        7      .05      354
.000989        .
666.6168 C45H80NO        C18:2 CE    15.38        6      .05      354
.000847        .
668.6324 C45H82NO        C18:1 CE     2.52        5      .05      354
.000706        .
670.6480 C45H84NO        C18:0 CE      .00        4      .05      354
.000565        .
640.6012 C43H78NO        C16:1 CE      .28        3      .05      354
.000424        .
642.6168 C43H80NO        C16:0 CE      .41        2      .05      354
.000282        .
614.5856 C41H76NO        C14:0 CE      .01        1      .05      354
.000141        .


Number of cases read:  354    Number of cases listed:  354





--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command SIGNOFF SPSSX-L For a list of
commands to manage subscriptions, send the command INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732413.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Bruce Weaver
Administrator
In reply to this post by eunkum
You have not explained what the values of your p-variable mean.  

Q. What does "SM(22:1)" mean?  

Nor have you explained what the PCa variable is showing.  Are those p-values?  If not, what are they?  Is your variable p related to your PCa variable somehow?  If so, how?  

I think that no one will be able to help you until you explain what these variables are, and what their values indicate.


eunkum wrote
Thank you for your response. I want to compare PCa and p. I want to
identify p that is statistically associated with PCa.

Yes. p is string value that has values like "SM(22:1)". I want to transform
it into numeric variable so I can identify p that is statistically
associated with PCa.

On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]> wrote:

> Yes. If you are going to compare p to a number "crit", then p needs to be
> a number.
>
> From what I can tell, p has values like "SM(22:1)"  and it is not obvious
> to me
> what number you want to transform it to.
>
> Maybe you intended to compare the number in PCa to crit?
>
> --
> Rich Ulrich
>
--
Bruce Weaver
bweaver@lakeheadu.ca
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

PLEASE NOTE THE FOLLOWING: 
1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above.
2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/).
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

eunkum

P means lipid species that are from groups (e.g., cholester (CE), dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM). Thus, P is string variable. I want to transform it into numeric variable. PCa means prostate cancer. I want to identify lipids that are correlated with prostate cancer. 


On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <[hidden email]> wrote:
You have not explained what the values of your p-variable mean.  

Q. What does "SM(22:1)" mean?  

Nor have you explained what the PCa variable is showing.  Are those p-values?  If not, what are they?  Is your variable p related to your PCa variable somehow?  If so, how?  

I think that no one will be able to help you until you explain what these variables are, and what their values indicate.


eunkum wrote
Thank you for your response. I want to compare PCa and p. I want to
identify p that is statistically associated with PCa.

Yes. p is string value that has values like "SM(22:1)". I want to transform
it into numeric variable so I can identify p that is statistically
associated with PCa.

On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]> wrote:

> Yes. If you are going to compare p to a number "crit", then p needs to be
> a number.
>
> From what I can tell, p has values like "SM(22:1)"  and it is not obvious
> to me
> what number you want to transform it to.
>
> Maybe you intended to compare the number in PCa to crit?
>
> --
> Rich Ulrich
>
--
Bruce Weaver
[hidden email]
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.



If you reply to this email, your message will be added to the discussion below:
http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html
To unsubscribe from syntax error, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Bruce Weaver
Administrator
So none of your variables show p-values.  The syntax you are using assumes a data file that has one row per test result and a variable called p that contains the p-values for the tests.  I suggest you rename your current p-variable to something else, add a new numeric variable called p that contains p-values, and try again.  

HTH.


eunkum wrote
P means lipid species that are from groups (e.g., cholester (CE),
dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg
phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM).
Thus, P is string variable. I want to transform it into numeric variable.
PCa means prostate cancer. I want to identify lipids that are correlated
with prostate cancer.

On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <
[hidden email]> wrote:

> You have not explained what the values of your p-variable mean.
>
> Q. What does "SM(22:1)" mean?
>
> Nor have you explained what the PCa variable is showing.  Are those
> p-values?  If not, what are they?  Is your variable p related to your PCa
> variable somehow?  If so, how?
>
> I think that no one will be able to help you until you explain what these
> variables are, and what their values indicate.
>
>
> eunkum wrote
> Thank you for your response. I want to compare PCa and p. I want to
> identify p that is statistically associated with PCa.
>
> Yes. p is string value that has values like "SM(22:1)". I want to
> transform
> it into numeric variable so I can identify p that is statistically
> associated with PCa.
>
> On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5732419&i=0>> wrote:
>
> > Yes. If you are going to compare p to a number "crit", then p needs to
> be
> > a number.
> >
> > From what I can tell, p has values like "SM(22:1)"  and it is not
> obvious
> > to me
> > what number you want to transform it to.
> >
> > Maybe you intended to compare the number in PCa to crit?
> >
> > --
> > Rich Ulrich
> >
>
> --
> Bruce Weaver
> [hidden email]
> http://sites.google.com/a/lakeheadu.ca/bweaver/
>
> "When all else fails, RTFM."
>
>
>
> *NOTE: My Hotmail account is not monitored regularly. To send me an
> e-mail, please use the address shown above. *
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html
> To unsubscribe from syntax error, click here
> <http://spssx-discussion.1045642.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5732410&code=ZXVua3VtQGdtYWlsLmNvbXw1NzMyNDEwfC0xMjIwMzkyMzE0>
> .
> NAML
> <http://spssx-discussion.1045642.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
--
Bruce Weaver
bweaver@lakeheadu.ca
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

PLEASE NOTE THE FOLLOWING: 
1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above.
2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/).
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Maguin, Eugene
In reply to this post by eunkum

This still isn’t a very good explanation because it hasn’t been explained how or why the BH procedure is appropriate to these data.

Specific example.

Mass     CompoundFormula    p             PCa        i        q        m    crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354 .050000        .

 

You want to convert the value of p from string to numeric. Let’s say p is a8. The meaning of ’24:1’ is undefined. Let’s say it is a concentration or mixing ratio as in 24 units of ‘x’ to 1 unit of ‘y’. (David, you’re better at this) but here is mine.

Compute lp=char.index(p,’(‘).

Compute cc= char.index(p,’:‘).

Compute rp= char.index(p,’)‘).

Do If (lp gt and cc gt 0 and rp gt 0).

+  Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

End if.

 

So there you go. Pnum is a number. How does that number, which for this case is 24, fit into the BH computation?

 

Gene Maguin

 

Eunkum, I just saw your latest post. How does that relate to the current problem thread. Feels like a moving target to me.

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 2:02 PM
To: [hidden email]
Subject: Re: syntax error

 

P means lipid species that are from groups (e.g., cholester (CE), dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM). Thus, P is string variable. I want to transform it into numeric variable. PCa means prostate cancer. I want to identify lipids that are correlated with prostate cancer. 

 

On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <[hidden email]> wrote:

You have not explained what the values of your p-variable mean.  

Q. What does "SM(22:1)" mean?  

Nor have you explained what the PCa variable is showing.  Are those p-values?  If not, what are they?  Is your variable p related to your PCa variable somehow?  If so, how?  

I think that no one will be able to help you until you explain what these variables are, and what their values indicate.

eunkum wrote

Thank you for your response. I want to compare PCa and p. I want to
identify p that is statistically associated with PCa.

Yes. p is string value that has values like "SM(22:1)". I want to transform
it into numeric variable so I can identify p that is statistically
associated with PCa.

On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]> wrote:


> Yes. If you are going to compare p to a number "crit", then p needs to be
> a number.
>
> From what I can tell, p has values like "SM(22:1)"  and it is not obvious
> to me
> what number you want to transform it to.
>
> Maybe you intended to compare the number in PCa to crit?
>
> --
> Rich Ulrich
>

--

Bruce Weaver
[hidden email]
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.

 


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

eunkum
In reply to this post by Bruce Weaver
"Test" shows significance. 1 means significance. 0 means nonsignificance. If I transform string variable into normal variable, I can get "test" value.

On Wed, Jun 15, 2016 at 2:56 PM, Bruce Weaver [via SPSSX Discussion] <[hidden email]> wrote:
So none of your variables show p-values.  The syntax you are using assumes a data file that has one row per test result and a variable called p that contains the p-values for the tests.  I suggest you rename your current p-variable to something else, add a new numeric variable called p that contains p-values, and try again.  

HTH.


eunkum wrote
P means lipid species that are from groups (e.g., cholester (CE),
dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg
phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM).
Thus, P is string variable. I want to transform it into numeric variable.
PCa means prostate cancer. I want to identify lipids that are correlated
with prostate cancer.

On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <
[hidden email]> wrote:

> You have not explained what the values of your p-variable mean.
>
> Q. What does "SM(22:1)" mean?
>
> Nor have you explained what the PCa variable is showing.  Are those
> p-values?  If not, what are they?  Is your variable p related to your PCa
> variable somehow?  If so, how?
>
> I think that no one will be able to help you until you explain what these
> variables are, and what their values indicate.
>
>
> eunkum wrote
> Thank you for your response. I want to compare PCa and p. I want to
> identify p that is statistically associated with PCa.
>
> Yes. p is string value that has values like "SM(22:1)". I want to
> transform
> it into numeric variable so I can identify p that is statistically
> associated with PCa.
>
> On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5732419&i=0>> wrote:

>
> > Yes. If you are going to compare p to a number "crit", then p needs to
> be
> > a number.
> >
> > From what I can tell, p has values like "SM(22:1)"  and it is not
> obvious
> > to me
> > what number you want to transform it to.
> >
> > Maybe you intended to compare the number in PCa to crit?
> >
> > --
> > Rich Ulrich
> >
>
> --
> Bruce Weaver
> [hidden email]
> http://sites.google.com/a/lakeheadu.ca/bweaver/
>
> "When all else fails, RTFM."
>
>
>
> *NOTE: My Hotmail account is not monitored regularly. To send me an
> e-mail, please use the address shown above. *
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html
> To unsubscribe from syntax error, click here
> < .
> NAML
> <
http://spssx-discussion.1045642.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
--
Bruce Weaver
[hidden email]
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.



If you reply to this email, your message will be added to the discussion below:
http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732424.html
To unsubscribe from syntax error, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: syntax error

eunkum
In reply to this post by Maguin, Eugene
I want to do the BH procedure to identify which lipids (p) are significantly associated with prostate cancer (PCa). Per my latest post, I just wanted to prepare for the next step. SM(24:1) means compound/lipids name - 24 atoms and 1 double bond. I ran the syntax. I got the following message.

   SAVE OUTFILE='C:\Users\Eunkum\Desktop\EKU\EKU My Documents\AM statistical '+
    'consulting\consulting\business\kelavkar\Supplemental Data 2_lipid analysis_test.sav'
  /COMPRESSED.
Compute lp=char.index (p,’(‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute cc= char.index(p,’:‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute rp= char.index(p,’)‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Do If (lp gt and cc gt 0 and rp gt 0).

>Error # 4285 in column 8.  Text: lp
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

>Error # 4285 in column 33.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
End if.

>Error # 4070.  Command name: End if
>The command does not follow an unclosed DO IF command.  Maybe the DO IF
>command was not recognized because of an error.  Use the level-of-control
>shown to the left of the SPSS Statistics commands to determine the range of
>LOOPs and DO IFs.
>Execution of this command stops.


On Wed, Jun 15, 2016 at 3:01 PM, Maguin, Eugene [via SPSSX Discussion] <[hidden email]> wrote:

This still isn’t a very good explanation because it hasn’t been explained how or why the BH procedure is appropriate to these data.

Specific example.

Mass     CompoundFormula    p             PCa        i        q        m    crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354 .050000        .

 

You want to convert the value of p from string to numeric. Let’s say p is a8. The meaning of ’24:1’ is undefined. Let’s say it is a concentration or mixing ratio as in 24 units of ‘x’ to 1 unit of ‘y’. (David, you’re better at this) but here is mine.

Compute lp=char.index(p,’(‘).

Compute cc= char.index(p,’:‘).

Compute rp= char.index(p,’)‘).

Do If (lp gt and cc gt 0 and rp gt 0).

+  Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

End if.

 

So there you go. Pnum is a number. How does that number, which for this case is 24, fit into the BH computation?

 

Gene Maguin

 

Eunkum, I just saw your latest post. How does that relate to the current problem thread. Feels like a moving target to me.

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 2:02 PM
To: [hidden email]
Subject: Re: syntax error

 

P means lipid species that are from groups (e.g., cholester (CE), dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM). Thus, P is string variable. I want to transform it into numeric variable. PCa means prostate cancer. I want to identify lipids that are correlated with prostate cancer. 

 

On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <[hidden email]> wrote:

You have not explained what the values of your p-variable mean.  

Q. What does "SM(22:1)" mean?  

Nor have you explained what the PCa variable is showing.  Are those p-values?  If not, what are they?  Is your variable p related to your PCa variable somehow?  If so, how?  

I think that no one will be able to help you until you explain what these variables are, and what their values indicate.

eunkum wrote

Thank you for your response. I want to compare PCa and p. I want to
identify p that is statistically associated with PCa.

Yes. p is string value that has values like "SM(22:1)". I want to transform
it into numeric variable so I can identify p that is statistically
associated with PCa.

On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]> wrote:


> Yes. If you are going to compare p to a number "crit", then p needs to be
> a number.
>
> From what I can tell, p has values like "SM(22:1)"  and it is not obvious
> to me
> what number you want to transform it to.
>
> Maybe you intended to compare the number in PCa to crit?
>
> --
> Rich Ulrich
>

--

Bruce Weaver
[hidden email]
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.

 


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


If you reply to this email, your message will be added to the discussion below:
http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732426.html
To unsubscribe from syntax error, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Maguin, Eugene

My mistake. I apologize. My text used ‘curved’ apostrophes and those are different from ‘straight’ apostrophes, which spss will produce and requires but which outlook and other MS products will not produce unless specifically optioned to do so. So: please go through the code and type a straight apostrophe in place of the curved apostrophe. Gene Maguin

 

I find this apostrophe and quotation mark business to be a teeny-weeny irritating spss issue and I wish they’d fix it (but perhaps not so easy to do).

 

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 4:19 PM
To: [hidden email]
Subject: Re: syntax error

 

I want to do the BH procedure to identify which lipids (p) are significantly associated with prostate cancer (PCa). Per my latest post, I just wanted to prepare for the next step. SM(24:1) means compound/lipids name - 24 atoms and 1 double bond. I ran the syntax. I got the following message.

   SAVE OUTFILE='C:\Users\Eunkum\Desktop\EKU\EKU My Documents\AM statistical '+
    'consulting\consulting\business\kelavkar\Supplemental Data 2_lipid analysis_test.sav'
  /COMPRESSED.
Compute lp=char.index (p,’(‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute cc= char.index(p,’:‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute rp= char.index(p,’)‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Do If (lp gt and cc gt 0 and rp gt 0).

>Error # 4285 in column 8.  Text: lp
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

>Error # 4285 in column 33.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
End if.

>Error # 4070.  Command name: End if
>The command does not follow an unclosed DO IF command.  Maybe the DO IF
>command was not recognized because of an error.  Use the level-of-control
>shown to the left of the SPSS Statistics commands to determine the range of
>LOOPs and DO IFs.
>Execution of this command stops.

 

On Wed, Jun 15, 2016 at 3:01 PM, Maguin, Eugene [via SPSSX Discussion] <[hidden email]> wrote:

This still isn’t a very good explanation because it hasn’t been explained how or why the BH procedure is appropriate to these data.

Specific example.

Mass     CompoundFormula    p             PCa        i        q        m    crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354 .050000        .

 

You want to convert the value of p from string to numeric. Let’s say p is a8. The meaning of ’24:1’ is undefined. Let’s say it is a concentration or mixing ratio as in 24 units of ‘x’ to 1 unit of ‘y’. (David, you’re better at this) but here is mine.

Compute lp=char.index(p,’(‘).

Compute cc= char.index(p,’:‘).

Compute rp= char.index(p,’)‘).

Do If (lp gt and cc gt 0 and rp gt 0).

+  Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

End if.

 

So there you go. Pnum is a number. How does that number, which for this case is 24, fit into the BH computation?

 

Gene Maguin

 

Eunkum, I just saw your latest post. How does that relate to the current problem thread. Feels like a moving target to me.

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 2:02 PM
To: [hidden email]
Subject: Re: syntax error

 

P means lipid species that are from groups (e.g., cholester (CE), dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM). Thus, P is string variable. I want to transform it into numeric variable. PCa means prostate cancer. I want to identify lipids that are correlated with prostate cancer. 

 

On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <[hidden email]> wrote:

You have not explained what the values of your p-variable mean.  

Q. What does "SM(22:1)" mean?  

Nor have you explained what the PCa variable is showing.  Are those p-values?  If not, what are they?  Is your variable p related to your PCa variable somehow?  If so, how?  

I think that no one will be able to help you until you explain what these variables are, and what their values indicate.

eunkum wrote

Thank you for your response. I want to compare PCa and p. I want to
identify p that is statistically associated with PCa.

Yes. p is string value that has values like "SM(22:1)". I want to transform
it into numeric variable so I can identify p that is statistically
associated with PCa.

On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]> wrote:


> Yes. If you are going to compare p to a number "crit", then p needs to be
> a number.
>
> From what I can tell, p has values like "SM(22:1)"  and it is not obvious
> to me
> what number you want to transform it to.
>
> Maybe you intended to compare the number in PCa to crit?
>
> --
> Rich Ulrich
>

--

Bruce Weaver
[hidden email]
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.

 


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732426.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Jon Peck
The curved quotes issue is not an SPSS issue.  I don't know of any programming language that would accept them as the equivalent of the ascii equivalents.  There are, in fact many such characters, but they are not in the ascii character set.  I see in the Unicode database that there are at least 5 similar characters just for the right single quote.

Annoying, yes, but that way lies madness.

On Wednesday, June 15, 2016, Maguin, Eugene <[hidden email]> wrote:

My mistake. I apologize. My text used ‘curved’ apostrophes and those are different from ‘straight’ apostrophes, which spss will produce and requires but which outlook and other MS products will not produce unless specifically optioned to do so. So: please go through the code and type a straight apostrophe in place of the curved apostrophe. Gene Maguin

 

I find this apostrophe and quotation mark business to be a teeny-weeny irritating spss issue and I wish they’d fix it (but perhaps not so easy to do).

 

 

 

 

From: SPSSX(r) Discussion [mailto:<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;SPSSX-L@LISTSERV.UGA.EDU&#39;);" target="_blank">SPSSX-L@...] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 4:19 PM
To: <a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;SPSSX-L@LISTSERV.UGA.EDU&#39;);" target="_blank">SPSSX-L@...
Subject: Re: syntax error

 

I want to do the BH procedure to identify which lipids (p) are significantly associated with prostate cancer (PCa). Per my latest post, I just wanted to prepare for the next step. SM(24:1) means compound/lipids name - 24 atoms and 1 double bond. I ran the syntax. I got the following message.

   SAVE OUTFILE='C:\Users\Eunkum\Desktop\EKU\EKU My Documents\AM statistical '+
    'consulting\consulting\business\kelavkar\Supplemental Data 2_lipid analysis_test.sav'
  /COMPRESSED.
Compute lp=char.index (p,’(‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute cc= char.index(p,’:‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute rp= char.index(p,’)‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Do If (lp gt and cc gt 0 and rp gt 0).

>Error # 4285 in column 8.  Text: lp
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

>Error # 4285 in column 33.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
End if.

>Error # 4070.  Command name: End if
>The command does not follow an unclosed DO IF command.  Maybe the DO IF
>command was not recognized because of an error.  Use the level-of-control
>shown to the left of the SPSS Statistics commands to determine the range of
>LOOPs and DO IFs.
>Execution of this command stops.

 

On Wed, Jun 15, 2016 at 3:01 PM, Maguin, Eugene [via SPSSX Discussion] <[hidden email]> wrote:

This still isn’t a very good explanation because it hasn’t been explained how or why the BH procedure is appropriate to these data.

Specific example.

Mass     CompoundFormula    p             PCa        i        q        m    crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354 .050000        .

 

You want to convert the value of p from string to numeric. Let’s say p is a8. The meaning of ’24:1’ is undefined. Let’s say it is a concentration or mixing ratio as in 24 units of ‘x’ to 1 unit of ‘y’. (David, you’re better at this) but here is mine.

Compute lp=char.index(p,’(‘).

Compute cc= char.index(p,’:‘).

Compute rp= char.index(p,’)‘).

Do If (lp gt and cc gt 0 and rp gt 0).

+  Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

End if.

 

So there you go. Pnum is a number. How does that number, which for this case is 24, fit into the BH computation?

 

Gene Maguin

 

Eunkum, I just saw your latest post. How does that relate to the current problem thread. Feels like a moving target to me.

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 2:02 PM
To: [hidden email]
Subject: Re: syntax error

 

P means lipid species that are from groups (e.g., cholester (CE), dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM). Thus, P is string variable. I want to transform it into numeric variable. PCa means prostate cancer. I want to identify lipids that are correlated with prostate cancer. 

 

On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <[hidden email]> wrote:

You have not explained what the values of your p-variable mean.  

Q. What does "SM(22:1)" mean?  

Nor have you explained what the PCa variable is showing.  Are those p-values?  If not, what are they?  Is your variable p related to your PCa variable somehow?  If so, how?  

I think that no one will be able to help you until you explain what these variables are, and what their values indicate.

eunkum wrote

Thank you for your response. I want to compare PCa and p. I want to
identify p that is statistically associated with PCa.

Yes. p is string value that has values like "SM(22:1)". I want to transform
it into numeric variable so I can identify p that is statistically
associated with PCa.

On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]> wrote:


> Yes. If you are going to compare p to a number "crit", then p needs to be
> a number.
>
> From what I can tell, p has values like "SM(22:1)"  and it is not obvious
> to me
> what number you want to transform it to.
>
> Maybe you intended to compare the number in PCa to crit?
>
> --
> Rich Ulrich
>

--

Bruce Weaver
[hidden email]
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.

 


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732426.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to <a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;LISTSERV@LISTSERV.UGA.EDU&#39;);" target="_blank"> LISTSERV@... (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to <a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;LISTSERV@LISTSERV.UGA.EDU&#39;);" target="_blank">LISTSERV@... (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


--
Jon K Peck
[hidden email]


===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

eunkum
In reply to this post by Maguin, Eugene
Thanks for your response. I typed it and ran a new syntax. I got the following message.

Compute lp=char.index (p,'(').
Compute cc= char.index(p,':').
Compute rp= char.index(p,')').
Do If (lp gt and cc gt 0 and rp gt 0).

>Error # 4024 in column 14.  Text: and
>The sequence of operators found is invalid.  Check the expression for omitted
>or extra operands, operators, and parentheses.
>Execution of this command stops.
Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).
End if.

>Error # 4070.  Command name: End if
>The command does not follow an unclosed DO IF command.  Maybe the DO IF
>command was not recognized because of an error.  Use the level-of-control
>shown to the left of the SPSS Statistics commands to determine the range of
>LOOPs and DO IFs.
>Execution of this command stops.



On Wed, Jun 15, 2016 at 4:36 PM, Maguin, Eugene [via SPSSX Discussion] <[hidden email]> wrote:

My mistake. I apologize. My text used ‘curved’ apostrophes and those are different from ‘straight’ apostrophes, which spss will produce and requires but which outlook and other MS products will not produce unless specifically optioned to do so. So: please go through the code and type a straight apostrophe in place of the curved apostrophe. Gene Maguin

 

I find this apostrophe and quotation mark business to be a teeny-weeny irritating spss issue and I wish they’d fix it (but perhaps not so easy to do).

 

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 4:19 PM
To: [hidden email]
Subject: Re: syntax error

 

I want to do the BH procedure to identify which lipids (p) are significantly associated with prostate cancer (PCa). Per my latest post, I just wanted to prepare for the next step. SM(24:1) means compound/lipids name - 24 atoms and 1 double bond. I ran the syntax. I got the following message.



   SAVE OUTFILE='C:\Users\Eunkum\Desktop\EKU\EKU My Documents\AM statistical '+
    'consulting\consulting\business\kelavkar\Supplemental Data 2_lipid analysis_test.sav'
  /COMPRESSED.
Compute lp=char.index (p,’(‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute cc= char.index(p,’:‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute rp= char.index(p,’)‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Do If (lp gt and cc gt 0 and rp gt 0).

>Error # 4285 in column 8.  Text: lp
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

>Error # 4285 in column 33.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
End if.

>Error # 4070.  Command name: End if
>The command does not follow an unclosed DO IF command.  Maybe the DO IF
>command was not recognized because of an error.  Use the level-of-control
>shown to the left of the SPSS Statistics commands to determine the range of
>LOOPs and DO IFs.
>Execution of this command stops.

 

On Wed, Jun 15, 2016 at 3:01 PM, Maguin, Eugene [via SPSSX Discussion] <[hidden email]> wrote:

This still isn’t a very good explanation because it hasn’t been explained how or why the BH procedure is appropriate to these data.

Specific example.

Mass     CompoundFormula    p             PCa        i        q        m    crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354 .050000        .

 

You want to convert the value of p from string to numeric. Let’s say p is a8. The meaning of ’24:1’ is undefined. Let’s say it is a concentration or mixing ratio as in 24 units of ‘x’ to 1 unit of ‘y’. (David, you’re better at this) but here is mine.

Compute lp=char.index(p,’(‘).

Compute cc= char.index(p,’:‘).

Compute rp= char.index(p,’)‘).

Do If (lp gt and cc gt 0 and rp gt 0).

+  Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

End if.

 

So there you go. Pnum is a number. How does that number, which for this case is 24, fit into the BH computation?

 

Gene Maguin

 

Eunkum, I just saw your latest post. How does that relate to the current problem thread. Feels like a moving target to me.

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 2:02 PM
To: [hidden email]
Subject: Re: syntax error

 

P means lipid species that are from groups (e.g., cholester (CE), dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM). Thus, P is string variable. I want to transform it into numeric variable. PCa means prostate cancer. I want to identify lipids that are correlated with prostate cancer. 

 

On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <[hidden email]> wrote:

You have not explained what the values of your p-variable mean.  

Q. What does "SM(22:1)" mean?  

Nor have you explained what the PCa variable is showing.  Are those p-values?  If not, what are they?  Is your variable p related to your PCa variable somehow?  If so, how?  

I think that no one will be able to help you until you explain what these variables are, and what their values indicate.

eunkum wrote

Thank you for your response. I want to compare PCa and p. I want to
identify p that is statistically associated with PCa.

Yes. p is string value that has values like "SM(22:1)". I want to transform
it into numeric variable so I can identify p that is statistically
associated with PCa.

On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]> wrote:


> Yes. If you are going to compare p to a number "crit", then p needs to be
> a number.
>
> From what I can tell, p has values like "SM(22:1)"  and it is not obvious
> to me
> what number you want to transform it to.
>
> Maybe you intended to compare the number in PCa to crit?
>
> --
> Rich Ulrich
>

--

Bruce Weaver
[hidden email]
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.

 


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732426.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


If you reply to this email, your message will be added to the discussion below:
http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732429.html
To unsubscribe from syntax error, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Maguin, Eugene

Do If (lp gt 0 and cc gt 0 and rp gt 0).

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 4:50 PM
To: [hidden email]
Subject: Re: syntax error

 

Thanks for your response. I typed it and ran a new syntax. I got the following message.

Compute lp=char.index (p,'(').
Compute cc= char.index(p,':').
Compute rp= char.index(p,')').
Do If (lp gt and cc gt 0 and rp gt 0).

>Error # 4024 in column 14.  Text: and
>The sequence of operators found is invalid.  Check the expression for omitted
>or extra operands, operators, and parentheses.
>Execution of this command stops.
Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).
End if.

>Error # 4070.  Command name: End if
>The command does not follow an unclosed DO IF command.  Maybe the DO IF
>command was not recognized because of an error.  Use the level-of-control
>shown to the left of the SPSS Statistics commands to determine the range of
>LOOPs and DO IFs.
>Execution of this command stops.

 

On Wed, Jun 15, 2016 at 4:36 PM, Maguin, Eugene [via SPSSX Discussion] <[hidden email]> wrote:

My mistake. I apologize. My text used ‘curved’ apostrophes and those are different from ‘straight’ apostrophes, which spss will produce and requires but which outlook and other MS products will not produce unless specifically optioned to do so. So: please go through the code and type a straight apostrophe in place of the curved apostrophe. Gene Maguin

 

I find this apostrophe and quotation mark business to be a teeny-weeny irritating spss issue and I wish they’d fix it (but perhaps not so easy to do).

 

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 4:19 PM
To: [hidden email]
Subject: Re: syntax error

 

I want to do the BH procedure to identify which lipids (p) are significantly associated with prostate cancer (PCa). Per my latest post, I just wanted to prepare for the next step. SM(24:1) means compound/lipids name - 24 atoms and 1 double bond. I ran the syntax. I got the following message.



   SAVE OUTFILE='C:\Users\Eunkum\Desktop\EKU\EKU My Documents\AM statistical '+
    'consulting\consulting\business\kelavkar\Supplemental Data 2_lipid analysis_test.sav'
  /COMPRESSED.
Compute lp=char.index (p,’(‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute cc= char.index(p,’:‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute rp= char.index(p,’)‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Do If (lp gt and cc gt 0 and rp gt 0).

>Error # 4285 in column 8.  Text: lp
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

>Error # 4285 in column 33.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it is
>not defined by a previous command.
>Execution of this command stops.
End if.

>Error # 4070.  Command name: End if
>The command does not follow an unclosed DO IF command.  Maybe the DO IF
>command was not recognized because of an error.  Use the level-of-control
>shown to the left of the SPSS Statistics commands to determine the range of
>LOOPs and DO IFs.
>Execution of this command stops.

 

On Wed, Jun 15, 2016 at 3:01 PM, Maguin, Eugene [via SPSSX Discussion] <[hidden email]> wrote:

This still isn’t a very good explanation because it hasn’t been explained how or why the BH procedure is appropriate to these data.

Specific example.

Mass     CompoundFormula    p             PCa        i        q        m    crit     test

813.7    C47H93N2        SM(24:1)      .22      354      .05      354 .050000        .

 

You want to convert the value of p from string to numeric. Let’s say p is a8. The meaning of ’24:1’ is undefined. Let’s say it is a concentration or mixing ratio as in 24 units of ‘x’ to 1 unit of ‘y’. (David, you’re better at this) but here is mine.

Compute lp=char.index(p,’(‘).

Compute cc= char.index(p,’:‘).

Compute rp= char.index(p,’)‘).

Do If (lp gt and cc gt 0 and rp gt 0).

+  Compute pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

End if.

 

So there you go. Pnum is a number. How does that number, which for this case is 24, fit into the BH computation?

 

Gene Maguin

 

Eunkum, I just saw your latest post. How does that relate to the current problem thread. Feels like a moving target to me.

 

 

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of eunkum
Sent: Wednesday, June 15, 2016 2:02 PM
To: [hidden email]
Subject: Re: syntax error

 

P means lipid species that are from groups (e.g., cholester (CE), dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM). Thus, P is string variable. I want to transform it into numeric variable. PCa means prostate cancer. I want to identify lipids that are correlated with prostate cancer. 

 

On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <[hidden email]> wrote:

You have not explained what the values of your p-variable mean.  

Q. What does "SM(22:1)" mean?  

Nor have you explained what the PCa variable is showing.  Are those p-values?  If not, what are they?  Is your variable p related to your PCa variable somehow?  If so, how?  

I think that no one will be able to help you until you explain what these variables are, and what their values indicate.

eunkum wrote

Thank you for your response. I want to compare PCa and p. I want to
identify p that is statistically associated with PCa.

Yes. p is string value that has values like "SM(22:1)". I want to transform
it into numeric variable so I can identify p that is statistically
associated with PCa.

On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]> wrote:


> Yes. If you are going to compare p to a number "crit", then p needs to be
> a number.
>
> From what I can tell, p has values like "SM(22:1)"  and it is not obvious
> to me
> what number you want to transform it to.
>
> Maybe you intended to compare the number in PCa to crit?
>
> --
> Rich Ulrich
>

--

Bruce Weaver
[hidden email]
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

NOTE: My Hotmail account is not monitored regularly.
To send me an e-mail, please use the address shown above.

 


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732426.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


If you reply to this email, your message will be added to the discussion below:

http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732429.html

To unsubscribe from syntax error, click here.
NAML

 

 


View this message in context: Re: syntax error
Sent from the SPSSX Discussion mailing list archive at Nabble.com.
===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

assigning order

Zdaniuk, Bozena-3
In reply to this post by eunkum

Hello everyone, I have a “long” file with multiple records per ID. Each record has its own date. I would like to number all the records within each ID in consecutive order according to the date: 1 for the earliest record and so on. Would someone suggest the syntax or point me in the right direction? Thanks so much,

Bozena

 

ID           Date                     MyNewVariable

101        Feb-02-2013                      1

101        Feb-06-2013                      2

102        March-01-2013                 1

102        April-14-2014                    2            

102        Feb-07-2015                      3

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: assigning order

Maguin, Eugene

Sort cases by id date.

Do if ($casenum eq 1 or id ne lag(id)).

+  compute seq=1.

Else.

+  compute seq=1+lag(seq).

End if.

 

Gene Maguin

 

From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Zdaniuk, Bozena
Sent: Wednesday, June 15, 2016 5:39 PM
To: [hidden email]
Subject: assigning order

 

Hello everyone, I have a “long” file with multiple records per ID. Each record has its own date. I would like to number all the records within each ID in consecutive order according to the date: 1 for the earliest record and so on. Would someone suggest the syntax or point me in the right direction? Thanks so much,

Bozena

 

ID           Date                     MyNewVariable

101        Feb-02-2013                      1

101        Feb-06-2013                      2

102        March-01-2013                 1

102        April-14-2014                    2            

102        Feb-07-2015                      3

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: syntax error

Bruce Weaver
Administrator
In reply to this post by eunkum
At the risk of going even further down this rabbit hole, let's go back to your original post.  You listed 354 cases (or records) showing data for the following variables:

Mass     CompoundFormula    p             PCa        i        q        m     crit     test

Does each one of those 354 records represent one patient?  If not, what do they represent?

Your PCa variable (prostate cancer) has values ranging from 0 to 0.73; but 78.5% of the cases (278 of the 354) have PCa = 0.

Q. What do the values of variable PCa represent?  What does PCa=0 mean?  What does PCa=0.28 mean?  What does PCa=0.73 mean?  

Your p variable has almost as many unique values as you have cases in the data file.  So how are you intending to look at the association between variables p and PCa?  


For Gene or anyone else who wants to pursue this, here is syntax to read in the data shown in the original post:


PRESERVE.
SET MXWARNS=1.
DATA LIST fixed /
 Mass 1-8 CompoundFormula 10-17 (A) p 26-33(A) PCa 40-42 i 49-51 q 58-60 m 67-69 crit 72-78 test 87.
BEGIN DATA
813.7    C47H93N2        SM(24:1)      .22      354      .05      354  .050000        .
815.7    C47H95N2        SM(24:0)      .06      353      .05      354  .049859        .
785.6    C45H89N2        SM(22:1)      .00      352      .05      354  .049718        .
787.7    C45H91N2        SM(22:0)      .08      351      .05      354  .049576        .
729.6    C41H81N2        SM(18:1)      .05      350      .05      354  .049435        .
731.6    C41H83N2        SM(18:0)      .10      349      .05      354  .049294        .
701.5    C39H77N2        SM(16:1)      .06      348      .05      354  .049153        .
703.6    C39H79N2        SM(16:0)      .59      347      .05      354  .049011        .
886.6    C50H80O1        PS(44:9)      .00      346      .05      354  .048870        .
888.6    C50H82O1        PS(44:8)      .00      345      .05      354  .048729        .
890.6    C50H84O1        PS(44:7)      .00      344      .05      354  .048588        .
892.6    C50H86O1        PS(44:6)      .00      343      .05      354  .048446        .
894.6    C50H88O1        PS(44:5)      .00      342      .05      354  .048305        .
896.6    C50H90O1        PS(44:4)      .00      341      .05      354  .048164        .
898.6    C50H92O1        PS(44:3)      .00      340      .05      354  .048023        .
900.7    C50H94O1        PS(44:2)      .00      339      .05      354  .047881        .
880.5    C50H74O1        PS(44:12      .00      338      .05      354  .047740        .
882.5    C50H76O1        PS(44:11      .00      337      .05      354  .047599        .
884.5    C50H78O1        PS(44:10      .00      336      .05      354  .047458        .
858.5    C48H76O1        PS(42:9)      .00      335      .05      354  .047316        .
860.5    C48H78O1        PS(42:8)      .00      334      .05      354  .047175        .
862.6    C48H80O1        PS(42:7)      .00      333      .05      354  .047034        .
864.6    C48H82O1        PS(42:6)      .00      332      .05      354  .046893        .
866.6    C48H84O1        PS(42:5)      .00      331      .05      354  .046751        .
854.5    C48H72O1        PS(42:11      .00      330      .05      354  .046610        .
856.5    C48H74O1        PS(42:10      .00      329      .05      354  .046469        .
832.5    C46H74O1        PS(40:8)      .00      328      .05      354  .046328        .
834.5    C46H76O1        PS(40:7)      .00      327      .05      354  .046186        .
836.5    C46H78O1        PS(40:6)      .00      326      .05      354  .046045        .
838.6    C46H80O1        PS(40:5)      .00      325      .05      354  .045904        .
840.6    C46H82O1        PS(40:4)      .00      324      .05      354  .045763        .
842.6    C46H84O1        PS(40:3)      .00      323      .05      354  .045621        .
844.6    C46H86O1        PS(40:2)      .00      322      .05      354  .045480        .
846.6    C46H88O1        PS(40:1)      .00      321      .05      354  .045339        .
806.5    C44H72O1        PS(38:7)      .00      320      .05      354  .045198        .
808.5    C44H74O1        PS(38:6)      .00      319      .05      354  .045056        .
810.5    C44H76O1        PS(38:5)      .00      318      .05      354  .044915        .
812.5    C44H78O1        PS(38:4)      .00      317      .05      354  .044774        .
814.6    C44H80O1        PS(38:3)      .00      316      .05      354  .044633        .
816.6    C44H82O1        PS(38:2)      .00      315      .05      354  .044492        .
818.6    C44H84O1        PS(38:1)      .00      314      .05      354  .044350        .
820.6    C44H86O1        PS(38:0)      .00      313      .05      354  .044209        .
780.5    C42H70O1        PS(36:6)      .00      312      .05      354  .044068        .
782.5    C42H72O1        PS(36:5)      .00      311      .05      354  .043927        .
784.5    C42H74O1        PS(36:4)      .00      310      .05      354  .043785        .
786.5    C42H76O1        PS(36:3)      .00      309      .05      354  .043644        .
788.5    C42H78O1        PS(36:2)      .00      308      .05      354  .043503        .
790.6    C42H80O1        PS(36:1)      .00      307      .05      354  .043362        .
792.6    C42H82O1        PS(36:0)      .00      306      .05      354  .043220        .
756.5    C40H70O1        PS(34:4)      .00      305      .05      354  .043079        .
758.5    C40H72O1        PS(34:3)      .00      304      .05      354  .042938        .
760.5    C40H74O1        PS(34:2)      .00      303      .05      354  .042797        .
762.5    C40H76O1        PS(34:1)      .00      302      .05      354  .042655        .
764.5    C40H78O1        PS(34:0)      .00      301      .05      354  .042514        .
734.5    C38H72O1        PS(32:1)      .00      300      .05      354  .042373        .
736.5    C38H74O1        PS(32:0)      .00      299      .05      354  .042232        .
978.6    C53H85O1        PI(44:9)      .00      298      .05      354  .042090        .
980.6    C53H87O1        PI(44:8)      .00      297      .05      354  .041949        .
982.6    C53H89O1        PI(44:7)      .00      296      .05      354  .041808        .
984.6    C53H91O1        PI(44:6)      .00      295      .05      354  .041667        .
986.6    C53H93O1        PI(44:5)      .00      294      .05      354  .041525        .
988.7    C53H95O1        PI(44:4)      .00      293      .05      354  .041384        .
990.7    C53H97O1        PI(44:3)      .00      292      .05      354  .041243        .
992.7    C53H99O1        PI(44:2)      .00      291      .05      354  .041102        .
972.5    C53H79O1        PI(44:12      .00      290      .05      354  .040960        .
974.5    C53H81O1        PI(44:11      .00      289      .05      354  .040819        .
976.6    C53H83O1        PI(44:10      .00      288      .05      354  .040678        .
950.5    C51H81O1        PI(42:9)      .00      287      .05      354  .040537        .
952.6    C51H83O1        PI(42:8)      .00      286      .05      354  .040395        .
954.6    C51H85O1        PI(42:7)      .00      285      .05      354  .040254        .
956.6    C51H87O1        PI(42:6)      .00      284      .05      354  .040113        .
958.6    C51H89O1        PI(42:5)      .00      283      .05      354  .039972        .
960.6    C51H91O1        PI(42:4)      .00      282      .05      354  .039831        .
962.6    C51H93O1        PI(42:3)      .00      281      .05      354  .039689        .
964.7    C51H95O1        PI(42:2)      .00      280      .05      354  .039548        .
948.5    C51H79O1        PI(42:10      .00      279      .05      354  .039407        .
924.5    C49H79O1        PI(40:8)      .00      278      .05      354  .039266        .
926.5    C49H81O1        PI(40:7)      .00      277      .05      354  .039124        .
928.6    C49H83O1        PI(40:6)      .00      276      .05      354  .038983        .
930.6    C49H85O1        PI(40:5)      .00      275      .05      354  .038842        .
932.6    C49H87O1        PI(40:4)      .00      274      .05      354  .038701        .
934.6    C49H89O1        PI(40:3)      .00      273      .05      354  .038559        .
936.6    C49H91O1        PI(40:2)      .00      272      .05      354  .038418        .
938.6    C49H93O1        PI(40:1)      .00      271      .05      354  .038277        .
940.7    C49H95O1        PI(40:0)      .00      270      .05      354  .038136        .
900.5    C47H79O1        PI(38:6)      .00      269      .05      354  .037994        .
902.5    C47H81O1        PI(38:5)      .00      268      .05      354  .037853        .
904.6    C47H83O1        PI(38:4)      .05      267      .05      354  .037712        .
906.6    C47H85O1        PI(38:3)      .01      266      .05      354  .037571        .
908.6    C47H87O1        PI(38:2)      .00      265      .05      354  .037429        .
910.6    C47H89O1        PI(38:1)      .00      264      .05      354  .037288        .
912.6    C47H91O1        PI(38:0)      .00      263      .05      354  .037147        .
872.5    C45H75O1        PI(36:6)      .00      262      .05      354  .037006        .
874.5    C45H77O1        PI(36:5)      .00      261      .05      354  .036864        .
876.5    C45H79O1        PI(36:4)      .01      260      .05      354  .036723        .
878.5    C45H81O1        PI(36:3)      .00      259      .05      354  .036582        .
880.6    C45H83O1        PI(36:2)      .02      258      .05      354  .036441        .
882.6    C45H85O1        PI(36:1)      .00      257      .05      354  .036299        .
848.5    C43H75O1        PI(34:4)      .00      256      .05      354  .036158        .
850.5    C43H77O1        PI(34:3)      .00      255      .05      354  .036017        .
852.5    C43H79O1        PI(34:2)      .00      254      .05      354  .035876        .
854.5    C43H81O1        PI(34:1)      .00      253      .05      354  .035734        .
842.6    C49H80O8        PE(44:9)      .00      252      .05      354  .035593        .
844.6    C49H82O8        PE(44:8)      .00      251      .05      354  .035452        .
846.6    C49H84O8        PE(44:7)      .00      250      .05      354  .035311        .
848.6    C49H86O8        PE(44:6)      .00      249      .05      354  .035169        .
850.6    C49H88O8        PE(44:5)      .00      248      .05      354  .035028        .
852.6    C49H90O8        PE(44:4)      .00      247      .05      354  .034887        .
854.7    C49H92O8        PE(44:3)      .00      246      .05      354  .034746        .
856.7    C49H94O8        PE(44:2)      .00      245      .05      354  .034605        .
836.5    C49H74O8        PE(44:12      .00      244      .05      354  .034463        .
838.5    C49H76O8        PE(44:11      .00      243      .05      354  .034322        .
840.5    C49H78O8        PE(44:10      .00      242      .05      354  .034181        .
814.5    C47H76O8        PE(42:9)      .00      241      .05      354  .034040        .
816.5    C47H78O8        PE(42:8)      .00      240      .05      354  .033898        .
818.6    C47H80O8        PE(42:7)      .00      239      .05      354  .033757        .
820.6    C47H82O8        PE(42:6)      .00      238      .05      354  .033616        .
822.6    C47H84O8        PE(42:5)      .00      237      .05      354  .033475        .
824.6    C47H86O8        PE(42:4)      .00      236      .05      354  .033333        .
826.6    C47H88O8        PE(42:3)      .00      235      .05      354  .033192        .
828.6    C47H90O8        PE(42:2)      .00      234      .05      354  .033051        .
812.5    C47H74O8        PE(42:10      .00      233      .05      354  .032910        .
788.5    C45H74O8        PE(40:8)      .00      232      .05      354  .032768        .
790.5    C45H76O8        PE(40:7)      .00      231      .05      354  .032627        .
792.5    C45H78O8        PE(40:6)      .00      230      .05      354  .032486        .
794.6    C45H80O8        PE(40:5)      .00      229      .05      354  .032345        .
796.6    C45H82O8        PE(40:4)      .00      228      .05      354  .032203        .
798.6    C45H84O8        PE(40:3)      .00      227      .05      354  .032062        .
800.6    C45H86O8        PE(40:2)      .00      226      .05      354  .031921        .
764.5    C43H74O8        PE(38:6)      .01      225      .05      354  .031780        .
766.5    C43H76O8        PE(38:5)      .01      224      .05      354  .031638        .
768.5    C43H78O8        PE(38:4)      .02      223      .05      354  .031497        .
770.6    C43H80O8        PE(38:3)      .00      222      .05      354  .031356        .
772.6    C43H82O8        PE(38:2)      .00      221      .05      354  .031215        .
774.6    C43H84O8        PE(38:1)      .00      220      .05      354  .031073        .
776.6    C43H86O8        PE(38:0)      .00      219      .05      354  .030932        .
736.5    C41H70O8        PE(36:6)      .00      218      .05      354  .030791        .
738.5    C41H72O8        PE(36:5)      .00      217      .05      354  .030650        .
740.5    C41H74O8        PE(36:4)      .01      216      .05      354  .030508        .
742.5    C41H76O8        PE(36:3)      .01      215      .05      354  .030367        .
744.5    C41H78O8        PE(36:2)      .02      214      .05      354  .030226        .
746.6    C41H80O8        PE(36:1)      .00      213      .05      354  .030085        .
748.6    C41H82O8        PE(36:0)      .00      212      .05      354  .029944        .
712.5    C39H70O8        PE(34:4)      .00      211      .05      354  .029802        .
714.5    C39H72O8        PE(34:3)      .00      210      .05      354  .029661        .
716.5    C39H74O8        PE(34:2)      .01      209      .05      354  .029520        .
718.5    C39H76O8        PE(34:1)      .00      208      .05      354  .029379        .
720.5    C39H78O8        PE(34:0)      .00      207      .05      354  .029237        .
688.5    C37H70O8        PE(32:2)      .00      206      .05      354  .029096        .
690.5    C37H72O8        PE(32:1)      .00      205      .05      354  .028955        .
692.5    C37H74O8        PE(32:0)      .00      204      .05      354  .028814        .
662.5    C35H68O8        PE(30:1)      .00      203      .05      354  .028672        .
664.5    C35H70O8        PE(30:0)      .00      202      .05      354  .028531        .
634.4    C33H64O8        PE(28:1)      .00      201      .05      354  .028390        .
636.5    C33H66O8        PE(28:0)      .00      200      .05      354  .028249        .
773.6    C44H89O6        PE-Cer(2      .00      199      .05      354  .028107        .
689.5    C38H77O6        PE-Cer(1      .00      198      .05      354  .027966        .
687.5    C38H75O6        PE-Cer(1      .00      197      .05      354  .027825        .
661.5    C36H73O6        PE-Cer(1      .00      196      .05      354  .027684        .
659.5    C36H71O6        PE-Cer(1      .00      195      .05      354  .027542        .
884.6    C52H86O8        PC(44:9)      .00      194      .05      354  .027401        .
886.6    C52H88O8        PC(44:8)      .00      193      .05      354  .027260        .
888.6    C52H90O8        PC(44:7)      .00      192      .05      354  .027119        .
890.7    C52H92O8        PC(44:6)      .00      191      .05      354  .026977        .
892.7    C52H94O8        PC(44:5)      .00      190      .05      354  .026836        .
894.7    C52H96O8        PC(44:4)      .00      189      .05      354  .026695        .
896.7    C52H98O8        PC(44:3)      .00      188      .05      354  .026554        .
898.7    C52H100O        PC(44:2)      .00      187      .05      354  .026412        .
878.6    C52H80O8        PC(44:12      .00      186      .05      354  .026271        .
880.6    C52H82O8        PC(44:11      .00      185      .05      354  .026130        .
882.6    C52H84O8        PC(44:10      .00      184      .05      354  .025989        .
856.6    C50H82O8        PC(42:9)      .00      183      .05      354  .025847        .
858.6    C50H84O8        PC(42:8)      .00      182      .05      354  .025706        .
860.6    C50H86O8        PC(42:7)      .00      181      .05      354  .025565        .
862.6    C50H88O8        PC(42:6)      .00      180      .05      354  .025424        .
864.6    C50H90O8        PC(42:5)      .00      179      .05      354  .025282        .
866.7    C50H92O8        PC(42:4)      .00      178      .05      354  .025141        .
868.7    C50H94O8        PC(42:3)      .00      177      .05      354  .025000        .
870.7    C50H96O8        PC(42:2)      .00      176      .05      354  .024859        .
852.5    C50H78O8        PC(42:11      .00      175      .05      354  .024718        .
854.6    C50H80O8        PC(42:10      .00      174      .05      354  .024576        .
830.6    C48H80O8        PC(40:8)      .00      173      .05      354  .024435        .
832.6    C48H82O8        PC(40:7)      .01      172      .05      354  .024294        .
834.6    C48H84O8        PC(40:6)      .02      171      .05      354  .024153        .
836.6    C48H86O8        PC(40:5)      .01      170      .05      354  .024011        .
838.6    C48H88O8        PC(40:4)      .00      169      .05      354  .023870        .
840.6    C48H90O8        PC(40:3)      .00      168      .05      354  .023729        .
842.7    C48H92O8        PC(40:2)      .00      167      .05      354  .023588        .
806.6    C46H80O8        PC(38:6)      .07      166      .05      354  .023446        .
808.6    C46H82O8        PC(38:5)      .07      165      .05      354  .023305        .
810.6    C46H84O8        PC(38:4)      .14      164      .05      354  .023164        .
812.6    C46H86O8        PC(38:3)      .08      163      .05      354  .023023        .
814.6    C46H88O8        PC(38:2)      .00      162      .05      354  .022881        .
816.6    C46H90O8        PC(38:1)      .00      161      .05      354  .022740        .
818.7    C46H92O8        PC(38:0)      .00      160      .05      354  .022599        .
778.5    C44H76O8        PC(36:6)      .00      159      .05      354  .022458        .
780.5    C44H78O8        PC(36:5)      .02      158      .05      354  .022316        .
782.6    C44H80O8        PC(36:4)      .29      157      .05      354  .022175        .
784.6    C44H82O8        PC(36:3)      .19      156      .05      354  .022034        .
786.6    C44H84O8        PC(36:2)      .40      155      .05      354  .021893        .
788.6    C44H86O8        PC(36:1)      .04      154      .05      354  .021751        .
790.6    C44H88O8        PC(36:0)      .00      153      .05      354  .021610        .
754.5    C42H76O8        PC(34:4)      .00      152      .05      354  .021469        .
756.5    C42H78O8        PC(34:3)      .02      151      .05      354  .021328        .
758.6    C42H80O8        PC(34:2)      .73      150      .05      354  .021186        .
760.6    C42H82O8        PC(34:1)      .27      149      .05      354  .021045        .
762.6    C42H84O8        PC(34:0)      .01      148      .05      354  .020904        .
730.5    C40H76O8        PC(32:2)      .00      147      .05      354  .020763        .
732.5    C40H78O8        PC(32:1)      .02      146      .05      354  .020621        .
734.6    C40H80O8        PC(32:0)      .03      145      .05      354  .020480        .
704.5    C38H74O8        PC(30:1)      .00      144      .05      354  .020339        .
706.5    C38H76O8        PC(30:0)      .00      143      .05      354  .020198        .
676.5    C36H70O8        PC(28:1)      .00      142      .05      354  .020056        .
764.5    C43H71O8        PA(40:7)      .00      141      .05      354  .019915        .
766.5    C43H73O8        PA(40:6)      .00      140      .05      354  .019774        .
768.5    C43H75O8        PA(40:5)      .00      139      .05      354  .019633        .
738.5    C41H69O8        PA(38:6)      .00      138      .05      354  .019492        .
740.5    C41H71O8        PA(38:5)      .00      137      .05      354  .019350        .
742.5    C41H73O8        PA(38:4)      .00      136      .05      354  .019209        .
744.5    C41H75O8        PA(38:3)      .00      135      .05      354  .019068        .
746.5    C41H77O8        PA(38:2)      .00      134      .05      354  .018927        .
710.4    C39H65O8        PA(36:6)      .00      133      .05      354  .018785        .
712.5    C39H67O8        PA(36:5)      .00      132      .05      354  .018644        .
714.5    C39H69O8        PA(36:4)      .00      131      .05      354  .018503        .
716.5    C39H71O8        PA(36:3)      .00      130      .05      354  .018362        .
718.5    C39H73O8        PA(36:2)      .00      129      .05      354  .018220        .
686.4    C37H65O8        PA(34:4)      .00      128      .05      354  .018079        .
688.5    C37H67O8        PA(34:3)      .00      127      .05      354  .017938        .
690.5    C37H69O8        PA(34:2)      .00      126      .05      354  .017797        .
692.5    C37H71O8        PA(34:1)      .00      125      .05      354  .017655        .
658.4    C35H61O8        PA(32:4)      .00      124      .05      354  .017514        .
660.4    C35H63O8        PA(32:3)      .00      123      .05      354  .017373        .
662.4    C35H65O8        PA(32:2)      .00      122      .05      354  .017232        .
664.5    C35H67O8        PA(32:1)      .00      121      .05      354  .017090        .
666.5    C35H69O8        PA(32:0)      .00      120      .05      354  .016949        .
526.3    C27H44O7        LPE(22:6      .00      119      .05      354  .016808        .
528.3    C27H46O7        LPE(22:5      .00      118      .05      354  .016667        .
500.3    C25H42O7        LPE(20:5      .00      117      .05      354  .016525        .
502.3    C25H44O7        LPE(20:4      .00      116      .05      354  .016384        .
504.3    C25H46O7        LPE(20:3      .00      115      .05      354  .016243        .
506.3    C25H48O7        LPE(20:2      .00      114      .05      354  .016102        .
508.3    C25H50O7        LPE(20:1      .00      113      .05      354  .015960        .
510.3    C25H52O7        LPE(20:0      .00      112      .05      354  .015819        .
476.3    C23H42O7        LPE(18:3      .00      111      .05      354  .015678        .
478.3    C23H44O7        LPE(18:2      .00      110      .05      354  .015537        .
480.3    C23H46O7        LPE(18:1      .00      109      .05      354  .015395        .
452.3    C21H42O7        LPE(16:1      .00      108      .05      354  .015254        .
454.3    C21H44O7        LPE(16:0      .00      107      .05      354  .015113        .
568.3    C30H50O7        LPC(22:6      .00      106      .05      354  .014972        .
570.3    C30H52O7        LPC(22:5      .00      105      .05      354  .014831        .
542.3    C28H48O7        LPC(20:5      .00      104      .05      354  .014689        .
544.3    C28H50O7        LPC(20:4      .01      103      .05      354  .014548        .
546.3    C28H52O7        LPC(20:3      .00      102      .05      354  .014407        .
548.4    C28H54O7        LPC(20:2      .00      101      .05      354  .014266        .
550.4    C28H56O7        LPC(20:1      .00      100      .05      354  .014124        .
552.4    C28H58O7        LPC(20:0      .00       99      .05      354  .013983        .
518.3    C26H48O7        LPC(18:3      .00       98      .05      354  .013842        .
520.3    C26H50O7        LPC(18:2      .03       97      .05      354  .013701        .
522.3    C26H52O7        LPC(18:1      .02       96      .05      354  .013559        .
524.4    C26H54O7        LPC(18:0      .04       95      .05      354  .013418        .
494.3    C24H48O7        LPC(16:1      .00       94      .05      354  .013277        .
496.3    C24H50O7        LPC(16:0      .11       93      .05      354  .013136        .
824.6    C46H82O9        ePS(40:5      .00       92      .05      354  .012994        .
826.6    C46H84O9        ePS(40:4      .00       91      .05      354  .012853        .
828.6    C46H86O9        ePS(40:3      .00       90      .05      354  .012712        .
830.6    C46H88O9        ePS(40:2      .00       89      .05      354  .012571        .
794.5    C44H76O9        ePS(38:6      .00       88      .05      354  .012429        .
796.5    C44H78O9        ePS(38:5      .00       87      .05      354  .012288        .
798.6    C44H80O9        ePS(38:4      .00       86      .05      354  .012147        .
800.6    C44H82O9        ePS(38:3      .00       85      .05      354  .012006        .
802.6    C44H84O9        ePS(38:2      .00       84      .05      354  .011864        .
804.6    C44H86O9        ePS(38:1      .00       83      .05      354  .011723        .
772.5    C42H78O9        ePS(36:3      .00       82      .05      354  .011582        .
774.6    C42H80O9        ePS(36:2      .00       81      .05      354  .011441        .
776.6    C42H82O9        ePS(36:1      .00       80      .05      354  .011299        .
778.6    C42H84O9        ePS(36:0      .00       79      .05      354  .011158        .
746.5    C40H76O9        ePS(34:2      .00       78      .05      354  .011017        .
748.5    C40H78O9        ePS(34:1      .00       77      .05      354  .010876        .
778.6    C45H80O7        ePE(40:6      .00       76      .05      354  .010734        .
780.6    C45H82O7        ePE(40:5      .00       75      .05      354  .010593        .
782.6    C45H84O7        ePE(40:4      .00       74      .05      354  .010452        .
784.6    C45H86O7        ePE(40:3      .00       73      .05      354  .010311        .
786.6    C45H88O7        ePE(40:2      .00       72      .05      354  .010169        .
750.5    C43H76O7        ePE(38:6      .00       71      .05      354  .010028        .
752.6    C43H78O7        ePE(38:5      .00       70      .05      354  .009887        .
754.6    C43H80O7        ePE(38:4      .00       69      .05      354  .009746        .
756.6    C43H82O7        ePE(38:3      .00       68      .05      354  .009605        .
758.6    C43H84O7        ePE(38:2      .00       67      .05      354  .009463        .
760.6    C43H86O7        ePE(38:1      .00       66      .05      354  .009322        .
762.6    C43H88O7        ePE(38:0      .00       65      .05      354  .009181        .
724.5    C41H74O7        ePE(36:5      .00       64      .05      354  .009040        .
726.5    C41H76O7        ePE(36:4      .00       63      .05      354  .008898        .
728.6    C41H78O7        ePE(36:3      .00       62      .05      354  .008757        .
730.6    C41H80O7        ePE(36:2      .00       61      .05      354  .008616        .
732.6    C41H82O7        ePE(36:1      .00       60      .05      354  .008475        .
734.6    C41H84O7        ePE(36:0      .00       59      .05      354  .008333        .
698.5    C39H72O7        ePE(34:4      .00       58      .05      354  .008192        .
700.5    C39H74O7        ePE(34:3      .00       57      .05      354  .008051        .
702.5    C39H76O7        ePE(34:2      .00       56      .05      354  .007910        .
704.6    C39H78O7        ePE(34:1      .00       55      .05      354  .007768        .
706.6    C39H80O7        ePE(34:0      .00       54      .05      354  .007627        .
672.5    C37H70O7        ePE(32:3      .00       53      .05      354  .007486        .
674.5    C37H72O7        ePE(32:2      .00       52      .05      354  .007345        .
676.5    C37H74O7        ePE(32:1      .00       51      .05      354  .007203        .
678.5    C37H76O7        ePE(32:0      .00       50      .05      354  .007062        .
820.6    C48H86O7        ePC(40:6      .00       49      .05      354  .006921        .
822.6    C48H88O7        ePC(40:5      .01       48      .05      354  .006780        .
824.6    C48H90O7        ePC(40:4      .00       47      .05      354  .006638        .
826.7    C48H92O7        ePC(40:3      .01       46      .05      354  .006497        .
828.7    C48H94O7        ePC(40:2      .00       45      .05      354  .006356        .
792.6    C46H82O7        ePC(38:6      .01       44      .05      354  .006215        .
794.6    C46H84O7        ePC(38:5      .02       43      .05      354  .006073        .
796.6    C46H86O7        ePC(38:4      .02       42      .05      354  .005932        .
798.6    C46H88O7        ePC(38:3      .02       41      .05      354  .005791        .
800.6    C46H90O7        ePC(38:2      .01       40      .05      354  .005650        .
802.7    C46H92O7        ePC(38:1      .01       39      .05      354  .005508        .
804.7    C46H94O7        ePC(38:0      .00       38      .05      354  .005367        .
766.6    C44H80O7        ePC(36:5      .01       37      .05      354  .005226        .
768.6    C44H82O7        ePC(36:4      .02       36      .05      354  .005085        .
770.6    C44H84O7        ePC(36:3      .01       35      .05      354  .004944        .
772.6    C44H86O7        ePC(36:2      .02       34      .05      354  .004802        .
774.6    C44H88O7        ePC(36:1      .02       33      .05      354  .004661        .
776.6    C44H90O7        ePC(36:0      .00       32      .05      354  .004520        .
740.6    C42H78O7        ePC(34:4      .00       31      .05      354  .004379        .
742.6    C42H80O7        ePC(34:3      .01       30      .05      354  .004237        .
744.6    C42H82O7        ePC(34:2      .02       29      .05      354  .004096        .
746.6    C42H84O7        ePC(34:1      .01       28      .05      354  .003955        .
748.6    C42H86O7        ePC(34:0      .00       27      .05      354  .003814        .
714.5    C40H76O7        ePC(32:3      .00       26      .05      354  .003672        .
716.6    C40H78O7        ePC(32:2      .00       25      .05      354  .003531        .
718.6    C40H80O7        ePC(32:1      .01       24      .05      354  .003390        .
720.6    C40H82O7        ePC(32:0      .00       23      .05      354  .003249        .
817.7    C47H97N2        DSM(24:0      .00       22      .05      354  .003107        .
789.7    C45H93N2        DSM(22:0      .02       21      .05      354  .002966        .
733.6    C41H85N2        DSM(18:0      .00       20      .05      354  .002825        .
705.6    C39H81N2        DSM(16:0      .02       19      .05      354  .002684        .
714.6168 C49H80NO        C22:6 CE      .23       18      .05      354  .002542        .
716.6324 C49H82NO        C22:5 CE      .02       17      .05      354  .002401        .
718.6480 C49H84NO        C22:4 CE      .01       16      .05      354  .002260        .
688.6012 C47H78NO        C20:5 CE      .34       15      .05      354  .002119        .
690.6168 C47H80NO        C20:4 CE     3.31       14      .05      354  .001977        .
692.6324 C47H82NO        C20:3 CE      .28       13      .05      354  .001836        .
694.6480 C47H84NO        C20:2 CE      .00       12      .05      354  .001695        .
696.6636 C47H86NO        C20:1 CE      .05       11      .05      354  .001554        .
698.6792 C47H88NO        C20:0 CE      .30       10      .05      354  .001412        .
682.6480 C46H84NO        C19:1 CE      .21        9      .05      354  .001271        .
684.6636 C46H86NO        C19:0 CE      .01        8      .05      354  .001130        .
664.6012 C45H78NO        C18:3 CE      .44        7      .05      354  .000989        .
666.6168 C45H80NO        C18:2 CE    15.38        6      .05      354  .000847        .
668.6324 C45H82NO        C18:1 CE     2.52        5      .05      354  .000706        .
670.6480 C45H84NO        C18:0 CE      .00        4      .05      354  .000565        .
640.6012 C43H78NO        C16:1 CE      .28        3      .05      354  .000424        .
642.6168 C43H80NO        C16:0 CE      .41        2      .05      354  .000282        .
614.5856 C41H76NO        C14:0 CE      .01        1      .05      354  .000141        .
END DATA.
RESTORE.

FORMATS PCa(F5.2).
FREQUENCIES p PCa.
DESCRIPTIVES PCa.


eunkum wrote
I want to do the BH procedure to identify which lipids (p) are
significantly associated with prostate cancer (PCa). Per my latest post, I
just wanted to prepare for the next step. SM(24:1) means compound/lipids
name - 24 atoms and 1 double bond. I ran the syntax. I got the following
message.

   SAVE OUTFILE='C:\Users\Eunkum\Desktop\EKU\EKU My Documents\AM
statistical '+
    'consulting\consulting\business\kelavkar\Supplemental Data 2_lipid
analysis_test.sav'
  /COMPRESSED.
Compute lp=char.index (p,’(‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it
is
>not defined by a previous command.
>Execution of this command stops.
Compute cc= char.index(p,’:‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it
is
>not defined by a previous command.
>Execution of this command stops.
Compute rp= char.index(p,’)‘).

>Error # 4285 in column 24.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it
is
>not defined by a previous command.
>Execution of this command stops.
Do If (lp gt and cc gt 0 and rp gt 0).

>Error # 4285 in column 8.  Text: lp
>Incorrect variable name: either the name is more than 64 characters, or it
is
>not defined by a previous command.
>Execution of this command stops.
Compute
pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).

>Error # 4285 in column 33.  Text: p
>Incorrect variable name: either the name is more than 64 characters, or it
is
>not defined by a previous command.
>Execution of this command stops.
End if.

>Error # 4070.  Command name: End if
>The command does not follow an unclosed DO IF command.  Maybe the DO IF
>command was not recognized because of an error.  Use the level-of-control
>shown to the left of the SPSS Statistics commands to determine the range of
>LOOPs and DO IFs.
>Execution of this command stops.


On Wed, Jun 15, 2016 at 3:01 PM, Maguin, Eugene [via SPSSX Discussion] <
[hidden email]> wrote:

> This still isn’t a very good explanation because it hasn’t been explained
> how or why the BH procedure is appropriate to these data.
>
> Specific example.
>
> Mass     CompoundFormula    p             PCa        i        q
> m    crit     test
>
> 813.7    C47H93N2        SM(24:1)      .22      354      .05      354
> .050000        .
>
>
>
> You want to convert the value of p from string to numeric. Let’s say p is
> a8. The meaning of ’24:1’ is undefined. Let’s say it is a concentration or
> mixing ratio as in 24 units of ‘x’ to 1 unit of ‘y’. (David, you’re better
> at this) but here is mine.
>
> Compute lp=char.index(p,’(‘).
>
> Compute cc= char.index(p,’:‘).
>
> Compute rp= char.index(p,’)‘).
>
> Do If (lp gt and cc gt 0 and rp gt 0).
>
> +  Compute
> pnum=number(char.substr(p,lp+1,cc-lp-1),f2.0)/number(char.substr(p,cc+1,rp-cc-1),f2.0).
>
> End if.
>
>
>
> So there you go. Pnum is a number. How does that number, which for this
> case is 24, fit into the BH computation?
>
>
>
> Gene Maguin
>
>
>
> Eunkum, I just saw your latest post. How does that relate to the current
> problem thread. Feels like a moving target to me.
>
>
>
>
>
>
>
> *From:* SPSSX(r) Discussion [mailto:[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5732426&i=0>] *On Behalf Of *
> eunkum
> *Sent:* Wednesday, June 15, 2016 2:02 PM
> *To:* [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5732426&i=1>
> *Subject:* Re: syntax error
>
>
>
> P means lipid species that are from groups (e.g., cholester (CE),
> dihydrosphingomyelin (DSM), phosphatidylcholine (PC), egg
> phosphatidylcholine (ePC) and egg phoshphatidylethanolamine (ePE), SM).
> Thus, P is string variable. I want to transform it into numeric variable.
> PCa means prostate cancer. I want to identify lipids that are correlated
> with prostate cancer.
>
>
>
> On Wed, Jun 15, 2016 at 1:54 PM, Bruce Weaver [via SPSSX Discussion] <[hidden
> email] <http:///user/SendEmail.jtp?type=node&node=5732421&i=0>> wrote:
>
> You have not explained what the values of your p-variable mean.
>
> Q. What does "SM(22:1)" mean?
>
> Nor have you explained what the PCa variable is showing.  Are those
> p-values?  If not, what are they?  Is your variable p related to your PCa
> variable somehow?  If so, how?
>
> I think that no one will be able to help you until you explain what these
> variables are, and what their values indicate.
>
> *eunkum wrote*
>
> Thank you for your response. I want to compare PCa and p. I want to
> identify p that is statistically associated with PCa.
>
> Yes. p is string value that has values like "SM(22:1)". I want to
> transform
> it into numeric variable so I can identify p that is statistically
> associated with PCa.
>
> On Wed, Jun 15, 2016 at 11:42 AM, Rich Ulrich <[hidden email]
> <http://user/SendEmail.jtp?type=node&node=5732419&i=0>> wrote:
>
>
> > Yes. If you are going to compare p to a number "crit", then p needs to
> be
> > a number.
> >
> > From what I can tell, p has values like "SM(22:1)"  and it is not
> obvious
> > to me
> > what number you want to transform it to.
> >
> > Maybe you intended to compare the number in PCa to crit?
> >
> > --
> > Rich Ulrich
> >
>
> --
>
> Bruce Weaver
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5732421&i=1>
> http://sites.google.com/a/lakeheadu.ca/bweaver/
>
> "When all else fails, RTFM."
>
>
> *NOTE: My Hotmail account is not monitored regularly. To send me an
> e-mail, please use the address shown above. *
>
>
> ------------------------------
>
> *If you reply to this email, your message will be added to the discussion
> below:*
>
>
> http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732419.html
>
> To unsubscribe from syntax error, click here.
> NAML
> <http://spssx-discussion.1045642.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
>
>
>
> ------------------------------
>
> View this message in context: Re: syntax error
> <http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732421.html>
> Sent from the SPSSX Discussion mailing list archive
> <http://spssx-discussion.1045642.n5.nabble.com/> at Nabble.com.
> ===================== To manage your subscription to SPSSX-L, send a
> message to [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5732426&i=2> (not to SPSSX-L),
> with no body text except the command. To leave the list, send the command
> SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the
> command INFO REFCARD
> ===================== To manage your subscription to SPSSX-L, send a
> message to [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5732426&i=3> (not to SPSSX-L),
> with no body text except the command. To leave the list, send the command
> SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the
> command INFO REFCARD
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://spssx-discussion.1045642.n5.nabble.com/syntax-error-tp5732410p5732426.html
> To unsubscribe from syntax error, click here
> <http://spssx-discussion.1045642.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5732410&code=ZXVua3VtQGdtYWlsLmNvbXw1NzMyNDEwfC0xMjIwMzkyMzE0>
> .
> NAML
> <http://spssx-discussion.1045642.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
--
Bruce Weaver
bweaver@lakeheadu.ca
http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

PLEASE NOTE THE FOLLOWING: 
1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above.
2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/).
12