Skip to content

Commit

Permalink
build based on 7209f1f
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 3, 2023
1 parent 0d5ff2f commit 61c18ea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dev/Executable/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@

vchdfe my_data.csv --first_id 5 --second_id 3 --covariates Column7 Column8--write_results --write_detailed_CSV --detailed_output_path output.csv --results_path summary.txt </code></pre></li><li><p>To only obtain the bias-correction and regress the second effects (e.g. firm effects) onto the observables in columns 7 and 8 instead, we type in the terminal </p><pre><code class="language-none">cd project_path

vchdfe my_data.csv --first_id 5 --second_id 3 --do_lincom --lincom_covariates Column7 Column8 --write_results --write_detailed_CSV --detailed_output_path output.csv --results_path summary.txt </code></pre></li></ol><h1 id="About-the-current-version"><a class="docs-heading-anchor" href="#About-the-current-version">About the current version</a><a id="About-the-current-version-1"></a><a class="docs-heading-anchor-permalink" href="#About-the-current-version" title="Permalink"></a></h1><ul><li><p>The bias-correction currently only runs on a two-way fixed effects model without controls.</p></li><li><p>The user can manually preadjust the outcome. For instance, in an AKM context, the user can run first <span>$y = pe + fe + Xb + e$</span> , where <span>$pe$</span> are person effects and <span>$fe$</span> are firm effects, and feed into the routine <span>$y-Xb$</span> as the outcome.</p></li></ul></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../Package/">Package »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Sunday 3 December 2023 02:30">Sunday 3 December 2023</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
vchdfe my_data.csv --first_id 5 --second_id 3 --do_lincom --lincom_covariates Column7 Column8 --write_results --write_detailed_CSV --detailed_output_path output.csv --results_path summary.txt </code></pre></li></ol><h1 id="About-the-current-version"><a class="docs-heading-anchor" href="#About-the-current-version">About the current version</a><a id="About-the-current-version-1"></a><a class="docs-heading-anchor-permalink" href="#About-the-current-version" title="Permalink"></a></h1><ul><li><p>The bias-correction currently only runs on a two-way fixed effects model without controls.</p></li><li><p>The user can manually preadjust the outcome. For instance, in an AKM context, the user can run first <span>$y = pe + fe + Xb + e$</span> , where <span>$pe$</span> are person effects and <span>$fe$</span> are firm effects, and feed into the routine <span>$y-Xb$</span> as the outcome.</p></li></ul></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../Package/">Package »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Sunday 3 December 2023 20:12">Sunday 3 December 2023</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 61c18ea

Please sign in to comment.