<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bootstrapping Data with Several Rows Per Observation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/706069#M216683</link>
    <description>&lt;P&gt;I thought I described it pretty clearly. Each subject has 6 trials. Each trial has up to 90 rows of data, one row for each time point (see the original post and sample data).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to sample subjects, not rows within subjects. I need to keep the entirety of a trial together in the sampling. I can't have it taking 25% of a subjects trials, but I need 25% of the subjects. And each subject's entire length of trials needs to be retained. It's not sufficient to simply reduce each subject to one row and sample from that, which is I think what you are proposing. I need to keep the entire trial coherent and sample participants, not rows within a participant.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Dec 2020 18:05:20 GMT</pubDate>
    <dc:creator>davidsmarch1</dc:creator>
    <dc:date>2020-12-15T18:05:20Z</dc:date>
    <item>
      <title>Random Sampling of Data with Several Rows Per Observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/705899#M216603</link>
      <description>&lt;P&gt;Hello all and thanks ahead of time for any help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset with 117 subjects containing a variable (yt) that changes over time. Each trial can last anywhere from 20-90 samples (rows) depending on how long the subject takes to respond. The data looks like this:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;subject&lt;/TD&gt;&lt;TD&gt;race&lt;/TD&gt;&lt;TD&gt;target&lt;/TD&gt;&lt;TD&gt;distractor&lt;/TD&gt;&lt;TD&gt;time&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;yt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.02&lt;/TD&gt;&lt;TD&gt;0.00098&lt;/TD&gt;&lt;TD&gt;0.05097&lt;/TD&gt;&lt;TD&gt;-0.00112&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.04&lt;/TD&gt;&lt;TD&gt;0.00192&lt;/TD&gt;&lt;TD&gt;0.05237&lt;/TD&gt;&lt;TD&gt;-0.00221&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.06&lt;/TD&gt;&lt;TD&gt;0.00255&lt;/TD&gt;&lt;TD&gt;0.05625&lt;/TD&gt;&lt;TD&gt;-0.00292&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.08&lt;/TD&gt;&lt;TD&gt;0.00379&lt;/TD&gt;&lt;TD&gt;0.06979&lt;/TD&gt;&lt;TD&gt;-0.00433&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.1&lt;/TD&gt;&lt;TD&gt;0.00525&lt;/TD&gt;&lt;TD&gt;0.08874&lt;/TD&gt;&lt;TD&gt;-0.00601&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.12&lt;/TD&gt;&lt;TD&gt;0.00598&lt;/TD&gt;&lt;TD&gt;0.10097&lt;/TD&gt;&lt;TD&gt;-0.00688&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.14&lt;/TD&gt;&lt;TD&gt;0.00604&lt;/TD&gt;&lt;TD&gt;0.11558&lt;/TD&gt;&lt;TD&gt;-0.00697&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.16&lt;/TD&gt;&lt;TD&gt;0.00573&lt;/TD&gt;&lt;TD&gt;0.13953&lt;/TD&gt;&lt;TD&gt;-0.00673&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.18&lt;/TD&gt;&lt;TD&gt;0.00567&lt;/TD&gt;&lt;TD&gt;0.16903&lt;/TD&gt;&lt;TD&gt;-0.00701&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.2&lt;/TD&gt;&lt;TD&gt;0.00662&lt;/TD&gt;&lt;TD&gt;0.19264&lt;/TD&gt;&lt;TD&gt;-0.00854&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.22&lt;/TD&gt;&lt;TD&gt;0.00772&lt;/TD&gt;&lt;TD&gt;0.23229&lt;/TD&gt;&lt;TD&gt;-0.01042&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.24&lt;/TD&gt;&lt;TD&gt;0.00849&lt;/TD&gt;&lt;TD&gt;0.27722&lt;/TD&gt;&lt;TD&gt;-0.01157&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;asian&lt;/TD&gt;&lt;TD&gt;calm&lt;/TD&gt;&lt;TD&gt;dang&lt;/TD&gt;&lt;TD&gt;0.26&lt;/TD&gt;&lt;TD&gt;0.009&lt;/TD&gt;&lt;TD&gt;0.30805&lt;/TD&gt;&lt;TD&gt;-0.0122&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="lia-align-center lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px lia-align-left"&gt;You can see that the yt changes over time. There is also 3 races, 2 targets, and 2 distractors that I'll end up doing the below for each combination.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px lia-align-left"&gt;I need to know at which times does each yt differs from 0 so I'm running a glm regressing each yt against 0 at each time point and using the ods output to save the parameter estimate.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-indent-padding-left-30px"&gt;&lt;CODE class=" language-sas"&gt;ods output  ParameterEstimates = acd (keep = time Estimate 
