Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1810cc4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
freezenik committed Oct 9, 2024
1 parent 68bb01e commit 9be7043
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Binary file modified man/HarzTraffic_files/figure-html/unnamed-chunk-1-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/gamlss2.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
*--------
n = 610 df = 13.12 res.df = 596.88
Deviance = 4770.1554 Null Dev. Red. = 33.39%
AIC = 4796.3966 elapsed = 0.77sec</code></pre>
AIC = 4796.3966 elapsed = 0.80sec</code></pre>
</div>
<div class="sourceCode cell-code" id="cb5"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a><span class="do">## plot estimated effects</span></span>
<span id="cb5-2"><a href="#cb5-2" aria-hidden="true" tabindex="-1"></a><span class="fu">plot</span>(b, <span class="at">which =</span> <span class="st">"effects"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
Expand Down
8 changes: 4 additions & 4 deletions man/prodist.gamlss2.html
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,10 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<div class="sourceCode cell-code" id="cb16"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb16-1"><a href="#cb16-1" aria-hidden="true" tabindex="-1"></a><span class="do">## simulate random numbers</span></span>
<span id="cb16-2"><a href="#cb16-2" aria-hidden="true" tabindex="-1"></a><span class="fu">random</span>(d, <span class="dv">5</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code> r_1 r_2 r_3 r_4 r_5
1 27.41070 18.64111 27.32794 32.20750 27.24373
2 40.35705 58.86601 78.90219 51.92908 59.71480
3 67.26961 70.32287 89.44491 60.60279 94.17207</code></pre>
<pre><code> r_1 r_2 r_3 r_4 r_5
1 32.01743 18.30281 26.72302 30.32857 35.41093
2 64.63957 68.33494 77.64047 34.58235 61.33523
3 83.28310 115.02130 59.68944 162.41591 66.46370</code></pre>
</div>
<div class="sourceCode cell-code" id="cb18"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb18-1"><a href="#cb18-1" aria-hidden="true" tabindex="-1"></a><span class="do">## density and distribution</span></span>
<span id="cb18-2"><a href="#cb18-2" aria-hidden="true" tabindex="-1"></a><span class="fu">pdf</span>(d, <span class="dv">50</span> <span class="sc">*</span> <span class="sc">-</span><span class="dv">2</span><span class="sc">:</span><span class="dv">2</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
Expand Down
12 changes: 6 additions & 6 deletions search.json

Large diffs are not rendered by default.

Binary file modified vignettes/gamlss2_files/figure-html/unnamed-chunk-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions vignettes/mixture.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,15 +551,15 @@ <h2 data-number="4" class="anchored" data-anchor-id="predicting-and-visualizing-
<span id="cb7-6"><a href="#cb7-6" aria-hidden="true" tabindex="-1"></a>c2 <span class="ot">&lt;-</span> (<span class="dv">1</span> <span class="sc">-</span> p<span class="sc">$</span>pi) <span class="sc">*</span> d2 <span class="sc">/</span> totprob</span>
<span id="cb7-7"><a href="#cb7-7" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb7-8"><a href="#cb7-8" aria-hidden="true" tabindex="-1"></a><span class="do">## get classes</span></span>
<span id="cb7-9"><a href="#cb7-9" aria-hidden="true" tabindex="-1"></a>classes <span class="ot">&lt;-</span> <span class="fu">apply</span>(<span class="fu">cbind</span>(c1, c2), <span class="dv">1</span>, which.max)</span>
<span id="cb7-9"><a href="#cb7-9" aria-hidden="true" tabindex="-1"></a>classes <span class="ot">&lt;-</span> <span class="fu">apply</span>(<span class="fu">cbind</span>(c2, c1), <span class="dv">1</span>, which.max)</span>
<span id="cb7-10"><a href="#cb7-10" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb7-11"><a href="#cb7-11" aria-hidden="true" tabindex="-1"></a><span class="do">## plot the data and fitted component means</span></span>
<span id="cb7-12"><a href="#cb7-12" aria-hidden="true" tabindex="-1"></a><span class="fu">par</span>(<span class="at">mar =</span> <span class="fu">c</span>(<span class="dv">4</span>, <span class="dv">4</span>, <span class="dv">4</span>, <span class="dv">1</span>))</span>
<span id="cb7-13"><a href="#cb7-13" aria-hidden="true" tabindex="-1"></a><span class="fu">plot</span>(y <span class="sc">~</span> x, <span class="at">data =</span> d,</span>
<span id="cb7-14"><a href="#cb7-14" aria-hidden="true" tabindex="-1"></a> <span class="at">main =</span> <span class="st">"Fitted Component Means"</span>,</span>
<span id="cb7-15"><a href="#cb7-15" aria-hidden="true" tabindex="-1"></a> <span class="at">xlab =</span> <span class="st">"x"</span>, <span class="at">ylab =</span> <span class="st">"y"</span>, <span class="at">col =</span> classes)</span>
<span id="cb7-16"><a href="#cb7-16" aria-hidden="true" tabindex="-1"></a><span class="fu">lines</span>(p<span class="sc">$</span>mu1 <span class="sc">~</span> x, <span class="at">col =</span> <span class="dv">2</span>, <span class="at">lwd =</span> <span class="dv">2</span>)</span>
<span id="cb7-17"><a href="#cb7-17" aria-hidden="true" tabindex="-1"></a><span class="fu">lines</span>(p<span class="sc">$</span>mu2 <span class="sc">~</span> x, <span class="at">col =</span> <span class="dv">4</span>, <span class="at">lwd =</span> <span class="dv">2</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span id="cb7-16"><a href="#cb7-16" aria-hidden="true" tabindex="-1"></a><span class="fu">lines</span>(p<span class="sc">$</span>mu1 <span class="sc">~</span> x, <span class="at">col =</span> <span class="dv">2</span>, <span class="at">lwd =</span> <span class="dv">4</span>)</span>
<span id="cb7-17"><a href="#cb7-17" aria-hidden="true" tabindex="-1"></a><span class="fu">lines</span>(p<span class="sc">$</span>mu2 <span class="sc">~</span> x, <span class="at">col =</span> <span class="dv">1</span>, <span class="at">lwd =</span> <span class="dv">4</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output-display">
<div>
<figure class="figure">
Expand Down
Binary file modified vignettes/mixture_files/figure-html/unnamed-chunk-4-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/spatial.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ <h2 data-number="5" class="anchored" data-anchor-id="estimating-the-model"><span
*--------
n = 3494 df = 98.97 res.df = 3395.03
Deviance = 16484.181 Null Dev. Red. = 14.46%
AIC = 16682.1271 elapsed = 4.21sec</code></pre>
AIC = 16682.1271 elapsed = 4.25sec</code></pre>
</div>
</div>
<p>Model calibration is checked using histogram, Q-Q plot, wormplot etc.</p>
Expand Down
Binary file modified vignettes/spatial_files/figure-html/unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9be7043

Please sign in to comment.