<?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 Difference in PROC traj group percentages in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-in-PROC-traj-group-percentages/m-p/728700#M35344</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I try to run proc traj and the trajplot command runs a graph saying that traj group 1 is 21.09% and group 2 78.90%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc traj data=TLS out=out outstat=os outplot=op;
ID SER_NO4; VAR sleep01-sleep02; INDEP year01-year02;
MODEL CNORM; MIN 0; MAX 24; NGROUP 2; RORDER 1;
run;

%trajplot (OP, OS, “Title of graph”,“Subtitle”, “Y-axis label”, “X-axis label”);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if I run the code below. It shows group 1 is 12.27% and group 2 87.73%, which is different from above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=out;
table group; run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is there anyone who knows why? and how can I solve this issue?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Mar 2021 09:47:55 GMT</pubDate>
    <dc:creator>kedii_9</dc:creator>
    <dc:date>2021-03-24T09:47:55Z</dc:date>
    <item>
      <title>Difference in PROC traj group percentages</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-in-PROC-traj-group-percentages/m-p/728700#M35344</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I try to run proc traj and the trajplot command runs a graph saying that traj group 1 is 21.09% and group 2 78.90%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc traj data=TLS out=out outstat=os outplot=op;
ID SER_NO4; VAR sleep01-sleep02; INDEP year01-year02;
MODEL CNORM; MIN 0; MAX 24; NGROUP 2; RORDER 1;
run;

%trajplot (OP, OS, “Title of graph”,“Subtitle”, “Y-axis label”, “X-axis label”);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if I run the code below. It shows group 1 is 12.27% and group 2 87.73%, which is different from above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=out;
table group; run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is there anyone who knows why? and how can I solve this issue?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 09:47:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-in-PROC-traj-group-percentages/m-p/728700#M35344</guid>
      <dc:creator>kedii_9</dc:creator>
      <dc:date>2021-03-24T09:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in PROC traj group percentages</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-in-PROC-traj-group-percentages/m-p/733810#M35607</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see this question is still open after some weeks.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="cs9fb39ee41"&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/261915"&gt;@kedii_9&lt;/a&gt;&amp;nbsp;: As you probably know, PROC TRAJ is not a SAS developed procedure. The TRAJ procedure is a procedure that was written and distributed by a third party, therefore, it is not a procedure that is supported by SAS Institute. For questions or assistance regarding this procedure, you will need to contact the author directly. You can always try this communities site of course (as you have done) but if nobody answers you cannot turn to SAS Technical Support, you need to turn to the author of the 'package'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="cs9fb39ee41"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="cs9fb39ee41"&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 15:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-in-PROC-traj-group-percentages/m-p/733810#M35607</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-04-14T15:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in PROC traj group percentages</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-in-PROC-traj-group-percentages/m-p/740528#M35990</link>
      <description>&lt;P&gt;Hi kedii_9,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the exact same question. Did you by any chance figure out why the group percent in the graph didn't match those in the output file? Just wanted to check before I reach out to authors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 15:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-in-PROC-traj-group-percentages/m-p/740528#M35990</guid>
      <dc:creator>skzhao</dc:creator>
      <dc:date>2021-05-11T15:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in PROC traj group percentages</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Difference-in-PROC-traj-group-percentages/m-p/929208#M46296</link>
      <description>&lt;P&gt;Hi to both of you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/261915"&gt;@kedii_9&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/381645"&gt;@skzhao&lt;/a&gt;&amp;nbsp;--&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the exact same question. Did you by any chance figure out why the group percent dont match?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 22:25:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Difference-in-PROC-traj-group-percentages/m-p/929208#M46296</guid>
      <dc:creator>spatsassy</dc:creator>
      <dc:date>2024-05-21T22:25:47Z</dc:date>
    </item>
  </channel>
</rss>

