<?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: What SAS procedures are suitable for inpatient workload prediction modeling? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122016#M6407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. Wondering whether the output design matrix of GLMSELECT is singular or non-singular. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2012 16:36:50 GMT</pubDate>
    <dc:creator>issac</dc:creator>
    <dc:date>2012-11-19T16:36:50Z</dc:date>
    <item>
      <title>What SAS procedures are suitable for inpatient workload prediction modeling?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122009#M6400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif; background-color: #ffffff;"&gt;Hi folks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif; background-color: #ffffff;"&gt;Have been working on a VA data analysis project that aims to predict the workload needed for a future inpatient based on his/her demographic, DRG, and health care characteristics. The response variable is PCRVU (Primary-Care relative value unit for all primary care visits during the year) which is continous, and we have a cross-sectional data set pulled out of, up to now, 6 different VA facilities. The are a number of independent variables, that can be grouped as 1.health related (such as Inpatient Days (LOS), CanScore (severity of the patient illness), assigned provider, etc.) 2. patient demographic attributes (such as zip code, gender, insurance status, etc.) and 3. war-related columns (such as radiation status, agent orange status, etc.). Previous attempts were using SAS E-Miner for OLS regression and CART that could not yield a reasonable R-Square. I'm thinking to use GLMM or GAM procedures but not pretty sure the way to approach the problem. Any helpful/professional comment would be appreciative.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif; background-color: #ffffff;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif; background-color: #ffffff;"&gt;Issac&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 01:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122009#M6400</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-11-09T01:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: What SAS procedures are suitable for inpatient workload prediction modeling?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122010#M6401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have EM, and only have to show support for the model (not necessarily defend its logic), I'd use the suggested method of developing a sample to build the model on and testing it on another sample, and use all possible approaches (including neural nets).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 01:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122010#M6401</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-11-09T01:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: What SAS procedures are suitable for inpatient workload prediction modeling?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122011#M6402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might consider using the ADAPTIVEREG procedure (it is new in SAS/STAT 12.1). It fits adaptive regression splines which can be useful if the relationship between the response variable and the covariates is more complex than a simple linear effect but you don't know exactly what that relationship is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 15:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122011#M6402</guid>
      <dc:creator>AllenMcDowell</dc:creator>
      <dc:date>2012-11-16T15:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: What SAS procedures are suitable for inpatient workload prediction modeling?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122012#M6403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Arthur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used EM with some transformation and get 39% of R-Square. Never had an experience working with NN so I could not be of favor or against it. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Allen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have just found the MARS package in R and I agree with you, but unfortunately my SAS platform is not updated with 12.1. It's really a well-done technique and of much applicability though.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 16:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122012#M6403</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-11-16T16:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: What SAS procedures are suitable for inpatient workload prediction modeling?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122013#M6404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably my first choice would be OLS using a spline basis. You can use the EFECT statement in many SAS regression procedures to build a spline basis, and then regress onto that basis to get nonlinear effects.&amp;nbsp; There is an example on p. of my 2010 SAS Global Forum paper: &lt;A href="http://support.sas.com/resources/papers/proceedings10/329-2010.pdf" title="http://support.sas.com/resources/papers/proceedings10/329-2010.pdf"&gt;http://support.sas.com/resources/papers/proceedings10/329-2010.pdf&lt;/A&gt; The example uses PROC GLMSELECT and the OUTDESIGN= option to generate the spline basis, and PROC REG to analyze the results.&amp;nbsp; (Although the example uses LASSO for variable selection, you can omit that step and just get the spline basis for the variables of interest.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 16:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122013#M6404</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-11-16T16:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: What SAS procedures are suitable for inpatient workload prediction modeling?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122014#M6405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Rick&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a good point. One thing, by introducing splines in the model, is there a direct way to calculate the R-Square for the final model in PROC REG? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2012 14:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122014#M6405</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-11-17T14:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: What SAS procedures are suitable for inpatient workload prediction modeling?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122015#M6406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC REG will compute the R-Square statistic just as it does for any set of dummy variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 14:27:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122015#M6406</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-11-19T14:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: What SAS procedures are suitable for inpatient workload prediction modeling?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122016#M6407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. Wondering whether the output design matrix of GLMSELECT is singular or non-singular. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 16:36:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122016#M6407</guid>
      <dc:creator>issac</dc:creator>
      <dc:date>2012-11-19T16:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: What SAS procedures are suitable for inpatient workload prediction modeling?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122017#M6408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can choose from many parameterizations: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_glmselect_sect022.htm" title="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_glmselect_sect022.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_glmselect_sect022.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 18:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-SAS-procedures-are-suitable-for-inpatient-workload/m-p/122017#M6408</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-11-19T18:51:58Z</dc:date>
    </item>
  </channel>
</rss>

