<?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: Creating an Index variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124121#M294059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest reading the literature and seeing what methods others in your field are using. I don't know enough about biomathematics but I'd consider logistic regression based on how you framed your question.&amp;nbsp; There may be other considerations however.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 21:25:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-02-28T21:25:36Z</dc:date>
    <item>
      <title>Creating an Index variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124118#M294056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with a number of biomarkers (about 16) and I need to create one variable as and index variable. What's the best way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, say I have variables 'var1 to var16' and I'm trying to compute one variable called var_index.&lt;/P&gt;&lt;P&gt;Would factor analysis be appropriate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 19:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124118#M294056</guid>
      <dc:creator>Manny43</dc:creator>
      <dc:date>2013-02-28T19:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Index variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124119#M294057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends what your biomarkers are going be an index to. Ultimately, do you want to identify a subset of biomarkers that will signal the presence or absence of some condition? Or do you want a proxy for some difficult to measure quantity (a continuous variable)? Please tell us more. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 21:03:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124119#M294057</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-02-28T21:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Index variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124120#M294058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response. I need to create a physiological dysregulation index based on a set of biomarkers that include lipids, glucose levels, BMI and so on. I'd like to identify a subset of biomarkers out of the 16 variables that will signal the presence or absence of physiological dysregulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that clarified the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 21:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124120#M294058</guid>
      <dc:creator>Manny43</dc:creator>
      <dc:date>2013-02-28T21:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Index variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124121#M294059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest reading the literature and seeing what methods others in your field are using. I don't know enough about biomathematics but I'd consider logistic regression based on how you framed your question.&amp;nbsp; There may be other considerations however.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 21:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124121#M294059</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-02-28T21:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Index variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124122#M294060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Reeza, logistic regression would certainly be a good option. Look at variable selection methods, but do not follow their advice blindly! You could also explore your data with simple partition tree analysis in JMP. It relies on fewer assumptions than logistic regression. Another option is discriminant analysis, it also offers variable selection methods (in STEPDISC, limited but nonetheless useful).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can SEE a pattern in the data but no simple method will find that pattern, then you could go all the way and try neural networks. In last resort only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 01:24:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124122#M294060</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-03-01T01:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Index variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124123#M294061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answers...I'll take the advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 18:00:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-an-Index-variable/m-p/124123#M294061</guid>
      <dc:creator>Manny43</dc:creator>
      <dc:date>2013-03-01T18:00:11Z</dc:date>
    </item>
  </channel>
</rss>

