<?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: Repeated measures with no subject in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939545#M46871</link>
    <description>If you don't have SUBJECT= cluster variable,that means you don't have RANDOM effect(a.k.a it is not MIXED model).&lt;BR /&gt;I guess you can fix GLM model instead.&lt;BR /&gt;&lt;BR /&gt;proc genmod data=one;&lt;BR /&gt;class harvest variety weeks;&lt;BR /&gt;..............&lt;BR /&gt;or &lt;BR /&gt;proc glm data=one;&lt;BR /&gt;class harvest variety weeks;&lt;BR /&gt;..........</description>
    <pubDate>Fri, 16 Aug 2024 01:53:51 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-08-16T01:53:51Z</dc:date>
    <item>
      <title>Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939348#M46865</link>
      <description>&lt;P&gt;Dear SAS Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some data that I want to anlalyze as repeated measures. Since I dont have blocks I didnt include the random intercept/subject=&amp;nbsp; &amp;nbsp; &amp;nbsp;line in my model so I just want to make sure that the model Im using is correct. I would greatly appreciate your input.&lt;/P&gt;
&lt;P&gt;Harvest is the date the fruits were harvested (2 dates), and what I want to use as repeated measures. Variety is the fruit variety (3 different varieties), and weeks are the number of weeks the fruits were storaged in a coldroom before the measurements like FirmAvg were assesed (after 1 week, 3 weeks, and 6 weeks).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glimmix data=one;&lt;/P&gt;
&lt;P&gt;class harvest variety weeks;&lt;/P&gt;
&lt;P&gt;model FirmAvg=harvest|variety|weeks/dist=lognormal ddfm=km;&lt;/P&gt;
&lt;P&gt;random harvest/ residual type=cs;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would greatly appreciate your feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much&lt;/P&gt;
&lt;P&gt;Caroline&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 23:57:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939348#M46865</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-14T23:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939426#M46867</link>
      <description>&lt;P&gt;The syntax looks reasonable to me.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 13:33:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939426#M46867</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2024-08-15T13:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939427#M46868</link>
      <description>&lt;P&gt;Actually, I just noticed that you do not have subject. I wonder how your data looks like. Can you post some sample data? I am not sure why there is no subject...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 13:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939427#M46868</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2024-08-15T13:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939462#M46869</link>
      <description>&lt;P&gt;Hi Jiltao,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your reply. Since I dont have blocks, that was my concern, not having the intercept/subject line in my model. I dont know what my subject should be and if I have one. I attached an excel sheet with the data that shows the independent var: harvest date, variety, and weeks in storage, and the dep var storage firm avg. To give you some context, the fruits (different varieties) were harvested at two different dates (day 1 and day 55), and stored in a coldroom during 1, 3, and 6 weeks. After that, they were assesed for firmness (firm avg). So I want to use harvest date as repeated measures, to see if the harvest date has an effect on the fruit firmness. I also want to know the effect of the variety and weeks in storage on the firmness.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;Caroline&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 15:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939462#M46869</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-15T15:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939506#M46870</link>
      <description>&lt;P&gt;If you cannot identify subjects, that is, for the first 5 observations for&amp;nbsp; Variety BL516 at wk1 --&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jiltao_0-1723750335412.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99321i4D873C9C72AEA15F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jiltao_0-1723750335412.png" alt="jiltao_0-1723750335412.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;They might not be the same subjects for the 5 observations appearing later for BL516 for wk 3 -- then you might not have repeated measures data. Just fit an ANOVA model.&lt;/P&gt;
