Compute "Life Events [Parent] (Events): Number missing - Version 3 (Year 6 )"
Source:R/scores_mh.R
compute_mh_p_ple_nm__v03.Rd
Computes the summary score mh_p_ple_nm__v03
Life Events [Parent] (Events): Number missing - Version 3 (Year 6 )
Summarized variables:
mh_p_ple_001
mh_p_ple_002
mh_p_ple_003
mh_p_ple_004
mh_p_ple_005
mh_p_ple_006
mh_p_ple_007
mh_p_ple_008
mh_p_ple_009
mh_p_ple_010
mh_p_ple_011
mh_p_ple_012
mh_p_ple_013
mh_p_ple_014
mh_p_ple_015
mh_p_ple_016
mh_p_ple_017
mh_p_ple_018
mh_p_ple_019
mh_p_ple_020
mh_p_ple_021
mh_p_ple_022
mh_p_ple_023
mh_p_ple_024
mh_p_ple_025
mh_p_ple_026
mh_p_ple_027
mh_p_ple_028
mh_p_ple_029
mh_p_ple_030
mh_p_ple_031
mh_p_ple_032
mh_p_ple_033
Excluded values:
444
777
999
Usage
compute_mh_p_ple_nm__v03(
data,
name = "mh_p_ple_nm__v03",
events = "ses-06A",
combine = TRUE
)
Arguments
- data
tbl. Data frame containing the columns to be summarized.
- name
character. Name of the new column to be created (Default: the name used in the ABCD data release).
- events
character vector. Event (session ID) to be used.
- combine
logical. If TRUE, the new column will be bound to the input data frame. If FALSE, the new column will be created as a new data frame.