From a6c13f70f6c6669a8088827a602ac475fdf9b624 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 29 Jan 2017 16:58:53 +0100 Subject: Setting up PELMO runs, execution and evaluation It all works! --- docs/reference/focus_80th.html | 113 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 docs/reference/focus_80th.html (limited to 'docs/reference/focus_80th.html') diff --git a/docs/reference/focus_80th.html b/docs/reference/focus_80th.html new file mode 100644 index 0000000..8160746 --- /dev/null +++ b/docs/reference/focus_80th.html @@ -0,0 +1,113 @@ + + + + + + + + +Calculate the 80th percentile according to FOCUS guidance — focus_80th • pfm + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

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.

+ + +
focus_80th(c_period, old = FALSE)
+ +

Arguments

+
+
c_period
+
A numeric vector of values to calculate the percentile from
+
old
+
Should the old calculation method be used (the 17th highest value)?
+
+ + +
+ +
+ + +
+ + + -- cgit v1.2.1