<?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: Reporting proc surveylogistic results in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782688#M249529</link>
    <description>&lt;P&gt;Every category is "compared" to the reference category, so that makes 3 comparisons (3 odds ratio's).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you have also 3 parameter estimates indeed.&lt;/P&gt;
&lt;P&gt;The way to interpret them depends on the coding-scheme that was used for your age categories: effect coding or pure dummy coding or ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Sat, 27 Nov 2021 18:37:50 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-11-27T18:37:50Z</dc:date>
    <item>
      <title>Reporting proc surveylogistic results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782682#M249524</link>
      <description>&lt;P&gt;I have survey data and I want to do a bivariate logistic regression of age categories (18-29, 30-39, 40-49, 50+) on PrEP usage (yes, no). Here is my code below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc surveylogistic data=dataname;
class AgeCat;
model takePrEP= AgeCat;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I want to report the p-value, odds ratios, and confidence intervals for the AgeCat variable. Here is my output for this code. My questions are: what p-value would I report? Am I missing something in my code?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;ARTICLE id="IDX5" aria-label="Convergence Status"&gt;
&lt;TABLE class="table" aria-label="Convergence Status"&gt;&lt;CAPTION aria-label="Convergence Status"&gt;&amp;nbsp;&lt;/CAPTION&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" scope="col"&gt;Model Convergence Status&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="c data"&gt;Convergence criterion (GCONV=1E-8) satisfied.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/ARTICLE&gt;
&lt;ARTICLE id="IDX6" aria-label="Fit Statistics"&gt;
&lt;TABLE class="table" aria-label="Fit Statistics"&gt;&lt;CAPTION aria-label="Fit Statistics"&gt;&amp;nbsp;&lt;/CAPTION&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="3" scope="colgroup"&gt;Model Fit Statistics&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="b header" scope="col"&gt;Criterion&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Intercept Only&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Intercept and Covariates&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;AIC&lt;/TH&gt;
&lt;TD class="r data"&gt;147.059&lt;/TD&gt;
&lt;TD class="r data"&gt;150.391&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;SC&lt;/TH&gt;
&lt;TD class="r data"&gt;150.252&lt;/TD&gt;
&lt;TD class="r data"&gt;163.163&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;-2 Log L&lt;/TH&gt;
&lt;TD class="r data"&gt;145.059&lt;/TD&gt;
&lt;TD class="r data"&gt;142.391&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/ARTICLE&gt;
&lt;ARTICLE id="IDX7" aria-label="Global Tests"&gt;
&lt;TABLE class="table" aria-label="Global Tests"&gt;&lt;CAPTION aria-label="Global Tests"&gt;&amp;nbsp;&lt;/CAPTION&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="5" scope="colgroup"&gt;Testing Global Null Hypothesis: BETA=0&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="b header" scope="col"&gt;Test&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;F Value&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Num DF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Den DF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Pr&amp;nbsp;&amp;gt;&amp;nbsp;F&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Likelihood Ratio&lt;/TH&gt;
&lt;TD class="r data"&gt;0.89&lt;/TD&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;TD class="r data"&gt;177&lt;/TD&gt;
&lt;TD class="r data"&gt;0.4479&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Score&lt;/TH&gt;
&lt;TD class="r data"&gt;0.85&lt;/TD&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;TD class="r data"&gt;177&lt;/TD&gt;
&lt;TD class="r data"&gt;0.4666&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Wald&lt;/TH&gt;
&lt;TD class="r data"&gt;0.86&lt;/TD&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;TD class="r data"&gt;177&lt;/TD&gt;
&lt;TD class="r data"&gt;0.4646&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/ARTICLE&gt;
&lt;ARTICLE id="IDX8" aria-label="Type 3 Tests"&gt;
&lt;TABLE class="table" aria-label="Type 3 Tests"&gt;&lt;CAPTION aria-label="Type 3 Tests"&gt;&amp;nbsp;&lt;/CAPTION&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="5" scope="colgroup"&gt;Type 3 Analysis of Effects&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="b header" scope="col"&gt;Effect&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;F Value&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Num DF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Den DF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Pr&amp;nbsp;&amp;gt;&amp;nbsp;F&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;AgeCat&lt;/TH&gt;
&lt;TD class="r data"&gt;0.86&lt;/TD&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;TD class="r data"&gt;177&lt;/TD&gt;
&lt;TD class="r data"&gt;0.4646&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/ARTICLE&gt;
&lt;ARTICLE id="IDX9" aria-label="Parameter Estimates"&gt;
&lt;TABLE class="table" aria-label="Parameter Estimates"&gt;&lt;CAPTION aria-label="Parameter Estimates"&gt;&amp;nbsp;&lt;/CAPTION&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="6" scope="colgroup"&gt;Analysis of Maximum Likelihood Estimates&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="b header" scope="col"&gt;Parameter&lt;/TH&gt;
&lt;TH class="b header" scope="col"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Estimate&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Standard&lt;BR /&gt;Error&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;t&amp;nbsp;Value&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Pr&amp;nbsp;&amp;gt;&amp;nbsp;|t|&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TFOOT&gt;
&lt;TR&gt;
&lt;TH class="c b footer" colspan="6"&gt;NOTE: The degrees of freedom for the t tests is 179.&lt;/TH&gt;
&lt;/TR&gt;
&lt;/TFOOT&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Intercept&lt;/TH&gt;
&lt;TH class="rowheader" scope="row"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TD class="r data"&gt;1.6129&lt;/TD&gt;
&lt;TD class="r data"&gt;0.2857&lt;/TD&gt;
&lt;TD class="r data"&gt;5.65&lt;/TD&gt;
&lt;TD class="r data"&gt;&amp;lt;.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;AgeCat&lt;/TH&gt;
&lt;TH class="rowheader" scope="row"&gt;1&lt;/TH&gt;
&lt;TD class="r data"&gt;0.5619&lt;/TD&gt;
&lt;TD class="r data"&gt;0.3722&lt;/TD&gt;
&lt;TD class="r data"&gt;1.51&lt;/TD&gt;
&lt;TD class="r data"&gt;0.1329&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;AgeCat&lt;/TH&gt;
&lt;TH class="rowheader" scope="row"&gt;2&lt;/TH&gt;
&lt;TD class="r data"&gt;-0.0442&lt;/TD&gt;
&lt;TD class="r data"&gt;0.3787&lt;/TD&gt;
&lt;TD class="r data"&gt;-0.12&lt;/TD&gt;
&lt;TD class="r data"&gt;0.9071&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;AgeCat&lt;/TH&gt;
&lt;TH class="rowheader" scope="row"&gt;3&lt;/TH&gt;
&lt;TD class="r data"&gt;-0.4089&lt;/TD&gt;
&lt;TD class="r data"&gt;0.5506&lt;/TD&gt;
&lt;TD class="r data"&gt;-0.74&lt;/TD&gt;
&lt;TD class="r data"&gt;0.4587&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/ARTICLE&gt;
&lt;ARTICLE id="IDX10" aria-label="Odds Ratios"&gt;
&lt;TABLE class="table" aria-label="Odds Ratios"&gt;&lt;CAPTION aria-label="Odds Ratios"&gt;&amp;nbsp;&lt;/CAPTION&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="4" scope="colgroup"&gt;Odds Ratio Estimates&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="b header" scope="col"&gt;Effect&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Point Estimate&lt;/TH&gt;
&lt;TH class="c b header" colspan="2" scope="colgroup"&gt;95% Confidence Limits&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TFOOT&gt;
&lt;TR&gt;
&lt;TH class="c b footer" colspan="4"&gt;NOTE: The degrees of freedom in computing the confidence limits is 179.&lt;/TH&gt;
&lt;/TR&gt;
&lt;/TFOOT&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;AgeCat 1 vs 4&lt;/TH&gt;
&lt;TD class="r data"&gt;1.956&lt;/TD&gt;
&lt;TD class="r data"&gt;0.359&lt;/TD&gt;
&lt;TD class="r data"&gt;10.664&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;AgeCat 2 vs 4&lt;/TH&gt;
&lt;TD class="r data"&gt;1.067&lt;/TD&gt;
&lt;TD class="r data"&gt;0.193&lt;/TD&gt;
&lt;TD class="r data"&gt;5.882&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;AgeCat 3 vs 4&lt;/TH&gt;
&lt;TD class="r data"&gt;0.741&lt;/TD&gt;
&lt;TD class="r data"&gt;0.096&lt;/TD&gt;
&lt;TD class="r data"&gt;5.694&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/ARTICLE&gt;
&lt;ARTICLE id="IDX11" aria-label="Association Statistics"&gt;
&lt;TABLE class="table" aria-label="Association Statistics"&gt;&lt;CAPTION aria-label="Association Statistics"&gt;&amp;nbsp;&lt;/CAPTION&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" colspan="4" scope="colgroup"&gt;Association of Predicted Probabilities and Observed Responses&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Percent Concordant&lt;/TH&gt;
&lt;TD class="r data"&gt;41.0&lt;/TD&gt;
&lt;TH class="rowheader" scope="row"&gt;Somers' D&lt;/TH&gt;
&lt;TD class="r data"&gt;0.182&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Percent Discordant&lt;/TH&gt;
&lt;TD class="r data"&gt;22.7&lt;/TD&gt;
&lt;TH class="rowheader" scope="row"&gt;Gamma&lt;/TH&gt;
&lt;TD class="r data"&gt;0.287&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Percent Tied&lt;/TH&gt;
&lt;TD class="r data"&gt;36.3&lt;/TD&gt;
&lt;TH class="rowheader" scope="row"&gt;Tau-a&lt;/TH&gt;
&lt;TD class="r data"&gt;0.044&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;Pairs&lt;/TH&gt;
&lt;TD class="r data"&gt;3875&lt;/TD&gt;
&lt;TH class="rowheader" scope="row"&gt;c&lt;/TH&gt;
&lt;TD class="r data"&gt;0.591&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/ARTICLE&gt;</description>
      <pubDate>Sat, 27 Nov 2021 17:27:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782682#M249524</guid>
      <dc:creator>westbestern</dc:creator>
      <dc:date>2021-11-27T17:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting proc surveylogistic results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782683#M249525</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/400922"&gt;@westbestern&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have survey data and I want to do a bivariate logistic regression of age categories (18-29, 30-39, 40-49, 50+) on PrEP usage (yes, no). Here is my code below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc surveylogistic data=dataname;
class AgeCat;
model takePrEP= AgeCat;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I want to report the p-value, odds ratios, and confidence intervals for the AgeCat variable.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The p-value is 0.4646 in this line&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table" aria-label="Type 3 Tests"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="rowheader" scope="row"&gt;AgeCat&lt;/TH&gt;
&lt;TD class="r data"&gt;0.86&lt;/TD&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;TD class="r data"&gt;177&lt;/TD&gt;
&lt;TD class="r data"&gt;0.4646&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no odds ratio for AgeCat; there are odds ratio for the different levels of AgeCat vs level 4 of AgeCat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You want confidence intervals for what statistic regarding the AgeCat variable? You need to specify.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Nov 2021 17:56:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782683#M249525</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-11-27T17:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting proc surveylogistic results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782684#M249526</link>
      <description>I want the confidence intervals for the odds ratio of each level of the AgeCat variable. For example, I want to see if an age like 18-29 is significant compared to age 50+</description>
      <pubDate>Sat, 27 Nov 2021 17:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782684#M249526</guid>
      <dc:creator>westbestern</dc:creator>
      <dc:date>2021-11-27T17:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting proc surveylogistic results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782685#M249527</link>
      <description>&lt;P&gt;Those are given here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Odds Ratio Estimates
Effect 	Point Estimate 	95% Confidence Limits
NOTE: The degrees of freedom in computing the confidence limits is 179.
AgeCat 1 vs 4 	1.956 	0.359 	10.664
AgeCat 2 vs 4 	1.067 	0.193 	5.882
AgeCat 3 vs 4 	0.741 	0.096 	5.694&lt;/PRE&gt;</description>
      <pubDate>Sat, 27 Nov 2021 18:00:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782685#M249527</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-11-27T18:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting proc surveylogistic results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782686#M249528</link>
      <description>There are four categories for age but there seems to be only three in the output. Is the intercept the first age category?</description>
      <pubDate>Sat, 27 Nov 2021 18:15:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782686#M249528</guid>
      <dc:creator>westbestern</dc:creator>
      <dc:date>2021-11-27T18:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting proc surveylogistic results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782688#M249529</link>
      <description>&lt;P&gt;Every category is "compared" to the reference category, so that makes 3 comparisons (3 odds ratio's).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you have also 3 parameter estimates indeed.&lt;/P&gt;
&lt;P&gt;The way to interpret them depends on the coding-scheme that was used for your age categories: effect coding or pure dummy coding or ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 27 Nov 2021 18:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782688#M249529</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-27T18:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting proc surveylogistic results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782689#M249530</link>
      <description>So the first category (ages 18-29) is the reference category, right?</description>
      <pubDate>Sat, 27 Nov 2021 18:36:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782689#M249530</guid>
      <dc:creator>westbestern</dc:creator>
      <dc:date>2021-11-27T18:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting proc surveylogistic results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782691#M249531</link>
      <description>&lt;P&gt;No, &lt;STRIKE&gt;I think&lt;/STRIKE&gt; the last category is the reference category (by default).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use REF=FIRST if you want the 1st category to be the reference category instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the doc (you can make any category the reference category) :&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.surveylogistic.classstmt" class="aa-section"&gt;
&lt;DIV class="aa-options"&gt;
&lt;DL class="aa-options"&gt;
&lt;DT&gt;&lt;SPAN class=" aa-term "&gt;REFERENCE=&lt;SPAN class=" aa-argument"&gt;’level’&lt;/SPAN&gt; | &lt;SPAN class=" aa-argument"&gt;keyword&lt;/SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=" aa-term "&gt; REF=&lt;SPAN class=" aa-argument"&gt;’level’&lt;/SPAN&gt; | &lt;SPAN class=" aa-argument"&gt;keyword&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;specifies the reference level for PARAM=EFFECT or PARAM=REFERENCE. For an individual (but not a global) variable REF= &lt;SPAN class=" aa-argument"&gt;option&lt;/SPAN&gt;, you can specify the &lt;SPAN class=" aa-argument"&gt;level&lt;/SPAN&gt; of the variable to use as the reference level. For a global or individual variable REF= &lt;SPAN class=" aa-argument"&gt;option&lt;/SPAN&gt;, you can use one of the following &lt;SPAN class=" aa-argument"&gt;keywords&lt;/SPAN&gt;. &lt;FONT color="#FF0000"&gt;The default is REF=LAST&lt;/FONT&gt;.&lt;/P&gt;
&lt;DIV class="aa-deflist"&gt;
&lt;DL class="aa-deflist"&gt;
&lt;DT&gt;&lt;SPAN class=" aa-term "&gt;&lt;SPAN class=" aa-keyword"&gt;FIRST&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;designates the first-ordered level as reference&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" aa-term "&gt;&lt;SPAN class=" aa-keyword"&gt;LAST&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;designates the last-ordered level as reference&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sat, 27 Nov 2021 18:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reporting-proc-surveylogistic-results/m-p/782691#M249531</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-27T18:42:41Z</dc:date>
    </item>
  </channel>
</rss>