&lt;P&gt;If you can say that the first observation in the data (BL516 for wk1) is the same subject as the first BL516 for wk3, and so on so forth for other observations, then you have repeated measures data, and you can add a variable such as ID to identify these subjects. Then you would have a repeated measures data.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 19:38:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939506#M46870</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2024-08-15T19:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939545#M46871</link>
      <description>If you don't have SUBJECT= cluster variable,that means you don't have RANDOM effect(a.k.a it is not MIXED model).&lt;BR /&gt;I guess you can fix GLM model instead.&lt;BR /&gt;&lt;BR /&gt;proc genmod data=one;&lt;BR /&gt;class harvest variety weeks;&lt;BR /&gt;..............&lt;BR /&gt;or &lt;BR /&gt;proc glm data=one;&lt;BR /&gt;class harvest variety weeks;&lt;BR /&gt;..........</description>
      <pubDate>Fri, 16 Aug 2024 01:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939545#M46871</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-08-16T01:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939551#M46872</link>
      <description>&lt;P&gt;Thank you so much for your reply! Strictly speaking, the first 5 fruits for variety BL516 at week 1 are not the same fruits I used to do the measures at week 3, and so forth, but since the variety is the same for week1, 3, and 6, what if I treat variety as the subject?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Caroline&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 03:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939551#M46872</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-16T03:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939554#M46873</link>
      <description>&lt;P&gt;Thank you very much for your reply. Im thinking that maybe I could treat variety as subject? If not, I guess it woud be best to use genmod if my data has only fixed effects, and especially if some of my dependent variables can only take values that go on a scale from 1 to 5. That way I could use a beta or binomial distribution, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Caroline&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 04:04:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939554#M46873</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-16T04:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939559#M46874</link>
      <description>If your dependent variable Y is always greater than zero, you could try GAMMA distribution.</description>
      <pubDate>Fri, 16 Aug 2024 06:53:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939559#M46874</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-08-16T06:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939627#M46878</link>
      <description>&lt;P&gt;No, I do not think treating Variety as the subject is appropriate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You do not seem to have repeated measures data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you saying that your dependent variable has values 1, 2 ,3, 4 or 5? Then you might fit a multinomial / ordinal regression model. But the excel file you sent seems to have a continuous response variable.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 13:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939627#M46878</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2024-08-16T13:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939667#M46881</link>
      <description>&lt;P&gt;Thank you so much for your feedback Jiltao.&amp;nbsp; So I will then use genmod as Ksharp suggested since I only have fixed variables. You are right, the var in the excel file is continious so I will use lognormal for that one, but most of my dependent variables are values from 0-3 or 1-5 with half values sometimes like 1.5. In that case I should then choose multinomial distribution right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;Caroline&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 17:37:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939667#M46881</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-16T17:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939668#M46882</link>
      <description>&lt;P&gt;Thank you Ksharp! So do think the gamma distribution will be more appropiate for values of 1 to 5&amp;nbsp; with half values like 1.5?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;Caroline&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 17:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939668#M46882</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-16T17:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939725#M46889</link>
      <description>Nope. Gamma distribution is for any positive Y value,no matter it is 1 or 1.5 .&lt;BR /&gt;And as Jiltao said if your Y has only 1-5 five value,you could also try fit a logistic/multinomial / ordinal regression.&lt;BR /&gt;&lt;BR /&gt;proc logistic ....&lt;BR /&gt;model y=...../ link=clogit;&lt;BR /&gt;run;</description>
      <pubDate>Sat, 17 Aug 2024 06:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939725#M46889</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-08-17T06:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939924#M46918</link>
      <description>&lt;P&gt;Ok, thank you so much for your reply! What if my dependent var is an ordinal scale that goes from 0 to 5 but where I also have half values of 1.5 for example? Can I still use the multinomial distribution?&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>Mon, 19 Aug 2024 16:38:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/939924#M46918</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-19T16:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940038#M46920</link>
      <description>&lt;P&gt;Yes. you can.&lt;/P&gt;
&lt;PRE&gt;/*y has value 1 ,1.5, 2,3*/
proc logistic ....
model y=...../ link=clogit;
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I noticed that your data could be formed by contingency table, you also could try PROC CATMOD to do Ordianl Logtisc Model.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1724118103028.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99446i26EBF7EFB9BE5F45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1724118103028.png" alt="Ksharp_0-1724118103028.png" /&gt;&lt;/span&gt;&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="Ksharp_1-1724118126907.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99447iE1C0103E2B19663A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_1-1724118126907.png" alt="Ksharp_1-1724118126907.png" /&gt;&lt;/span&gt;&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="Ksharp_2-1724118155733.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99449i439393CB15C5DB02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_2-1724118155733.png" alt="Ksharp_2-1724118155733.png" /&gt;&lt;/span&gt;&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, 20 Aug 2024 01:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940038#M46920</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-08-20T01:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940137#M46931</link>
      <description>&lt;P&gt;Thank you so much for your great suggestions!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So since I have different types of response variables, the most appropiate procedures will be as follow:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For continuous (measures) I would use proc genmod (normal or gamma dist).&lt;/P&gt;
