<?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 Data Normalization in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193417#M10294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem that is challenging to me about fitting coefficient parameter.&amp;nbsp; Here is the problem data (simple example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="174" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); width: 258px; height: 171px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customers&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Demand&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;60&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;40&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;300&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;250&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;350&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.35&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to fit the coefficient parameter (A) about how demand responds to price changes. That is, Demand = C + A*Price + Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My point is that, such data cannot be directly used in fitting A, because there are big differences in bases of customer needs and pricing strategy differences for various customers. Herein, such two variations need to be removed by NORMALIZATION before we do regression. The normalization procedure means to put demand and price into the same level.&amp;nbsp; After normalization, the data becomes as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="176" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); width: 658px; height: 178px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customers&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Normalized Demand&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Normalized Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;50*(175/50) = 175&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.94&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;60*(175/50) = 210&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.76&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;40*(175/50) = 140&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;300*(175/300) = 175&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;250*(175/300) = 146&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.08&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;350*(175/300) = 204&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.68&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;In the table, 175 is the overall demand average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of the normalization procedure is to remove the variations existed in customer need bases and pricing differences for different customers. However, it still well preserves the sensitivity of prices on demand for each customer, and put them into the same level.&amp;nbsp; We can then do parameter A fitting after normalization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question to you is that:&amp;nbsp; Do you think whether this method is statistically valid?&amp;nbsp; If not, do you know any existing statistical method to handle such data issue?&amp;nbsp; Appreciate your help for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 17:13:26 GMT</pubDate>
    <dc:creator>wutao9999</dc:creator>
    <dc:date>2015-04-10T17:13:26Z</dc:date>
    <item>
      <title>Data Normalization</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193417#M10294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem that is challenging to me about fitting coefficient parameter.&amp;nbsp; Here is the problem data (simple example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="174" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); width: 258px; height: 171px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customers&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Demand&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;60&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;40&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;300&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;250&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;350&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.35&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to fit the coefficient parameter (A) about how demand responds to price changes. That is, Demand = C + A*Price + Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My point is that, such data cannot be directly used in fitting A, because there are big differences in bases of customer needs and pricing strategy differences for various customers. Herein, such two variations need to be removed by NORMALIZATION before we do regression. The normalization procedure means to put demand and price into the same level.&amp;nbsp; After normalization, the data becomes as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="176" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); width: 658px; height: 178px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customers&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Normalized Demand&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Normalized Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;50*(175/50) = 175&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.94&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;60*(175/50) = 210&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.76&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;40*(175/50) = 140&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;300*(175/300) = 175&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;250*(175/300) = 146&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3.08&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;350*(175/300) = 204&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2.68&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;In the table, 175 is the overall demand average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of the normalization procedure is to remove the variations existed in customer need bases and pricing differences for different customers. However, it still well preserves the sensitivity of prices on demand for each customer, and put them into the same level.&amp;nbsp; We can then do parameter A fitting after normalization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question to you is that:&amp;nbsp; Do you think whether this method is statistically valid?&amp;nbsp; If not, do you know any existing statistical method to handle such data issue?&amp;nbsp; Appreciate your help for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 17:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193417#M10294</guid>
      <dc:creator>wutao9999</dc:creator>
      <dc:date>2015-04-10T17:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data Normalization</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193418#M10295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This obliterates any pre-existing differences in price due to customer group.&amp;nbsp; Why not fit separate slopes for each group, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Demand = intercept + beta1 * price * (indicator for customer group) + error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is pretty commonly done in PROC GLM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 17:48:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193418#M10295</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-04-10T17:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data Normalization</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193419#M10296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We assume that all customers share the same price sensitivity, A is the same for all customers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193419#M10296</guid>
      <dc:creator>wutao9999</dc:creator>
      <dc:date>2015-04-10T18:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Normalization</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193420#M10297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then what is the meaning of 'A' and 'B' in the customers column?&amp;nbsp; If all customers have the characteristic A, there is certainly no need to be adjusting that I can readily see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:30:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193420#M10297</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-04-10T18:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Normalization</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193421#M10298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Sorry for mis-presenting the table. Coefficient A is different from Customer A listed in the table.&amp;nbsp; We should change the A and B in the table to Customer_A and Customer_B. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:37:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193421#M10298</guid>
      <dc:creator>wutao9999</dc:creator>
      <dc:date>2015-04-10T18:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Normalization</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193422#M10299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I assume that you have many customers, and you want a common estimate of the slope.&amp;nbsp; That sounds like a random slopes regression to me.&amp;nbsp; Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc mixed data=yourdata;&lt;/P&gt;&lt;P&gt;class customer;&lt;/P&gt;&lt;P&gt;model demand=price;&lt;/P&gt;&lt;P&gt;random intercept price/subject=customer;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:45:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193422#M10299</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-04-10T18:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data Normalization</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193423#M10300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;Do you think whether this method is statistically valid?&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;I agree with Steve, and if you wanted to do this in PROC GLM, you could force the slopes to be the same for each group (or not), it's up to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the question isn't "is this method statistically valid"? For you to be using this method, you would have to be able to justify it based upon subject matter reasoning and knowledge (not statistical reasoning). You need to talk to the subject matter experts to see if they think this is reasonable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:47:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193423#M10300</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-04-10T18:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Normalization</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193424#M10301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PROC GLM, can we set the intercept to be different for different groups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way I have been thinking is to add a dummy variable for different groups.&amp;nbsp; Can the dummy variable account for the base differences for different groups?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 21:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193424#M10301</guid>
      <dc:creator>wutao9999</dc:creator>
      <dc:date>2015-04-10T21:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data Normalization</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193425#M10302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In GLM, by putting the group variable in the class statement, it is setting different intercepts for each level of the group variable.&amp;nbsp; Use the NOINT option to get these estimates for each group, rather than the estimates as deviations from the overall intercept by group level.&amp;nbsp; Inclusion of the group variable in the CLASS statement automatically codes dummy variables for the different groups, so there would be no need to add constructed dummy variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 13:10:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Data-Normalization/m-p/193425#M10302</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-04-13T13:10:55Z</dc:date>
    </item>
  </channel>
</rss>

