<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>Chandrakant Agme</title>
<link>https://chandrakantagme.com/blog.html</link>
<atom:link href="https://chandrakantagme.com/blog.xml" rel="self" type="application/rss+xml"/>
<description>Occasional writing on measurement, data, and things worked out the hard way.</description>
<image>
<url>https://chandrakantagme.com/images/card-measurement.png</url>
<title>Chandrakant Agme</title>
<link>https://chandrakantagme.com/blog.html</link>
<height>74</height>
<width>144</width>
</image>
<generator>quarto-1.10.18</generator>
<lastBuildDate>Tue, 11 Aug 2026 00:00:00 GMT</lastBuildDate>
<item>
  <title>Template post — replace or delete this</title>
  <link>https://chandrakantagme.com/posts/methods-note/</link>
  <description><![CDATA[ 




<p>This post is set to <code>draft: true</code>, so it will not appear on the live site. It is here to show the shape of a post.</p>
<section id="writing-one" class="level2">
<h2 data-anchor-id="writing-one">Writing one</h2>
<p>Make a folder under <code>posts/</code> and put an <code>index.qmd</code> inside it with <code>title</code>, <code>description</code>, <code>date</code>, and <code>categories</code> in the front matter. It appears on the Notes page automatically. Remove the <code>draft: true</code> line when it is ready.</p>
<p>Maths renders natively:</p>
<p><img src="https://latex.codecogs.com/png.latex?y_%7Bit%7D%20=%20%5Cbeta%20x_%7Bit%7D%20+%20%5Calpha_i%20+%20%5Cgamma_t%20+%20%5Cvarepsilon_%7Bit%7D"></p>
<p>Code displays without needing R or Python installed:</p>
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode stata code-with-copy"><code class="sourceCode stata"><span id="cb1-1">reghdfe fcs i.agmonth, absorb(hhid) <span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">vce</span>(<span class="kw" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">cluster</span> ea)</span></code></pre></div></div>
<p>To make a chunk actually run, change the fence to <code>{r}</code> or <code>{python}</code> and install the relevant engine. Because <code>freeze: true</code> is set for this folder, it runs once on your machine and the output is cached — GitHub never needs R installed to rebuild the site.</p>
</section>
<section id="removing-the-notes-section" class="level2">
<h2 data-anchor-id="removing-the-notes-section">Removing the Notes section</h2>
<p>Delete <code>blog.qmd</code> and the <code>posts/</code> folder, then remove the Notes entry from the navbar in <code>_quarto.yml</code>. An empty or stale blog reads worse than no blog.</p>


</section>

 ]]></description>
  <category>notes</category>
  <guid>https://chandrakantagme.com/posts/methods-note/</guid>
  <pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate>
</item>
</channel>
</rss>
