podci_hapy: PODCI Happy Scores

View source: R/hapy.R

podci_hapyR Documentation

PODCI Happy Scores

Description

PODCI Happy Scores

Usage

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, ...)

Arguments

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:

  • raw ⁠[5, 25]⁠

  • mean ⁠[1, 5]⁠

  • standard ⁠[0, 100]⁠

  • normative

    • pediatric ⁠[-14, 57]⁠

    • adolescent ⁠[4, 60]⁠

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)

Value

data augmented with the requested score column

Functions

  • 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

Note

Pediatric

  1. Q10 How he/she looks?

  2. Q11 His/her body?

  3. Q12 What clothes or shoes he/she can wear?

  4. Q13 His/her ability to do the same things his/her friends do?

  5. 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)

  1. Q10 How he/she looks?

  2. Q11 His/her body?

  3. Q12 What clothes or shoes he/she can wear?

  4. Q13 His/her ability to do the same things his/her friends do?

  5. 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)

  1. Q10 How you look?

  2. Q11 Your body?

  3. Q12 What clothes or shoes you can wear?

  4. Q13 Your ability to do the same things your friends do?

  5. Q14 Your health in general?

A minimum of 3 items must have valid answers to score this scale.

Examples

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"))


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