Compute "Pubertal Development Scale & Menstrual Cycle Survey History [Parent] (Female): Mean"
Source:R/scores_ph.R
compute_ph_p_pds__f_mean.Rd
Computes the summary score ph_p_pds__f_mean
Pubertal Development Scale & Menstrual Cycle Survey History [Parent]
(Female): Mean [Validation: No more than 1 missing or declined]
Summarized variables:
ph_p_pds_001
ph_p_pds_002
ph_p_pds_003
ph_p_pds__f_001
ph_p_pds__f_002
Excluded values:
777
999
Validation criterion: maximally 1 item missing
Notes:
Values in
ph_p_pds__f_002
were recoded:"0" –> "1",
"1" –> "4"
Usage
vars_ph_p_pds__f
compute_ph_p_pds__f_mean(
data,
name = "ph_p_pds__f_mean",
exclude = c("777", "999"),
combine = TRUE,
max_na = 1
)
Format
vars_ph_p_pds__f is a character vector of all column names
used to compute summary score of ph_p_pds__f_mean
and
ph_p_pds__f_nm
.
Arguments
- data
tbl. Data frame containing the columns to be summarized.
- name
character. Name of the summary score column.
- exclude
character vector. Values to be excluded from the summary score calculation.
- combine
logical. If
TRUE
(default), the summary score is is appended as a new column to the input data frame. IfFALSE
, the summary score is returned as a separate one-column data frame.- max_na
numeric, positive whole number. Number of missing items allowed.
NULL
means no limit.