<?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 procedures for Internal validation using Cross-validation/ Bootstrapping in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/875023#M345736</link>
    <description>&lt;P&gt;The excel sheet had ID variable, Outcome variable and scoring variable PIPE_Score. I want to get sensitivity and specificity calculation for Outcome prediction for PIPE_Score cutoffs of&amp;nbsp; 7, 12 and 15. I also want to generate a bootstrapped cohort and calculate the sensitivity and specificity for Outcome prediction for the same&amp;nbsp;PIPE_Score cutoffs of&amp;nbsp; 7, 12 and 15. I have attached the excel sheet again. Thank you for your help!&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 16:36:41 GMT</pubDate>
    <dc:creator>sms1891</dc:creator>
    <dc:date>2023-05-10T16:36:41Z</dc:date>
    <item>
      <title>SAS procedures for Internal validation using Cross-validation/ Bootstrapping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/874779#M345642</link>
      <description>&lt;P&gt;Hi SAS experts,&lt;/P&gt;&lt;P&gt;I have a data set with&amp;nbsp; N= 2196 observations, a scoring variable (&lt;STRONG&gt;PIPE_Score&lt;/STRONG&gt; values from 1 to 13) and an outcome variable (&lt;STRONG&gt;Outcome&lt;/STRONG&gt;, values 0 for No and 1 for Yes). I need help with calculating the sensitivity and specificity for predicting the outcome based on the PIPE_Score values and some kind of &lt;STRONG&gt;internal validation (cross-validation or bootstrapping)&lt;/STRONG&gt; to check&amp;nbsp;sensitivity and specificity for predicting the outcome based on the PIPE_Score values using the validation cohort. How can I achieve this? Any help with this is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much in advance!&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 21:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/874779#M345642</guid>
      <dc:creator>sms1891</dc:creator>
      <dc:date>2023-05-09T21:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS procedures for Internal validation using Cross-validation/ Bootstrapping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/874798#M345656</link>
      <description>&lt;P&gt;If you generated that data set with one of the modeling procedures you should include the code from the modeling procedure.&lt;/P&gt;
&lt;P&gt;Then someone more familiar with the procedures can suggest specific options, especially if they may be needed in the model procedure code, to help.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 22:53:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/874798#M345656</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-09T22:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS procedures for Internal validation using Cross-validation/ Bootstrapping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/875000#M345729</link>
      <description>&lt;P&gt;Thank you for the response. I have an excel sheet with the original data. Please see the attached. I do not have any sas code for the question posted because I am not sure how to get it done.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;PROC IMPORT OUT= WORK.Derv
            DATAFILE= "\\Desktp\Derv.xlsx" 
            DBMS=EXCEL REPLACE;
     RANGE="Sheet1$"; 
     GETNAMES=YES;
     MIXED=NO;
     SCANTEXT=YES;
     USEDATE=YES;
     SCANTIME=YES;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 May 2023 15:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/875000#M345729</guid>
      <dc:creator>sms1891</dc:creator>
      <dc:date>2023-05-10T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS procedures for Internal validation using Cross-validation/ Bootstrapping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/875002#M345731</link>
      <description>&lt;P&gt;When i look at that XLSX I see pictures, nothing that could be "imported". &lt;/P&gt;
&lt;P&gt;Is that a "validation" set? Usually validation comes with a training set. Do you have such?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you are actually asking for help creating the predication and then validating? What kind of rules do you have for the prediction?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 15:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/875002#M345731</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-10T15:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS procedures for Internal validation using Cross-validation/ Bootstrapping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/875023#M345736</link>
      <description>&lt;P&gt;The excel sheet had ID variable, Outcome variable and scoring variable PIPE_Score. I want to get sensitivity and specificity calculation for Outcome prediction for PIPE_Score cutoffs of&amp;nbsp; 7, 12 and 15. I also want to generate a bootstrapped cohort and calculate the sensitivity and specificity for Outcome prediction for the same&amp;nbsp;PIPE_Score cutoffs of&amp;nbsp; 7, 12 and 15. I have attached the excel sheet again. Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 16:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-procedures-for-Internal-validation-using-Cross-validation/m-p/875023#M345736</guid>
      <dc:creator>sms1891</dc:creator>
      <dc:date>2023-05-10T16:36:41Z</dc:date>
    </item>
  </channel>
</rss>

