Compute "Prodromal Psychosis Scale [Youth] (Current Distress Score)"
Source:R/scores_mh.R
compute_mh_y_pps__dist__curr_score.RdComputes the summary score mh_y_pps__dist__curr_score
Prodromal Psychosis Scale [Youth] (Current Distress Score)
For the current wave, if z-score of mh_y_pps__severity_score normalized
across all current participants in the assessment wave is >= 1.96, set the
value to "1"; else set the value to "0". If there is no score for the current
assessment wave,set the value to NA (missing).
Summarized variables:
mh_y_pps__severity_score (intermediate score)
Excluded values: none
Validation criterion: none
Usage
compute_mh_y_pps__dist__curr_score(
data,
name = "mh_y_pps__dist__curr_score",
combine = TRUE
)