podci_pain: PODCI Pain Scores

View source: R/pain.R

podci_painR Documentation

PODCI Pain Scores

Description

PODCI Pain Scores

Usage

podci_pain(
  data,
  ...,
  score = c("raw", "mean", "stnd", "norm"),
  patient = c("ped", "ado"),
  reporter = c("prnt", "self"),
  norm_m,
  norm_s
)

podci_pain_raw_ped_prnt(data, ...)

podci_pain_mean_ped_prnt(data, ...)

podci_pain_stnd_ped_prnt(data, ...)

podci_pain_norm_ped_prnt(data, ...)

podci_pain_raw_ado_prnt(data, ...)

podci_pain_mean_ado_prnt(data, ...)

podci_pain_stnd_ado_prnt(data, ...)

podci_pain_norm_ado_prnt(data, ...)

podci_pain_raw_ado_self(data, ...)

podci_pain_mean_ado_self(data, ...)

podci_pain_stnd_ado_self(data, ...)

podci_pain_norm_ado_self(data, ...)

Arguments

data

a dplyr::tibble containing the PODCI pain item responses to be scored

...

<dplyr::dplyr_tidy_select> columns of the pain items in order (See Note).

score

requested scale class

  • raw ⁠[3, 15]⁠

  • mean ⁠[1, 5]⁠

  • standard ⁠[0, 100]⁠

  • normative

    • pediatric ⁠[-17, 56]⁠

    • adolescent: ⁠[-1, 57]⁠

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_pain_raw_ped_prnt(): Pain Raw Pediatric Parent Score

  • podci_pain_mean_ped_prnt(): Pain Mean Pediatric Parent Score

  • podci_pain_stnd_ped_prnt(): Pain Standard Pediatric Parent Score

  • podci_pain_norm_ped_prnt(): Pain Normal Pediatric Parent Score

  • podci_pain_raw_ado_prnt(): Pain Raw Adolescent Parent Score

  • podci_pain_mean_ado_prnt(): Pain Mean Adolescent Parent Score

  • podci_pain_stnd_ado_prnt(): Pain Standard Adolescent Parent Score

  • podci_pain_norm_ado_prnt(): Pain Normal Adolescent Parent Score

  • podci_pain_raw_ado_self(): Pain Raw Adolescent Self Score

  • podci_pain_mean_ado_self(): Pain Mean Adolescent Self Score

  • podci_pain_stnd_ado_self(): Pain Standard Adolescent Self Score

  • podci_pain_norm_ado_self(): Pain Normal Adolescent Self Score

Note

Pediatric

  1. Q17 Did pain or discomfort interfere with your child’s activities?

  2. Q75 How much pain has your child had during the last week?

  3. Q76 During the last week, how much did pain interfere with your child’s normal activities (including at home, outside of the home, and at school)?

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

Adolescent (Parent-Report)

  1. Q17 Did pain or discomfort interfere with your child’s activities?

  2. Q75 How much pain has your child had during the last week?

  3. Q76 During the last week, how much did pain interfere with your child’s normal activities (including at home, outside of the home, and at school)?

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

Adolescent (Self-Report)

  1. Q17 Did pain or discomfort interfere with your activities?

  2. Q72 How much pain have you had during the last week?

  3. Q73 During the last week, how much did pain interfere with your normal activities (including at home, outside of the home, and at school)?

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

Examples

podci_pain_raw_ped_prnt(podci_ped_prnt, podci_items("pain", "ped", "prnt"))

podci_pain_mean_ped_prnt(podci_ped_prnt, podci_items("pain", "ped", "prnt"))

podci_pain_stnd_ped_prnt(podci_ped_prnt, podci_items("pain", "ped", "prnt"))

podci_pain_norm_ped_prnt(podci_ped_prnt, podci_items("pain", "ped", "prnt"))

podci_pain_raw_ado_prnt(podci_ado_prnt, podci_items("pain", "ado", "prnt"))

podci_pain_mean_ado_prnt(podci_ado_prnt, podci_items("pain", "ado", "prnt"))

podci_pain_stnd_ado_prnt(podci_ado_prnt, podci_items("pain", "ado", "prnt"))

podci_pain_norm_ado_prnt(podci_ado_prnt, podci_items("pain", "ado", "prnt"))

podci_pain_raw_ado_self(podci_ado_self, podci_items("pain", "ado", "self"))

podci_pain_mean_ado_self(podci_ado_self, podci_items("pain", "ado", "self"))

podci_pain_stnd_ado_self(podci_ado_self, podci_items("pain", "ado", "self"))

podci_pain_norm_ado_self(podci_ado_self, podci_items("pain", "ado", "self"))


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