<?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>Doc_Duke Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>Doc_Duke Tracker</description>
    <pubDate>Mon, 11 May 2026 01:40:57 GMT</pubDate>
    <dc:date>2026-05-11T01:40:57Z</dc:date>
    <item>
      <title>Re: Chi-Square WARNING</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Chi-Square-WARNING/m-p/801190#M39391</link>
      <description>&lt;P&gt;It may be that a categorical test is not appropriate to these data. PROC NPAR1WAY seems more appropriate for testing the difference between waves on age.&amp;nbsp; Though it will work with grouped ages, it would be even better if you have discrete ages.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 21:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Chi-Square-WARNING/m-p/801190#M39391</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2022-03-09T21:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exposure-adjusted event rate</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Exposure-adjusted-event-rate/m-p/733151#M2588</link>
      <description>Just do a google search and you'll get the answer.  Lex Jansen has a nice article on it.</description>
      <pubDate>Tue, 13 Apr 2021 00:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Exposure-adjusted-event-rate/m-p/733151#M2588</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2021-04-13T00:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Time to event analysis- ADTTE</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Time-to-event-analysis-ADTTE/m-p/720048#M2583</link>
      <description>&lt;P&gt;Because the ADTTE is CDISC standard.&amp;nbsp; See&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cdisc.org/standards/foundational/adam/adam-basic-data-structure-bds-time-event-tte-analyses-v1-0" target="_blank"&gt;https://www.cdisc.org/standards/foundational/adam/adam-basic-data-structure-bds-time-event-tte-analyses-v1-0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Standards can be changed, but it is a bit of a drawn out process.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 21:49:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Time-to-event-analysis-ADTTE/m-p/720048#M2583</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2021-02-17T21:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I Find Code that opens a given dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-Find-Code-that-opens-a-given-dataset/m-p/720045#M38189</link>
      <description>&lt;P&gt;This may not be viable, depending on how many EG projects you have, but you could run the project and store the log(s).&amp;nbsp; Then you can just use text search tools to find the datasets referenced in the logs.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 21:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-Find-Code-that-opens-a-given-dataset/m-p/720045#M38189</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2021-02-17T21:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract date from start date (description part) and create a variable in the dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-extract-date-from-start-date-description-part-and-create/m-p/698972#M213806</link>
      <description>I get access denied on the google sheet.</description>
      <pubDate>Sun, 15 Nov 2020 16:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-extract-date-from-start-date-description-part-and-create/m-p/698972#M213806</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2020-11-15T16:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: No valid observations are found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-No-valid-observations-are-found/m-p/685101#M207732</link>
      <description>"ERROR: No valid observations are found." means that every observation is has a missing value for one or more of the predictor or outcome variables.  Since it occurs for the continuous variables only, that's the place to focus.&lt;BR /&gt;&lt;BR /&gt;Your dummy variable regression is likely overparameterized.  Unless you have a lot of missing gender values, you don't need indicators for both male and female.  Ditto gas and race.&lt;BR /&gt;&lt;BR /&gt;You may want to try PROC GLM unless you ultimately want to use some of the stepwise parameters of PROC REG.</description>
      <pubDate>Fri, 18 Sep 2020 20:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-No-valid-observations-are-found/m-p/685101#M207732</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2020-09-18T20:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: setting VALIDVARNAME as the default for the duration of the session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/setting-VALIDVARNAME-as-the-default-for-the-duration-of-the/m-p/654638#M196574</link>
      <description>Try putting it in the autoexec.sas file.  I'm not currently using SAS Studio, so it's more a guess based on other SAS products.</description>
      <pubDate>Mon, 08 Jun 2020 18:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/setting-VALIDVARNAME-as-the-default-for-the-duration-of-the/m-p/654638#M196574</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2020-06-08T18:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide Project Size Increasing with no changes</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-Project-Size-Increasing-with-no-changes/m-p/639483#M35861</link>
      <description>&lt;P&gt;There are a few things that might be causing this:&lt;/P&gt;
&lt;P&gt;-- Are you using the same version of EGuide?&amp;nbsp; Your saving might convert to a newer storage.&lt;/P&gt;
&lt;P&gt;-- Do you and your colleague have the same options set?&amp;nbsp; I'm not sure which ones might impact storage.&lt;/P&gt;
&lt;P&gt;-- Is your computer's storage blocksize different from your colleagues?&amp;nbsp; I wouldn't expect that big a shift, but it might.&lt;/P&gt;
&lt;P&gt;-- Are you using the same version of Windows?&amp;nbsp; That might also change storage settings.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 14:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-Project-Size-Increasing-with-no-changes/m-p/639483#M35861</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2020-04-13T14:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate confidence interval for crude rate by using age group data by years</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-confidence-interval-for-crude-rate-by-using-age/m-p/639447#M78221</link>
      <description>&lt;P&gt;This may be the answer.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/td-p/25521" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/td-p/25521&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used this google search to find it&lt;/P&gt;
