<?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: Store doesn't output a dataset in proc genmod in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Store-doesn-t-output-a-dataset-in-proc-genmod/m-p/565451#M158761</link>
    <description>What makes you think it's not created? It's not a data set though, it's an object that PROC PLM will know to use once you reference it. &lt;BR /&gt;&lt;BR /&gt;From the docs: &lt;BR /&gt;The STORE statement requests that the procedure save the context and results of the statistical analysis. The resulting item store has a binary file format that cannot be modified. The contents of the item store can be processed with the PLM procedure</description>
    <pubDate>Wed, 12 Jun 2019 01:51:05 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-06-12T01:51:05Z</dc:date>
    <item>
      <title>Store doesn't output a dataset in proc genmod</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Store-doesn-t-output-a-dataset-in-proc-genmod/m-p/565440#M158753</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know how to get STORE function work and output a dataset VISUAL as shown in the model below? I'd like to create a plot on the resulting VISUAL data using proc plm. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time and help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=individ1(where=(fu le 5)) order=formatted;
fwdlink link = log(_MEAN_-d_star);
invlink ilink= exp(_XBETA_)+d_star;
class fu STAGE(REF='4') age;
model d = fu age STAGE/ error=poisson offset=ln_y type3; &lt;BR /&gt;STORE VISUAL; 
output out=predprobs  lower=lowerci  pred=pred upper=upperci;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 23:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Store-doesn-t-output-a-dataset-in-proc-genmod/m-p/565440#M158753</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2019-06-11T23:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Store doesn't output a dataset in proc genmod</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Store-doesn-t-output-a-dataset-in-proc-genmod/m-p/565451#M158761</link>
      <description>What makes you think it's not created? It's not a data set though, it's an object that PROC PLM will know to use once you reference it. &lt;BR /&gt;&lt;BR /&gt;From the docs: &lt;BR /&gt;The STORE statement requests that the procedure save the context and results of the statistical analysis. The resulting item store has a binary file format that cannot be modified. The contents of the item store can be processed with the PLM procedure</description>
      <pubDate>Wed, 12 Jun 2019 01:51:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Store-doesn-t-output-a-dataset-in-proc-genmod/m-p/565451#M158761</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-12T01:51:05Z</dc:date>
    </item>
  </channel>
</rss>

