<?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>madpumpkinpie Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>madpumpkinpie Tracker</description>
    <pubDate>Sun, 19 Apr 2026 06:29:47 GMT</pubDate>
    <dc:date>2026-04-19T06:29:47Z</dc:date>
    <item>
      <title>Re: PROC GLM repeated measures (one class, two models)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Two-within-subject-factors-repeated-measures-ANOVA/m-p/434019#M22861</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="sascode"&gt;proc glm;
     classes group;
     model Y1-Y12=group / nouni;
     repeated trt 3, time 4;
 run;&lt;/PRE&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;For the second question(&lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/Two-within-subject-factors-repeated-measures-ANOVA/m-p/433997#M22850" target="_blank"&gt;https://communities.sas.com/t5/SAS-Statistical-Procedures/Two-within-subject-factors-repeated-measures-ANOVA/m-p/433997#M22850&lt;/A&gt;), there is no factor that is analogous to "group" (between subject factor). There are just two within-subject factors. How should I modify this code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 23:09:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Two-within-subject-factors-repeated-measures-ANOVA/m-p/434019#M22861</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-02-04T23:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM repeated measures (one class, two models)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/434001#M22851</link>
      <description>&lt;P&gt;Thank you for responding!!&lt;/P&gt;&lt;P&gt;I just posted another question (&lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/Two-within-subject-factors-repeated-measures-ANOVA/m-p/433997#M22850" target="_blank"&gt;https://communities.sas.com/t5/SAS-Statistical-Procedures/Two-within-subject-factors-repeated-measures-ANOVA/m-p/433997#M22850&lt;/A&gt;) but your code may work for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does "group" means? Does it from the data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 20:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/434001#M22851</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-02-04T20:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM repeated measures (one class, two models)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/433999#M22849</link>
      <description>&lt;P&gt;It's randomized cross-over design, so the order of treatment is different between each subject. As there was no effect of session order on food intake (kcal), I did not consider it in this analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for many resources, I get a bit confused but will refer to them!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 19:55:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/433999#M22849</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-02-04T19:55:05Z</dc:date>
    </item>
    <item>
      <title>Two within subject factors, repeated measures ANOVA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Two-within-subject-factors-repeated-measures-ANOVA/m-p/433997#M22850</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am stuck to conduct two-way repeated measures ANOVA with two within-subject factors (Treatment and Time).&lt;/P&gt;&lt;P&gt;This data is just an example, but in this study 5 subjects join a study session three times. In each session, they are assigned one of the three kinds of test food (treatment) and their appetite is measured at 0, 15 and 30 minute points after the test food consumption.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the excel file attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to examine the treatment effect, time effect and interaction effect on appetite score, as well as at which time point the appetite score significantly differs between treatments (if there is a significant effect of treatment).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be really helpful if you could provide me with code that I can examine these. I want to know the code for normal (?) proc GLM procedure with two within subject factors, but also want to compare the result with that of proc MIXED repeated growth curve model (considering Time as continuous variable).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&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>Sun, 04 Feb 2018 19:40:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Two-within-subject-factors-repeated-measures-ANOVA/m-p/433997#M22850</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-02-04T19:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM repeated measures (one class, two models)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/433906#M22837</link>
      <description>&lt;P&gt;Thanks for responding,&lt;/P&gt;&lt;P&gt;Yeah I noticed the same thing, I just forgot to delete extra data (gender column had 82 extra rows).&lt;/P&gt;&lt;P&gt;The number of participants is 41 and all three treatments were assigned to each of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2018 23:27:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/433906#M22837</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-02-03T23:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to conduct repeated measures ANOVA?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-conduct-repeated-measures-ANOVA/m-p/433799#M4560</link>
      <description>&lt;P&gt;Thank you for the very detailed exploration!!&lt;/P&gt;&lt;P&gt;However, it does not allow me to add more than one dependent variable (MANOVA).&lt;/P&gt;&lt;P&gt;Variables:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;ID&amp;nbsp; Gender(1or2)&amp;nbsp; Treatment (1, 2, 3)&amp;nbsp; EI&amp;nbsp; WI&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;*EI energy intake (kcal), WI water intake (g)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to examine the effect of two variables (treatment; within subjects, gender; between subjects) on each of two dependent variables (EI kcal and WI). I want to put the two dependent variables in the same analysis as there is a significant correlation between&amp;nbsp; them.&lt;/P&gt;&lt;P&gt;I posted a question about this but it has not been solved yet.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/433653#M22817" target="_blank"&gt;https://communities.sas.com/t5/SAS-Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/433653#M22817&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you tell me how I can conduct this analysis using the task (or code)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2018 15:23:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-conduct-repeated-measures-ANOVA/m-p/433799#M4560</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-02-03T15:23:10Z</dc:date>
    </item>
    <item>
      <title>PROC GLM repeated measures (one class, two models)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/433653#M22817</link>
      <description>&lt;P&gt;HI there,&lt;/P&gt;&lt;P&gt;I want to conduct a repeated measures MANOVA to examine the effect of treatment (and gender as between subject factor) on Energy Intake (EI) and Water Intake (WI). I am putting these two dependent variables in the same analysis as there is a weak correlation between them.&lt;/P&gt;&lt;P&gt;There are three kinds of treatment and I am looking at the effect of those treatments on each group (EIkcal 1-3 and WI 1-3).&lt;/P&gt;&lt;P&gt;However, SAS interprets that there are six kinds of treatment (please refer to the attachment).&lt;/P&gt;&lt;P&gt;Please tell me how I can modify the code below! TIA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Variables: ID gender Eikcal1 EIkcal2 EIkcal3 WI1 WI2 WI3 ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;BR /&gt;proc glm data=IMPORT2;&lt;BR /&gt;class gender;&lt;BR /&gt;model &lt;STRONG&gt;EIkcal1-EIkcal3 WI1-WI3&lt;/STRONG&gt; = gender / nouni;&lt;BR /&gt;repeated &lt;STRONG&gt;Treatment&lt;/STRONG&gt; / printe;&lt;BR /&gt;run;&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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="スクリーンショット 2018-02-03 02.50.59.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18285iA9DCF1CCAF8AD57A/image-size/large?v=v2&amp;amp;px=999" role="button" title="スクリーンショット 2018-02-03 02.50.59.png" alt="スクリーンショット 2018-02-03 02.50.59.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 18:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-repeated-measures-one-class-two-models/m-p/433653#M22817</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-02-02T18:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to conduct repeated measures ANOVA?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-conduct-repeated-measures-ANOVA/m-p/433640#M4555</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 18:13:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-conduct-repeated-measures-ANOVA/m-p/433640#M4555</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-02-02T18:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to conduct repeated measures ANOVA?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-conduct-repeated-measures-ANOVA/m-p/432757#M4514</link>
      <description>&lt;P&gt;Thank you for replying,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you tell me where exactly I can find them? Please find the attachments... I tried to do my best, but sorry if you find them too rough to see &lt;img id="mansad" class="emoticon emoticon-mansad" src="https://communities.sas.com/i/smilies/16x16_man-sad.png" alt="Man Sad" title="Man Sad" /&gt;&lt;/P&gt;&lt;P&gt;Also I appreciate if you can tell me the difference like when to use which model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture1" style="width: 213px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18232i668CD5A1B3CE078A/image-size/large?v=v2&amp;amp;px=999" role="button" title="SASpic.jpg" alt="Picture1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Picture1&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cont'd" style="width: 320px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18233i084C62C5A07C6EE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS3.jpg" alt="Cont'd" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Cont'd&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 14:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-conduct-repeated-measures-ANOVA/m-p/432757#M4514</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-01-31T14:40:17Z</dc:date>
    </item>
    <item>
      <title>How to conduct repeated measures ANOVA?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-conduct-repeated-measures-ANOVA/m-p/431542#M4475</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a beginner of SAS and only using "Auto-complete" function (choosing what to do from options in Task tub).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to conduct one-way &lt;STRONG&gt;repeated&lt;/STRONG&gt; measures ANOVA but cannot find the option. I can find one-way ANOVA though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I heard, in SPSS, they automatically choose the most suitable test when we choose repeated ANOVA option.&lt;/P&gt;&lt;P&gt;In SAS, do we have to choose the appropriate test for repeated measures by ourselves? If so, could you tell me the name of those tests?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 16:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-conduct-repeated-measures-ANOVA/m-p/431542#M4475</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-01-27T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to "Split Data" (By Group Processing)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-quot-Split-Data-quot-By-Group-Processing/m-p/431539#M22698</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry, but I don't get why no need of split...:(&amp;nbsp;&amp;nbsp;Could you explain?&lt;/P&gt;&lt;P&gt;Then if I want to see the separate result of the effect of treatment on calorie intake for different weight status, may I conduct one-way ANOVA twice (one for NW group and the other one for OW group)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 15:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-quot-Split-Data-quot-By-Group-Processing/m-p/431539#M22698</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-01-27T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to "Split Data" (By Group Processing)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-quot-Split-Data-quot-By-Group-Processing/m-p/431482#M22695</link>
      <description>&lt;P&gt;Thank you for replying!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this code include both the command for splitting file and running ANOVA?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 22:56:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-quot-Split-Data-quot-By-Group-Processing/m-p/431482#M22695</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-01-26T22:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to "Split Data" (By Group Processing)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-quot-Split-Data-quot-By-Group-Processing/m-p/431481#M22694</link>
      <description>&lt;P&gt;Thank you for replying!&lt;/P&gt;&lt;P&gt;I understand what you mean, but then how can I compare the effect of treatment on food intake between NW and OW participants? It's because I found significant treatment effect in NW group (n=41) but not in OW group (n=12) when I ran One-way repeated measures ANOVA for each body weight group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And what is this code for? Where to be put?&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;glm&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="token statement"&gt;class&lt;/SPAN&gt; &lt;SPAN class="token statement"&gt;weight&lt;/SPAN&gt; treatment&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="token procnames"&gt;model&lt;/SPAN&gt; kcal&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token statement"&gt;weight&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;|&lt;/SPAN&gt;treatment&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;quit&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 22:52:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-quot-Split-Data-quot-By-Group-Processing/m-p/431481#M22694</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-01-26T22:52:51Z</dc:date>
    </item>
    <item>
      <title>How to "Split Data" (By Group Processing)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-quot-Split-Data-quot-By-Group-Processing/m-p/431439#M22691</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have googled similar questions but could not find answers that I can understand. So here I am asking for your help!&lt;/P&gt;&lt;P&gt;What I want to know is &lt;STRONG&gt;how to get results separately in a group. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example (just copied and pasted from Excel)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp; Weight Treatment kcal&lt;BR /&gt;1&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;A&amp;nbsp;&amp;nbsp; &amp;nbsp;400&lt;BR /&gt;2&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;A&amp;nbsp;&amp;nbsp; &amp;nbsp;500&lt;BR /&gt;3&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;A&amp;nbsp;&amp;nbsp; &amp;nbsp;560&lt;BR /&gt;4&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;A&amp;nbsp;&amp;nbsp; &amp;nbsp;800&lt;BR /&gt;5&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;A&amp;nbsp;&amp;nbsp; &amp;nbsp;490&lt;BR /&gt;6&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;A&amp;nbsp;&amp;nbsp; &amp;nbsp;500&lt;BR /&gt;7&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;A&amp;nbsp;&amp;nbsp; &amp;nbsp;400&lt;BR /&gt;8&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;A&amp;nbsp;&amp;nbsp; &amp;nbsp;700&lt;BR /&gt;9&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;A&amp;nbsp;&amp;nbsp; &amp;nbsp;900&lt;BR /&gt;1&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;B&amp;nbsp;&amp;nbsp; &amp;nbsp;580&lt;BR /&gt;2&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;B&amp;nbsp;&amp;nbsp; &amp;nbsp;600&lt;BR /&gt;3&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;B&amp;nbsp;&amp;nbsp; &amp;nbsp;800&lt;BR /&gt;4&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;B&amp;nbsp;&amp;nbsp; &amp;nbsp;500&lt;BR /&gt;5&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;B&amp;nbsp;&amp;nbsp; &amp;nbsp;600&lt;BR /&gt;6&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;B&amp;nbsp;&amp;nbsp; &amp;nbsp;800&lt;BR /&gt;7&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;B&amp;nbsp;&amp;nbsp; &amp;nbsp;700&lt;BR /&gt;8&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;B&amp;nbsp;&amp;nbsp; &amp;nbsp;500&lt;BR /&gt;9&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;B&amp;nbsp;&amp;nbsp; &amp;nbsp;780&lt;BR /&gt;1&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;C&amp;nbsp;&amp;nbsp; &amp;nbsp;570&lt;BR /&gt;2&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;C&amp;nbsp;&amp;nbsp; &amp;nbsp;670&lt;BR /&gt;3&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;C&amp;nbsp;&amp;nbsp; &amp;nbsp;570&lt;BR /&gt;4&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;C&amp;nbsp;&amp;nbsp; &amp;nbsp;400&lt;BR /&gt;5&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;C&amp;nbsp;&amp;nbsp; &amp;nbsp;600&lt;BR /&gt;6&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;C&amp;nbsp;&amp;nbsp; &amp;nbsp;800&lt;BR /&gt;7&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;C&amp;nbsp;&amp;nbsp; &amp;nbsp;800&lt;BR /&gt;8&amp;nbsp;&amp;nbsp; &amp;nbsp;OW&amp;nbsp;&amp;nbsp; &amp;nbsp;C&amp;nbsp;&amp;nbsp; &amp;nbsp;500&lt;BR /&gt;9&amp;nbsp;&amp;nbsp; &amp;nbsp;NW&amp;nbsp;&amp;nbsp; &amp;nbsp;C&amp;nbsp;&amp;nbsp; &amp;nbsp;800&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this example, I am going to run one-way repeated measures ANOVA to see if there is a treatment effect (A, B, C) on subsequent calorie intake (kcal). However, I want to see the result separately for each body weight status (NW=normal weight &amp;amp; OW=overweight). Please ignore the small sample size because this is just an example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In SPSS, we can "split file" and then get results for both NW and OW separately in any analysis conducted after that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am an absolute beginner of SAS and have never edited the code. Just importing excel files for each analysis and selecting some commands. Therefore, I'd appreciate if you could explain in a comprehensive way if it involves code!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 20:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-quot-Split-Data-quot-By-Group-Processing/m-p/431439#M22691</guid>
      <dc:creator>madpumpkinpie</dc:creator>
      <dc:date>2018-01-26T20:15:34Z</dc:date>
    </item>
  </channel>
</rss>

