podci_pain | R Documentation |
PODCI Pain Scores
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, ...)
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
|
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) |
data augmented with the requested score column
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
Pediatric
Q17 Did pain or discomfort interfere with your child’s activities?
Q75 How much pain has your child had during the last week?
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)
Q17 Did pain or discomfort interfere with your child’s activities?
Q75 How much pain has your child had during the last week?
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)
Q17 Did pain or discomfort interfere with your activities?
Q72 How much pain have you had during the last week?
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.
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.