<?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: How to perform cross validation with replication in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303756#M16154</link>
    <description>&lt;P&gt;INFLUENCE option of model can do Regress Diagnoise. Especially check&amp;nbsp;DFBETAS diagnostic .&lt;/P&gt;
&lt;P&gt;proc glmselect can do CV, but I don't know if it could do some logistic regression.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2016 12:22:57 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-10-11T12:22:57Z</dc:date>
    <item>
      <title>How to perform cross validation with replication</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303712#M16150</link>
      <description>How to perform cross validation (cv) with replication in proc logistic? Anyone has views on cv with replication vs cv without replication?</description>
      <pubDate>Tue, 11 Oct 2016 04:07:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303712#M16150</guid>
      <dc:creator>Dcicantab5</dc:creator>
      <dc:date>2016-10-11T04:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform cross validation with replication</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303756#M16154</link>
      <description>&lt;P&gt;INFLUENCE option of model can do Regress Diagnoise. Especially check&amp;nbsp;DFBETAS diagnostic .&lt;/P&gt;
&lt;P&gt;proc glmselect can do CV, but I don't know if it could do some logistic regression.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 12:22:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303756#M16154</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-11T12:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform cross validation with replication</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303905#M16159</link>
      <description>Sorry, maybe i got the terminology wrong, what i meant was how to do, say 10-fold cross validation with resampling with proc logistic (which apparently is as good as bootstrap with replacements, "..We also carried out cross-validation with replication. Here the cross-validation was replicated r times, with a different random split into k groups each time..." - this is the article, &lt;A href="http://m.aje.oxfordjournals.org/content/early/2014/06/24/aje.kwu140.full.pdf" target="_blank"&gt;http://m.aje.oxfordjournals.org/content/early/2014/06/24/aje.kwu140.full.pdf&lt;/A&gt; ). Help most appreciated!</description>
      <pubDate>Wed, 12 Oct 2016 00:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303905#M16159</guid>
      <dc:creator>Dcicantab5</dc:creator>
      <dc:date>2016-10-12T00:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform cross validation with replication</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303912#M16160</link>
      <description>&lt;P&gt;HoHo. That is really a big problem.&lt;/P&gt;
&lt;P&gt;proc glmselect/hpgenselect &amp;nbsp;can do "&lt;SPAN&gt;10-fold cross validation with resampling" .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I think your best choice is leveraging the power of SAS/IML and mixed PROC like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc iml;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;x=sample().&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.........&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;submit;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc logistic.....&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;......&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;endsubmit;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;......&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;quit;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Post it at IML forum, maybe Rick can give you something.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 02:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303912#M16160</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-12T02:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform cross validation with replication</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303936#M16161</link>
      <description>ok, will do, thanks!</description>
      <pubDate>Wed, 12 Oct 2016 04:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-perform-cross-validation-with-replication/m-p/303936#M16161</guid>
      <dc:creator>Dcicantab5</dc:creator>
      <dc:date>2016-10-12T04:43:20Z</dc:date>
    </item>
  </channel>
</rss>

