<?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 Multiplicative Model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657423#M31473</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was wondering if there is a way to estimate a multiplicative model on SAS.&lt;BR /&gt;For instance, a model like this :&lt;/P&gt;
&lt;P&gt;Y = (B1.X1) * (B2.X2) * (B3.X3)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where the B's are the estimated coefficients of the categorical X's variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 10:19:42 GMT</pubDate>
    <dc:creator>Mathis1</dc:creator>
    <dc:date>2020-06-11T10:19:42Z</dc:date>
    <item>
      <title>Multiplicative Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657423#M31473</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was wondering if there is a way to estimate a multiplicative model on SAS.&lt;BR /&gt;For instance, a model like this :&lt;/P&gt;
&lt;P&gt;Y = (B1.X1) * (B2.X2) * (B3.X3)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where the B's are the estimated coefficients of the categorical X's variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 10:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657423#M31473</guid>
      <dc:creator>Mathis1</dc:creator>
      <dc:date>2020-06-11T10:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplicative Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657472#M31477</link>
      <description>&lt;P&gt;A log-linear model is most appropriate here.&amp;nbsp; Check out the PROC CATMOD documentation here for a very close approximation to the situation you present:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_catmod_examples04.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_catmod_examples04.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 12:28:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657472#M31477</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-06-11T12:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplicative Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657473#M31478</link>
      <description>&lt;P&gt;You could also use either PROC GENMOD or GLIMMIX with a log link.&amp;nbsp; It depends on which provides the most interpretable output.&amp;nbsp; The CATMOD approach is probably the standard, though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 12:30:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657473#M31478</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-06-11T12:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplicative Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657560#M31486</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I'm very grateful to you for your reply. I'm not sure how to use the PROC Catmod in my case. I tried :&lt;/P&gt;
&lt;P&gt;proc catmod data=PACIFICA.PACIFICA_04_V8;&lt;BR /&gt;model Y= X1*X2*X3;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;But it doen't seem to give me any coefficient, only the response profiles... I also tried some other options that I read here and there but no success &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any advice ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 15:11:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657560#M31486</guid>
      <dc:creator>Mathis1</dc:creator>
      <dc:date>2020-06-11T15:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplicative Model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657640#M31494</link>
      <description>&lt;P&gt;If X1, X2 and X3 are categorical, what is Y in this case?&amp;nbsp; The PROC CATMOD approach assumes the cross tabs for the X's defines the number of observations in each cell.&amp;nbsp; If that is what you are looking for, then the MODEL statement should look like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;model x1*x2*x3 = _response_;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now if Y is a continuous response, this isn't a good approach.&amp;nbsp; Instead, try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=yourdata;
class x1 x2 x3;
model y=x1 x2 x3/solution noint cl link=log type3;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This will give the coefficients in the log space, the confidence bounds on the coefficients and the equivalent of an analysis of variance table.&amp;nbsp; This has an advantage as it is easy to model interactions with fairly simple modifications to the MODEL statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:58:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiplicative-Model/m-p/657640#M31494</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-06-11T17:58:49Z</dc:date>
    </item>
  </channel>
</rss>

