podci_upex | R Documentation |
PODCI Upper Extremity Scores
podci_upex(
data,
...,
score = c("raw", "mean", "stnd", "norm"),
patient = c("ped", "ado"),
reporter = c("prnt", "self"),
norm_m,
norm_s
)
podci_upex_raw_ped_prnt(data, ...)
podci_upex_mean_ped_prnt(data, ...)
podci_upex_stnd_ped_prnt(data, ...)
podci_upex_norm_ped_prnt(data, ...)
podci_upex_raw_ado_prnt(data, ...)
podci_upex_mean_ado_prnt(data, ...)
podci_upex_stnd_ado_prnt(data, ...)
podci_upex_norm_ado_prnt(data, ...)
podci_upex_raw_ado_self(data, ...)
podci_upex_mean_ado_self(data, ...)
podci_upex_stnd_ado_self(data, ...)
podci_upex_norm_ado_self(data, ...)
data |
a dplyr::tibble containing the PODCI upper extremity item responses to be scored |
... |
<dplyr::dplyr_tidy_select> columns of the upper extremity items in order (See Note). |
score |
requested scale class
|
patient |
subject of the assessment (pediatric vs adolescent) |
reporter |
person providing the responses (parent vs self) |
norm_m |
mean value to use when computing normative scores (See podci_norms) |
norm_s |
standard deviation value to use when computing normative scores (See podci_norms) |
data augmented with the requested score column
podci_upex_raw_ped_prnt()
: Upper Extremity Raw Pediatric Parent Score
podci_upex_mean_ped_prnt()
: Upper Extremity Mean Pediatric Parent Score
podci_upex_stnd_ped_prnt()
: Upper Extremity Standard Pediatric Parent Score
podci_upex_norm_ped_prnt()
: Upper Extremity Normal Pediatric Parent Score
podci_upex_raw_ado_prnt()
: Upper Extremity Raw Adolescent Parent Score
podci_upex_mean_ado_prnt()
: Upper Extremity Mean Adolescent Parent Score
podci_upex_stnd_ado_prnt()
: Upper Extremity Standard Adolescent Parent Score
podci_upex_norm_ado_prnt()
: Upper Extremity Normal Adolescent Parent Score
podci_upex_raw_ado_self()
: Upper Extremity Raw Adolescent Self Score
podci_upex_mean_ado_self()
: Upper Extremity Mean Adolescent Self Score
podci_upex_stnd_ado_self()
: Upper Extremity Standard Adolescent Self Score
podci_upex_norm_ado_self()
: Upper Extremity Normal Adolescent Self Score
Pediatric
Q1 Lift heavy books?
Q2 Pour a half gallon of milk?
Q3 Open a jar that has been opened before?
Q4 Use a fork and spoon?
Q5 Comb his/her hair?
Q6 Button buttons?
Q8 Write with a pencil?
Q32 Turn door knobs?
Any item rated "5" (Too young for this activity) is considered missing and is not added into the scale.
A minimum of 4 items must have valid answers to score this scale (including those marked "too young" as missing).
Adolescent (Parent-Report)
Q1 Lift heavy books?
Q2 Pour a half gallon of milk?
Q3 Open a jar that has been opened before?
Q4 Use a fork and spoon?
Q5 Comb his/her hair?
Q6 Button buttons?
Q8 Write with a pencil?
Q32 Turn door knobs?
Any item rated "5" (Too young for this activity) is considered missing and is not added into the scale.
A minimum of 4 items must have valid answers to score this scale (including those marked "too young" as missing).
Adolescent (Self-Report)
Q1 Lift heavy books?
Q2 Pour a half gallon of milk?
Q3 Open a jar that has been opened before?
Q4 Use a fork and spoon?
Q5 Comb your hair?
Q6 Button buttons?
Q8 Write with a pencil?
Q32 Turn door knobs?
A minimum of 4 items must have valid answers to score this scale.
podci_upex_raw_ped_prnt(podci_ped_prnt, podci_items("upex", "ped", "prnt"))
podci_upex_mean_ped_prnt(podci_ped_prnt, podci_items("upex", "ped", "prnt"))
podci_upex_stnd_ped_prnt(podci_ped_prnt, podci_items("upex", "ped", "prnt"))
podci_upex_norm_ped_prnt(podci_ped_prnt, podci_items("upex", "ped", "prnt"))
podci_upex_raw_ado_prnt(podci_ado_prnt, podci_items("upex", "ado", "prnt"))
podci_upex_mean_ado_prnt(podci_ado_prnt, podci_items("upex", "ado", "prnt"))
podci_upex_stnd_ado_prnt(podci_ado_prnt, podci_items("upex", "ado", "prnt"))
podci_upex_norm_ado_prnt(podci_ado_prnt, podci_items("upex", "ado", "prnt"))
podci_upex_raw_ado_self(podci_ado_self, podci_items("upex", "ado", "self"))
podci_upex_mean_ado_self(podci_ado_self, podci_items("upex", "ado", "self"))
podci_upex_stnd_ado_self(podci_ado_self, podci_items("upex", "ado", "self"))
podci_upex_norm_ado_self(podci_ado_self, podci_items("upex", "ado", "self"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.