&lt;P&gt;For binary (0/1 or 0/100) I would use proc logistic.&lt;/P&gt;
&lt;P&gt;For multinomial&amp;nbsp; (scales; 0, 1, 1.5, 2, 2.5, 3) I would use proc logistic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For ordinal (fruit browning; 0=no browning, 1=mild, 2=severe) I would use proc catmod (is this procedure only for ordinal data?).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does it sounds reasonably to you? Also, how can I specify in proc logistic if my response var is binary or multinomial?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;Caroline&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 18:19:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940137#M46931</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-20T18:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940182#M46932</link>
      <description>&lt;P&gt;"For multinomial (scales; 0, 1, 1.5, 2, 2.5, 3) I would use proc logistic. &lt;BR /&gt;For ordinal (fruit browning; 0=no browning, 1=mild, 2=severe) I would use proc catmod (is this procedure only for ordinal data?)."&lt;BR /&gt;&lt;BR /&gt;Multinomial logistic model has two type of model.&lt;BR /&gt;One is for non-ordianl variable like : color: red,green,blue , you need to use link function GLOGIT.&lt;BR /&gt;/*y is non-ordinal*/&lt;BR /&gt;proc logistic ....&lt;BR /&gt;model color=...../ link=glogit;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;Another is for ordianl variable like : scale: 1,2,3, you need to use link function CLOGIT.&lt;BR /&gt;/*y is ordinal*/&lt;BR /&gt;proc logistic ....&lt;BR /&gt;model scale=...../ link=clogit;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;" I would use proc catmod (is this procedure only for ordinal data?)."&lt;BR /&gt;Nope. PROC CATMOD is specially designed for contingency table.&lt;BR /&gt;Sine your data can be formed by contingency table,you can use PROC CATMOD to model your data for LOGISTIC model or ANOVA model (check the code I showed above).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"how can I specify in proc logistic if my response var is binary or multinomial?"&lt;BR /&gt;That is easy ,just don't specify LINK function,SAS would automatically check Y and suite the right model for you. Like:&lt;BR /&gt;proc logistic ....&lt;BR /&gt;model y=.....;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;You will find out which model you are using in OUTPUT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW,&lt;/P&gt;
&lt;P&gt;If Y is binary variable like: 0,1 you need specify LINK=logit :&lt;/P&gt;
&lt;P&gt;/*y is binary variable*/&lt;BR /&gt;proc logistic ....&lt;BR /&gt;model scale=...../ link=logit;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 01:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940182#M46932</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-08-21T01:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940183#M46933</link>
      <description>That was very helpful, thank you so much! So for an ANOVA model to check for the interactions between factors I could use catmod or proc logistic as well for ordinal or non-ordinal data.  Both would be appropiate right?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Caroline</description>
      <pubDate>Wed, 21 Aug 2024 02:05:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940183#M46933</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-21T02:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940185#M46934</link>
      <description>Yes. You could use PROC CATMOD to do ANOVA.&lt;BR /&gt;Use PROC CATMOD or PROC LOGISTIC to do logistic model (either ordinal or non-ordinal data.).</description>
      <pubDate>Wed, 21 Aug 2024 02:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940185#M46934</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-08-21T02:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated measures with no subject</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940186#M46935</link>
      <description>Great, thank you so much for all your support, it has helped me a lot!</description>
      <pubDate>Wed, 21 Aug 2024 03:27:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Repeated-measures-with-no-subject/m-p/940186#M46935</guid>
      <dc:creator>palolix</dc:creator>
      <dc:date>2024-08-21T03:27:38Z</dc:date>
    </item>
  </channel>
</rss>

