<?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: How to display statistical result considering the batch effect in triplicate experiment. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-statistical-result-considering-the-batch-effect/m-p/398548#M20770</link>
    <description>&lt;PRE&gt;
You really should post it at ODS Graphic forum. It is not about Stat question,it is about Stat Graphic.



data test1;
input extract$ cellviability;
cards;
a 104.9455984
a 97.67556874
a 94.78239367
a 100.049456
a 98.71414441
a 103.8328388
b 53.23936696
b 51.31058358
b 61.69634026
b 65.25717112
b 43.00197824
b 64.44114738
c 47.30464886
c 47.23046489
c 46.26607319
c 53.83283877
c 50.04945598
c 48.78832839
d 17.77942631
d 12.8090999
d 12.58654797
d 13.77349159
d 13.47675569
d 15.55390702
e 3.165182987
e 3.610286845
e 3.536102868
e 3.461918892
e 4.352126607
e 2.72007913
;
run;
proc sgplot data=test1;
vbar extract /response=cellviability LIMITSTAT=stddev stat=mean datalabel;
run;


&lt;/PRE&gt;</description>
    <pubDate>Mon, 25 Sep 2017 14:26:02 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-09-25T14:26:02Z</dc:date>
    <item>
      <title>How to display statistical result considering the batch effect in triplicate experiment.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-statistical-result-considering-the-batch-effect/m-p/398430#M20767</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm struggling with displaying statistical result of triplicate experiments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've done treatment to cells three time(three batch).&lt;/P&gt;&lt;P&gt;As I just made an average of these three data, the tendency follows the most odd one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I want to make the statistical result considering batch effect and display the result in graph.&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I ask for the code?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Following is the usual sas code I use.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test1;&lt;BR /&gt;input extract$ cellviability;&lt;BR /&gt;cards;&lt;/P&gt;&lt;P&gt;a 104.9455984&lt;BR /&gt;a 97.67556874&lt;BR /&gt;a 94.78239367&lt;BR /&gt;a 100.049456&lt;BR /&gt;a 98.71414441&lt;BR /&gt;a 103.8328388&lt;/P&gt;&lt;P&gt;b 53.23936696&lt;BR /&gt;b 51.31058358&lt;BR /&gt;b 61.69634026&lt;BR /&gt;b 65.25717112&lt;BR /&gt;b 43.00197824&lt;BR /&gt;b 64.44114738&lt;/P&gt;&lt;P&gt;c 47.30464886&lt;BR /&gt;c 47.23046489&lt;BR /&gt;c 46.26607319&lt;BR /&gt;c 53.83283877&lt;BR /&gt;c 50.04945598&lt;BR /&gt;c 48.78832839&lt;/P&gt;&lt;P&gt;d 17.77942631&lt;BR /&gt;d 12.8090999&lt;BR /&gt;d 12.58654797&lt;BR /&gt;d 13.77349159&lt;BR /&gt;d 13.47675569&lt;BR /&gt;d 15.55390702&lt;/P&gt;&lt;P&gt;e 3.165182987&lt;BR /&gt;e 3.610286845&lt;BR /&gt;e 3.536102868&lt;BR /&gt;e 3.461918892&lt;BR /&gt;e 4.352126607&lt;BR /&gt;e 2.72007913&lt;BR /&gt;run;&lt;BR /&gt;proc anova;&lt;BR /&gt;class extract;&lt;BR /&gt;model cellviability=extract;&lt;BR /&gt;means extract;&lt;BR /&gt;means extract/duncan;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is the usual graph I use. Making the graph by excel according to SAS result.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graph.jpg" style="width: 481px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15383iF8100A244B54ABD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="graph.jpg" alt="graph.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Following is my data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data.jpg" style="width: 529px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15384iCB764C2268D8A203/image-size/large?v=v2&amp;amp;px=999" role="button" title="data.jpg" alt="data.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 01:27:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-statistical-result-considering-the-batch-effect/m-p/398430#M20767</guid>
      <dc:creator>Yeonkyu</dc:creator>
      <dc:date>2017-09-25T01:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to display statistical result considering the batch effect in triplicate experiment.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-statistical-result-considering-the-batch-effect/m-p/398548#M20770</link>
      <description>&lt;PRE&gt;
You really should post it at ODS Graphic forum. It is not about Stat question,it is about Stat Graphic.



data test1;
input extract$ cellviability;
cards;
a 104.9455984
a 97.67556874
a 94.78239367
a 100.049456
a 98.71414441
a 103.8328388
b 53.23936696
b 51.31058358
b 61.69634026
b 65.25717112
b 43.00197824
b 64.44114738
c 47.30464886
c 47.23046489
c 46.26607319
c 53.83283877
c 50.04945598
c 48.78832839
d 17.77942631
d 12.8090999
d 12.58654797
d 13.77349159
d 13.47675569
d 15.55390702
e 3.165182987
e 3.610286845
e 3.536102868
e 3.461918892
e 4.352126607
e 2.72007913
;
run;
proc sgplot data=test1;
vbar extract /response=cellviability LIMITSTAT=stddev stat=mean datalabel;
run;


&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:26:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-statistical-result-considering-the-batch-effect/m-p/398548#M20770</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-09-25T14:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to display statistical result considering the batch effect in triplicate experiment.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-statistical-result-considering-the-batch-effect/m-p/398579#M20774</link>
      <description />
      <pubDate>Mon, 25 Sep 2017 15:17:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-display-statistical-result-considering-the-batch-effect/m-p/398579#M20774</guid>
      <dc:creator>Yeonkyu</dc:creator>
      <dc:date>2017-09-25T15:17:25Z</dc:date>
    </item>
  </channel>
</rss>

