podci_upex: PODCI Upper Extremity Scores

View source: R/upex.R

podci_upexR Documentation

PODCI Upper Extremity Scores

Description

PODCI Upper Extremity Scores

Usage

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, ...)

Arguments

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

  • raw ⁠[8, 32]⁠

  • mean ⁠[1, 4]⁠

  • standard ⁠[0, 100]⁠

  • normal

    • pediatric ⁠[-30, 57]⁠

    • adolescent ⁠[-146, 53]⁠

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)

Value

data augmented with the requested score column

Functions

  • 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

Note

Pediatric

  1. Q1 Lift heavy books?

  2. Q2 Pour a half gallon of milk?

  3. Q3 Open a jar that has been opened before?

  4. Q4 Use a fork and spoon?

  5. Q5 Comb his/her hair?

  6. Q6 Button buttons?

  7. Q8 Write with a pencil?

  8. 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)

  1. Q1 Lift heavy books?

  2. Q2 Pour a half gallon of milk?

  3. Q3 Open a jar that has been opened before?

  4. Q4 Use a fork and spoon?

  5. Q5 Comb his/her hair?

  6. Q6 Button buttons?

  7. Q8 Write with a pencil?

  8. 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)

  1. Q1 Lift heavy books?

  2. Q2 Pour a half gallon of milk?

  3. Q3 Open a jar that has been opened before?

  4. Q4 Use a fork and spoon?

  5. Q5 Comb your hair?

  6. Q6 Button buttons?

  7. Q8 Write with a pencil?

  8. Q32 Turn door knobs?

A minimum of 4 items must have valid answers to score this scale.

Examples

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"))


the-mad-statter/podci documentation built on June 10, 2025, 8:50 a.m.