<?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 GLIMMIX: How to choose the distribution for response variable with limited range of value? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370817#M19439</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My response variable is cognitive function (CASI) which is scored from 0 to 100.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to model the relationship between CASI and some predictors.&lt;/P&gt;
&lt;P&gt;One reccommendation is to transform CASI to CASI/100 and fit a logistic model.&lt;/P&gt;
&lt;P&gt;So here CASI/100 ranges from 0 to 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I plan to use PROC GLIMMIX in this case. But I'm not sure which distribution should I specify for this special response variable.&lt;/P&gt;
&lt;P&gt;Is it beta distribution? I read somewhere that beta distribution doesn't accept value 0 or 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would love to hear from your experience.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trang&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2017 05:59:29 GMT</pubDate>
    <dc:creator>Minhtrang</dc:creator>
    <dc:date>2017-06-27T05:59:29Z</dc:date>
    <item>
      <title>PROC GLIMMIX: How to choose the distribution for response variable with limited range of value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370817#M19439</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My response variable is cognitive function (CASI) which is scored from 0 to 100.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to model the relationship between CASI and some predictors.&lt;/P&gt;
&lt;P&gt;One reccommendation is to transform CASI to CASI/100 and fit a logistic model.&lt;/P&gt;
&lt;P&gt;So here CASI/100 ranges from 0 to 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I plan to use PROC GLIMMIX in this case. But I'm not sure which distribution should I specify for this special response variable.&lt;/P&gt;
&lt;P&gt;Is it beta distribution? I read somewhere that beta distribution doesn't accept value 0 or 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would love to hear from your experience.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trang&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 05:59:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370817#M19439</guid>
      <dc:creator>Minhtrang</dc:creator>
      <dc:date>2017-06-27T05:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: How to choose the distribution for response variable with limited range of value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370843#M19440</link>
      <description>&lt;P&gt;Yes, beta distribution. Unless responses are 0 or 100, you won't need to worry about whether the beta distribution "accepts values 0 or 1."&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 12:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370843#M19440</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-06-27T12:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: How to choose the distribution for response variable with limited range of value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370873#M19441</link>
      <description>Hi Rick, &lt;BR /&gt;&lt;BR /&gt;If I choose beta distribution and I have some case that Casi/100 equals 0 or 1, although they are extremely rare, would SAS omit these cases from the analysis?&lt;BR /&gt;Thank you for your reply,&lt;BR /&gt;Trang&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2017 11:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370873#M19441</guid>
      <dc:creator>Minhtrang</dc:creator>
      <dc:date>2017-06-27T11:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: How to choose the distribution for response variable with limited range of value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370879#M19442</link>
      <description>&lt;P&gt;I could suggest using GAMMA distribution for CASI variable.&lt;/P&gt;
&lt;P&gt;and if you have many zero , try tweedie distribution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try Poisson distribution&amp;nbsp; +&amp;nbsp; offset= option.&amp;nbsp; Make an offset variable which is 100 .&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 12:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370879#M19442</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-06-27T12:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: How to choose the distribution for response variable with limited range of value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370884#M19443</link>
      <description>&lt;P&gt;Yes, you are correct. The procedure will drop observations for which the response is not in (0,1) and will display the NOTE&lt;/P&gt;
&lt;P&gt;NOTE: Some observations are not used in the analysis because of: not a&lt;BR /&gt;proportion, zero or negative response.&lt;/P&gt;
&lt;P&gt;If you have 0 and 1 responses, perhaps beta is not the best model.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 12:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370884#M19443</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-06-27T12:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: How to choose the distribution for response variable with limited range of value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370916#M19445</link>
      <description>Hi Ksharp,&lt;BR /&gt;Thank you for your suggestion.&lt;BR /&gt;However, CASI is skewed, so I'm not sure that gamma distribution works here. &lt;BR /&gt;maybe it's the reason that I need to transform CASI to CASI/100, which ranges from 0 to 1.&lt;BR /&gt;I'm thinking of beta distribution, but it doesn't allow 0 and 1. &lt;BR /&gt;I want to find the most appropriate distribution that can accept value of 0 and 1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2017 13:27:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370916#M19445</guid>
      <dc:creator>Minhtrang</dc:creator>
      <dc:date>2017-06-27T13:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: How to choose the distribution for response variable with limited range of value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370918#M19446</link>
      <description>Rick, so if I want to model this response variable in the most natural way, ie I can have some cases with Casi/100 equal to 0 or 1, what would be the most appropriate distribution?&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2017 13:29:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/370918#M19446</guid>
      <dc:creator>Minhtrang</dc:creator>
      <dc:date>2017-06-27T13:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: How to choose the distribution for response variable with limited range of value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/371061#M19452</link>
      <description>&lt;P&gt;One approach is to gently rescale the data to lie strictly in (0, 1); see&lt;/P&gt;
&lt;P&gt;&lt;A title="Smithson &amp;amp; Verkuilen 2006" href="https://www.ncbi.nlm.nih.gov/pubmed/16594767" target="_self"&gt;https://www.ncbi.nlm.nih.gov/pubmed/16594767&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A more elegant approach is the zero one inflated beta model; see&lt;/P&gt;
&lt;P&gt;&lt;A title="Swearingen et al. 2012" href="http://support.sas.com/resources/papers/proceedings12/325-2012.pdf" target="_self"&gt;http://support.sas.com/resources/papers/proceedings12/325-2012.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and an example&lt;/P&gt;
&lt;P&gt;&lt;A title="Scott-Hayward et al. 2014" href="https://www.nefsc.noaa.gov/program_review/2015%20%20Review/BACKGROUND/B1A6SA%20Waring%20beta%20regression.pdf" target="_self"&gt;https://www.nefsc.noaa.gov/program_review/2015%20%20Review/BACKGROUND/B1A6SA%20Waring%20beta%20regression.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 21:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/371061#M19452</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-06-27T21:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: How to choose the distribution for response variable with limited range of value?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/371099#M19454</link>
      <description>Hi sld,&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your reference with one-zero inflated beta regression!&lt;BR /&gt;&lt;BR /&gt;I know something about beta regression, but never thought of one- zero inflated one.&lt;BR /&gt;&lt;BR /&gt;This is exactly I want. &lt;BR /&gt;&lt;BR /&gt;The illustration of SAS used similar type of response variable (a score from 0 to 100) like mine. &lt;BR /&gt;&lt;BR /&gt;They also divided it by 100 and gave detailed guidance of the Macro for this analysis.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jun 2017 00:07:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-How-to-choose-the-distribution-for-response/m-p/371099#M19454</guid>
      <dc:creator>Minhtrang</dc:creator>
      <dc:date>2017-06-28T00:07:39Z</dc:date>
    </item>
  </channel>
</rss>

