Tag: cloud

Introducing Analytics Pro Advanced Programming: The power of SAS on your desktop

SAS Analytics Pro Advanced Programming offers key statistical capabilities in a docker container. The product bundles selected executables from SAS Viya to create the container, which eases or streamlines the setup required for fixes and updates to the software.

Introducing Analytics Pro Advanced Programming: The power of SAS on your desktop was published on SAS Users.

Running CMS Risk Adjustment Models via API with SAS Analytics Pro (Viya) on Azure

In this third article, we will introduce an alternative approach that surfaces the CMS-HCC Risk Adjustment Model execution through SASPy integration to a Flask application. We will demonstrate how this integration allows a user to score an individual patient/member on-demand, using inputs to an interactive web form to execute the model score code, surfacing the resulting score to the user.

Running CMS Risk Adjustment Models via API with SAS Analytics Pro (Viya) on Azure was published on SAS Users.

Running CMS-HCC Risk Adjustment models with SAS Analytics Pro on Viya

The CMS-HCC Risk Adjustment models are used to reimburse Medicare Advantage plans based on the health status of the plans’ members. CMS-HCC Risk Adjustment is the practice of assigning a risk score based on demographics and diagnoses to an individual beneficiary of Medicare for the purpose of calculating an expected cost of care, relative to the average beneficiary. Accurate risk adjustment requires an accurate diagnostic profile of an individual on an annual basis, documenting diagnoses via submitted claims or within a provider’s medical record.

Running CMS-HCC Risk Adjustment models with SAS Analytics Pro on Viya was published on SAS Users.

Additional statistical capabilities in the containerized deployment of SAS Analytics Pro

SAS Analytics Pro consists of three core elements of the SAS system: Base SAS®, SAS/GRAPH® and SAS/STAT®. The containerized deployment option adds the full selection of SAS/ACCESS engines making it even easier to work with data from virtually any source.

Additional statistical capabilities in the containerized deployment of SAS Analytics Pro was published on SAS Users.

SAS Analytics Pro now available for on-site or containerized cloud-native deployment

SAS Analytics Pro is an easy-to-use, yet powerful package for accessing, manipulating, analyzing and presenting information. It lets organizations improve productivity with all the tools and methods needed for desktop data analysis – in one package.

SAS Analytics Pro now available for on-site or containerized cloud-native deployment was published on SAS Users.

Using SAS to access data stored on Dropbox

I used “Dropbox” in the title for this post, but these techniques can be used for other cloud-based file sharing services, such as GitHub and Google Drive. Using PROC HTTP, you can easily access any “cloud-based” file as long as you have a public link to reach it. I’m a […]