Skip to content

Commit f198cbd

Browse files
committed
Built site for gh-pages
1 parent 7afb2a4 commit f198cbd

File tree

101 files changed

+10205
-1116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+10205
-1116
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0bbe1645
1+
45e6abd0
File renamed without changes.

.github/Contributing.html renamed to Contributing.html

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

Linear-models-overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
</li>
343343
<li class="sidebar-item">
344344
<div class="sidebar-item-container">
345-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
345+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
346346
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
347347
</div>
348348
</li>
45.4 KB
Binary file not shown.

common-mistakes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
</li>
322322
<li class="sidebar-item">
323323
<div class="sidebar-item-container">
324-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
324+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
325325
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
326326
</div>
327327
</li>

count-regression.html

Lines changed: 549 additions & 340 deletions
Large diffs are not rendered by default.
Loading
Loading

coxph-model-building.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
</li>
342342
<li class="sidebar-item">
343343
<div class="sidebar-item-container">
344-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
344+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
345345
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
346346
</div>
347347
</li>
@@ -446,7 +446,7 @@
446446
<div>
447447
<div class="quarto-title-meta-heading">Published</div>
448448
<div class="quarto-title-meta-contents">
449-
<p class="date">Last modified: 2024-05-02: 18:19:40 (PM)</p>
449+
<p class="date">Last modified: 2024-05-16: 19:13:41 (PM)</p>
450450
</div>
451451
</div>
452452

@@ -852,7 +852,7 @@
852852
\]</span></p>
853853
<ul>
854854
<li>
855-
<span class="math inline">\(\hat y_i\)</span> estimates the conditional mean of <span class="math inline">\(y_i\)</span> given the covariate values <span class="math inline">\(\tilde x_i\)</span>. This together with the prediction error says that we are predicting the distribution of values of <span class="math inline">\(y\)</span>.</li>
855+
<span class="math inline">\(\hat y_i\)</span> estimates the conditional mean of <span class="math inline">\(y_i\)</span> given the covariate values <span class="math inline">\(\tilde{x}_i\)</span>. This together with the prediction error says that we are predicting the distribution of values of <span class="math inline">\(y\)</span>.</li>
856856
</ul></section><section id="review-residuals-in-linear-regression" class="level3" data-number="7.3.2"><h3 data-number="7.3.2" class="anchored" data-anchor-id="review-residuals-in-linear-regression">
857857
<span class="header-section-number">7.3.2</span> Review: Residuals in Linear Regression</h3>
858858
<ul>
@@ -998,7 +998,7 @@
998998
\begin{aligned}
999999
r^{CS}_i&amp;
10001000
\stackrel{\text{def}}{=}-\ln[\hat S(t_i|x_i)]
1001-
= \hat H(t_i|\tilde x_i)
1001+
= \hat H(t_i|\tilde{x}_i)
10021002
\end{aligned}
10031003
\]</span></p>
10041004
<p>should have an exponential distribution with constant hazard <span class="math inline">\(\lambda=1\)</span> if the estimate <span class="math inline">\(\hat S_i\)</span> is accurate, which means that these values should look like a censored sample from this exponential distribution. These values are called <strong>generalized residuals</strong> or <strong>Cox-Snell residuals</strong>.</p>
@@ -3466,7 +3466,7 @@
34663466
<span id="cb69-406"><a href="#cb69-406" aria-hidden="true" tabindex="-1"></a>$$</span>
34673467
<span id="cb69-407"><a href="#cb69-407" aria-hidden="true" tabindex="-1"></a></span>
34683468
<span id="cb69-408"><a href="#cb69-408" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>$\hat y_i$ estimates the conditional mean of $y_i$ given the</span>
3469-
<span id="cb69-409"><a href="#cb69-409" aria-hidden="true" tabindex="-1"></a> covariate values $\tilde x_i$. This together with the prediction</span>
3469+
<span id="cb69-409"><a href="#cb69-409" aria-hidden="true" tabindex="-1"></a> covariate values $\vx_i$. This together with the prediction</span>
34703470
<span id="cb69-410"><a href="#cb69-410" aria-hidden="true" tabindex="-1"></a> error says that we are predicting the distribution of values of $y$.</span>
34713471
<span id="cb69-411"><a href="#cb69-411" aria-hidden="true" tabindex="-1"></a></span>
34723472
<span id="cb69-412"><a href="#cb69-412" aria-hidden="true" tabindex="-1"></a><span class="fu">### Review: Residuals in Linear Regression</span></span>
@@ -3669,7 +3669,7 @@
36693669
<span id="cb69-621"><a href="#cb69-621" aria-hidden="true" tabindex="-1"></a>\begin{aligned}</span>
36703670
<span id="cb69-622"><a href="#cb69-622" aria-hidden="true" tabindex="-1"></a>r^{CS}_i&amp;</span>
36713671
<span id="cb69-623"><a href="#cb69-623" aria-hidden="true" tabindex="-1"></a>\stackrel{\text{def}}{=}-\ln<span class="co">[</span><span class="ot">\hat S(t_i|x_i)</span><span class="co">]</span> </span>
3672-
<span id="cb69-624"><a href="#cb69-624" aria-hidden="true" tabindex="-1"></a>= \hat H(t_i|\tilde x_i)</span>
3672+
<span id="cb69-624"><a href="#cb69-624" aria-hidden="true" tabindex="-1"></a>= \hat H(t_i|\vx_i)</span>
36733673
<span id="cb69-625"><a href="#cb69-625" aria-hidden="true" tabindex="-1"></a>\end{aligned}</span>
36743674
<span id="cb69-626"><a href="#cb69-626" aria-hidden="true" tabindex="-1"></a>$$</span>
36753675
<span id="cb69-627"><a href="#cb69-627" aria-hidden="true" tabindex="-1"></a></span>

