<?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: Trends over time in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Trends-over-time/m-p/370294#M19409</link>
    <description>&lt;P&gt;The study includes incident cases of a specific disease, and data are collected at defined periods, each period includes different participants. &amp;nbsp;As part of the descriptive analysis I would like to look at trends over time&amp;nbsp;in age of the diagnosed individuals.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Jun 2017 19:10:58 GMT</pubDate>
    <dc:creator>EMB</dc:creator>
    <dc:date>2017-06-24T19:10:58Z</dc:date>
    <item>
      <title>Trends over time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trends-over-time/m-p/370285#M19407</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I wish to study trends in age over time in 3 large samples (&amp;gt;1000 individuals each) from the same population and get p for linear trend.&lt;/P&gt;&lt;P&gt;Samples are independent and data are available for 4 time periods separated by equal time-intervals.&lt;/P&gt;&lt;P&gt;Would the following be correct? Any other suggestion?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc glm;&lt;BR /&gt;class (time period);&lt;BR /&gt;model AGE=(time period);&lt;BR /&gt;contrast 'linear' (time period) -3 -1 1 3;&lt;BR /&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 16:59:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trends-over-time/m-p/370285#M19407</guid>
      <dc:creator>EMB</dc:creator>
      <dc:date>2017-06-24T16:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trends over time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trends-over-time/m-p/370287#M19408</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/150780"&gt;@EMB&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I wish to study trends in age over time in 3 large samples (&amp;gt;1000 individuals each) from the same population and get p for linear trend.&lt;/P&gt;
&lt;P&gt;Samples are independent and data are available for 4 time periods separated by equal time-intervals.&lt;/P&gt;
&lt;P&gt;Would the following be correct? Any other suggestion?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc glm;&lt;BR /&gt;class (time period);&lt;BR /&gt;model AGE=(time period);&lt;BR /&gt;contrast 'linear' (time period) -3 -1 1 3;&lt;BR /&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There are a few things you haven't told us, such as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;For each individual, are the time intervals exactly the same?&lt;/LI&gt;
&lt;LI&gt;How can age be a response variable? If you measure the idividual's age at four different time periods ... isn't the individual's age already a known function of the age at the first time interval, plus the delta between the other intervals? What is the source of randomness in this data?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 24 Jun 2017 17:48:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trends-over-time/m-p/370287#M19408</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-06-24T17:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trends over time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trends-over-time/m-p/370294#M19409</link>
      <description>&lt;P&gt;The study includes incident cases of a specific disease, and data are collected at defined periods, each period includes different participants. &amp;nbsp;As part of the descriptive analysis I would like to look at trends over time&amp;nbsp;in age of the diagnosed individuals.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 19:10:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trends-over-time/m-p/370294#M19409</guid>
      <dc:creator>EMB</dc:creator>
      <dc:date>2017-06-24T19:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trends over time</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trends-over-time/m-p/371009#M19450</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/150780"&gt;@EMB&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;As part of the descriptive analysis I would like to look at trends over time&amp;nbsp;in age of the diagnosed individuals.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I am totally not understanding this part.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trends of what? Your sentence (and code)&amp;nbsp;implies you want to find the trend over time of AGE. That cannot be right. Your age increases 1 year for every 1 year&amp;nbsp; of change in time. No statistics or regression or p-values needed.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 17:39:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trends-over-time/m-p/371009#M19450</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-06-27T17:39:33Z</dc:date>
    </item>
  </channel>
</rss>

