<?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: PROC FMM in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233472#M54829</link>
    <description>&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No the responses for 5 questions form a pattern or health state. E.g., 11111 (good health)or 33333 (worse health). There 245 health states and each pattern has been assigned a score between 1.0 and 0. Each country has their own utilities scores generated by the population based time trade off valuation method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it make sense to you?&lt;BR /&gt;&lt;BR /&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yvonne&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2015 16:25:54 GMT</pubDate>
    <dc:creator>yleung</dc:creator>
    <dc:date>2015-11-06T16:25:54Z</dc:date>
    <item>
      <title>PROC FMM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233136#M54800</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to model a distribution that has a lot of zeros and numbers between 0 and 1. There is a gap between 0 and 0.12 with no cases at all. See picture attached.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/719i7979C13EAD75DB9E/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Screenshot 2015-11-04 13.34.06.png" title="Screenshot 2015-11-04 13.34.06.png" /&gt;&lt;/P&gt;&lt;P&gt;I discovered the PROC FMM, but for some reasons the predicted values are quite off despite the Pearson Statistics was close to the sample size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are my codes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc fmm data=dataset;&amp;nbsp;&lt;BR /&gt;model HU_flip=x1 x2 x3 x4 x5 x6 x7 x8 x9/dist=truncnormal (0,.) link=log;&lt;BR /&gt;model HU_flip= /dist=constant (0);&lt;BR /&gt;probmodel&amp;nbsp;x1 x2 x3 x4 x5 x6 x7 x8 x9;&lt;BR /&gt;output out=outfile predicted=poutcome;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are my codes seems ok? Please advise?&lt;BR /&gt;&lt;BR /&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;Yvonne&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 18:37:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233136#M54800</guid>
      <dc:creator>yleung</dc:creator>
      <dc:date>2015-11-04T18:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FMM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233144#M54801</link>
      <description>&lt;P&gt;You may want to look at other distributions besides a truncated normal. &amp;nbsp;I see a zero inflated gamma with a threshold at about 0.1. &amp;nbsp;Does this seem to fit the process you are modeling?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233144#M54801</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-11-04T19:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FMM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233179#M54804</link>
      <description>&lt;P&gt;Dear Steven&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;How should I specifiy the gamma distribution in the FMM? Should I still run the model as two parts?&lt;BR /&gt;&lt;BR /&gt;Yvonne&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 20:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233179#M54804</guid>
      <dc:creator>yleung</dc:creator>
      <dc:date>2015-11-04T20:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FMM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233247#M54805</link>
      <description>&lt;P&gt;Can you say more about the response distribution? The truncated normal distribution is used for a continuous response that has been manually truncated to some minimum value.&amp;nbsp; The graph you show makes me wonder if the response is a proportion of times that some event haened. For example, the proportion of answers that were wrong on a test, or the proportion of animals in an area that have some disease. For a proportion, you might want to use different response distribution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 15:25:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233247#M54805</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-11-05T15:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FMM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233281#M54808</link>
      <description>&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The respsonse is a health utilities score called EQ5D. There are five health domains and each asks the subject's level of functioning in that domain rating from 1 to 3. In total 243 health stated were defined.&amp;nbsp;&amp;nbsp;Then a score (0-1.0) is matched to each health state, and that is generated by a population-based time trade-off preference method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually 1.0 meaning full health and 0 meaning death. I flipped the number to 0 and 1.0 instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this makes sense to you?&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your help!&lt;BR /&gt;Yvonne&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 17:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233281#M54808</guid>
      <dc:creator>yleung</dc:creator>
      <dc:date>2015-11-05T17:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FMM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233290#M54809</link>
      <description>&lt;P&gt;Let's see if I understand. Each person filled out five questions in which they could record a score 1-3.&lt;/P&gt;
&lt;P&gt;That means that each person gets a health_score between 3 (poor health) and 15 (good heath).&lt;/P&gt;
&lt;P&gt;But if the person dies, you give them a score of 0.&lt;/P&gt;
&lt;P&gt;These scores are then normalized between 0 and 1 by the formula score=(health_score/15).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is correct, then that explains your gap: dead people get HU_flip=0 whereas the&amp;nbsp;living people in the worst health have the&amp;nbsp;a score of 3/15 = 0.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this correct? Not sure where the flip comes in.&amp;nbsp; In your graph, are the people with HU_flip=0 dead, or are they in perfect health? Are the people with HU_flip near 0.18 in poor health or mostly good health?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 18:21:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233290#M54809</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-11-05T18:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FMM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233472#M54829</link>
      <description>&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No the responses for 5 questions form a pattern or health state. E.g., 11111 (good health)or 33333 (worse health). There 245 health states and each pattern has been assigned a score between 1.0 and 0. Each country has their own utilities scores generated by the population based time trade off valuation method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it make sense to you?&lt;BR /&gt;&lt;BR /&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yvonne&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 16:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233472#M54829</guid>
      <dc:creator>yleung</dc:creator>
      <dc:date>2015-11-06T16:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FMM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233516#M54831</link>
      <description>&lt;P&gt;I am not familiar with this health score, but I looked up how people are modeling these scores. Here is one paper with some references to Tobit models:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://onlinelibrary.wiley.com/doi/10.1111/j.1524-4733.2010.00695.x/pdf" target="_blank"&gt;http://onlinelibrary.wiley.com/doi/10.1111/j.1524-4733.2010.00695.x/pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 18:58:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-FMM/m-p/233516#M54831</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-11-06T18:58:26Z</dc:date>
    </item>
  </channel>
</rss>

