Skip to content

Commit

Permalink
build based on e68d8fe
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 2, 2024
1 parent a612f0b commit 3da2c41
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2024-11-27T15:51:33","documenter_version":"1.8.0"}}
{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2024-12-02T20:42:43","documenter_version":"1.8.0"}}
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
4.973979208080702
4.757247582108903
6.670866154143596</code></pre><p>For a more detailed guide of how to compute ground truth conditional distributions please refer to <a href="man/ground-truth/">Computing Ground Truth Conditional Distributions</a>.</p><h3 id="Wrapping-an-existing-Table-as-a-CausalTable"><a class="docs-heading-anchor" href="#Wrapping-an-existing-Table-as-a-CausalTable">Wrapping an existing Table as a CausalTable</a><a id="Wrapping-an-existing-Table-as-a-CausalTable-1"></a><a class="docs-heading-anchor-permalink" href="#Wrapping-an-existing-Table-as-a-CausalTable" title="Permalink"></a></h3><p>If you have a table of data that you would like to use with CausalTables.jl without defining a corresponding DataGeneratingProcess (i.e. to use with another package) you can wrap it as a <code>CausalTable</code> using the corresponding constructor.</p><pre><code class="language-julia hljs">tbl = (W = rand(1:5, 10), X = randn(10), Y = randn(10))
ctbl = CausalTable(tbl; treatment = :X, response = :Y, confounders = [:W])</code></pre><p>For a more detailed guide of how to wrap an existing table as a CausalTable please refer to <a href="man/formatting/">Turning Your Data Into a CausalTable</a>.</p><h1 id="Contributing"><a class="docs-heading-anchor" href="#Contributing">Contributing</a><a id="Contributing-1"></a><a class="docs-heading-anchor-permalink" href="#Contributing" title="Permalink"></a></h1><p>Have questions? Spot a bug or issue in the documentation? Want to request a new feature or add one yourself? Please do not hesitate to open an issue or pull request on the <a href="https://github.com/salbalkus/CausalTables.jl">CausalTables.jl GitHub repository</a>. We welcome all contributions and feedback!</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="man/formatting/">Turning data into a <code>CausalTable</code> »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Wednesday 27 November 2024 15:51">Wednesday 27 November 2024</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
ctbl = CausalTable(tbl; treatment = :X, response = :Y, confounders = [:W])</code></pre><p>For a more detailed guide of how to wrap an existing table as a CausalTable please refer to <a href="man/formatting/">Turning Your Data Into a CausalTable</a>.</p><h1 id="Contributing"><a class="docs-heading-anchor" href="#Contributing">Contributing</a><a id="Contributing-1"></a><a class="docs-heading-anchor-permalink" href="#Contributing" title="Permalink"></a></h1><p>Have questions? Spot a bug or issue in the documentation? Want to request a new feature or add one yourself? Please do not hesitate to open an issue or pull request on the <a href="https://github.com/salbalkus/CausalTables.jl">CausalTables.jl GitHub repository</a>. We welcome all contributions and feedback!</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="man/formatting/">Turning data into a <code>CausalTable</code> »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Monday 2 December 2024 20:42">Monday 2 December 2024</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
24 changes: 12 additions & 12 deletions dev/man/api/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 3da2c41

Please sign in to comment.