estimation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
</li>
366366
<li class="sidebar-item">
367367
<div class="sidebar-item-container">
368-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
368+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
369369
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
370370
</div>
371371
</li>

glms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
</li>
346346
<li class="sidebar-item">
347347
<div class="sidebar-item-container">
348-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
348+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
349349
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
350350
</div>
351351
</li>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
</li>
337337
<li class="sidebar-item">
338338
<div class="sidebar-item-container">
339-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
339+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
340340
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
341341
</div>
342342
</li>
@@ -395,7 +395,7 @@ <h2 id="toc-title">Table of contents</h2>
395395
<div>
396396
<div class="quarto-title-meta-heading">Published</div>
397397
<div class="quarto-title-meta-contents">
398-
<p class="date">Last modified: 2024-05-16: 14:01:28 (PM)</p>
398+
<p class="date">Last modified: 2024-05-16: 19:54:50 (PM)</p>
399399
</div>
400400
</div>
401401

inference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
</li>
337337
<li class="sidebar-item">
338338
<div class="sidebar-item-container">
339-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
339+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
340340
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
341341
</div>
342342
</li>

intro-MLEs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
</li>
343343
<li class="sidebar-item">
344344
<div class="sidebar-item-container">
345-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
345+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
346346
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
347347
</div>
348348
</li>

intro-to-GLMs.html

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,32 @@
135135
document.body.classList.add('hypothesis-enabled');
136136
});
137137
</script><link href="site_libs/pagedtable-1.1/css/pagedtable.css" rel="stylesheet">
138-
<script src="site_libs/pagedtable-1.1/js/pagedtable.js"></script><link rel="stylesheet" href="custom.scss">
138+
<script src="site_libs/pagedtable-1.1/js/pagedtable.js"></script><script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script><script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script><script type="text/javascript">
139+
const typesetMath = (el) => {
140+
if (window.MathJax) {
141+
// MathJax Typeset
142+
window.MathJax.typeset([el]);
143+
} else if (window.katex) {
144+
// KaTeX Render
145+
var mathElements = el.getElementsByClassName("math");
146+
var macros = [];
147+
for (var i = 0; i < mathElements.length; i++) {
148+
var texText = mathElements[i].firstChild;
149+
if (mathElements[i].tagName == "SPAN") {
150+
window.katex.render(texText.data, mathElements[i], {
151+
displayMode: mathElements[i].classList.contains('display'),
152+
throwOnError: false,
153+
macros: macros,
154+
fleqn: false
155+
});
156+
}
157+
}
158+
}
159+
}
160+
window.Quarto = {
161+
typesetMath
162+
};
163+
</script><link rel="stylesheet" href="custom.scss">
139164
</head>
140165
<body class="nav-sidebar floating">
141166

@@ -316,7 +341,7 @@
316341
</li>
317342
<li class="sidebar-item">
318343
<div class="sidebar-item-container">
319-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
344+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
320345
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
321346
</div>
322347
</li>
@@ -370,7 +395,7 @@
370395
<div>
371396
<div class="quarto-title-meta-heading">Published</div>
372397
<div class="quarto-title-meta-contents">
373-
<p class="date">Last modified: 2024-05-16: 13:44:58 (PM)</p>
398+
<p class="date">Last modified: 2024-05-16: 18:48:17 (PM)</p>
374399
</div>
375400
</div>
376401

