Skip to content

Commit 5bc287c

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 4497963 commit 5bc287c

12 files changed

Lines changed: 162 additions & 162 deletions

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c801ccd7
1+
11da1fc5

bayesian.html

Lines changed: 90 additions & 90 deletions
Large diffs are not rendered by default.

lamp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ <h2 id="toc-title">Contents</h2>
560560

561561
<section id="logging-in" class="level1" data-number="1">
562562
<h1 data-number="1"><span class="header-section-number">1</span> Logging In</h1>
563-
<p>To log in to the lab’s LAMP server, use <a href="https://winscp.net/eng/download.php">WinSCP</a>.</p>
563+
<p>To log in to the lab’s LAMP server, use <a href="https://winscp.net/eng/download.php"><code>WinSCP</code></a> or <a href="https://its.uiowa.edu/services/securecrt"><code>SecureCRT</code></a>.</p>
564564
<p>Our LAMP domain is: <code>pbslamp.divms.uiowa.edu</code></p>
565565
<p>Our credentials are in our LastPass account. You must be on the university network (or VPN) in order to connect to the server.</p>
566566
</section>
@@ -1063,7 +1063,7 @@ <h1 data-number="3"><span class="header-section-number">3</span> MariaDB</h1>
10631063
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a></span>
10641064
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="fu"># Logging In</span></span>
10651065
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a></span>
1066-
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a>To log in to the lab's LAMP server, use <span class="co">[</span><span class="ot">WinSCP</span><span class="co">](https://winscp.net/eng/download.php)</span>.</span>
1066+
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a>To log in to the lab's LAMP server, use <span class="co">[</span><span class="ot">`WinSCP`</span><span class="co">](https://winscp.net/eng/download.php)</span> or <span class="co">[</span><span class="ot">`SecureCRT`</span><span class="co">](https://its.uiowa.edu/services/securecrt)</span>.</span>
10671067
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a></span>
10681068
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a>Our LAMP domain is: <span class="in">`pbslamp.divms.uiowa.edu`</span></span>
10691069
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a></span>

regression.html

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@
10871087
<details open="" class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb25"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/stats/confint.html">confint</a></span><span class="op">(</span><span class="va">robustLinearRegression</span><span class="op">)</span></span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
10881088
</details><div class="cell-output cell-output-stdout">
10891089
<pre><code> 2.5 % 97.5 %
1090-
(Intercept) 0.83801566 1.0499981
1090+
(Intercept) 0.83801565 1.0499981
10911091
bpi_antisocialT1Sum 0.44749135 0.5352118
10921092
bpi_anxiousDepressedSum 0.09683728 0.2184779</code></pre>
10931093
</div>
@@ -1119,24 +1119,24 @@
11191119

11201120
Residuals (from reweighted LS):
11211121
Min 1Q Median 3Q Max
1122-
-3.9305 -0.9091 0.0000 0.9997 3.9036
1122+
-3.8820 -0.8888 0.0000 1.0146 3.9168
11231123

11241124
Coefficients:
11251125
Estimate Std. Error t value Pr(&gt;|t|)
1126-
Intercept 0.74932 0.04795 15.626 &lt; 2e-16 ***
1127-
bpi_antisocialT1Sum 0.54338 0.01524 35.647 &lt; 2e-16 ***
1128-
bpi_anxiousDepressedSum 0.13826 0.02343 5.901 4.06e-09 ***
1126+
Intercept 0.74524 0.04813 15.485 &lt; 2e-16 ***
1127+
bpi_antisocialT1Sum 0.55667 0.01528 36.428 &lt; 2e-16 ***
1128+
bpi_anxiousDepressedSum 0.12006 0.02351 5.107 3.5e-07 ***
11291129
---
11301130
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
11311131

