<?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: Bootstrap sampling in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207931#M4788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here I am inserting a link of program that I am using &lt;/P&gt;&lt;P&gt;I would be really grate full to you if you could mention me the correction in it &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.math.uni-bremen.de/~pigeot/software/engl_boot_sas.html"&gt;http://www.math.uni-bremen.de/~pigeot/software/engl_boot_sas.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 May 2015 06:00:27 GMT</pubDate>
    <dc:creator>Rasheed</dc:creator>
    <dc:date>2015-05-03T06:00:27Z</dc:date>
    <item>
      <title>Bootstrap sampling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207927#M4784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote a program for bootstrap sample generation&lt;/P&gt;&lt;P&gt;It works fine but It has one issue &lt;/P&gt;&lt;P&gt;when I run that SAS program twice then newer bootstrap samples are merged with previously generated bootstrap samples in SAS output&lt;/P&gt;&lt;P&gt;E.g, First I generated 100 bootstrap sample and calculated 95 percentile from it&lt;/P&gt;&lt;P&gt;But when I again run that program then SAS out put show 200 bootstrap samples therefore 95 percentile is misleading in this case&lt;/P&gt;&lt;P&gt;Please help me how to resolve this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 15:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207927#M4784</guid>
      <dc:creator>Rasheed</dc:creator>
      <dc:date>2015-05-01T15:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrap sampling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207928#M4785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doubt anyone will have any valuable input without being able to look at your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 15:23:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207928#M4785</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2015-05-01T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrap sampling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207929#M4786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like somewhere you are appending data to a dataset. The first step would be either to deleted the existing dataset or direct your output to a new dataset.&lt;/P&gt;&lt;P&gt;Other than that, details are needed to provide more specific help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have code look for some place with Proc Append, Proc Datasets with append, a data step with 2 or more datasets on a Set statement or Proc SQL with a Union join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 17:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207929#M4786</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-05-01T17:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrap sampling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207930#M4787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.math.uni-bremen.de/~pigeot/software/engl_boot_sas.html"&gt;http://www.math.uni-bremen.de/~pigeot/software/engl_boot_sas.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this program plz help me in this regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2015 05:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207930#M4787</guid>
      <dc:creator>Rasheed</dc:creator>
      <dc:date>2015-05-03T05:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrap sampling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207931#M4788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here I am inserting a link of program that I am using &lt;/P&gt;&lt;P&gt;I would be really grate full to you if you could mention me the correction in it &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.math.uni-bremen.de/~pigeot/software/engl_boot_sas.html"&gt;http://www.math.uni-bremen.de/~pigeot/software/engl_boot_sas.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2015 06:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207931#M4788</guid>
      <dc:creator>Rasheed</dc:creator>
      <dc:date>2015-05-03T06:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrap sampling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207932#M4789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.math.uni-bremen.de/~pigeot/software/engl_boot_sas.html"&gt;http://www.math.uni-bremen.de/~pigeot/software/engl_boot_sas.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2015 06:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207932#M4789</guid>
      <dc:creator>Rasheed</dc:creator>
      <dc:date>2015-05-03T06:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrap sampling</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207933#M4790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a parameter to your program to ensure that it creates a uniquely named data set for each iteration/call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2015 20:18:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Bootstrap-sampling/m-p/207933#M4790</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-05-03T20:18:05Z</dc:date>
    </item>
  </channel>
</rss>

