<?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 Multivariate regression by category or subgroup in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699736#M33748</link>
    <description>I’m using a Multivariate regression to model the Total volume as a function Of two variables Units and Price.&lt;BR /&gt;&lt;BR /&gt;However I’m not sure wether to model the total volume as a whole or whether to model it by subgroups of brand. How would I go about finding this out?&lt;BR /&gt;&lt;BR /&gt;I have performed cluster analysis for the category as a whole and by brand but unsure how to interpret the results  in order to answer this question</description>
    <pubDate>Wed, 18 Nov 2020 11:19:07 GMT</pubDate>
    <dc:creator>laurenhosking</dc:creator>
    <dc:date>2020-11-18T11:19:07Z</dc:date>
    <item>
      <title>Multivariate regression by category or subgroup</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699736#M33748</link>
      <description>I’m using a Multivariate regression to model the Total volume as a function Of two variables Units and Price.&lt;BR /&gt;&lt;BR /&gt;However I’m not sure wether to model the total volume as a whole or whether to model it by subgroups of brand. How would I go about finding this out?&lt;BR /&gt;&lt;BR /&gt;I have performed cluster analysis for the category as a whole and by brand but unsure how to interpret the results  in order to answer this question</description>
      <pubDate>Wed, 18 Nov 2020 11:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699736#M33748</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-11-18T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multivariate regression by category or subgroup</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699741#M33749</link>
      <description>&lt;P&gt;I think you are asking about a classical ANOVA model that asks whether the mean Volume differs according to the brand. All you need to do is use the CLASS statement to specify the brand variable, then include that variable in your model. FOr example, if you are using PROC GLM, the code looks like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=Have plots=all;
class Brand;
model Volume = Units Price Brand;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Nov 2020 11:50:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699741#M33749</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-11-18T11:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multivariate regression by category or subgroup</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699743#M33750</link>
      <description>Fabulous thank you, and if they do differ then I would need to model my regression by subgroups which is brand?</description>
      <pubDate>Wed, 18 Nov 2020 11:55:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699743#M33750</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-11-18T11:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multivariate regression by category or subgroup</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699746#M33751</link>
      <description>&lt;P&gt;Correct. You can look at the F-tests and p-values for the Type 3 sums of squares to assess whether an effect is statistically significant.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 12:05:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699746#M33751</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-11-18T12:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multivariate regression by category or subgroup</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699832#M33759</link>
      <description>I have observed that 2 of my groups behave the same but 1 behaves differently. So I decided to use brand as a subgroup. &lt;BR /&gt;&lt;BR /&gt;However doing this I’ve been told my R-square value should be close to 1 but it’s not it’s as low as 0.3 in certain cases. Does this matter?</description>
      <pubDate>Wed, 18 Nov 2020 15:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699832#M33759</guid>
      <dc:creator>laurenhosking</dc:creator>
      <dc:date>2020-11-18T15:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multivariate regression by category or subgroup</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699853#M33762</link>
      <description>&lt;P&gt;In an ideal world, R-squared should be close to 1. But different data has different amounts of noise, and so a r-squared of 0.3 may be the proper value for this data. The real question in my mind would be to look at the root mean square error reported by SAS and decide if this is an acceptable level of variation (or not). If, for example, you have some idea of measurement variability or sample-to-sample variability, and the root mean square error is somewhat close, then I'd say that's fine. Or, if the confidence intervals around your predictions or around you parameter estimates are usable, then that's fine as well. All of this is context and problem dependent, there are no rules of thumb, every data set is different, every application is different, every use is different.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 15:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multivariate-regression-by-category-or-subgroup/m-p/699853#M33762</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-18T15:58:28Z</dc:date>
    </item>
  </channel>
</rss>