1132-
Residual standard error: 1.534 on 2710 degrees of freedom
1133-
Multiple R-Squared: 0.4121, Adjusted R-squared: 0.4116
1134-
F-statistic: 949.7 on 2 and 2710 DF, p-value: &lt; 2.2e-16 </code></pre>
1132+
Residual standard error: 1.541 on 2713 degrees of freedom
1133+
Multiple R-Squared: 0.4158, Adjusted R-squared: 0.4153
1134+
F-statistic: 965.4 on 2 and 2713 DF, p-value: &lt; 2.2e-16 </code></pre>
11351135
</div>
11361136
<details open="" class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb31"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/stats/confint.html">confint</a></span><span class="op">(</span><span class="va">robustLinearRegression</span><span class="op">)</span></span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
11371137
</details><div class="cell-output cell-output-stdout">
11381138
<pre><code> 2.5 % 97.5 %
1139-
(Intercept) 0.83801566 1.0499981
1139+
(Intercept) 0.83801565 1.0499981
11401140
bpi_antisocialT1Sum 0.44749135 0.5352118
11411141
bpi_anxiousDepressedSum 0.09683728 0.2184779</code></pre>
11421142
</div>
@@ -2490,7 +2490,7 @@
24902490
</details><div class="cell-output-display">
24912491
<div data-pagedtable="false">
24922492
<script data-pagedtable-source="" type="application/json">
2493-
{"columns":[{"label":["term"],"name":[1],"type":["fct"],"align":["left"]},{"label":["estimate"],"name":[2],"type":["dbl"],"align":["right"]},{"label":["std.error"],"name":[3],"type":["dbl"],"align":["right"]},{"label":["statistic"],"name":[4],"type":["dbl"],"align":["right"]},{"label":["df"],"name":[5],"type":["dbl"],"align":["right"]},{"label":["p.value"],"name":[6],"type":["dbl"],"align":["right"]}],"data":[{"1":"(Intercept)","2":"1.3280215","3":"0.2132813","4":"6.226618","5":"4.102773","6":"0.003112594"},{"1":"bpi_antisocialT1Sum","2":"0.4207237","3":"0.0759044","4":"5.542811","5":"4.042482","6":"0.005022237"},{"1":"bpi_anxiousDepressedSum","2":"0.1100402","3":"0.1100398","4":"1.000003","5":"4.077225","6":"0.372901465"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
2493+
{"columns":[{"label":["term"],"name":[1],"type":["fct"],"align":["left"]},{"label":["estimate"],"name":[2],"type":["dbl"],"align":["right"]},{"label":["std.error"],"name":[3],"type":["dbl"],"align":["right"]},{"label":["statistic"],"name":[4],"type":["dbl"],"align":["right"]},{"label":["df"],"name":[5],"type":["dbl"],"align":["right"]},{"label":["p.value"],"name":[6],"type":["dbl"],"align":["right"]}],"data":[{"1":"(Intercept)","2":"1.24852122","3":"0.14688694","4":"8.499879","5":"4.280862","6":"0.0007745519"},{"1":"bpi_antisocialT1Sum","2":"0.45781149","3":"0.06042152","4":"7.576960","5":"4.120096","6":"0.0014439886"},{"1":"bpi_anxiousDepressedSum","2":"0.06477582","3":"0.04187210","4":"1.546992","5":"5.161038","6":"0.1807325438"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
24942494
</script>
24952495
</div>
24962496
</div>
@@ -2733,7 +2733,7 @@
27332733
</details><div class="cell-output-display">
27342734
<div data-pagedtable="false">
27352735
<script data-pagedtable-source="" type="application/json">
2736-
{"columns":[{"label":[""],"name":["_rn_"],"type":[""],"align":["left"]},{"label":["R"],"name":[1],"type":["dbl"],"align":["right"]},{"label":["original"],"name":[2],"type":["dbl"],"align":["right"]},{"label":["bootBias"],"name":[3],"type":["dbl"],"align":["right"]},{"label":["bootSE"],"name":[4],"type":["dbl"],"align":["right"]},{"label":["bootMed"],"name":[5],"type":["dbl"],"align":["right"]}],"data":[{"1":"1000","2":"1.1983004","3":"-0.0005354575","4":"0.06274757","5":"1.1950994","_rn_":"(Intercept)"},{"1":"1000","2":"0.4655286","3":"0.0006145372","4":"0.02306453","5":"0.4670473","_rn_":"bpi_antisocialT1Sum"},{"1":"1000","2":"0.1607541","3":"-0.0001944043","4":"0.03245513","5":"0.1582765","_rn_":"bpi_anxiousDepressedSum"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
2736+
{"columns":[{"label":[""],"name":["_rn_"],"type":[""],"align":["left"]},{"label":["R"],"name":[1],"type":["dbl"],"align":["right"]},{"label":["original"],"name":[2],"type":["dbl"],"align":["right"]},{"label":["bootBias"],"name":[3],"type":["dbl"],"align":["right"]},{"label":["bootSE"],"name":[4],"type":["dbl"],"align":["right"]},{"label":["bootMed"],"name":[5],"type":["dbl"],"align":["right"]}],"data":[{"1":"1000","2":"1.1983004","3":"-0.0010536520","4":"0.05948430","5":"1.1970503","_rn_":"(Intercept)"},{"1":"1000","2":"0.4655286","3":"0.0006930044","4":"0.02249255","5":"0.4659657","_rn_":"bpi_antisocialT1Sum"},{"1":"1000","2":"0.1607541","3":"0.0017068538","4":"0.03348742","5":"0.1621254","_rn_":"bpi_anxiousDepressedSum"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
27372737
</script>
27382738
</div>
27392739
</div>
@@ -2742,9 +2742,9 @@
27422742
<pre><code>Bootstrap percent confidence intervals
27432743

27442744
2.5 % 97.5 %
2745-
(Intercept) 1.07812311 1.3258531
2746-
bpi_antisocialT1Sum 0.42000249 0.5122183
2747-
bpi_anxiousDepressedSum 0.09959739 0.2247719</code></pre>
2745+
(Intercept) 1.08504718 1.3137404
2746+
bpi_antisocialT1Sum 0.42121493 0.5113543
2747+
bpi_anxiousDepressedSum 0.09480539 0.2277918</code></pre>
27482748
</div>
27492749
<details open="" class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb157"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/graphics/hist.html">hist</a></span><span class="op">(</span><span class="va">multipleRegressionModelBootstrapped</span><span class="op">)</span></span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
27502750
</details><div class="cell-output-display">
@@ -2762,7 +2762,7 @@
27622762
</details><div class="cell-output-display">
27632763
<div data-pagedtable="false">
27642764
<script data-pagedtable-source="" type="application/json">
2765-
{"columns":[{"label":[""],"name":["_rn_"],"type":[""],"align":["left"]},{"label":["R"],"name":[1],"type":["dbl"],"align":["right"]},{"label":["original"],"name":[2],"type":["dbl"],"align":["right"]},{"label":["bootBias"],"name":[3],"type":["dbl"],"align":["right"]},{"label":["bootSE"],"name":[4],"type":["dbl"],"align":["right"]},{"label":["bootMed"],"name":[5],"type":["dbl"],"align":["right"]}],"data":[{"1":"1000","2":"1.1983004","3":"-0.0017685551","4":"0.06385178","5":"1.1950185","_rn_":"(Intercept)"},{"1":"1000","2":"0.4655286","3":"0.0012254804","4":"0.02273422","5":"0.4672845","_rn_":"bpi_antisocialT1Sum"},{"1":"1000","2":"0.1607541","3":"-0.0002518636","4":"0.03307189","5":"0.1597799","_rn_":"bpi_anxiousDepressedSum"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
2765+
{"columns":[{"label":[""],"name":["_rn_"],"type":[""],"align":["left"]},{"label":["R"],"name":[1],"type":["dbl"],"align":["right"]},{"label":["original"],"name":[2],"type":["dbl"],"align":["right"]},{"label":["bootBias"],"name":[3],"type":["dbl"],"align":["right"]},{"label":["bootSE"],"name":[4],"type":["dbl"],"align":["right"]},{"label":["bootMed"],"name":[5],"type":["dbl"],"align":["right"]}],"data":[{"1":"1000","2":"1.1983004","3":"-0.0030441683","4":"0.06463221","5":"1.1968790","_rn_":"(Intercept)"},{"1":"1000","2":"0.4655286","3":"0.0017775824","4":"0.02311647","5":"0.4674464","_rn_":"bpi_antisocialT1Sum"},{"1":"1000","2":"0.1607541","3":"-0.0009672998","4":"0.03348008","5":"0.1580222","_rn_":"bpi_anxiousDepressedSum"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[10],"max":[10]},"pages":{}}}
27662766
</script>
27672767
</div>
27682768
</div>
@@ -2771,9 +2771,9 @@
27712771
<pre><code>Bootstrap percent confidence intervals
27722772

27732773
2.5 % 97.5 %
2774-
(Intercept) 1.07224898 1.3300424
2775-
bpi_antisocialT1Sum 0.41911183 0.5118205
2776-
bpi_anxiousDepressedSum 0.09758344 0.2285711</code></pre>
2774+
(Intercept) 1.06869384 1.3218332
2775+
bpi_antisocialT1Sum 0.42149924 0.5133955
2776+
bpi_anxiousDepressedSum 0.09548221 0.2266754</code></pre>
27772777
</div>
27782778
<details open="" class="code-fold"><summary>Code</summary><div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb161"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/graphics/hist.html">hist</a></span><span class="op">(</span><span class="va">generalizedRegressionModelBootstrapped</span><span class="op">)</span></span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
27792779
</details><div class="cell-output-display">
@@ -2834,9 +2834,9 @@
28342834
<pre><code>
28352835
10-fold CV results:
28362836
Fit CV
2837-
1 OLS 1.980629
2838-
2 MM 1.026350
2839-
3 LTS 1.007140
2837+
1 OLS 1.980345
2838+
2 MM 1.026726
2839+
3 LTS 1.007151
28402840

28412841
Best model:
28422842
CV
@@ -3924,26 +3924,26 @@
39243924
<div class="cell-output cell-output-stdout">
39253925
<pre><code>$center
39263926
bpi_antisocialT1Sum bpi_antisocialT2Sum
3927-
2.056773 1.952882
3927+
2.359537 2.258197
39283928

39293929
$cov
39303930
bpi_antisocialT1Sum bpi_antisocialT2Sum
3931-
bpi_antisocialT1Sum 2.1044887 0.8162201
3932-
bpi_antisocialT2Sum 0.8162201 2.1211668
3931+
bpi_antisocialT1Sum 2.944663 1.910461
3932+
bpi_antisocialT2Sum 1.910461 3.027803
39333933

39343934
$msg
3935-
[1] "146 singular samples of size 3 out of 1500"
3935+
[1] "159 singular samples of size 3 out of 1500"
39363936

39373937
$crit
3938-
[1] 3.79572
3938+
[1] 4.073122
39393939

39403940
$best
39413941
[1] 1 3 8 9 10 12
39423942

39433943
$cor
39443944
bpi_antisocialT1Sum bpi_antisocialT2Sum
3945-
bpi_antisocialT1Sum 1.0000000 0.3863195
3946-
bpi_antisocialT2Sum 0.3863195 1.0000000
3945+
bpi_antisocialT1Sum 1.0000000 0.6398183
3946+
bpi_antisocialT2Sum 0.6398183 1.0000000
39473947

39483948
$n.obs
39493949
[1] 2875</code></pre>
@@ -3968,10 +3968,10 @@
39683968
bpi_antisocialT2Sum 1.096437 2.482409
39693969

39703970
$msg
3971-
[1] "145 singular samples of size 3 out of 1500"
3971+
[1] "141 singular samples of size 3 out of 1500"
39723972

39733973
$crit
3974-
[1] -0.3817849
3974+
[1] -0.3839279
39753975

39763976
$best
39773977
[1] 1 3 8 9 10 12
113 Bytes
Loading
-418 Bytes
Loading
-3.32 KB
Loading
1.62 KB
Loading
-880 Bytes
Loading
18 Bytes
Loading

0 commit comments

Comments
 (0)