<?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: Determining Significance in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204355#M50940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;P&gt;I looked into the SAS documentation at the proc surveylogistic example for MEPS data and am wondering how they got the point estimates of Black vs. White (reference group), and American Indian vs White: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Tahoma','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_surveylogistic_sect013.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_surveylogistic_sect013.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When I run it using the model statement above and the class statement (class utd_vax1_3mo), I only get a point estimate for race.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 22:10:06 GMT</pubDate>
    <dc:creator>jcis7</dc:creator>
    <dc:date>2015-06-17T22:10:06Z</dc:date>
    <item>
      <title>Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204346#M50931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello - any help you can give will be much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a dataset where we may not have enough power to detect a statistical difference for up to date status between racial/ethnic groups (sample size for some groups are &amp;lt;400).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The raw dataset has birthdates the child received the immunization.&amp;nbsp; I know how to create a variable (1 or 0) indicating whether this child was up-to-date for a particular vaccine or vaccine series by a certain age (i.e, 3 months for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I inherited a SAS program that uses proc surveymeans, the ratio statement and creates a confidence interval for each of the required vaccines at certain age checkpoints.&amp;nbsp; Problem is, since we have overlapping confidence intervals, there may not be enough power to detect a statistical difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I for example, determine if for example, the percentage of children up-to-date for a particular racial/ethnic group (Blacks/African Americans for example)&amp;nbsp; is statistically different from the percentage of children up-to-date in the group of 'All children' in the sample (i.e, Asians, Blacks, Whites, etc)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm familiar with chi-squared but isn't that only for categorical variables?&lt;/P&gt;&lt;P&gt;Any help you can give is much appreciated! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 22:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204346#M50931</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2015-06-11T22:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204347#M50932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to look at T statistics from the Ratio to test whether the ratios are significantly different than 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 22:42:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204347#M50932</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-11T22:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204348#M50933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dependent T-test since the 'All racial ethnic groups' is dependent on the proportion of 'Blacks/African Americans'?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:10:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204348#M50933</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2015-06-12T15:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204349#M50934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one proportion for UTD 'Blacks/AFAMs' and one for 'All racial/ethnic groups'. Would the ultimate dataset I conduct the ttest on just have two values?&amp;nbsp; I for 'Black/Afam' and one for 'All racial/ethnic groups'? &lt;/P&gt;&lt;P&gt;The examples I see here (&lt;A href="http://www.ats.ucla.edu/stat/sas/output/ttest.htm" title="http://www.ats.ucla.edu/stat/sas/output/ttest.htm"&gt;SAS Annotated Output: Proc ttest&lt;/A&gt;)&amp;nbsp; have students with different test scores.&amp;nbsp; &lt;BR /&gt;Whereas, if I were to look at each student, I would just have a value of 1 (indicating up to date for a vaccine) or 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 17:55:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204349#M50934</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2015-06-12T17:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204350#M50935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show us the SURVEYMEANS code you are starting with. You don't want to jump directly to proc ttest as the assumptions behind variance are likely not met when using complex survey data (though the procedure is remarkably robust even so).&lt;/P&gt;&lt;P&gt;What you want to do is add some options to the RATIO statement in Surveymeans to request t-statistics.&lt;/P&gt;&lt;P&gt;Or possibly add some additional analysis variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 19:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204350#M50935</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-12T19:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204351#M50936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have overlapping confidence intervals you don't have statistically significant difference between the point estimates.&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;jcis7 wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; Problem is, since we have overlapping confidence intervals, there may not be enough power to detect a statistical difference.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 20:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204351#M50936</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-12T20:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204352#M50937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty much if the CI do not overlap then the difference is significant though not a requirement.&lt;/P&gt;&lt;P&gt;Consider:&lt;/P&gt;&lt;P&gt;data scores;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; input Gender $ Score @@;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; datalines;&lt;/P&gt;&lt;P&gt;f 75&amp;nbsp; f 76&amp;nbsp; f 80&amp;nbsp; f 77&amp;nbsp; f 80&amp;nbsp; f 77&amp;nbsp; f 73&lt;/P&gt;&lt;P&gt;m 82&amp;nbsp; m 76&amp;nbsp; m 84&amp;nbsp; m 85&amp;nbsp; m 78&amp;nbsp; m 87&amp;nbsp; m 82&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc ttest data=scores cochran ci=equal umpu;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class Gender;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var Score;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CI do overlap but at an alpha of 0.05 the differences would be considered significant. If there is a "small" overlap there might be a significant difference. How small varies with sample size and underlying distributions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 21:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204352#M50937</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-12T21:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204353#M50938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Ok. It is below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;The dataset is uses has the following below after the code converts the dates the kids received the vaccines to a 1 or 0 status indicating they are up to date by a certain date:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Race codes:&amp;nbsp; 1=Asian, 2=Black, 3=White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;student&amp;nbsp;&amp;nbsp;&amp;nbsp; race&amp;nbsp;&amp;nbsp; utd_vax1_3mo&amp;nbsp; utd_vax2_3mo ...utd_series1_3mo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;etc.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This dataset is added to&amp;nbsp; a dataset that recodes above dataset with the race variable as 0 for 'all races'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;proc surveymeans data=vax ratio clm nobs;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp; var utd_vax1_3mo&amp;nbsp; utd_vax2_3mo&amp;nbsp; utd_series1_3mo;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;domain raceeth;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;ratio utd_vax1_3mo utd_vax2_3mo utd_series1_3mo / records;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;strata stratum;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;weight sampleweight;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;ods output domainratio = output;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;So, if I wanted to compare the proportion up-to-date for Black vs All, maybe I can use Chi-sq since the up-to-date status is a dichotomous variable?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 21:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204353#M50938</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2015-06-12T21:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204354#M50939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would likely investigate surveylogistic with model statements like&lt;/P&gt;&lt;P&gt;Model utd_vax1_3mo = Race;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 21:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204354#M50939</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-12T21:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204355#M50940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;P&gt;I looked into the SAS documentation at the proc surveylogistic example for MEPS data and am wondering how they got the point estimates of Black vs. White (reference group), and American Indian vs White: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Tahoma','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_surveylogistic_sect013.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_surveylogistic_sect013.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When I run it using the model statement above and the class statement (class utd_vax1_3mo), I only get a point estimate for race.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 22:10:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204355#M50940</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2015-06-17T22:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204356#M50941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your code? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming you're talking about the Odds Ratio table? That would require the variable(s) to be included in the CLASS statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 22:32:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204356#M50941</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-17T22:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Determining Significance</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204357#M50942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class eth / order=internal&amp;nbsp; ref=first;&lt;/P&gt;&lt;P&gt;proc survey logistic data=threemonths_utd;&lt;/P&gt;&lt;P&gt;strata stratum1;&lt;/P&gt;&lt;P&gt;model 3_vax1 (descending)=race_eth;&lt;/P&gt;&lt;P&gt;weight=sw;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 21:48:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Determining-Significance/m-p/204357#M50942</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2015-06-25T21:48:40Z</dc:date>
    </item>
  </channel>
</rss>

