<?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 proc traj convergence tcov problem in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-traj-convergence-tcov-problem/m-p/664280#M32721</link>
    <description>&lt;P&gt;Hi everyone ,&lt;/P&gt;&lt;P&gt;I have a database (n=3000 obs). C30Score01 is a my outcome variable (summary score of quality of lifeC30 going from 0 to 100) PA01=continuous Physical Activity and imc01=continuous bmi.&lt;/P&gt;&lt;P&gt;I would like to modelised trajectories of my «&amp;nbsp;summary score of quality of lifeC30&amp;nbsp;» with&amp;nbsp; some independant variable (RISK) and also&amp;nbsp; dependant one (TCOV) over 4 time point.&lt;/P&gt;&lt;P&gt;1-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When&amp;nbsp; my «&amp;nbsp;VAR&amp;nbsp;» is continuous, without &lt;STRONG&gt;tcov&lt;/STRONG&gt; parameter i can easily found some trajectories by changing the order according the chosen group. But once i add «&amp;nbsp;TCOV&amp;nbsp;» to my model, i have «&amp;nbsp;ERROR: False convergence&amp;nbsp;» no matter the order used. Do you have any advice to solve this issues??&lt;/P&gt;&lt;P&gt;When i use a binary version of the summary score of quality of lifeC30 i can found some trajectories by using TCOV and RISK parameter together.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;proc traj data=base out=out outstat=os outplot=op outest=oe ;&lt;BR /&gt;&lt;STRONG&gt;var C30Score01-C30Score04&lt;/STRONG&gt;; indep D01-D04;&lt;BR /&gt;model cnorm; &amp;nbsp;max 100; ngroups 3 ; order 2 2 2;&lt;BR /&gt;risk age tabac marital income surgery axilla ;&lt;BR /&gt;&lt;STRONG&gt;tcov PA01-PA04&amp;nbsp;&amp;nbsp; imc01-imc04;&lt;/STRONG&gt;&lt;BR /&gt;id id_group ;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;2- Do you have any idea ? when i put max &lt;STRONG&gt;100.1&lt;/STRONG&gt; than max &lt;STRONG&gt;100&lt;/STRONG&gt; (Qol going &lt;STRONG&gt;from 0 to 100&lt;/STRONG&gt;) this convergence trouble &amp;nbsp;disapear and i can found trajectories.&lt;/P&gt;&lt;P&gt;Thanks for you help&amp;nbsp;!!&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2020 13:39:18 GMT</pubDate>
    <dc:creator>yvon</dc:creator>
    <dc:date>2020-06-23T13:39:18Z</dc:date>
    <item>
      <title>proc traj convergence tcov problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-traj-convergence-tcov-problem/m-p/664280#M32721</link>
      <description>&lt;P&gt;Hi everyone ,&lt;/P&gt;&lt;P&gt;I have a database (n=3000 obs). C30Score01 is a my outcome variable (summary score of quality of lifeC30 going from 0 to 100) PA01=continuous Physical Activity and imc01=continuous bmi.&lt;/P&gt;&lt;P&gt;I would like to modelised trajectories of my «&amp;nbsp;summary score of quality of lifeC30&amp;nbsp;» with&amp;nbsp; some independant variable (RISK) and also&amp;nbsp; dependant one (TCOV) over 4 time point.&lt;/P&gt;&lt;P&gt;1-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When&amp;nbsp; my «&amp;nbsp;VAR&amp;nbsp;» is continuous, without &lt;STRONG&gt;tcov&lt;/STRONG&gt; parameter i can easily found some trajectories by changing the order according the chosen group. But once i add «&amp;nbsp;TCOV&amp;nbsp;» to my model, i have «&amp;nbsp;ERROR: False convergence&amp;nbsp;» no matter the order used. Do you have any advice to solve this issues??&lt;/P&gt;&lt;P&gt;When i use a binary version of the summary score of quality of lifeC30 i can found some trajectories by using TCOV and RISK parameter together.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;proc traj data=base out=out outstat=os outplot=op outest=oe ;&lt;BR /&gt;&lt;STRONG&gt;var C30Score01-C30Score04&lt;/STRONG&gt;; indep D01-D04;&lt;BR /&gt;model cnorm; &amp;nbsp;max 100; ngroups 3 ; order 2 2 2;&lt;BR /&gt;risk age tabac marital income surgery axilla ;&lt;BR /&gt;&lt;STRONG&gt;tcov PA01-PA04&amp;nbsp;&amp;nbsp; imc01-imc04;&lt;/STRONG&gt;&lt;BR /&gt;id id_group ;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;2- Do you have any idea ? when i put max &lt;STRONG&gt;100.1&lt;/STRONG&gt; than max &lt;STRONG&gt;100&lt;/STRONG&gt; (Qol going &lt;STRONG&gt;from 0 to 100&lt;/STRONG&gt;) this convergence trouble &amp;nbsp;disapear and i can found trajectories.&lt;/P&gt;&lt;P&gt;Thanks for you help&amp;nbsp;!!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 13:39:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-traj-convergence-tcov-problem/m-p/664280#M32721</guid>
      <dc:creator>yvon</dc:creator>
      <dc:date>2020-06-23T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc traj convergence tcov problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-traj-convergence-tcov-problem/m-p/814325#M40180</link>
      <description>&lt;P&gt;Did you ever figure this out? I'm having the same issue but a smaller sample size. Wondering if there is too much missingness in the tcov variable or if it's because of how tcov is distributed in the given trajectory groups??&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 16:19:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-traj-convergence-tcov-problem/m-p/814325#M40180</guid>
      <dc:creator>tbnassau1</dc:creator>
      <dc:date>2022-05-19T16:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: proc traj convergence tcov problem</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-traj-convergence-tcov-problem/m-p/822267#M40691</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/333761"&gt;@yvon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This must have been a long time, but I came across your post and wondered if you found a solution to your challenge.&amp;nbsp;&lt;/P&gt;&lt;P&gt;from what I know, the RISK variables need to be categorical for it to work. Have you tried creating dummy variables for the categories of age or simply create a binary variable out of your RISK variables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bon&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 13:17:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-traj-convergence-tcov-problem/m-p/822267#M40691</guid>
      <dc:creator>greatdabon11</dc:creator>
      <dc:date>2022-07-08T13:17:37Z</dc:date>
    </item>
  </channel>
</rss>

