<?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: Random assignment of pairs to one of two treatment groups in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Random-assignment-of-pairs-to-one-of-two-treatment-groups/m-p/473172#M71026</link>
    <description>&lt;P&gt;I have 13 experimental pairs and need to generate a randomization scheme to assign&amp;nbsp;one member of each pair to either the&amp;nbsp; intervention group or control group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently all I have in my dataset:&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Substratum&lt;/TD&gt;&lt;TD&gt;Participant&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;A2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;B1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;B2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;C1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;C2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;…&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;M&lt;/TD&gt;&lt;TD&gt;M1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;M2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output should be a third column with randomly generated intervention or control assignment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jun 2018 21:13:52 GMT</pubDate>
    <dc:creator>MMozel</dc:creator>
    <dc:date>2018-06-25T21:13:52Z</dc:date>
    <item>
      <title>Random assignment of pairs to one of two treatment groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Random-assignment-of-pairs-to-one-of-two-treatment-groups/m-p/473063#M71022</link>
      <description>&lt;P&gt;Hi SAS experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp;listing of paired subjects that need to be randomly assigned to one of two treatments groups.&amp;nbsp; I'm sure this is a pretty simple task but PROC PLAN doesn't seem to account for the paired structure of my data.&amp;nbsp; To be clear, for each pair (A1/A2. B1/B2, etc...) I need to assign one to treatment group #1 and the other to treatment group #2.&amp;nbsp; Please see attached pdf for a visual description of what I'm trying to do. I'm running SAS 9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated!&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 16:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Random-assignment-of-pairs-to-one-of-two-treatment-groups/m-p/473063#M71022</guid>
      <dc:creator>MMozel</dc:creator>
      <dc:date>2018-06-25T16:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Random assignment of pairs to one of two treatment groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Random-assignment-of-pairs-to-one-of-two-treatment-groups/m-p/473155#M71024</link>
      <description>&lt;P&gt;The image in your PDF isn't very helpful. It appears as if you have every pair assigned to &lt;STRONG&gt;both&lt;/STRONG&gt; treatments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Provide some starting data in the form of a data step so we can see what actual variables you have, their names and types, and what you might expect as output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Things that are important are do you have a single variable that identifies the "pairs"? or a single variable that we have to guess which "pair" is made from or two or more variables?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 20:14:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Random-assignment-of-pairs-to-one-of-two-treatment-groups/m-p/473155#M71024</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-25T20:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Random assignment of pairs to one of two treatment groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Random-assignment-of-pairs-to-one-of-two-treatment-groups/m-p/473172#M71026</link>
      <description>&lt;P&gt;I have 13 experimental pairs and need to generate a randomization scheme to assign&amp;nbsp;one member of each pair to either the&amp;nbsp; intervention group or control group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently all I have in my dataset:&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Substratum&lt;/TD&gt;&lt;TD&gt;Participant&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;A2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;B1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;B2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;C1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;C2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;…&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;M&lt;/TD&gt;&lt;TD&gt;M1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;M2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output should be a third column with randomly generated intervention or control assignment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 21:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Random-assignment-of-pairs-to-one-of-two-treatment-groups/m-p/473172#M71026</guid>
      <dc:creator>MMozel</dc:creator>
      <dc:date>2018-06-25T21:13:52Z</dc:date>
    </item>
  </channel>
</rss>

