LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 20 Jun 2008 08:14:51 -0700
Reply-To:     joylelefei@yahoo.com
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Joy Fei <joylelefei@YAHOO.COM>
Subject:      Bootstrap sampling question
Content-Type: text/plain; charset=iso-8859-1

Hi All,   I want to generate bootstrap samples based on the following original sampling:                                             Testing Results at Instrument 1            Testing Results at Instrument 2 Sample ID            SITE1            SITE2            SITE3   SITE4                           SITE1     1                       +            -            +            +                                  + 2                      -            +            +            +                                  + 3                      -            +            +            +                                  + ..   50                     +            +            +            +                                  +   The ideal is that I want to compare Instrument 1 to the Instrument 2 but there are 4 results for Instrument 1. Sample ID is the patient blood samples and they are the same sample for all sites for each ID. Because the same 50 samples are tested at all sites, and I need to combine results for all sites for Instrument 1 and perform a comparison study with the instrument 2, a bootstrap re-sampling might work well and enough. My original thought is to re-sample 200 (50 * 4 sites) IDs (but only 50 different samples including all 4-site testing results at Instrument 1) and generate a bootstrap sample with 50 IDs each time then do a comparison to the Instrument 2. Can I use proc surveyselect and what is the right way? I appreciate your any suggestions.   Thanks a lot, Joy


Back to: Top of message | Previous page | Main SAS-L page