<?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 Is there a way to do SMCFCS using proc MI in SAS? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-SMCFCS-using-proc-MI-in-SAS/m-p/776820#M38056</link>
    <description>&lt;P&gt;I'd like to try Barlett's approach to multiple imputation using SMC-FCS (Substantive Model Compatible with Fully Conditional Specification). This exists as a package in R, but I have most of my data management work already done in SAS.&amp;nbsp; Is there a way to do this within proc MI/MIANALYZE?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have a dataset to share because I'm just looking for high-level direction at this point. Bartlett article is here for those who are unfamiliar:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pubmed.ncbi.nlm.nih.gov/24525487/" target="_blank" rel="noopener"&gt;https://pubmed.ncbi.nlm.nih.gov/24525487/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the R package smcfcs documentation is here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cran.r-project.org/web/packages/smcfcs/vignettes/smcfcs-vignette.html" target="_blank" rel="noopener"&gt;https://cran.r-project.org/web/packages/smcfcs/vignettes/smcfcs-vignette.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 17:53:25 GMT</pubDate>
    <dc:creator>frankie_b</dc:creator>
    <dc:date>2021-10-27T17:53:25Z</dc:date>
    <item>
      <title>Is there a way to do SMCFCS using proc MI in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-SMCFCS-using-proc-MI-in-SAS/m-p/776820#M38056</link>
      <description>&lt;P&gt;I'd like to try Barlett's approach to multiple imputation using SMC-FCS (Substantive Model Compatible with Fully Conditional Specification). This exists as a package in R, but I have most of my data management work already done in SAS.&amp;nbsp; Is there a way to do this within proc MI/MIANALYZE?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have a dataset to share because I'm just looking for high-level direction at this point. Bartlett article is here for those who are unfamiliar:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pubmed.ncbi.nlm.nih.gov/24525487/" target="_blank" rel="noopener"&gt;https://pubmed.ncbi.nlm.nih.gov/24525487/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the R package smcfcs documentation is here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cran.r-project.org/web/packages/smcfcs/vignettes/smcfcs-vignette.html" target="_blank" rel="noopener"&gt;https://cran.r-project.org/web/packages/smcfcs/vignettes/smcfcs-vignette.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:53:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-SMCFCS-using-proc-MI-in-SAS/m-p/776820#M38056</guid>
      <dc:creator>frankie_b</dc:creator>
      <dc:date>2021-10-27T17:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to do SMCFCS using proc MI in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-SMCFCS-using-proc-MI-in-SAS/m-p/776839#M38060</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess you already know that the MI Procedure has a FCS statement.&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.mi.mifcs" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;The FCS statement specifies a multivariate imputation by fully conditional specification methods.&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;I cannot see the&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;SMC-FCS (Substantive Model Compatible with Fully Conditional Specification)&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;however.&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;If you cannot find a paper or a macro with SMC-FCS in SAS, I am afraid it is not available (unless you code it up yourself).&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;Good luck,&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;Koen&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Oct 2021 18:41:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-SMCFCS-using-proc-MI-in-SAS/m-p/776839#M38060</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-10-27T18:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to do SMCFCS using proc MI in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-SMCFCS-using-proc-MI-in-SAS/m-p/776864#M38066</link>
      <description>&lt;P&gt;Ok thank you. That's too bad. Coding it up myself is a bit daunting -- easier for me to just move my project to R.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 20:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-SMCFCS-using-proc-MI-in-SAS/m-p/776864#M38066</guid>
      <dc:creator>frankie_b</dc:creator>
      <dc:date>2021-10-27T20:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to do SMCFCS using proc MI in SAS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-SMCFCS-using-proc-MI-in-SAS/m-p/776958#M38080</link>
      <description>&lt;P&gt;Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 12:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-SMCFCS-using-proc-MI-in-SAS/m-p/776958#M38080</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-28T12:31:24Z</dc:date>
    </item>
  </channel>
</rss>

