<?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 compare the mean difference between two groups if the value of each individual is percent in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810165#M39859</link>
    <description>&lt;P&gt;OK, so I have two groups of schools, and each school hosts two activities. And the whole activity has been hosted for a year. The activity_1_rate is the number of students who chose to participate in the activity one divides the total number of students. Now, I want to compare if the activity_1_rate has a mean difference between two groups of schools. That's pretty much of the study, I am not sure if I describe it clearly? So, pretty much it's either chi-square test or T-test, since I only want to compare the mean difference of the two groups. But the question is, each school's students are different, ranging from 80 to 400. So if I only compare the percentage, the result might not be valid. If there is a way, to take both the percentage and the number of students into consideration?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 14:15:51 GMT</pubDate>
    <dc:creator>SAS-questioner</dc:creator>
    <dc:date>2022-04-27T14:15:51Z</dc:date>
    <item>
      <title>How to compare the mean difference between two groups if the value of each individual is percentage?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810028#M39841</link>
      <description>&lt;P&gt;If I have a dataset like below&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;School       Group       activity_2_rate  activity_2_rate
   1          1              50%                 60%
   2          1              67%                 23%
   3          1              64%                 60%
   4          2              50%                 30%
   5          2              50%                 60%
   6          2              60%                 60%&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And I want to compare the mean difference of two groups on activity_1_rate and activity_2_rate, separately, what kind of test should I use? I thought might be I can use the T-test because I don't think the chi-square test would work in this case. But I am not sure about it, I have some doubts about using the T-test. First, those percentages might not be normally distributed. Second, the percentage might be different in denominators, for example, 50% might result from 5/10, but 40% might result from 40/100. In this case, can I still use the T-test? Or are there any other tests that I can use instead to compare the two groups?&lt;/P&gt;&lt;P&gt;Could anyone help me with it? Thank you so much!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 21:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810028#M39841</guid>
      <dc:creator>SAS-questioner</dc:creator>
      <dc:date>2022-04-26T21:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810033#M39842</link>
      <description>&lt;P&gt;Do you know the number of data points in each group and each school?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 22:03:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810033#M39842</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-26T22:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810034#M39843</link>
      <description>&lt;P&gt;There are two groups in total, and each group has 10 schools, so 20 schools in total.&lt;/P&gt;&lt;P&gt;And, I think that's how they compute the activity_1_rate and activity_2_rate:&lt;/P&gt;&lt;P&gt;activity_1_rate=(ac_1_a_rate+ac_1_b_rate+ac_1_c_rate+ac_1_d_rate)/4, and I think they have sample size for each&amp;nbsp;ac_1_a_rate, ac_1_b_rate, ac_1_c_rate, ac_1_d_rate. (Some sample size might missed).&lt;/P&gt;&lt;P&gt;And it's the same way to compute the activity_2_rate.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 22:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810034#M39843</guid>
      <dc:creator>SAS-questioner</dc:creator>
      <dc:date>2022-04-26T22:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810036#M39844</link>
      <description>What are the actual number of observations here? If the numbers are small, it doesn't matter the methodology - you don't have the statistical power to do the analysis.</description>
      <pubDate>Tue, 26 Apr 2022 22:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810036#M39844</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-04-26T22:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810038#M39845</link>
      <description>&lt;P&gt;If you mean the school, each group has 10 schools, so 20 schools in total. I understand the power might be a problem, but it would be nice if you could tell me a method to compare the mean difference and take the percentage and sample size (that used to compute different activity rates) into consideration. Do you have any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 22:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810038#M39845</guid>
      <dc:creator>SAS-questioner</dc:creator>
      <dc:date>2022-04-26T22:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810041#M39846</link>
      <description>&lt;P&gt;The number of schools is irrelevant, you need to know the numerator/denominator of those rates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have an N of 10 versus and N of 6000 the answers differ. In general, if your sample sizes are similar and large you're fine with the t-test.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 22:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810041#M39846</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-04-26T22:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810042#M39847</link>
      <description>&lt;P&gt;I think I know the denominator of those rates, even though only one denominator is missing. But the observations for each school are different, varying from 80 to 400 I think. If you said I can use the T-test, how could I reflect the denominators of these rates?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 22:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810042#M39847</guid>
      <dc:creator>SAS-questioner</dc:creator>
      <dc:date>2022-04-26T22:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810043#M39848</link>
      <description>It's important the the groups being compared are also relatively equal. If not, you're likely to get false positives as the smaller N, have higher variability in the estimates. &lt;BR /&gt;&lt;BR /&gt;You can compare just using the percentages, you don't need the denominators. But if you have them, it would be easier to use the raw data.</description>
      <pubDate>Tue, 26 Apr 2022 22:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810043#M39848</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-04-26T22:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810044#M39849</link>
      <description>&lt;P&gt;OK, if I use the raw data, do you mean I should only use the N instead of the percentage and compare the N for two groups using the T-test?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 23:00:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810044#M39849</guid>
      <dc:creator>SAS-questioner</dc:creator>
      <dc:date>2022-04-26T23:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810047#M39850</link>
      <description>&lt;P&gt;I think you'd need to explain your experimental design and hypothesis for us to recommend a methodology.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 23:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810047#M39850</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-04-26T23:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810102#M39851</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/376504"&gt;@SAS-questioner&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I think I know the denominator of those rates, even though only one denominator is missing. But the observations for each school are different, varying from 80 to 400 I think. If you said I can use the T-test, how could I reflect the denominators of these rates?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;We need the number of observations! (Probably that is the number of students)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not the number of schools. Although perhaps a superior analysis would be to take into account the effect of each school ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;OK, if I use the raw data, do you mean I should only use the N instead of the percentage and compare the N for two groups using the T-test?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need both N and the percent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the raw data is binary for each student, you can use that as well.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:21:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810102#M39851</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-27T12:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810122#M39853</link>
      <description>Then you can use Non-parameter method  Wilcoxon test in PROC NPAR1WAY .</description>
      <pubDate>Wed, 27 Apr 2022 12:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810122#M39853</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-04-27T12:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810126#M39855</link>
      <description>&lt;P&gt;If the interest here is to compare the two groups, AND you have reason to believe that the percentages are valid estimates for some population (like repeatedly measuring the given schools), you might want to consider using PROC GENMOD to analyze your data.&amp;nbsp; After converting percentages to proportions by dividing by 100, this could give you a first shot at an analysis:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=yourdata;
