Skip to content

Commit

Permalink
10 regresija draft 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-grubor committed Nov 7, 2024
1 parent 11006fe commit e02d454
Show file tree
Hide file tree
Showing 33 changed files with 1,080 additions and 277 deletions.
99 changes: 58 additions & 41 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.4.553">
<meta name="generator" content="quarto-1.5.56">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

Expand Down Expand Up @@ -81,7 +81,7 @@
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" role="menu" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
Expand All @@ -92,7 +92,7 @@
</li>
</ul>
</div> <!-- /navcollapse -->
<div class="quarto-navbar-tools">
<div class="quarto-navbar-tools">
</div>
</div> <!-- /container-fluid -->
</nav>
Expand Down Expand Up @@ -131,10 +131,10 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_04w46u24mnexv2ouadgf</title>
<title>tinytable_u8ozg9qstljyujg4n9q9</title>
<style>
.table td.tinytable_css_88ifzag553d3zhpt5rzs, .table th.tinytable_css_88ifzag553d3zhpt5rzs { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_s1cjji08exdxi9r8rf6a, .table th.tinytable_css_s1cjji08exdxi9r8rf6a { font-size: 1em; }
.table td.tinytable_css_xxwttjc33t02pjded474, .table th.tinytable_css_xxwttjc33t02pjded474 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_wh5fu9dpiqecijtnygcj, .table th.tinytable_css_wh5fu9dpiqecijtnygcj { font-size: 1em; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -152,7 +152,7 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_04w46u24mnexv2ouadgf" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_u8ozg9qstljyujg4n9q9" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down Expand Up @@ -186,26 +186,30 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>
<td>6</td>
<td><a href="./slides/06_hipoteze/prezentacija.html">Testiranje hipoteza o populacionim prosečnim vrednostima i proporcijama</a></td>
</tr>
<tr>
<td>7</td>
<td><a href="./slides/10_regresija/prezentacija.html">Korelacija i regresija</a></td>
</tr>
</tbody>
</table>
</div>

<script>
function styleCell_tinytable_8gce0rnug3c3a51zhzj2(i, j, css_id) {
var table = document.getElementById("tinytable_04w46u24mnexv2ouadgf");
function styleCell_tinytable_4h92vklc2oyx8yx70rsn(i, j, css_id) {
var table = document.getElementById("tinytable_u8ozg9qstljyujg4n9q9");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_04w46u24mnexv2ouadgf');
var table = document.getElementById('tinytable_u8ozg9qstljyujg4n9q9');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_tinytable_8gce0rnug3c3a51zhzj2(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_04w46u24mnexv2ouadgf");
function spanCell_tinytable_4h92vklc2oyx8yx70rsn(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_u8ozg9qstljyujg4n9q9");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -232,22 +236,24 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(0, 0, 'tinytable_css_88ifzag553d3zhpt5rzs') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(0, 1, 'tinytable_css_88ifzag553d3zhpt5rzs') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(0, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(0, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(1, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(1, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(2, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(2, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(3, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(3, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(4, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(4, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(5, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(5, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(6, 0, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_8gce0rnug3c3a51zhzj2(6, 1, 'tinytable_css_s1cjji08exdxi9r8rf6a') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(0, 0, 'tinytable_css_xxwttjc33t02pjded474') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(0, 1, 'tinytable_css_xxwttjc33t02pjded474') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(0, 0, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(0, 1, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(1, 0, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(1, 1, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(2, 0, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(2, 1, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(3, 0, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(3, 1, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(4, 0, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(4, 1, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(5, 0, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(5, 1, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(6, 0, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(6, 1, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(7, 0, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
window.addEventListener('load', function () { styleCell_tinytable_4h92vklc2oyx8yx70rsn(7, 1, 'tinytable_css_wh5fu9dpiqecijtnygcj') })
</script>


Expand Down Expand Up @@ -287,18 +293,7 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>
}
return false;
}
const clipboard = new window.ClipboardJS('.code-copy-button', {
text: function(trigger) {
const codeEl = trigger.previousElementSibling.cloneNode(true);
for (const childEl of codeEl.children) {
if (isCodeAnnotation(childEl)) {
childEl.remove();
}
}
return codeEl.innerText;
}
});
clipboard.on('success', function(e) {
const onCopySuccess = function(e) {
// button target
const button = e.trigger;
// don't keep focus
Expand Down Expand Up @@ -330,15 +325,37 @@ <h3 id="lista-prezentacija">Lista prezentacija</h3>
}, 1000);
// clear code selection
e.clearSelection();
}
const getTextToCopy = function(trigger) {
const codeEl = trigger.previousElementSibling.cloneNode(true);
for (const childEl of codeEl.children) {
if (isCodeAnnotation(childEl)) {
childEl.remove();
}
}
return codeEl.innerText;
}
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
text: getTextToCopy
});
clipboard.on('success', onCopySuccess);
if (window.document.getElementById('quarto-embedded-source-code-modal')) {
// For code content inside modals, clipBoardJS needs to be initialized with a container option
// TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860)
const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', {
text: getTextToCopy,
container: window.document.getElementById('quarto-embedded-source-code-modal')
});
clipboardModal.on('success', onCopySuccess);
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)');
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool):not(.about-link)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
Expand Down
Loading

0 comments on commit e02d454

Please sign in to comment.