podci_norms: PODCI Normative Values

View source: R/norm.R

podci_normsR Documentation

PODCI Normative Values

Description

PODCI Normative Values

Usage

podci_norms(
  scale = c("upex", "tran", "sprt", "pain", "hapy", "glob"),
  patient = c("ped", "ado"),
  reporter = c("prnt", "self"),
  stat = c("m", "s")
)

Arguments

scale

requested scale

patient

subject of the assessment (pediatric vs adolescent)

reporter

person providing the responses (parent vs self)

stat

normative mean or standard deviation

Value

the requested normative value

Examples

## adolescent happiness parent-report normative mean
podci_norms("hapy", "ado")

## pediatric sports normative standard deviation
podci_norms("sprt", stat = "s")

## adolescent pain self-report normative standard deviation
podci_norms("pain", "ado", "self", "s")


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