<?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: Prevalence Rates with Cross-sectional survey data in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Prevalence-Rates-with-Cross-sectional-survey-data/m-p/82450#M23700</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 was wondering if you have recieved any feedback from others regarding this question - I am in a very similar situation. My main question also related to weather using the robust variance estimators in a surveyproc is reasonable or required as surveyphreg already uses taylor series, balanced repeated replication, or delete-1 jack-knife methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barros suggests using the robust sandwhich estimators in his paper to more accurately esitmate the CI for the prevlanence ratio - which it seems you can request directly in the regular PHREG proc as the COVS option on the PROC PHREG statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think you can even request this in SURVEYPHREG, nor would it be appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any follow-up insight to share since posting this question, I would love to hear it. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 13:35:31 GMT</pubDate>
    <dc:creator>choffmire</dc:creator>
    <dc:date>2013-04-24T13:35:31Z</dc:date>
    <item>
      <title>Prevalence Rates with Cross-sectional survey data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Prevalence-Rates-with-Cross-sectional-survey-data/m-p/82448#M23698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am&amp;nbsp; analyzing the relationship between a binary outcome and mixture of categorical/continuous exposure variables.&amp;nbsp; The data comes from a cross-sectional survey with complex sampling methodology.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to generate prevalence ratios (not odds ratios) while working within the framework of one of the complex survey methodologies.&amp;nbsp; It seems to me genmod cannot work with complex survey methogogy but CAN produce prevalence ratios while surveylogistic works with complex survey methodology but cannot directly produce prevalence ratios.&amp;nbsp; Is this correct?&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 19:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Prevalence-Rates-with-Cross-sectional-survey-data/m-p/82448#M23698</guid>
      <dc:creator>KMack</dc:creator>
      <dc:date>2013-01-22T19:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Prevalence Rates with Cross-sectional survey data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Prevalence-Rates-with-Cross-sectional-survey-data/m-p/82449#M23699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to follow-up on my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been reading a bit more and found that I can use a cox model to estimate prevalence rates from cross sectional data.&amp;nbsp; Since there is a survey procedure (surveyphreg) available, this seems like the best choice for me to both account for the sampling strategy and to get the appropriate effect estimate (prevalence rate) .&amp;nbsp; However, I'm not sure how to construct my model.&amp;nbsp; I seem to be getting inappropriately small confidence limits and I'm *sure* it has to with incorrect coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This article suggests that a robust estimator is needed in the Cox model, but aren't all variance estimators in surveyphreg robust?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.doaj.org/doaj?func=abstract&amp;amp;id=82940" title="http://www.doaj.org/doaj?func=abstract&amp;amp;id=82940"&gt; DOAJ -- Directory of Open Access Journals &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My (simplified) code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc surveyphreg;&lt;/P&gt;&lt;P&gt;class exposure;&lt;/P&gt;&lt;P&gt;model outcome=exposure;&lt;/P&gt;&lt;P&gt;strata stratax;&lt;/P&gt;&lt;P&gt;weight weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never used cox for x-sectional data before and I'm not sure how to write my model statement (it seems to me it would be different from a prospective study with follow-up time, yes?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 21:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Prevalence-Rates-with-Cross-sectional-survey-data/m-p/82449#M23699</guid>
      <dc:creator>KMack</dc:creator>
      <dc:date>2013-01-25T21:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Prevalence Rates with Cross-sectional survey data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Prevalence-Rates-with-Cross-sectional-survey-data/m-p/82450#M23700</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 was wondering if you have recieved any feedback from others regarding this question - I am in a very similar situation. My main question also related to weather using the robust variance estimators in a surveyproc is reasonable or required as surveyphreg already uses taylor series, balanced repeated replication, or delete-1 jack-knife methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barros suggests using the robust sandwhich estimators in his paper to more accurately esitmate the CI for the prevlanence ratio - which it seems you can request directly in the regular PHREG proc as the COVS option on the PROC PHREG statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think you can even request this in SURVEYPHREG, nor would it be appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any follow-up insight to share since posting this question, I would love to hear it. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 13:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Prevalence-Rates-with-Cross-sectional-survey-data/m-p/82450#M23700</guid>
      <dc:creator>choffmire</dc:creator>
      <dc:date>2013-04-24T13:35:31Z</dc:date>
    </item>
  </channel>
</rss>