class group;
model activity_1_rate = group /dist=binomial type3;
lsmeans group/diff ilink;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;A separate analysis would be done for activity_2_rate.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;would likely also recommend following this up with the %NLmeans macro to correctly compare the means on the original scale.&lt;/P&gt;
&lt;P&gt;Pay attention to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;'s comment about power - an N of 3 schools per group is only going to detect large differences in the dependent variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:40:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810126#M39855</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-04-27T12:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810129#M39856</link>
      <description>&lt;A href="https://support.sas.com/kb/24/188.html" target="_blank"&gt;https://support.sas.com/kb/24/188.html&lt;/A&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810129#M39856</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-04-27T12:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810165#M39859</link>
      <description>&lt;P&gt;OK, so I have two groups of schools, and each school hosts two activities. And the whole activity has been hosted for a year. The activity_1_rate is the number of students who chose to participate in the activity one divides the total number of students. Now, I want to compare if the activity_1_rate has a mean difference between two groups of schools. That's pretty much of the study, I am not sure if I describe it clearly? So, pretty much it's either chi-square test or T-test, since I only want to compare the mean difference of the two groups. But the question is, each school's students are different, ranging from 80 to 400. So if I only compare the percentage, the result might not be valid. If there is a way, to take both the percentage and the number of students into consideration?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 14:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810165#M39859</guid>
      <dc:creator>SAS-questioner</dc:creator>
      <dc:date>2022-04-27T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810166#M39860</link>
      <description>Like I replied above, the activity_1_rate is computed by using the number of students who participated in activity 1 divides the total number of students.</description>
      <pubDate>Wed, 27 Apr 2022 14:17:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810166#M39860</guid>
      <dc:creator>SAS-questioner</dc:creator>
      <dc:date>2022-04-27T14:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810169#M39861</link>
      <description>&lt;P&gt;Thank you for your suggestion, but will the method takes the sample size into consideration? Like I mentioned above, the activity_1_rate is computed by using the number of students who participated in activity 1 divides the total number of students. And the number of students is different for each school, ranging from 80 to 500. If I only compare the percentage without taking the sample size into consideration, will the result be not valid? If I use this method, should I put the numerator (number of students who participate in activity 1) as weight? Or I should only replace the percentage with numerator, and use a T-test?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 14:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810169#M39861</guid>
      <dc:creator>SAS-questioner</dc:creator>
      <dc:date>2022-04-27T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810176#M39863</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/376504"&gt;@SAS-questioner&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;OK, so I have two groups of schools, and each school hosts two activities. And the whole activity has been hosted for a year. The activity_1_rate is the number of students who chose to participate in the activity one divides the total number of students. &lt;STRONG&gt;Now, I want to compare if the activity_1_rate has a mean difference between two groups of schools.&lt;/STRONG&gt; That's pretty much of the study, I am not sure if I describe it clearly? &lt;STRONG&gt;So, pretty much it's either chi-square test or T-test, since I only want to compare the mean difference of the two groups.&lt;/STRONG&gt; But the question is, each school's students are different, ranging from 80 to 400. So if I only compare the percentage, the result might not be valid. If there is a way, to take both the percentage and the number of students into consideration?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Given your experimental design, I don't think that a t-test or Chi-square is appropriate here. You may want to look into&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;suggestion. If you were comparing Activity 1 to Activity 2 &lt;STRONG&gt;per&lt;/STRONG&gt; school (adjusting for multiple testing), then a t-test would be appropriate but that isn't what you have here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 14:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810176#M39863</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-04-27T14:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810207#M39867</link>
      <description>&lt;P&gt;Well, if you know both the numerator and denominator for each estimate, and since the numerators are all &amp;gt; 40, then you could use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=yourdata;
class group;
model numerator1/denominator1 = group /dist=binomial type3;
lsmeans group/diff ilink;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Where numerator1 and denominator1 are the values for activity_1, and would be replaced by numerator2 and denominator2 for activity_2.&amp;nbsp; Since it seems from your communications that the denominator would be the same for both activities because it is the enrollment at the school, you could simplify a little bit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 16:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810207#M39867</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-04-27T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare the mean difference between two groups if the value of each individual is percent</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810211#M39869</link>
      <description>&lt;P&gt;Thank you so much! I have one last silly question, do you know what's this test called? It's clearly not a T-test, is it binomial test?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 16:17:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-the-mean-difference-between-two-groups-if-the/m-p/810211#M39869</guid>
      <dc:creator>SAS-questioner</dc:creator>
      <dc:date>2022-04-27T16:17:09Z</dc:date>
    </item>
  </channel>
</rss>

