Skip to content

Commit

Permalink
build based on 60bbc53
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Sep 22, 2024
1 parent 7f7fdb1 commit 3fe771e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.7","generation_timestamp":"2024-09-21T02:26:18","documenter_version":"1.7.0"}}
{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-09-22T02:31:33","documenter_version":"1.7.0"}}
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@
# calculate p-value
polrtest(house_null, cont; test=:score)</code></pre><pre><code class="nohighlight hljs">0.0001648743597587817</code></pre><p><strong>Step 3</strong>: Now suppose we want to test significance of another predictor, <code>z1</code>. We just need to call <code>polrtest</code> with <code>z1</code> and the same fiited null model. No model fitting is needed.</p><p>For demonstration purpose, we generate <code>z1</code> randomly. The score test p-value of <code>z1</code> is, not suprisingly, large.</p><pre><code class="language-julia hljs">z1 = randn(nobs(house_null))
polrtest(house_null, z1)</code></pre><pre><code class="nohighlight hljs">0.1673512522966108</code></pre><p><strong>Step 4</strong>: We can also test a set of precitors or a factor.</p><pre><code class="language-julia hljs">z3 = randn(nobs(house_null), 3)
polrtest(house_null, z3)</code></pre><pre><code class="nohighlight hljs">6.709335149358069e-10</code></pre></article><nav class="docs-footer"><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.7.0 on <span class="colophon-date" title="Saturday 21 September 2024 02:26">Saturday 21 September 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
polrtest(house_null, z3)</code></pre><pre><code class="nohighlight hljs">6.709335149358069e-10</code></pre></article><nav class="docs-footer"><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.7.0 on <span class="colophon-date" title="Sunday 22 September 2024 02:31">Sunday 22 September 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 comments on commit 3fe771e

Please sign in to comment.