<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Advertising Firefox on Wednesdays</title>
	<atom:link href="http://blog.mozilla.com/metrics/2008/09/04/advertising-firefox-on-wednesdays/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/metrics/2008/09/04/advertising-firefox-on-wednesdays/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 04:12:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ivan Ičin</title>
		<link>http://blog.mozilla.com/metrics/2008/09/04/advertising-firefox-on-wednesdays/comment-page-1/#comment-54053</link>
		<dc:creator>Ivan Ičin</dc:creator>
		<pubDate>Thu, 18 Sep 2008 22:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/metrics/?p=112#comment-54053</guid>
		<description>Thanks Ken,

I was searching round for exact model name (as it is not plain regression) so I guess it should be this: http://en.wikipedia.org/wiki/Multinomial_logit</description>
		<content:encoded><![CDATA[<p>Thanks Ken,</p>
<p>I was searching round for exact model name (as it is not plain regression) so I guess it should be this: <a href="http://en.wikipedia.org/wiki/Multinomial_logit" rel="nofollow">http://en.wikipedia.org/wiki/Multinomial_logit</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kkovash</title>
		<link>http://blog.mozilla.com/metrics/2008/09/04/advertising-firefox-on-wednesdays/comment-page-1/#comment-53988</link>
		<dc:creator>kkovash</dc:creator>
		<pubDate>Thu, 18 Sep 2008 16:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/metrics/?p=112#comment-53988</guid>
		<description>Ivan -- thanks for asking.  There are many statistical programs that allow you to run a regression this way, e.g., SAS, SPSS, R, Stata, etc.  Something as basic as Excel might even do the trick.

The challenging part can simply be knowing the right command.  For example, using Stata, I can run the regression above by simply entering the command &quot;regress costperclick i.hourofday&quot;.  costperclick is my left-hand side (dependent)variable and hourofday is a dummy on the right hand side (independent variable).

I think I&#039;ve seen other programs where you would have to, in the example above, manually code each of the 24 hours of the day as a unique dummy, but once you&#039;ve learned how your program handles this, you should be able to treat this as a plain regression.
Ken</description>
		<content:encoded><![CDATA[<p>Ivan &#8212; thanks for asking.  There are many statistical programs that allow you to run a regression this way, e.g., SAS, SPSS, R, Stata, etc.  Something as basic as Excel might even do the trick.</p>
<p>The challenging part can simply be knowing the right command.  For example, using Stata, I can run the regression above by simply entering the command &#8220;regress costperclick i.hourofday&#8221;.  costperclick is my left-hand side (dependent)variable and hourofday is a dummy on the right hand side (independent variable).</p>
<p>I think I&#8217;ve seen other programs where you would have to, in the example above, manually code each of the 24 hours of the day as a unique dummy, but once you&#8217;ve learned how your program handles this, you should be able to treat this as a plain regression.<br />
Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Ičin</title>
		<link>http://blog.mozilla.com/metrics/2008/09/04/advertising-firefox-on-wednesdays/comment-page-1/#comment-53899</link>
		<dc:creator>Ivan Ičin</dc:creator>
		<pubDate>Thu, 18 Sep 2008 06:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/metrics/?p=112#comment-53899</guid>
		<description>Hi,

I would have use of applying this model on some data, but I haven&#039;t learned exactly this model on my university course of statistics (only plain regression).

So I was wondering if you could give me some info like some link, or the name of the test, or program that can output this results, or anything.

Thanks very much.
Ivan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I would have use of applying this model on some data, but I haven&#8217;t learned exactly this model on my university course of statistics (only plain regression).</p>
<p>So I was wondering if you could give me some info like some link, or the name of the test, or program that can output this results, or anything.</p>
<p>Thanks very much.<br />
Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Ičin</title>
		<link>http://blog.mozilla.com/metrics/2008/09/04/advertising-firefox-on-wednesdays/comment-page-1/#comment-51900</link>
		<dc:creator>Ivan Ičin</dc:creator>
		<pubDate>Fri, 05 Sep 2008 17:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/metrics/?p=112#comment-51900</guid>
		<description>It seemed like that from equation, I guess it is more clear in the table below, which I just scanned.</description>
		<content:encoded><![CDATA[<p>It seemed like that from equation, I guess it is more clear in the table below, which I just scanned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kkovash</title>
		<link>http://blog.mozilla.com/metrics/2008/09/04/advertising-firefox-on-wednesdays/comment-page-1/#comment-51731</link>
		<dc:creator>kkovash</dc:creator>
		<pubDate>Thu, 04 Sep 2008 22:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/metrics/?p=112#comment-51731</guid>
		<description>Ivan -- the hour variable is a dummy variable, i.e., the equation sees it as a string and not numeric character.  I probably could have explained that better.  Ken</description>
		<content:encoded><![CDATA[<p>Ivan &#8212; the hour variable is a dummy variable, i.e., the equation sees it as a string and not numeric character.  I probably could have explained that better.  Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Ičin</title>
		<link>http://blog.mozilla.com/metrics/2008/09/04/advertising-firefox-on-wednesdays/comment-page-1/#comment-51710</link>
		<dc:creator>Ivan Ičin</dc:creator>
		<pubDate>Thu, 04 Sep 2008 21:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/metrics/?p=112#comment-51710</guid>
		<description>Why the hell cost per click would scale linear with hour digit?

This is case for ANOVA, not regression</description>
		<content:encoded><![CDATA[<p>Why the hell cost per click would scale linear with hour digit?</p>
<p>This is case for ANOVA, not regression</p>
]]></content:encoded>
	</item>
</channel>
</rss>

