<?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 Baseline is defined as the last value reported prior to first IP administration. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Baseline-is-defined-as-the-last-value-reported-prior-to-first-IP/m-p/807342#M318294</link>
    <description>&lt;P&gt;&lt;BR /&gt;data have; &lt;BR /&gt;infile datalines dsd truncover; &lt;BR /&gt;input subjid $ visitnum $ armcd $;&lt;BR /&gt;datalines;&lt;BR /&gt;101,1,height&lt;BR /&gt;101,1,weight&lt;BR /&gt;101,1,bmi&lt;BR /&gt;101,1,temp&lt;BR /&gt;101,2,temp&lt;BR /&gt;101,3,temp&lt;BR /&gt;101,4,temp&lt;BR /&gt;101,5,temp&lt;BR /&gt;101,1,hr&lt;BR /&gt;101,2,hr&lt;BR /&gt;101,3,hr&lt;BR /&gt;101,4,hr&lt;BR /&gt;101,5,hr&lt;BR /&gt;102,1,height&lt;BR /&gt;102,1,weight&lt;BR /&gt;102,1,bmi&lt;BR /&gt;102,1,temp&lt;BR /&gt;102,3,temp&lt;BR /&gt;102,4,temp&lt;BR /&gt;102,5,temp&lt;BR /&gt;103,1,height&lt;BR /&gt;103,1,weight&lt;BR /&gt;103,1,bmi&lt;BR /&gt;103,3,temp&lt;BR /&gt;103,4,temp&lt;BR /&gt;103,6,temp&lt;BR /&gt;104,1,hr&lt;BR /&gt;104,3,hr&lt;BR /&gt;104,4,hr&lt;BR /&gt;104,5,hr&lt;BR /&gt;105,1,temp&lt;BR /&gt;105,3,temp&lt;BR /&gt;105,5,temp&lt;BR /&gt;106,1,height&lt;BR /&gt;106,1,weight&lt;BR /&gt;106,1,bmi&lt;BR /&gt;106,1,temp&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;how to get this data using above data set&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want; &lt;BR /&gt;infile datalines dsd truncover; &lt;BR /&gt;input subjid $ visitnum $ armcd $ AVISITN;&lt;BR /&gt;datalines;&lt;BR /&gt;101,1,height,1&lt;BR /&gt;101,1,weight,1&lt;BR /&gt;101,1,bmi,1&lt;BR /&gt;101,1,temp,,&lt;BR /&gt;101,2,temp,1&lt;BR /&gt;101,3,temp,3&lt;BR /&gt;101,4,temp,4&lt;BR /&gt;101,5,temp,5&lt;BR /&gt;101,1,hr,,&lt;BR /&gt;101,2,hr,1&lt;BR /&gt;101,3,hr,3&lt;BR /&gt;101,4,hr,4&lt;BR /&gt;101,5,hr,5&lt;BR /&gt;102,1,height,1&lt;BR /&gt;102,1,weight,1&lt;BR /&gt;102,1,bmi,1&lt;BR /&gt;102,1,temp,1&lt;BR /&gt;102,3,temp,3&lt;BR /&gt;102,4,temp,4&lt;BR /&gt;102,5,temp,5&lt;BR /&gt;103,1,height,1&lt;BR /&gt;103,1,weight,1&lt;BR /&gt;103,1,bmi,1&lt;BR /&gt;103,3,temp,3&lt;BR /&gt;103,4,temp,4&lt;BR /&gt;103,6,temp,6&lt;BR /&gt;104,1,hr,,&lt;BR /&gt;104,3,hr,3&lt;BR /&gt;104,4,hr,4&lt;BR /&gt;104,5,hr,5&lt;BR /&gt;105,1,temp,1&lt;BR /&gt;105,3,temp,3&lt;BR /&gt;105,5,temp,5&lt;BR /&gt;106,1,height,,&lt;BR /&gt;106,1,weight,,&lt;BR /&gt;106,1,bmi,,&lt;BR /&gt;106,1,temp,,&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 10:57:06 GMT</pubDate>
    <dc:creator>teja5959</dc:creator>
    <dc:date>2022-04-12T10:57:06Z</dc:date>
    <item>
      <title>Baseline is defined as the last value reported prior to first IP administration.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Baseline-is-defined-as-the-last-value-reported-prior-to-first-IP/m-p/807342#M318294</link>
      <description>&lt;P&gt;&lt;BR /&gt;data have; &lt;BR /&gt;infile datalines dsd truncover; &lt;BR /&gt;input subjid $ visitnum $ armcd $;&lt;BR /&gt;datalines;&lt;BR /&gt;101,1,height&lt;BR /&gt;101,1,weight&lt;BR /&gt;101,1,bmi&lt;BR /&gt;101,1,temp&lt;BR /&gt;101,2,temp&lt;BR /&gt;101,3,temp&lt;BR /&gt;101,4,temp&lt;BR /&gt;101,5,temp&lt;BR /&gt;101,1,hr&lt;BR /&gt;101,2,hr&lt;BR /&gt;101,3,hr&lt;BR /&gt;101,4,hr&lt;BR /&gt;101,5,hr&lt;BR /&gt;102,1,height&lt;BR /&gt;102,1,weight&lt;BR /&gt;102,1,bmi&lt;BR /&gt;102,1,temp&lt;BR /&gt;102,3,temp&lt;BR /&gt;102,4,temp&lt;BR /&gt;102,5,temp&lt;BR /&gt;103,1,height&lt;BR /&gt;103,1,weight&lt;BR /&gt;103,1,bmi&lt;BR /&gt;103,3,temp&lt;BR /&gt;103,4,temp&lt;BR /&gt;103,6,temp&lt;BR /&gt;104,1,hr&lt;BR /&gt;104,3,hr&lt;BR /&gt;104,4,hr&lt;BR /&gt;104,5,hr&lt;BR /&gt;105,1,temp&lt;BR /&gt;105,3,temp&lt;BR /&gt;105,5,temp&lt;BR /&gt;106,1,height&lt;BR /&gt;106,1,weight&lt;BR /&gt;106,1,bmi&lt;BR /&gt;106,1,temp&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;how to get this data using above data set&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want; &lt;BR /&gt;infile datalines dsd truncover; &lt;BR /&gt;input subjid $ visitnum $ armcd $ AVISITN;&lt;BR /&gt;datalines;&lt;BR /&gt;101,1,height,1&lt;BR /&gt;101,1,weight,1&lt;BR /&gt;101,1,bmi,1&lt;BR /&gt;101,1,temp,,&lt;BR /&gt;101,2,temp,1&lt;BR /&gt;101,3,temp,3&lt;BR /&gt;101,4,temp,4&lt;BR /&gt;101,5,temp,5&lt;BR /&gt;101,1,hr,,&lt;BR /&gt;101,2,hr,1&lt;BR /&gt;101,3,hr,3&lt;BR /&gt;101,4,hr,4&lt;BR /&gt;101,5,hr,5&lt;BR /&gt;102,1,height,1&lt;BR /&gt;102,1,weight,1&lt;BR /&gt;102,1,bmi,1&lt;BR /&gt;102,1,temp,1&lt;BR /&gt;102,3,temp,3&lt;BR /&gt;102,4,temp,4&lt;BR /&gt;102,5,temp,5&lt;BR /&gt;103,1,height,1&lt;BR /&gt;103,1,weight,1&lt;BR /&gt;103,1,bmi,1&lt;BR /&gt;103,3,temp,3&lt;BR /&gt;103,4,temp,4&lt;BR /&gt;103,6,temp,6&lt;BR /&gt;104,1,hr,,&lt;BR /&gt;104,3,hr,3&lt;BR /&gt;104,4,hr,4&lt;BR /&gt;104,5,hr,5&lt;BR /&gt;105,1,temp,1&lt;BR /&gt;105,3,temp,3&lt;BR /&gt;105,5,temp,5&lt;BR /&gt;106,1,height,,&lt;BR /&gt;106,1,weight,,&lt;BR /&gt;106,1,bmi,,&lt;BR /&gt;106,1,temp,,&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 10:57:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Baseline-is-defined-as-the-last-value-reported-prior-to-first-IP/m-p/807342#M318294</guid>
      <dc:creator>teja5959</dc:creator>
      <dc:date>2022-04-12T10:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Baseline is defined as the last value reported prior to first IP administration.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Baseline-is-defined-as-the-last-value-reported-prior-to-first-IP/m-p/807415#M318339</link>
      <description>&lt;P&gt;Define what "first IP administration" is or how we can tell in the data that occurs. I hate to guess and since there is no Variable named either IP or Administration or anything resembling either of those words that is what I would be doing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears like a "find the value per Subjid (NOT mentioned in your request) and merge that value back onto the whole data set by subjid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One potential problem, what if there is break in the data, such as long interval related to whatever this activity is, and the same subjid reappears later and should not be treated as the same sequence of visits?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 15:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Baseline-is-defined-as-the-last-value-reported-prior-to-first-IP/m-p/807415#M318339</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-04-12T15:04:01Z</dc:date>
    </item>
  </channel>
</rss>

