From 477a75445f9eeacbed50a02c15703d480384f9d7 Mon Sep 17 00:00:00 2001 From: agdamsbo <43278243+agdamsbo@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:54:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20agdamsbo?= =?UTF-8?q?/stRoke@1b3f5b6eeb6156b03194e963a42472f3ed682ffa=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- articles/ds2dd.html | 2 +- articles/index.html | 2 +- articles/toolbox.html | 108 ++++++++++++------------ authors.html | 2 +- index.html | 2 +- news/index.html | 13 ++- pkgdown.yml | 2 +- reference/age_calc.html | 2 +- reference/ci_plot.html | 2 +- reference/color_plot-1.png | Bin 74728 -> 67425 bytes reference/color_plot.html | 2 +- reference/contrast_text.html | 2 +- reference/cpr_check.html | 2 +- reference/cpr_dob.html | 2 +- reference/cpr_female.html | 2 +- reference/cprs.html | 2 +- reference/ds2dd.html | 2 +- reference/files_filter.html | 2 +- reference/generic_stroke.html | 2 +- reference/index.html | 12 ++- reference/index_plot.html | 2 +- reference/label_select.html | 8 +- reference/metadata_names.html | 2 +- reference/pase.html | 154 ++++++++++++++++++++++++++++++++++ reference/pase_calc.html | 135 +++++++++++++++++++++++++++++ reference/print.win_Prob.html | 2 +- reference/quantile_cut.html | 6 +- reference/score.html | 2 +- reference/source_lines.html | 2 +- reference/stRoke-package.html | 2 +- reference/talos.html | 2 +- reference/win_prob.html | 2 +- reference/write_ical.html | 6 +- search.json | 2 +- sitemap.xml | 6 ++ 36 files changed, 408 insertions(+), 92 deletions(-) create mode 100644 reference/pase.html create mode 100644 reference/pase_calc.html diff --git a/404.html b/404.html index 080d9e2..0258e17 100644 --- a/404.html +++ b/404.html @@ -31,7 +31,7 @@ stRoke - 23.6.1 + 23.6.2 + + + + + +
+
+
+ +
+

Contains non-identifiable organic trial data. +Sample data labels are in Danish.

+
+ +
+

Usage

+
data(pase)
+
+ +
+

Format

+

A data frame with 200 rows and 21 variables:

sample_pase01
+

item 01, factor

+ +
sample_pase01b
+

item 01b, factor

+ +
sample_pase02
+

item 02, factor

+ +
sample_pase02a
+

item 02a, factor

+ +
sample_pase03
+

item 03, factor

+ +
sample_pase03b
+

item 03b, factor

+ +
sample_pase04
+

item 04, factor

+ +
sample_pase04b
+

item 04b, factor

+ +
sample_pase05
+

item 05, factor

+ +
sample_pase05b
+

item 05b, factor

+ +
sample_pase06
+

item 06, factor

+ +
sample_pase06b
+

item 06b, factor

+ +
sample_pase07
+

item 07, factor

+ +
sample_pase08
+

item 08, factor

+ +
sample_pase09a
+

item 09a, factor

+ +
sample_pase09b
+

item 09b, factor

+ +
sample_pase09c
+

item 09c, factor

+ +
sample_pase09d
+

item 09d, factor

+ +
sample_pase10
+

item 10, factor

+ +
sample_pase10a
+

item 10a, numeric

+ +
sample_pase10b
+

item 10b, factor

+ + +
+ +
+ + +
+ + + +
+ + + + + + + diff --git a/reference/pase_calc.html b/reference/pase_calc.html new file mode 100644 index 0000000..5ad6228 --- /dev/null +++ b/reference/pase_calc.html @@ -0,0 +1,135 @@ + +PASE score calculator — pase_calc • stRoke + Skip to contents + + +
+
+
+ +
+

Calculates PASE score from raw questionnaire data.

+
+ +
+

Usage

+
pase_calc(ds, adjust_work = FALSE)
+
+ +
+

Arguments

+
ds
+

data set

+ + +
adjust_work
+

flag to set whether to include 10b type 1. +Default is TRUE.

+ +
+
+

Value

+ + +

data.frame

+
+
+

Details

+

Labelling should be as defined by the questionnaire. +02-06 should start with 0:3, 02a-06b should start with 1:4.

+

Regarding work scoring

+ + +

The score calculation manual available for the PASE questionnaire, all types +of work should be included. According to the article by +Washburn RA. et al (1999) sitting work is not included in the item 10 score. +This differentiation is added with the option to set adjust_work to +exclude item 10b category 1 work (set TRUE).

+
+ +
+

Regarding output

+ + +

Output includes sub scores as well as sums, but also to columns assessing data +quality and completeness. If any field has not been filled, score_incompletes +will return TRUE. If all measures are missing score_missings is TRUE. +If adjust_work==TRUE, 10b has to be filled, or score_incompletes will be +set TRUE.

+
+ +
+ +
+

Examples

+
summary(pase_calc(stRoke::pase)[,13])
+#>    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
+#>     0.0    75.0   128.6   138.9   195.9   574.3 
+
+
+
+
+ + +
+ + + +
+ + + + + + + diff --git a/reference/print.win_Prob.html b/reference/print.win_Prob.html index ff882a0..7dbf7d2 100644 --- a/reference/print.win_Prob.html +++ b/reference/print.win_Prob.html @@ -10,7 +10,7 @@ stRoke - 23.6.1 + 23.6.2