<?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: SAS vs Stata Jackknife in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-vs-Stata-Jackknife/m-p/208069#M11201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it has something to do with the FPC. If I remove the FPC information from the code, all four approaches give essentially the same results (the larger std errors). But presumably the optimal estimates should take account of this? The SAS documentation implies that the jackknife estimate doesn't, and shouldn't, take account of the FPC, but it would seem the Stata code does in some way. Which is correct? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 01:48:21 GMT</pubDate>
    <dc:creator>BruceBrad</dc:creator>
    <dc:date>2015-06-17T01:48:21Z</dc:date>
    <item>
      <title>SAS vs Stata Jackknife</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-vs-Stata-Jackknife/m-p/208068#M11200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting different results when using SAS (9.4) and Stata (v11) for jackknife regression. Anyone know why these are different?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the key parts of my SAS and Stata code. If I run surveyreg using the default Taylor series linearisation, and also run the corresponding Stata code on the same data, I get (near enough to) identical results. When I use the jackknife approach, the std errors are essentially the same as the Taylor series approach in Stata, but about 10% larger in SAS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS CODE&lt;/P&gt;&lt;P&gt;title "Regression: Taylor series linearisation";&lt;/P&gt;&lt;P&gt;proc surveyreg data=temp1 total=lsac.stratum74with73&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; strata stratum74with73;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; cluster pcodes;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; weight defwt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model ready5_as = edl edm edh /noint;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;title "Regression: Jackknife method (10% larger SEs)";&lt;/P&gt;&lt;P&gt;proc surveyreg data=temp1 varmethod=jk ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; strata stratum74with73;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; cluster pcodes;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; weight defwt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; model ready5_as = edl edm edh /noint;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATA CODE&lt;/P&gt;&lt;P&gt;svyset pcodes [pweight=defwt], strata(stratum74with73) fpc(totalstratums) &lt;/P&gt;&lt;P&gt;* Taylor series linearisation&lt;/P&gt;&lt;P&gt;svy: regress ready5_as edl edm edh, noconstant&lt;/P&gt;&lt;P&gt;* Jackknife calculation&lt;/P&gt;&lt;P&gt;svy jackknife: regress ready5_as edl edm edh, noconstant &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 01:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-vs-Stata-Jackknife/m-p/208068#M11200</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2015-06-17T01:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS vs Stata Jackknife</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-vs-Stata-Jackknife/m-p/208069#M11201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it has something to do with the FPC. If I remove the FPC information from the code, all four approaches give essentially the same results (the larger std errors). But presumably the optimal estimates should take account of this? The SAS documentation implies that the jackknife estimate doesn't, and shouldn't, take account of the FPC, but it would seem the Stata code does in some way. Which is correct? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 01:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-vs-Stata-Jackknife/m-p/208069#M11201</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2015-06-17T01:48:21Z</dc:date>
    </item>
  </channel>
</rss>

