<?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: Assessing intraindividual variability for a binary variable in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771684#M37744</link>
    <description>&lt;P&gt;Okay, I understand. I have seen papers use a cutoff for the ICC, and I'll follow those guidelines in my manuscript (even if they're a bit arbitrary).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: For others interested in using such a measure in a publication, I suggest citing the following paper, which discusses assessing correlations within individuals in repeated-measures data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Liang K-Y, Zeger SL. Longitudinal data analysis using generalized linear models. &lt;EM&gt;Biometrika&lt;/EM&gt; 1986; 73(1): 13-22.&lt;/P&gt;</description>
    <pubDate>Sun, 03 Oct 2021 16:05:09 GMT</pubDate>
    <dc:creator>confooseddesi89</dc:creator>
    <dc:date>2021-10-03T16:05:09Z</dc:date>
    <item>
      <title>Assessing intraindividual variability for a binary variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771608#M37736</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have repeated-measures data of about 590 adolescents. Each variable is measured once per day, with 3 to 10 days per teen. One variable is caffeine consumption, which I have coded as 0 (none) or 1 (some).&amp;nbsp; I want to calculate a measure of intraindividual variability for caffeine consumption, analogous to the intraclass correlation coefficient (ICC) that is used on continuous variables. ICC for&amp;nbsp;continuous variables is calculated as random effect variance / total variance, where the random effect is the individual. Does anyone have knowledge of an analogous measure for a binary variable, and how to calculate this measure in SAS? This measure should have guidelines for what is poor, moderate, and high intraindividual consistency. For example, ICC values less than 0.5, between 0.5 and 0.75, between 0.75 and 0.9, and greater than 0.90 are indicative of poor, moderate, good, and excellent reliability, respectively (Koo &amp;amp; Lee, 2016).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 15:43:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771608#M37736</guid>
      <dc:creator>confooseddesi89</dc:creator>
      <dc:date>2021-10-01T15:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Assessing intraindividual variability for a binary variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771666#M37741</link>
      <description>&lt;P&gt;One option would be to fit a GEE model with this binary variable as the response and using the exchangeable correlation structure. This will report a measure of the correlation among the repeated measures over the clusters (subjects) in the data. For example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gee;
class id;
model caffeine = / dist=bin;
repeated subject=id / type=exch;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;No global evaluation of the correlation can ever be very useful since this is highly dependent on the subject area and details of the study.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 19:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771666#M37741</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-10-01T19:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Assessing intraindividual variability for a binary variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771682#M37742</link>
      <description>&lt;P&gt;You said this correlation wouldn't be "useful" - would you say the same of an ICC?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My goal of obtaining the analogous measure for the binary variable is to report that there is at least moderate intraindividual variation in caffeine per person across the repeated measurements - which would justify examining the within-person effect.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 20:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771682#M37742</guid>
      <dc:creator>confooseddesi89</dc:creator>
      <dc:date>2021-10-01T20:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Assessing intraindividual variability for a binary variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771683#M37743</link>
      <description>I didn't say the correlation wouldn't be useful... I said a global evaluation of it like "less than .5 is poor, .5 to .75 is moderate ..." is not useful. What is "poor", "moderate", "good", etc, is highly dependent on the subject area and details of the phenomenon being studied. You will have to decide for your situation what implications the value obtained has on your analytic goals.</description>
      <pubDate>Fri, 01 Oct 2021 20:07:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771683#M37743</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-10-01T20:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Assessing intraindividual variability for a binary variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771684#M37744</link>
      <description>&lt;P&gt;Okay, I understand. I have seen papers use a cutoff for the ICC, and I'll follow those guidelines in my manuscript (even if they're a bit arbitrary).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: For others interested in using such a measure in a publication, I suggest citing the following paper, which discusses assessing correlations within individuals in repeated-measures data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Liang K-Y, Zeger SL. Longitudinal data analysis using generalized linear models. &lt;EM&gt;Biometrika&lt;/EM&gt; 1986; 73(1): 13-22.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Oct 2021 16:05:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Assessing-intraindividual-variability-for-a-binary-variable/m-p/771684#M37744</guid>
      <dc:creator>confooseddesi89</dc:creator>
      <dc:date>2021-10-03T16:05:09Z</dc:date>
    </item>
  </channel>
</rss>