&lt;P&gt;poisson confidence limit site:sas.com&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 12:58:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-calculate-confidence-interval-for-crude-rate-by-using-age/m-p/639447#M78221</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2020-04-13T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why will my proc lifetest code not work?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-will-my-proc-lifetest-code-not-work/m-p/635125#M21278</link>
      <description>&lt;P&gt;PROC LIFETEST uses lots of memory.&amp;nbsp; Look for 'memory requirements' in the documentation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/stat/131/lifetest.pdf" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/stat/131/lifetest.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 19:01:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-will-my-proc-lifetest-code-not-work/m-p/635125#M21278</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2020-03-26T19:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: DateTime Calculations</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DateTime-Calculations/m-p/619922#M77128</link>
      <description>&lt;P&gt;To add to Reeza's comments, I'd suggest reading&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n0q9ylcaccjgjrn19hvqnd9cte8p.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n0q9ylcaccjgjrn19hvqnd9cte8p.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;for thorough coverage of the concepts.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 20:25:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DateTime-Calculations/m-p/619922#M77128</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2020-01-24T20:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-Variable/m-p/610865#M177979</link>
      <description>&lt;P&gt;It appears that RET is a variable and you are using it as a function.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 23:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-Variable/m-p/610865#M177979</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-12-10T23:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in file and i/o processing did not complete</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file-and-i-o-processing-did-not-complete/m-p/609219#M35214</link>
      <description>&lt;P&gt;In addition to Kurt's comments, you may be creating a number of intermediate files that are no longer needed, but are still taking up space on the disk.&amp;nbsp; Critically look at your code and perhaps add some clean-up steps.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 00:34:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file-and-i-o-processing-did-not-complete/m-p/609219#M35214</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-12-04T00:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Different means between PROC MEANS and EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Different-means-between-PROC-MEANS-and-EXCEL/m-p/585492#M166968</link>
      <description>&lt;P&gt;Those difference look like round-off errors.&amp;nbsp; although both SAS and Excel use double precision FLOATING POINT arithmetic, you can get round-off errors when the numerator N is large.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 19:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Different-means-between-PROC-MEANS-and-EXCEL/m-p/585492#M166968</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-09-01T19:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: side by side BOXPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/side-by-side-BOXPLOT/m-p/585490#M166966</link>
      <description>&lt;P&gt;Lacona,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the boxplot you are looking for, you need to transpose the data first to get 3 columns:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Name, IncomeClass (with values Income1, Income2, and Income3), and the value of the income.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The elegant way to do it is to use PROC TRANSPOSE.&amp;nbsp; However, with this little data, you can just retype the data.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 19:49:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/side-by-side-BOXPLOT/m-p/585490#M166966</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-09-01T19:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Heckman model.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Heckman-model/m-p/584109#M28640</link>
      <description>&lt;P&gt;This discussion might help&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/message/227949#227949" target="_blank"&gt;https://communities.sas.com/message/227949#227949&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 01:37:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Heckman-model/m-p/584109#M28640</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-08-27T01:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: EDT(Electronic data Transfer)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EDT-Electronic-data-Transfer/m-p/568233#M159905</link>
      <description>&lt;P&gt;Reeza's comment to talk to a colleague in the area is spot on.&amp;nbsp; The procedures and skills needed vary depending on the goal of the EDT.&amp;nbsp; It could be that you need to do a lot of ODS formatting for report generation back to your clients or that you need ODBC or Oracle connectivity to load a database.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2019 20:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EDT-Electronic-data-Transfer/m-p/568233#M159905</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-06-23T20:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disk full OUT OF RESOURCES question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Disk-full-OUT-OF-RESOURCES-question/m-p/567736#M75144</link>
      <description>&lt;P&gt;You probably need to look at some coding efficiency activities.&amp;nbsp; For instance, using TAGSORT takes lot less disk space than a regular sort.&amp;nbsp; You may also want to explicitly delete work files and, when possible, use the KEEP option so the procedures minimize the data they have to carry.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Disk-full-OUT-OF-RESOURCES-question/m-p/567736#M75144</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-06-20T19:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tab delimited data file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-tab-delimited-data-file/m-p/567733#M159692</link>
      <description>&lt;P&gt;CH33,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another approach might be to use an editor that show the actual ASCII codes (e.g. UltraEdit).&amp;nbsp; Then you can truly see the differences in the files.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 18:51:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-tab-delimited-data-file/m-p/567733#M159692</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-06-20T18:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: EDT(Electronic data Transfer)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EDT-Electronic-data-Transfer/m-p/567730#M159690</link>
      <description>&lt;P&gt;In the clinical trials arena, EDT generally refers to transmitting data without a lot of human oversight.&amp;nbsp; It can range from a nightly run program that takes the days analyses from the lab and packages it as reports to the sites to a more real time activity that monitors for incoming data, processes it, and send the results out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the big differences I see is that the program(s) need to have a lot more error logic and alerts built in as there won't be as much human oversight.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 18:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EDT-Electronic-data-Transfer/m-p/567730#M159690</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-06-20T18:45:35Z</dc:date>
    </item>
  </channel>
</rss>

