podci_hapy | R Documentation |
PODCI Happy Scores
podci_hapy(
data,
...,
score = c("raw", "mean", "stnd", "norm"),
patient = c("ped", "ado"),
reporter = c("prnt", "self"),
norm_m,
norm_s
)
podci_hapy_raw_ped_prnt(data, ...)
podci_hapy_mean_ped_prnt(data, ...)
podci_hapy_stnd_ped_prnt(data, ...)
podci_hapy_norm_ped_prnt(data, ...)
podci_hapy_raw_ado_prnt(data, ...)
podci_hapy_mean_ado_prnt(data, ...)
podci_hapy_stnd_ado_prnt(data, ...)
podci_hapy_norm_ado_prnt(data, ...)
podci_hapy_raw_ado_self(data, ...)
podci_hapy_mean_ado_self(data, ...)
podci_hapy_stnd_ado_self(data, ...)
podci_hapy_norm_ado_self(data, ...)
data |
a dplyr::tibble containing the PODCI happy item responses to be scored |
... |
<dplyr::dplyr_tidy_select> columns of the happy 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_hapy_raw_ped_prnt()
: Happy Mean Pediatric Parent Score
podci_hapy_mean_ped_prnt()
: Happy Mean Pediatric Parent Score
podci_hapy_stnd_ped_prnt()
: Happy Standard Pediatric Parent Score
podci_hapy_norm_ped_prnt()
: Happy Normal Pediatric Parent Score
podci_hapy_raw_ado_prnt()
: Happy Mean Adolescent Parent Score
podci_hapy_mean_ado_prnt()
: Happy Mean Adolescent Parent Score
podci_hapy_stnd_ado_prnt()
: Happy Standard Adolescent Parent Score
podci_hapy_norm_ado_prnt()
: Happy Normal Adolescent Parent Score
podci_hapy_raw_ado_self()
: Happy Mean Adolescent Self Score
podci_hapy_mean_ado_self()
: Happy Mean Adolescent Self Score
podci_hapy_stnd_ado_self()
: Happy Standard Adolescent Self Score
podci_hapy_norm_ado_self()
: Happy Normal Adolescent Self Score
Pediatric
Q10 How he/she looks?
Q11 His/her body?
Q12 What clothes or shoes he/she can wear?
Q13 His/her ability to do the same things his/her friends do?
Q14 His/her health in general?
Any item rated "5" (Too young for this activity) is considered missing and is not added into the scale.
A minimum of 3 items must have valid answers to score this scale (including those marked "too young" as missing).
Adolescent (Parent-Report)
Q10 How he/she looks?
Q11 His/her body?
Q12 What clothes or shoes he/she can wear?
Q13 His/her ability to do the same things his/her friends do?
Q14 His/her health in general?
Any item rated "5" (Too young for this activity) is considered missing and is not added into the scale.
A minimum of 3 items must have valid answers to score this scale (including those marked "too young" as missing).
Adolescent (Self-Report)
Q10 How you look?
Q11 Your body?
Q12 What clothes or shoes you can wear?
Q13 Your ability to do the same things your friends do?
Q14 Your health in general?
A minimum of 3 items must have valid answers to score this scale.
podci_hapy_raw_ped_prnt(podci_ped_prnt, podci_items("hapy", "ped", "prnt"))
podci_hapy_mean_ped_prnt(podci_ped_prnt, podci_items("hapy", "ped", "prnt"))
podci_hapy_stnd_ped_prnt(podci_ped_prnt, podci_items("hapy", "ped", "prnt"))
podci_hapy_norm_ped_prnt(podci_ped_prnt, podci_items("hapy", "ped", "prnt"))
podci_hapy_raw_ado_prnt(podci_ado_prnt, podci_items("hapy", "ado", "prnt"))
podci_hapy_mean_ado_prnt(podci_ado_prnt, podci_items("hapy", "ado", "prnt"))
podci_hapy_stnd_ado_prnt(podci_ado_prnt, podci_items("hapy", "ado", "prnt"))
podci_hapy_norm_ado_prnt(podci_ado_prnt, podci_items("hapy", "ado", "prnt"))
podci_hapy_raw_ado_self(podci_ado_self, podci_items("hapy", "ado", "self"))
podci_hapy_mean_ado_self(podci_ado_self, podci_items("hapy", "ado", "self"))
podci_hapy_stnd_ado_self(podci_ado_self, podci_items("hapy", "ado", "self"))
podci_hapy_norm_ado_self(podci_ado_self, podci_items("hapy", "ado", "self"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.