LIPIDS Data Set

DATA Step That Creates the LIPIDS Data Set

data lipids;
  input studyid gender $ testperiod :$4. chol hdl tri;
datalines;
1001 F Pre  156  48 134
1001 F Post 150  50 127
1002 F Pre  151  50 102
1002 F Post 139  54  81
1003 F Pre  165  51 114
1003 F Post 149  51 101
...more datalines... .
;;;;

Figure A.4. Partial PROC CONTENTS Output of the LIPIDS Data Set
                                    The CONTENTS Procedure

        Data Set Name        WORK.LIPIDS                      Observations           52
        Member Type          DATA                             Variables              6
        Engine               V9                               Indexes                0
        Created              Thu, Feb 03, 2005 04:15:16 PM    Observation Length     48
        Last Modified        Thu, Feb 03, 2005 04:15:16 PM    Deleted Observations   0
        Protection                                            Compressed             NO
        Data Set Type                                         Sorted                 NO
        Label
        Data Representation  WINDOWS_32
        Encoding             wlatin1  Western (Windows)



                          Alphabetic List of Variables and Attributes

                                #    Variable      Type     Len

                                4    chol          Num        8
                                2    gender        Char       8
                                5    hdl           Num        8
                                1    studyid       Num        8
                                3    testperiod    Char       4
                                6    tri           Num        8

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.135.183.221