@@ -753,9 +778,9 @@
753778
</section><section id="three-parts-to-regression-models" class="level3" data-number="1.2.10"><h3 data-number="1.2.10" class="anchored" data-anchor-id="three-parts-to-regression-models">
754779
<span class="header-section-number">1.2.10</span> Three parts to regression models</h3>
755780
<ul>
756-
<li><p>What distribution does the outcome have for a specific subpopulation defined by covariates? (outcome model)</p></li>
757-
<li><p>How does the combination of covariates relate to the mean? (link function)</p></li>
758-
<li><p>How do the covariates combine? (linear predictor, interactions)</p></li>
781+
<li><p>What distribution does the outcome have for a specific sub-population defined by covariates? (<strong>outcome model</strong>)</p></li>
782+
<li><p>How does the combination of covariates relate to the mean? (<strong>link function</strong>)</p></li>
783+
<li><p>How do the covariates combine? (<strong>linear predictor/linear component</strong>) <span class="math display">\[\eta \stackrel{\text{def}}{=}\tilde{x}^{\top} \tilde{\beta}= \beta_0 + \beta_1 x_1 + \beta_2 x_2 + ...\]</span></p></li>
759784
</ul>
760785

761786

@@ -1643,11 +1668,12 @@
16431668
<span id="cb10-274"><a href="#cb10-274" aria-hidden="true" tabindex="-1"></a></span>
16441669
<span id="cb10-275"><a href="#cb10-275" aria-hidden="true" tabindex="-1"></a><span class="fu">### Three parts to regression models</span></span>
16451670
<span id="cb10-276"><a href="#cb10-276" aria-hidden="true" tabindex="-1"></a></span>
1646-
<span id="cb10-277"><a href="#cb10-277" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>What distribution does the outcome have for a specific subpopulation defined by covariates? (outcome model)</span>
1671+
<span id="cb10-277"><a href="#cb10-277" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>What distribution does the outcome have for a specific sub-population defined by covariates? (**outcome model**)</span>
16471672
<span id="cb10-278"><a href="#cb10-278" aria-hidden="true" tabindex="-1"></a></span>
1648-
<span id="cb10-279"><a href="#cb10-279" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>How does the combination of covariates relate to the mean? (link function)</span>
1673+
<span id="cb10-279"><a href="#cb10-279" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>How does the combination of covariates relate to the mean? (**link function**)</span>
16491674
<span id="cb10-280"><a href="#cb10-280" aria-hidden="true" tabindex="-1"></a></span>
1650-
<span id="cb10-281"><a href="#cb10-281" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>How do the covariates combine? (linear predictor, interactions)</span>
1675+
<span id="cb10-281"><a href="#cb10-281" aria-hidden="true" tabindex="-1"></a><span class="ss">- </span>How do the covariates combine? (**linear predictor/linear component**)</span>
1676+
<span id="cb10-282"><a href="#cb10-282" aria-hidden="true" tabindex="-1"></a>$$\eta \eqdef \vx \' \vb = \b_0 + \b_1 x_1 + \b_2 x_2 + ...$$</span>
16511677
</code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
16521678
</div></div></div></div></div>
16531679
</div> <!-- /content -->

intro-to-R.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<script src="site_libs/quarto-search/fuse.min.js"></script>
8585
<script src="site_libs/quarto-search/quarto-search.js"></script>
8686
<meta name="quarto:offset" content="./">
87-
<link href="./.github/Contributing.html" rel="next">
87+
<link href="./Contributing.html" rel="next">
8888
<link href="./notation.html" rel="prev">
8989
<script src="site_libs/quarto-html/quarto.js"></script>
9090
<script src="site_libs/quarto-html/popper.min.js"></script>
@@ -336,7 +336,7 @@
336336
</li>
337337
<li class="sidebar-item">
338338
<div class="sidebar-item-container">
339-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
339+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
340340
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
341341
</div>
342342
</li>
@@ -1179,7 +1179,7 @@ <h2 data-number="H.9" class="anchored" data-anchor-id="shiny-apps"><span class="
11791179
</a>
11801180
</div>
11811181
<div class="nav-page nav-page-next">
1182-
<a href="./.github/Contributing.html" class="pagination-link" aria-label="Contributing to `rme`">
1182+
<a href="./Contributing.html" class="pagination-link" aria-label="Contributing to `rme`">
11831183
<span class="nav-page-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span> <i class="bi bi-arrow-right-short"></i>
11841184
</a>
11851185
</div>

intro-to-survival-analysis.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
</li>
322322
<li class="sidebar-item">
323323
<div class="sidebar-item-container">
324-
<a href="./.github/Contributing.html" class="sidebar-item-text sidebar-link">
324+
<a href="./Contributing.html" class="sidebar-item-text sidebar-link">
325325
<span class="menu-text"><span class="chapter-number">I</span>&nbsp; <span class="chapter-title">Contributing to <code>rme</code></span></span></a>
326326
</div>
327327
</li>

0 commit comments

Comments
 (0)