mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@7a76a83dba 🚀
This commit is contained in:
parent
08c39e506f
commit
3664d6be81
126 changed files with 593 additions and 214 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<a class="navbar-brand me-2" href="../index.html">FreesearchR</a>
|
||||
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.6.4</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">25.7.1</small>
|
||||
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
<li class="nav-item dropdown">
|
||||
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdown-articles"><li><a class="dropdown-item" href="../articles/data-types.html">Data types</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/missingness.html">Missingness in data</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/session.html">Session info</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/visuals.html">On visuals</a></li>
|
||||
</ul></li>
|
||||
|
|
@ -136,6 +137,12 @@
|
|||
<dd>A selectizeInput customized for data frames with column labels</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="compare_missings.html">compare_missings()</a></code>
|
||||
|
||||
</dt>
|
||||
<dd>Pairwise comparison of missings across covariables</dd>
|
||||
</dl><dl><dt>
|
||||
|
||||
<code><a href="contrast_text.html">contrast_text()</a></code>
|
||||
|
||||
</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue