<?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: Longitudinal Scored Data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Longitudinal-Scored-Data/m-p/405203#M21130</link>
    <description>&lt;P&gt;I do not think you can do that.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;LINK&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=CUMLOGIT&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;is for the general logistic regression , and for the category dependent varible which has three or more levels .&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2017 13:38:16 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-10-18T13:38:16Z</dc:date>
    <item>
      <title>Longitudinal Scored Data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Longitudinal-Scored-Data/m-p/404963#M21115</link>
      <description>&lt;P&gt;I have scored data from 3 time points, the scores range from 0-5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the data is normal, can I run this?&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;glimmix&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=test;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; sex(ref=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) education(ref=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) race_ethn(ref=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) age; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; score=time sex education race_ethn age hhsize/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;s&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dist&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=GAUSSIAN &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;LINK&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=CUMLOGIT &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;or&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;random time;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Do I include time in the class statement?&amp;nbsp; Also, it is correct to include time in the random statement? To account for nature of the data, dependent, do I need to include: Store=ID.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;repeated&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;subject&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=store / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;corr&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=ind &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;corrw&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;If the data is not normal, can I run this?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;glimmix&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=test;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; sex(ref=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) education(ref=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) race_ethn(ref=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) age; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; score=time sex education race_ethn age hhsize/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;s&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dist&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=multinomial &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;LINK&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=CUMLOGIT &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;or&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;random time;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Should the distribution actually be poisson since it's count data (i.e. scored data)?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 19:33:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Longitudinal-Scored-Data/m-p/404963#M21115</guid>
      <dc:creator>billfriend</dc:creator>
      <dc:date>2017-10-17T19:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Longitudinal Scored Data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Longitudinal-Scored-Data/m-p/405203#M21130</link>
      <description>&lt;P&gt;I do not think you can do that.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;LINK&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=CUMLOGIT&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;is for the general logistic regression , and for the category dependent varible which has three or more levels .&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 13:38:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Longitudinal-Scored-Data/m-p/405203#M21130</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-10-18T13:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Longitudinal Scored Data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Longitudinal-Scored-Data/m-p/405232#M21131</link>
      <description>I've read that you can use LINK=CUMLOGIT for multinomial data. Any thoughts on how I should treat the data? Normal vs multinomial vs poisson?</description>
      <pubDate>Wed, 18 Oct 2017 14:32:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Longitudinal-Scored-Data/m-p/405232#M21131</guid>
      <dc:creator>billfriend</dc:creator>
      <dc:date>2017-10-18T14:32:25Z</dc:date>
    </item>
  </channel>
</rss>

