podci_norms | R Documentation |
PODCI Normative Values
podci_norms(
scale = c("upex", "tran", "sprt", "pain", "hapy", "glob"),
patient = c("ped", "ado"),
reporter = c("prnt", "self"),
stat = c("m", "s")
)
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 |
the requested normative value
## 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.