aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/focus_80th.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/focus_80th.html')
-rw-r--r--docs/reference/focus_80th.html37
1 files changed, 30 insertions, 7 deletions
diff --git a/docs/reference/focus_80th.html b/docs/reference/focus_80th.html
index e743986..c15c73a 100644
--- a/docs/reference/focus_80th.html
+++ b/docs/reference/focus_80th.html
@@ -21,12 +21,15 @@
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script>
+<!-- sticky kit -->
+<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script>
+
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
-<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
-
-
+
+
+
<meta property="og:title" content="Calculate the 80th percentile according to FOCUS guidance — focus_80th" />
<meta property="og:description" content="This is nowadays defined as the mean of the 16th and the 17th
@@ -34,6 +37,9 @@ highest value. Previously, the 17th highest values was used (FOCUS 2014, p.
18). NaN values need to be set to zero in order to reproduce the
values obtained by PELMO." />
<meta name="twitter:card" content="summary" />
+
+
+
<!-- mathjax -->
<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
@@ -56,8 +62,12 @@ values obtained by PELMO." />
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="../index.html">pfm</a>
+ <span class="navbar-brand">
+ <a class="navbar-link" href="../index.html">pfm</a>
+ <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.4.5</span>
+ </span>
</div>
+
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
@@ -72,8 +82,14 @@ values obtained by PELMO." />
</ul>
<ul class="nav navbar-nav navbar-right">
-
+ <li>
+ <a href="https://github.com/jranke/pfm">
+ <span class="fa fa-github fa-lg"></span>
+
+ </a>
+</li>
</ul>
+
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
@@ -81,22 +97,26 @@ values obtained by PELMO." />
</header>
- <div class="row">
+<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
<h1>Calculate the 80th percentile according to FOCUS guidance</h1>
+ <small class="dont-index">Source: <a href='https://github.com/jranke/pfm/blob/master/R/PELMO_runs.R'><code>R/PELMO_runs.R</code></a></small>
+ <div class="hidden name"><code>focus_80th.Rd</code></div>
</div>
+ <div class="ref-description">
<p>This is nowadays defined as the mean of the 16th and the 17th
highest value. Previously, the 17th highest values was used (FOCUS 2014, p.
18). NaN values need to be set to zero in order to reproduce the
values obtained by PELMO.</p>
+ </div>
<pre class="usage"><span class='fu'>focus_80th</span>(<span class='no'>c_period</span>, <span class='kw'>old</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</pre>
- <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2>
+ <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
<table class="ref-arguments">
<colgroup><col class="name" /><col class="desc" /></colgroup>
<tr>
@@ -132,5 +152,8 @@ values obtained by PELMO.</p>
</footer>
</div>
+
+
</body>
</html>
+

Contact - Imprint