<?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 Need help on SAS QA in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Need-help-on-SAS-QA/m-p/33922#M1205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I work in health care and I've built this big model to measure physician performance on a variety of things like clinical care, patient satisfaction, clinical integration, and cost and I've written in all in SAS.&amp;nbsp; It pulls from a variety of tables in a data warehouse but also some external sources like spreadsheets and datasets.&amp;nbsp; It gathers massive amounts of data, rearranges it, computes a lot of variables, and finally calculates an index…a physician's score based on the scores of all other physicians.&amp;nbsp; It creates a final table of calculations and 2 ODS scatter plots output into a PDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, it's time to implement and given time and resource constraints the production team has decided to implement my SAS code into production instead of translating it into Informatica (their standard).&amp;nbsp; What I'm dealing with now is the QA question…how do we put this through QA?&amp;nbsp; One, they don't know how to program in SAS.&amp;nbsp; Two, they don't have the capability of understanding the mathematical methods within the SAS code.&amp;nbsp; Three, their typical QA MO is to QA by example; take an observation, follow it through the process, and make sure it comes out the other side.&amp;nbsp; That's not possible in this model because of the cumulative nature of the calculations.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I'm trying to do is come up with some recommendations for how a QA team that doesn't write SAS code can QA a SAS code.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have already is model validation…steps I went through to ensure I was identifying the right sources, pulling the right variables from those sources, manipulating the data correctly in theory, making the right assumptions, and applying the right mathematical methods.&amp;nbsp; This was mostly peer review.&amp;nbsp; They're concerned with the implementation of the SAS code itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got any experience with this?&amp;nbsp; Got any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melissa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 15:26:03 GMT</pubDate>
    <dc:creator>campbell_ms</dc:creator>
    <dc:date>2012-03-16T15:26:03Z</dc:date>
    <item>
      <title>Need help on SAS QA</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Need-help-on-SAS-QA/m-p/33922#M1205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I work in health care and I've built this big model to measure physician performance on a variety of things like clinical care, patient satisfaction, clinical integration, and cost and I've written in all in SAS.&amp;nbsp; It pulls from a variety of tables in a data warehouse but also some external sources like spreadsheets and datasets.&amp;nbsp; It gathers massive amounts of data, rearranges it, computes a lot of variables, and finally calculates an index…a physician's score based on the scores of all other physicians.&amp;nbsp; It creates a final table of calculations and 2 ODS scatter plots output into a PDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, it's time to implement and given time and resource constraints the production team has decided to implement my SAS code into production instead of translating it into Informatica (their standard).&amp;nbsp; What I'm dealing with now is the QA question…how do we put this through QA?&amp;nbsp; One, they don't know how to program in SAS.&amp;nbsp; Two, they don't have the capability of understanding the mathematical methods within the SAS code.&amp;nbsp; Three, their typical QA MO is to QA by example; take an observation, follow it through the process, and make sure it comes out the other side.&amp;nbsp; That's not possible in this model because of the cumulative nature of the calculations.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I'm trying to do is come up with some recommendations for how a QA team that doesn't write SAS code can QA a SAS code.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have already is model validation…steps I went through to ensure I was identifying the right sources, pulling the right variables from those sources, manipulating the data correctly in theory, making the right assumptions, and applying the right mathematical methods.&amp;nbsp; This was mostly peer review.&amp;nbsp; They're concerned with the implementation of the SAS code itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got any experience with this?&amp;nbsp; Got any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melissa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Need-help-on-SAS-QA/m-p/33922#M1205</guid>
      <dc:creator>campbell_ms</dc:creator>
      <dc:date>2012-03-16T15:26:03Z</dc:date>
    </item>
    <item>
      <title>Need help on SAS QA</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Need-help-on-SAS-QA/m-p/33923#M1206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Melissa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way to address "QA by Example" in the statistics world is 'regression testing'.&amp;nbsp; Rather than following a single observation through the process, use the same set of inputs for both the development and the production systems and see if you get the same results.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[The validation suite that SAS used to send with V8 would do just that.&amp;nbsp; It would send known data through the procedures and run PROC COMPARE on the results.]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One, more general, concern I have about doing this scoring with production systems is data completeness and having the tools and processes in place to know the degree of completeness to help interpert the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 14:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Need-help-on-SAS-QA/m-p/33923#M1206</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-03-20T14:03:16Z</dc:date>
    </item>
  </channel>
</rss>

