<?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 Latent Growth Curve Models with Proc Traj in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Latent-Growth-Curve-Models-with-Proc-Traj/m-p/583201#M75726</link>
    <description>&lt;P&gt;I am using `proc traj` for latent growth curve model. My question is regarding the code provided ahead.&lt;/P&gt;&lt;P&gt;In this data set the outcome `helpless` is measured at three time points and so are the time-varying exposures like `life_satisfac`. We also have fixed exposures like `gender`. I am not sure how to incorporate both `life_satisfac` and `gender` in the code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC TRAJ DATA=h OUT=OF OUTPLOT=OP OUTSTAT=OS OUTEST=OE ITDETAIL;

ID subNbr; VAR Helpless1-Helpless3; INDEP life_satis1-life_satis3;

MODEL CNORM;Min 6; MAX 24; NGROUPS 3; ORDER 1 1 1;

RUN;



%trajplot (PlotFile=OP,StatFile=OS, “Title of graph”, “Subtitle”, “Y-axis label”, “X-axis label”);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Helpless is measured on a likert scale from 6-24; life_satisfac is also on a likert scale from 5-35.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 14:26:19 GMT</pubDate>
    <dc:creator>NBaidwan</dc:creator>
    <dc:date>2019-08-22T14:26:19Z</dc:date>
    <item>
      <title>Latent Growth Curve Models with Proc Traj</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Latent-Growth-Curve-Models-with-Proc-Traj/m-p/583201#M75726</link>
      <description>&lt;P&gt;I am using `proc traj` for latent growth curve model. My question is regarding the code provided ahead.&lt;/P&gt;&lt;P&gt;In this data set the outcome `helpless` is measured at three time points and so are the time-varying exposures like `life_satisfac`. We also have fixed exposures like `gender`. I am not sure how to incorporate both `life_satisfac` and `gender` in the code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC TRAJ DATA=h OUT=OF OUTPLOT=OP OUTSTAT=OS OUTEST=OE ITDETAIL;

ID subNbr; VAR Helpless1-Helpless3; INDEP life_satis1-life_satis3;

MODEL CNORM;Min 6; MAX 24; NGROUPS 3; ORDER 1 1 1;

RUN;



%trajplot (PlotFile=OP,StatFile=OS, “Title of graph”, “Subtitle”, “Y-axis label”, “X-axis label”);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Helpless is measured on a likert scale from 6-24; life_satisfac is also on a likert scale from 5-35.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 14:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Latent-Growth-Curve-Models-with-Proc-Traj/m-p/583201#M75726</guid>
      <dc:creator>NBaidwan</dc:creator>
      <dc:date>2019-08-22T14:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Latent Growth Curve Models with Proc Traj</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Latent-Growth-Curve-Models-with-Proc-Traj/m-p/583529#M75730</link>
      <description>You can find the documentation for proc traj and contact information here: &lt;A href="https://www.andrew.cmu.edu/user/bjones/index.htm" target="_blank"&gt;https://www.andrew.cmu.edu/user/bjones/index.htm&lt;/A&gt;</description>
      <pubDate>Fri, 23 Aug 2019 16:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Latent-Growth-Curve-Models-with-Proc-Traj/m-p/583529#M75730</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2019-08-23T16:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Latent Growth Curve Models with Proc Traj</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Latent-Growth-Curve-Models-with-Proc-Traj/m-p/583532#M75731</link>
      <description>&lt;P&gt;Thank you for your response. I did get my code form the resource your provided.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 16:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Latent-Growth-Curve-Models-with-Proc-Traj/m-p/583532#M75731</guid>
      <dc:creator>NBaidwan</dc:creator>
      <dc:date>2019-08-23T16:08:52Z</dc:date>
    </item>
  </channel>
</rss>

