<?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: Simulation using SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Simulation-using-SAS/m-p/431378#M281699</link>
    <description>Yes, I have a full license for SAS. Thanks for pointing out to the resources</description>
    <pubDate>Fri, 26 Jan 2018 18:05:37 GMT</pubDate>
    <dc:creator>Cruise</dc:creator>
    <dc:date>2018-01-26T18:05:37Z</dc:date>
    <item>
      <title>Simulation using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simulation-using-SAS/m-p/431365#M281697</link>
      <description>&lt;P&gt;I’d like to assess the bias due to human mobility on the incidence rate of a rare disease, let’s say schizophrenia (SP). Incidence rate formula below shows that number of people who moved in (inflow) and moved out (outflow) of the study area units (county) would affect the incidence rate (for a single year in this example).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Incidence rate=new cases /number of people who don't have SP yet&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Number of new cases, inflow and outflow is known. However, the risk of SP among movers is not known but its probability must range from 0 through 1. I’d like to run this simulation exercise in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’d like to compute all possible value of number of people with SP among people moved out and moved out given risk of SP ranges 0-1 and also compute all possible values for &lt;EM&gt;Net=n of SP among moved in-n of SP among moved out.&lt;/EM&gt; The result can be plotted as &lt;EM&gt;[SP risk among movers*bias in incidence rate]&lt;/EM&gt; scatter plot. Just to clarify, if risk=1 for SP among movers then all who moved out and moved in would have SP. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help what SAS procedure or statistics help run this simulation study? Any specific example or demo will be highly appreciated. I have never done it before.&lt;/P&gt;&lt;P&gt;Thanks for your precious time!&lt;/P&gt;&lt;P&gt;See attached is the sample data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile="...\support.csv"
out=data
dbms=csv replace;
guessingrows=max;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Jan 2018 17:52:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simulation-using-SAS/m-p/431365#M281697</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2018-01-26T17:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simulation-using-SAS/m-p/431367#M281698</link>
      <description>&lt;P&gt;Do you have a full license for SAS? If so, that likely includes&amp;nbsp;SAS Simulation Studio, though it may not be installed.&lt;/P&gt;
&lt;P&gt;You should verify that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're going to program it in BASE, first read the paper by David Cassell - Don't Be Loopy, Simulation the SAS Way&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And another good reference is Rick Wicklins book on Simulation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 17:56:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simulation-using-SAS/m-p/431367#M281698</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-26T17:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simulation-using-SAS/m-p/431378#M281699</link>
      <description>Yes, I have a full license for SAS. Thanks for pointing out to the resources</description>
      <pubDate>Fri, 26 Jan 2018 18:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simulation-using-SAS/m-p/431378#M281699</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2018-01-26T18:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simulation-using-SAS/m-p/431412#M281700</link>
      <description>&lt;P&gt;If you've never done it before, you might want to start by reading&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings15/SAS1387-2015.pdf" target="_self"&gt;"Ten Tips for Simulating Data with SAS" (Wicklin, 2015)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 19:10:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simulation-using-SAS/m-p/431412#M281700</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-01-26T19:10:59Z</dc:date>
    </item>
  </channel>
</rss>

