<?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: independant t-test, is this approach correct? Root lenght measurements comparison in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/independant-t-test-is-this-approach-correct-Root-lenght/m-p/82143#M256671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Because we only need to compare the root lenghts of the mutant types within a specific day for a specific concentration, there is no need to search for differences between concentration or between days.&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But yet these terms for concentration and day need to be included in the model somehow, so the model can account for the variability in the data caused by day and concentration, and not use this variability in determining the significance of root length differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After adding these terms into the model, you could do a PROC GLM or PROC MIXED (there are differences between these procedures) to test to see if the root lengths are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;My first thought on this was to run an Anova (proc glm?) on the 3 mutants, but when upon reading articles, i find that they all only use pairwise comparisons using&amp;nbsp; independant t-tests so i guess i can do this?&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;I don't know what you were reading, but PROC GLM does not "only use pairwise comparisons". I specifically object to the word ONLY. PROC GLM provides a multitude of tests that may be appropriate here, including the overall ANOVA F-test which is not a pairwise test; and including pairwise comparison tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, I can imagine a model that goes something like this (details are still subject to further clarification)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC GLM;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class day expression concentration;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model count=day concentration expression; /* Presence or absence of interactions is up to the modeler's discretion here */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; means expression/t lines; /* Options chosen here are up to the modeler's discretion */&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 13:13:20 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2013-05-22T13:13:20Z</dc:date>
    <item>
      <title>independant t-test, is this approach correct? Root lenght measurements comparison</title>
      <link>https://communities.sas.com/t5/SAS-Programming/independant-t-test-is-this-approach-correct-Root-lenght/m-p/82142#M256670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am helping someone with her statistical analyses for her biology master-dissertation ,&lt;/P&gt;&lt;P&gt;basically, i would like to know if my approach is correct. I will first&amp;nbsp; explain the setup of the experiment:&lt;/P&gt;&lt;P&gt;the study involves the response of 3 different types of mutants (:OE,WT or Ty-2) for a specific gene in the lenght of the primary root of a plant species. The measurements of the root lenghts were done on 2 different days and on 3 different concentrations of Nitrate. Because we only need to compare the root lenghts of the mutant types within a specific day for a specific concentration, there is no need to search for differences between concentration or between days. On e.g. day 9, (NO3-) 1mM, the average root lenghts of the three mutants look like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="naamloos.bmp" class="jive-image-thumbnail jive-image" height="185" src="https://communities.sas.com/legacyfs/online/3593_naamloos.bmp" width="393" /&gt;&lt;/P&gt;&lt;P&gt;I thus thought i could do pairwise comparisons of the root lenghts of the mutants with independant t-tests (the root lenght of one mutant seedline is not affected by the measurements of those of the other mutant). Compare OE with WT, OE with Thy-2 and Wt with Thy-2 and putting the p-values on top of the bars with letters crowned with with asterixes . My first thought on this was to run an Anova (proc glm?) on the 3 mutants, but when upon reading articles, i find that they all only use pairwise comparisons using&amp;nbsp; independant t-tests so i guess i can do this? When using an Anova i would do a post-hoc and end up with pairwise comparisons using&amp;nbsp; t-tests anyway, is this a just assumption or should i use an anova despite of the articles doing otherwise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the t-test there is thus 1 independant categorical variable (mutant type) and 1 dependant continuous variable (root lenght) for each comparison to make.&lt;/P&gt;&lt;P&gt;is the following testing then correct?: for e.g. day 9, Nitrate concentration 1milliMolair(mM)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: navy; font-size: 10pt;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: navy; font-size: 10pt;"&gt;ttest&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=thy2dag91mMthy2vsWT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; expression;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; count;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; background: white; font-family: arial,helvetica,sans-serif;"&gt;class because of the independant t-test, var lenght for testing equality of variances and the output gives me a qqplot where i can check for normality deviations (or should i do a proc univariate for testing normality) or mustn't I oblige to this assumtion if i find some of them are not normally distributed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: %value;"&gt;&lt;STRONG&gt;given the data:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: navy; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; thy2dag91mMthy2vsWT; (the sample sizes for the two mutants are different in size due to some seeds not germinating)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;input&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; expression $ count;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;cards&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 2.580&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.296&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.179&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.298&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.459&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 2.986&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.413&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.419&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.368&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.849&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.962&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.718&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.106&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.456&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.483&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.345&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.248&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.311&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.336&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.720&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.874&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.030&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.888&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.492&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.332&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.231&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 2.752&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.567&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.379&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.807&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.843&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 3.791&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.049&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 2.950&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.231&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.141&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.746&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.463&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;thy-2 4.555&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.885&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.968&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.259&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.670&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.572&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.309&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.803&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.074&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.991&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.057&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.786&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.855&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.635&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.415&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.462&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.835&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.976&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.946&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.567&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.344&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.630&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.992&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.605&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.670&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.837&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.702&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.784&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.766&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.884&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.999&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.937&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.144&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.537&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.704&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.657&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;WT&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.256&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;run; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;kind regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;Bas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 03:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/independant-t-test-is-this-approach-correct-Root-lenght/m-p/82142#M256670</guid>
      <dc:creator>basp</dc:creator>
      <dc:date>2013-05-22T03:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: independant t-test, is this approach correct? Root lenght measurements comparison</title>
      <link>https://communities.sas.com/t5/SAS-Programming/independant-t-test-is-this-approach-correct-Root-lenght/m-p/82143#M256671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Because we only need to compare the root lenghts of the mutant types within a specific day for a specific concentration, there is no need to search for differences between concentration or between days.&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But yet these terms for concentration and day need to be included in the model somehow, so the model can account for the variability in the data caused by day and concentration, and not use this variability in determining the significance of root length differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After adding these terms into the model, you could do a PROC GLM or PROC MIXED (there are differences between these procedures) to test to see if the root lengths are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;My first thought on this was to run an Anova (proc glm?) on the 3 mutants, but when upon reading articles, i find that they all only use pairwise comparisons using&amp;nbsp; independant t-tests so i guess i can do this?&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;I don't know what you were reading, but PROC GLM does not "only use pairwise comparisons". I specifically object to the word ONLY. PROC GLM provides a multitude of tests that may be appropriate here, including the overall ANOVA F-test which is not a pairwise test; and including pairwise comparison tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, I can imagine a model that goes something like this (details are still subject to further clarification)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC GLM;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class day expression concentration;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model count=day concentration expression; /* Presence or absence of interactions is up to the modeler's discretion here */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; means expression/t lines; /* Options chosen here are up to the modeler's discretion */&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 13:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/independant-t-test-is-this-approach-correct-Root-lenght/m-p/82143#M256671</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-05-22T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: independant t-test, is this approach correct? Root lenght measurements comparison</title>
      <link>https://communities.sas.com/t5/SAS-Programming/independant-t-test-is-this-approach-correct-Root-lenght/m-p/82144#M256672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a horribly inadequate analysis, and fails to account for correlated responses over time within a subject and to the different levels of nitrate applied.&amp;nbsp; If it is submitted for publication to any of the Agronomy journals that I am familiar with, it will be rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reformat the data to include nitrate level, day and subject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=newdata;&lt;/P&gt;&lt;P&gt;class day nitrate expression subjectid; /*This assumes that root length was measured on the same plant, or on similar plants in a plot */&lt;/P&gt;&lt;P&gt;model count=day|nitrate|expression;&lt;/P&gt;&lt;P&gt;repeated day/subject=subjectid;&lt;/P&gt;&lt;P&gt;lsmeans day|nitrate|expression;&lt;/P&gt;&lt;P&gt;slice day*nitrate*expression/sliceby=day*nitrate diff;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The slice statement gives the extension of the t-test you propose, testing differences on each day at each nitrate level concentration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are still multiple testing, variance homogeneity, and distributional questions to be addressed, but this PROC MIXED approach will reflect the experimental design, and is a good start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 15:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/independant-t-test-is-this-approach-correct-Root-lenght/m-p/82144#M256672</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-22T15:13:44Z</dc:date>
    </item>
  </channel>
</rss>

