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