<?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: ProcTRAJ: OUSTAT not correct time scale in graph in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/284062#M14987</link>
    <description>&lt;P&gt;You'll have to check the macro code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This isn't a SAS proc...which version are you using?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jul 2016 14:59:14 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-07-13T14:59:14Z</dc:date>
    <item>
      <title>ProcTRAJ: OUSTAT not correct time scale in graph</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/284058#M14986</link>
      <description>&lt;P&gt;I'm using this syntax to study depression profiles over time, however when I try to view my findings in a graph I notice that the OS is not displaying the same time scale I entered time as a function of the different weeks (0 for 0 weeks, 0.6 for 6 weeks, 2.2 for 22 weeks and 5.0 for 5 weeks), yet the graph shows 0.0, 2.00, 4.00, 6.00 etc. What am I doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc traj data=tp2 out=of outstat=os outplot=op outest=oe;&lt;BR /&gt;var T0BDIMEAN--T3BDIMEAN;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;indep T0--T3 ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;MODEL CNORM ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;MIN 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;MAX 63;&amp;nbsp;&amp;nbsp;// **BDI total score**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;NGROUPS 3;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;ORDER 1 1 1 ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;ID ID;&lt;BR /&gt;RUN;&lt;BR /&gt;%TRAJPLOT (op, os,'Depression Trajectories', ' ', 'Depression', 'Time');&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:55:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/284058#M14986</guid>
      <dc:creator>JLamothe</dc:creator>
      <dc:date>2016-07-13T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: ProcTRAJ: OUSTAT not correct time scale in graph</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/284062#M14987</link>
      <description>&lt;P&gt;You'll have to check the macro code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This isn't a SAS proc...which version are you using?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 14:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/284062#M14987</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-13T14:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: ProcTRAJ: OUSTAT not correct time scale in graph</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/284063#M14988</link>
      <description>&lt;P&gt;For anyone who is not aware of PROC TRAJ, it is a user-supplied procedure. For documentation and download, see&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.andrew.cmu.edu/user/bjones/" target="_blank"&gt;http://www.andrew.cmu.edu/user/bjones/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 15:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/284063#M14988</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-07-13T15:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: ProcTRAJ: OUSTAT not correct time scale in graph</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/284078#M14991</link>
      <description>Rick_SAS is correct. ProcTRAJ was developped by a user but is used quite frequently. I just don't understand why the time scale is radically different.</description>
      <pubDate>Wed, 13 Jul 2016 15:13:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/284078#M14991</guid>
      <dc:creator>JLamothe</dc:creator>
      <dc:date>2016-07-13T15:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: ProcTRAJ: OUSTAT not correct time scale in graph</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/285267#M15068</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually found the answer. I had originally coded my different time points as 0.00, 0.60, 2.2 and 5.00 for the number of weeks divided&amp;nbsp;by 10. I recoded the values to 0.00, 6.00, 22.00 and 50,00 for the actual number of weeks and it fixed the problem. Maybe the graphic option has a harder time with decimals. I still don't know what the problem was but I found the solution. If this happens to you try recoding the time points into another format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 15:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ProcTRAJ-OUSTAT-not-correct-time-scale-in-graph/m-p/285267#M15068</guid>
      <dc:creator>JLamothe</dc:creator>
      <dc:date>2016-07-18T15:57:22Z</dc:date>
    </item>
  </channel>
</rss>

