podci_items: PODCI Scale Item Numbers

View source: R/item.R

podci_itemsR Documentation

PODCI Scale Item Numbers

Description

PODCI Scale Item Numbers

Usage

podci_items(
  scale = c("upex", "tran", "sprt", "pain", "hapy", "glob"),
  patient = c("ped", "ado"),
  reporter = c("prnt", "self"),
  type = c("both", "primary", "secondary")
)

Arguments

scale

requested scale

patient

subject of the assessment (pediatric vs adolescent)

reporter

person providing the responses (parent vs self)

type

the type of item (ignored if not sport scale):

  • primary are items from which the scale score is directly computed

  • secondary are items for which the scoring of primary items depends

  • both gives both primary and secondary item numbers

Value

a vector of scale items

Examples

## all scales have the same item numbers except:

### the sport scale items differ depending on reporter
### and has primary and secondary items

podci_items("sprt", reporter = "prnt", type = "both")

podci_items("sprt", reporter = "prnt", type = "primary")

podci_items("sprt", reporter = "prnt", type = "secondary")

podci_items("sprt", reporter = "self", type = "both")

podci_items("sprt", reporter = "self", type = "primary")

podci_items("sprt", reporter = "self", type = "secondary")

### the pain scale items differ depending on reporter

podci_items("pain", reporter = "prnt")

podci_items("pain", reporter = "self")

### the global scale items differ depending on reporter

podci_items("glob", reporter = "prnt")

podci_items("glob", reporter = "self")


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