StdErr tValue Probt Cond rename=(Dependent=Cond);
proc glm;
model yt = / solution ss3;
by time; run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class="lia-indent-padding-left-30px lia-align-left"&gt;The parameters estimates dataset now contains 90 rows of data that look like the below (I cut it at 6):&lt;/P&gt;&lt;DIV class="branch lia-align-center lia-indent-padding-left-30px"&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;DIV class="lia-indent-padding-left-30px" align="center"&gt;&lt;BR /&gt;&lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;time&lt;/TD&gt;&lt;TD&gt;Cond&amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Estimate&lt;/TD&gt;&lt;TD&gt;StdErr&lt;/TD&gt;&lt;TD&gt;tValue&lt;/TD&gt;&lt;TD&gt;Probt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.02&lt;/TD&gt;&lt;TD&gt;yt&lt;/TD&gt;&lt;TD&gt;-0.000164850&lt;/TD&gt;&lt;TD&gt;0.00003056&lt;/TD&gt;&lt;TD&gt;-5.39&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.04&lt;/TD&gt;&lt;TD&gt;yt&lt;/TD&gt;&lt;TD&gt;-0.000226894&lt;/TD&gt;&lt;TD&gt;0.00010429&lt;/TD&gt;&lt;TD&gt;-2.18&lt;/TD&gt;&lt;TD&gt;0.0316&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.06&lt;/TD&gt;&lt;TD&gt;yt&lt;/TD&gt;&lt;TD&gt;-0.000319427&lt;/TD&gt;&lt;TD&gt;0.00019644&lt;/TD&gt;&lt;TD&gt;-1.63&lt;/TD&gt;&lt;TD&gt;0.1066&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.08&lt;/TD&gt;&lt;TD&gt;yt&lt;/TD&gt;&lt;TD&gt;-0.000488531&lt;/TD&gt;&lt;TD&gt;0.00035148&lt;/TD&gt;&lt;TD&gt;-1.39&lt;/TD&gt;&lt;TD&gt;0.1672&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.10&lt;/TD&gt;&lt;TD&gt;yt&lt;/TD&gt;&lt;TD&gt;-0.000739901&lt;/TD&gt;&lt;TD&gt;0.00059421&lt;/TD&gt;&lt;TD&gt;-1.25&lt;/TD&gt;&lt;TD&gt;0.2156&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.12&lt;/TD&gt;&lt;TD&gt;yt&lt;/TD&gt;&lt;TD&gt;-0.001051132&lt;/TD&gt;&lt;TD&gt;0.00081990&lt;/TD&gt;&lt;TD&gt;-1.28&lt;/TD&gt;&lt;TD&gt;0.2024&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="lia-indent-padding-left-30px lia-align-left"&gt;What I want to do is bootstrap subsamples of participants from the original dataset where I pull out random sample sizes of the original set (say, 25%, 50%, 75% of participants) 10000 times and run the same regression and output another ParameterEstimates table. Eventually I want to set together all the output tables so that I can look at the distribution of Probt at each time across the bootstrapped samples. I'm not sure, but I may need a variable in each dataset to identify which run this 90 rows belongs to. I hope that makes sense. I've attached a sample of the dataset here with 20 participants.&amp;nbsp; Please advise!&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch lia-align-center lia-indent-padding-left-30px"&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;DIV class="lia-indent-padding-left-30px" align="center"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="lia-align-center lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 17:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/705899#M216603</guid>
      <dc:creator>davidsmarch1</dc:creator>
      <dc:date>2020-12-15T17:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrapping Data with Several Rows Per Observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/705944#M216633</link>
      <description>&lt;P&gt;I can't tell quite whether any of your variables are involved in grouping for your selection criteria or not. I am going to assume so as that is the slightly more complex version for selecting sample.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your " random sample sizes of the original set (say, 25%, 50%, 75% of participants) 10000 times" can be accomplished with Proc Surveyselect and the Reps (replicates) to generate multiple samples using similar options.&lt;/P&gt;
&lt;P&gt;Here is an example using the SASHELP.Class data set as an example. It is small enough that you can compare the result to the basic set relatively easily.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;/* sort data so we can use Strat
   based on sex later
*/
proc sort data=sashelp.class
   out=work.class;
   by sex;
run;

