<?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: Bland Altman plot on 200 variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799841#M314557</link>
    <description>&lt;H1&gt;It is an analytical equipment used &amp;nbsp;to run samples. &amp;nbsp;These are NMR spectra. The data originates from the integration of the area under the peaks.&amp;nbsp; Two operators separately have done these integrations and two datasets were generated.&amp;nbsp; We want to see the difference in their readings by Bland-Altman Plot&lt;/H1&gt;</description>
    <pubDate>Thu, 03 Mar 2022 13:48:58 GMT</pubDate>
    <dc:creator>Job04</dc:creator>
    <dc:date>2022-03-03T13:48:58Z</dc:date>
    <item>
      <title>Bland Altman plot on 200 variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799802#M314531</link>
      <description>&lt;P&gt;I have two separate datasets&amp;nbsp; of dimension 80x200. Patients and variables are identical and in the same order. We want to compare the two datasets. We want to have the&amp;nbsp;Bland Altman plot on each of the variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the case of comparing only one variable there is a procedure. The two measurements are included in the same dataset&amp;nbsp; (&lt;A href="https://www.tutorialspoint.com/sas/sas_bland_altman_analysis.htm" target="_blank"&gt;https://www.tutorialspoint.com/sas/sas_bland_altman_analysis.htm&lt;/A&gt;), but my data has 200 variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this something doable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I put here two examples of dataset that I made up for illustration on how my data looks like (but with more variables).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data1:&lt;/P&gt;
&lt;P&gt;id,C1,C2,C3,C4&lt;BR /&gt;1,4.10855,5.44574,33.16678,6.75791&lt;BR /&gt;3,3.48004,6.29138,31.34662,10.38753&lt;BR /&gt;4,2.33851,5.84293,35.79064,11.0801&lt;BR /&gt;9,3.1966,7.15718,30.27008,7.49836&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data2:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;id,C1,C2,C3,C4&lt;BR /&gt;1,4.19855,5.74574,33.46678,6.85391&lt;BR /&gt;3,3.48004,6.69138,31.85662,11.73753&lt;BR /&gt;4,3.33851,5.74293,36.09064,10.9801&lt;BR /&gt;9,3.2966,8.15718,30.27008,7.62836&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 11:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799802#M314531</guid>
      <dc:creator>Job04</dc:creator>
      <dc:date>2022-03-03T11:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bland Altman plot on 200 variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799837#M314554</link>
      <description>&lt;P&gt;You say, "Patients and variables are identical and in the same order. We want to compare the two datasets."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What sort of comparisons are you trying to make? How does the second data set relate to the first?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A Bland-Altman plot is often used to compare readings made on the same subject using two different instruments. For example, two variables might be body temperature measured by using an oral thermometer versus a forehead infrared scanner.&amp;nbsp; What do your 200 variables represent?&amp;nbsp;&amp;nbsp;I am assuming that you are not going to look at 200 B-A plots, so what statistical result do you want to look at for each 200 variables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 13:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799837#M314554</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-03-03T13:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bland Altman plot on 200 variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799841#M314557</link>
      <description>&lt;H1&gt;It is an analytical equipment used &amp;nbsp;to run samples. &amp;nbsp;These are NMR spectra. The data originates from the integration of the area under the peaks.&amp;nbsp; Two operators separately have done these integrations and two datasets were generated.&amp;nbsp; We want to see the difference in their readings by Bland-Altman Plot&lt;/H1&gt;</description>
      <pubDate>Thu, 03 Mar 2022 13:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799841#M314557</guid>
      <dc:creator>Job04</dc:creator>
      <dc:date>2022-03-03T13:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bland Altman plot on 200 variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799852#M314560</link>
      <description>&lt;P&gt;Please post data in the form of a data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is an approach. The idea is to get data in the form of X,Y pairs, where X is from one data set and Y from the other for the same variable with an identifier as to what the original variable is. Transpose, merge, sort and plot. As long as the variables have the same name and type should be golden.&lt;/P&gt;
&lt;PRE&gt;data have1;
infile datalines dlm=',';
input id $ C1 C2 C3 C4;
datalines;
1,4.19855,5.74574,33.46678,6.85391
3,3.48004,6.69138,31.85662,11.73753
4,3.33851,5.74293,36.09064,10.9801
9,3.2966,8.15718,30.27008,7.62836
;
 

data have2;
infile datalines dlm=',';
input id $ C1 C2 C3 C4;
datalines;
1,4.19855,5.74574,33.46678,6.85391
3,3.48004,6.69138,31.85662,11.73753
4,3.33851,5.74293,36.09064,10.9801
9,3.2966,8.15718,30.27008,7.62836
;

proc transpose data=have1 out=trans1
  prefix=x;
  by id;
run;

proc transpose data=have1 out=trans2
  prefix=y;
  by id;
run;

data toplot;
  merge trans1
        trans2
  ;
  by id _name_;
run;

proc sort data=toplot;
   by _name_;
run;

proc sgplot data=toplot;
   by _name_;
   scatter x=x1 y=y1;
run;
&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Mar 2022 14:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799852#M314560</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-03-03T14:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bland Altman plot on 200 variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799922#M314594</link>
      <description>&lt;P&gt;&amp;nbsp;get this error message at when running&amp;nbsp;proc sgplot:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Java virtual machine exception. java.lang.NoClassDefFoundError: Could not initialize class&lt;BR /&gt;com.sas.graphics.applets.statgraph.sgchart.data.DataModel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 17:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bland-Altman-plot-on-200-variables/m-p/799922#M314594</guid>
      <dc:creator>Job04</dc:creator>
      <dc:date>2022-03-03T17:15:25Z</dc:date>
    </item>
  </channel>
</rss>

