<?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: Lin's Concordance Correlation Coefficient in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Lin-s-Concordance-Correlation-Coefficient/m-p/820249#M99869</link>
    <description>&lt;P&gt;thanks- i dont see the Lins co-efficeint.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2024 20:45:54 GMT</pubDate>
    <dc:creator>vincem</dc:creator>
    <dc:date>2024-12-02T20:45:54Z</dc:date>
    <item>
      <title>Lin's Concordance Correlation Coefficient</title>
      <link>https://community.jmp.com/t5/Discussions/Lin-s-Concordance-Correlation-Coefficient/m-p/819701#M99778</link>
      <description>&lt;P&gt;Hi All&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a procedure in JMP that computes&amp;nbsp; Lin's Concordance Correlation Coefficient?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The concordance correlation coefficient (Lin, 1989) evaluates the degree to which pairs of observations fall on the 45° line through the origin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lin L.I-K (1989) A concordance correlation coefficient to evaluate reproducibility. Biometrics 45:255-268&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers Vince&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 22:53:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lin-s-Concordance-Correlation-Coefficient/m-p/819701#M99778</guid>
      <dc:creator>vincem</dc:creator>
      <dc:date>2024-11-28T22:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lin's Concordance Correlation Coefficient</title>
      <link>https://community.jmp.com/t5/Discussions/Lin-s-Concordance-Correlation-Coefficient/m-p/820146#M99852</link>
      <description>&lt;P&gt;maybe take a look at the Passing Babcock fit, or the Orthagonal fit in the Fit Y by X platform&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Byron_JMP_0-1733151396638.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70784i9751A2AB7D7A7029/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Byron_JMP_0-1733151396638.png" alt="Byron_JMP_0-1733151396638.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This isn't good data for the example but you'll get the idea of what the reports contain&lt;/P&gt;
&lt;P&gt;These are pretty standard methods for comparing measurements where there is error in both the X and Y.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open( "$SAMPLE_DATA/Big Class.jmp" );
dt&amp;lt;&amp;lt;Bivariate(
	Y( :height ),
	X( :weight ),
	Fit Passing Bablok( {Equality Line( 1 ), Line Color( {230, 159, 0} )} ),
	Fit Orthogonal( Univariate Variances, {Line Color( {86, 180, 233} )} ),
	SendToReport(
		Dispatch( {}, "weight", ScaleBox,
			{Min( 33.736 ), Max( 180 ), Inc( 20 ), Minor Ticks( 0 )}
		),
		Dispatch( {}, "height", ScaleBox,
			{Min( 33.736 ), Max( 180 ), Inc( 20 ), Minor Ticks( 0 )}
		)
	)
);

dt&amp;lt;&amp;lt;Matched Pairs(
	Y( :height, :weight ),
	Reference Frame( 1 ),
	Bland Altman Analysis( 1 )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Dec 2024 14:57:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lin-s-Concordance-Correlation-Coefficient/m-p/820146#M99852</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2024-12-02T14:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Lin's Concordance Correlation Coefficient</title>
      <link>https://community.jmp.com/t5/Discussions/Lin-s-Concordance-Correlation-Coefficient/m-p/820249#M99869</link>
      <description>&lt;P&gt;thanks- i dont see the Lins co-efficeint.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 20:45:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lin-s-Concordance-Correlation-Coefficient/m-p/820249#M99869</guid>
      <dc:creator>vincem</dc:creator>
      <dc:date>2024-12-02T20:45:54Z</dc:date>
    </item>
  </channel>
</rss>