proc surveyselect data=work.class
    out=work.sample
    samprate=.25  reps=10;
    strata sex;
run;&lt;/PRE&gt;
&lt;P&gt;The Samprate in the example selects a 25% sample from each level of the Strata variable Sex. The Reps=10 says to create 10 samples. There will be a variable added to indicate which replicate a group of records comes from.&lt;/P&gt;
&lt;P&gt;If you wanted to run a separate analysis for each level of Sex and 10 separate regressions you would use a&lt;/P&gt;
&lt;P&gt;By Sex Replicate;&lt;/P&gt;
&lt;P&gt;in the regression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't need strata, which could be several variables but the input needs to be sorted by all, then drop the strata statement.&lt;/P&gt;
&lt;P&gt;I suspect that Race, Target and Distractor would be CLASS variables and used in your model to get comparisons between the levels (or combinations).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest, if you intend to combine any of these sets to make sure there is a variable indicating the source. The indsname option at the time you combine sets can make this easy. Example&lt;/P&gt;
&lt;PRE&gt;data junk;
   set sashelp.class
       sashelp.cars (obs=20)
       indsname=ds
   ;
   source=ds;
run;&lt;/PRE&gt;
&lt;P&gt;Not a particularly useful set but the object is to show there is a variable added to the data named Source and has the name of the data set each record came from.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 06:35:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/705944#M216633</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-15T06:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrapping Data with Several Rows Per Observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/706043#M216672</link>
      <description>&lt;P&gt;The subject variable is the grouping criteria. There are 117 subjects, and each of their 6 trials (cond) is many rows long. I had originally tried this method before posting, but it doesn't seem to work as you describe. When I use the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;				proc surveyselect data=gomp_bar_reorder_manyrows out=bootsample
				samprate = .25 rep = 10;
				strata subject;
				run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What I end up with is 25% of each subject's rows of data randomly pulled into a replicate. That is, the original condition which went time .02, .04, .06, .08... now goes time .04, .12, .14, .20 as it didn't keep the subject together, it simply pulled out 25% of their data. I need to pull entire subjects, not samples within each subject. I want to take say, 25% of participants, not 25% of a participant's data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 15:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/706043#M216672</guid>
      <dc:creator>davidsmarch1</dc:creator>
      <dc:date>2020-12-15T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrapping Data with Several Rows Per Observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/706068#M216682</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/360861"&gt;@davidsmarch1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The subject variable is the grouping criteria. There are 117 subjects, and each of their 6 trials (cond) is many rows long. I had originally tried this method before posting, but it doesn't seem to work as you describe. When I use the code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;				proc surveyselect data=gomp_bar_reorder_manyrows out=bootsample
				samprate = .25 rep = 10;
				strata subject;
				run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What I end up with is 25% of each subject's rows of data randomly pulled into a replicate. That is, the original condition which went time .02, .04, .06, .08... now goes time .04, .12, .14, .20 as it didn't keep the subject together, it simply pulled out 25% of their data. I need to pull entire subjects, not samples within each subject. I want to take say, 25% of participants, not 25% of a participant's data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You did not describe very clearly what you wanted in the first place.. Do you want subjects selected? That would mean make a data set with just the subjects, one record per, select, and then join the selections back to the observation data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example of joining selected data back to your original:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Proc sql;
   create table want as
   select b.* , a.replicate 
   from selected as a
        left join
        full_data as b
        on a.id =b.id
   ;
quit;&lt;/PRE&gt;
&lt;P&gt;This assumes the survey select output data set was created from a set with one record per Id.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 17:59:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/706068#M216682</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-15T17:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrapping Data with Several Rows Per Observation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/706069#M216683</link>
      <description>&lt;P&gt;I thought I described it pretty clearly. Each subject has 6 trials. Each trial has up to 90 rows of data, one row for each time point (see the original post and sample data).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to sample subjects, not rows within subjects. I need to keep the entirety of a trial together in the sampling. I can't have it taking 25% of a subjects trials, but I need 25% of the subjects. And each subject's entire length of trials needs to be retained. It's not sufficient to simply reduce each subject to one row and sample from that, which is I think what you are proposing. I need to keep the entire trial coherent and sample participants, not rows within a participant.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 18:05:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Random-Sampling-of-Data-with-Several-Rows-Per-Observation/m-p/706069#M216683</guid>
      <dc:creator>davidsmarch1</dc:creator>
      <dc:date>2020-12-15T18:05:20Z</dc:date>
    </item>
  </channel>
</rss>

