<?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: Proc MCMC: Why doesn't this print plots? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MCMC-Why-doesn-t-this-print-plots/m-p/87278#M4277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; I guess I didn't think of that because it still produced so much output without it.&amp;nbsp; :smileyblush:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2012 19:48:15 GMT</pubDate>
    <dc:creator>DavidClark</dc:creator>
    <dc:date>2012-06-19T19:48:15Z</dc:date>
    <item>
      <title>Proc MCMC: Why doesn't this print plots?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MCMC-Why-doesn-t-this-print-plots/m-p/87276#M4275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have I made a mistake in this code?&amp;nbsp; I don't understand why this isn't printing the plots normally associated with Proc MCMC.&amp;nbsp; (Initially, I had more data, but shortened it for this post.&amp;nbsp; Sorry if it's still too long.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'Why Doesnt This Print Plots?';&lt;BR /&gt;options validvarname=any;&lt;BR /&gt;data coded;&lt;BR /&gt;input X1 X2 X3 @@;&lt;BR /&gt;datalines;&lt;BR /&gt;49.19615 168.9541 339.0285&lt;BR /&gt;59.79256 52.22341 239.234&lt;BR /&gt;69.32701 428.0111 507.1756&lt;BR /&gt;21.82025 26.6339 232.2198&lt;BR /&gt;80.69061 130.7855 391.3814&lt;BR /&gt;85.07306 334.1087 532.6584&lt;BR /&gt;262.8237 78.27474 484.2632&lt;BR /&gt;12.34403 26.53437 98.95171&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc mcmc data=coded outpost=bikesout ntu=30000 nmc=500000 thin=100&lt;BR /&gt;seed=448 monitor=(_parms_) propcov=nmsimp(itprint) init=pinit;&lt;/P&gt;&lt;P&gt;parms Beta1 0 Beta2 0;&lt;BR /&gt;parms sigma 1;&lt;BR /&gt;prior Beta1 Beta2 ~ normal(mean = 0, var = 1e6);&lt;BR /&gt;prior sigma ~ igamma(shape = 3/10, scale = 10/3);&lt;BR /&gt;mu = Beta1*X1 + Beta2*X2;&lt;BR /&gt;model X3 ~ n(mu, var = sigma);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods graphics off;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 18:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MCMC-Why-doesn-t-this-print-plots/m-p/87276#M4275</guid>
      <dc:creator>DavidClark</dc:creator>
      <dc:date>2012-06-19T18:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MCMC: Why doesn't this print plots?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MCMC-Why-doesn-t-this-print-plots/m-p/87277#M4276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about a Run;&amp;nbsp; before the ODS GRAPHICS OFF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 19:41:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MCMC-Why-doesn-t-this-print-plots/m-p/87277#M4276</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-06-19T19:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc MCMC: Why doesn't this print plots?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-MCMC-Why-doesn-t-this-print-plots/m-p/87278#M4277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; I guess I didn't think of that because it still produced so much output without it.&amp;nbsp; :smileyblush:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 19:48:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-MCMC-Why-doesn-t-this-print-plots/m-p/87278#M4277</guid>
      <dc:creator>DavidClark</dc:creator>
      <dc:date>2012-06-19T19:48:15Z</dc:date>
    </item>
  </channel>
</rss>

