<?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 Sensitivity Analysis- Including only participants that have a certain number of visits in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-Analysis-Including-only-participants-that-have-a/m-p/797162#M39185</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;My primary analysis will include investigating the association between adipose depots averaged from visits 0-6 and brain biomarkers. Visits 0-6 were prior to the brain scans. For the sensitivity analysis, I want to look exclusively at participants who have data from visits 0-7 or visits 0-8 or visits 0-9. I wasn't sure how to go about doing this. I tried the code below but it didn't work. Thank you all in advance for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data mri2;
set mri;
if wbvy in (0,1,2,3,4,5,6,7) or wbvy in (0,1,2,3,4,5,6,7,8) or wbvy in (0,1,2,3,4,5,6,7,8,9);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Feb 2022 07:41:25 GMT</pubDate>
    <dc:creator>zaldarsa</dc:creator>
    <dc:date>2022-02-18T07:41:25Z</dc:date>
    <item>
      <title>Sensitivity Analysis- Including only participants that have a certain number of visits</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-Analysis-Including-only-participants-that-have-a/m-p/797162#M39185</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;My primary analysis will include investigating the association between adipose depots averaged from visits 0-6 and brain biomarkers. Visits 0-6 were prior to the brain scans. For the sensitivity analysis, I want to look exclusively at participants who have data from visits 0-7 or visits 0-8 or visits 0-9. I wasn't sure how to go about doing this. I tried the code below but it didn't work. Thank you all in advance for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data mri2;
set mri;
if wbvy in (0,1,2,3,4,5,6,7) or wbvy in (0,1,2,3,4,5,6,7,8) or wbvy in (0,1,2,3,4,5,6,7,8,9);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 07:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-Analysis-Including-only-participants-that-have-a/m-p/797162#M39185</guid>
      <dc:creator>zaldarsa</dc:creator>
      <dc:date>2022-02-18T07:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sensitivity Analysis- Including only participants that have a certain number of visits</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-Analysis-Including-only-participants-that-have-a/m-p/798464#M39254</link>
      <description>data mri1 mri2 mri3;&lt;BR /&gt;set mri;&lt;BR /&gt;        if 0&amp;lt;=wbvy&amp;lt;=9 then do;&lt;BR /&gt;              output mri1;&lt;BR /&gt;             if wbvy ne 9 then do;&lt;BR /&gt;                    output mri2;&lt;BR /&gt;                    if wbvy ne 8 then do;&lt;BR /&gt;                            output mri3;&lt;BR /&gt;end; end; end;&lt;BR /&gt;run;</description>
      <pubDate>Thu, 24 Feb 2022 22:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Sensitivity-Analysis-Including-only-participants-that-have-a/m-p/798464#M39254</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2022-02-24T22:37:37Z</dc:date>
    </item>
  </channel>
</rss>

