Compute "Multidimensional Neglectful Behavior Scale [Youth]: Mean"
Source:R/scores_fc.R
compute_fc_y_mnbs_mean.Rd
Computes the summary score fc_y_mnbs_mean
(Multidimensional Neglectful Behavior Scale [Youth]: Mean)
Summarized variables:
fc_y_mnbs__edusupp_001
fc_y_mnbs__edusupp_002
fc_y_mnbs__edusupp_003
fc_y_mnbs__superv_001
fc_y_mnbs__superv_002
fc_y_mnbs__superv_003
fc_y_mnbs__superv_004
fc_y_mnbs__superv_005
Excluded values:
777
Validation criterion: maximally 1 of 8 items missing
Usage
vars_fc_y_mnbs
compute_fc_y_mnbs_mean(
data,
name = "fc_y_mnbs_mean",
max_na = 1,
combine = TRUE
)
Format
vars_fc_y_mnbs is a character vector of all column names
used to compute summary score of fc_y_mnbs
.
Arguments
- data
tbl. Data frame containing the columns to be summarized.
- name
character. Name of the summary score. Default is the name in the description.
- max_na
numeric, positive whole number. Number of missing items allowed (Default: 1).
- combine
logical. If
TRUE
, the summary score is appended to the input data frame. IfFALSE
, the summary score is returned as a separate data frame. Default isTRUE
.