Skip to contents

This function computes all summary scores for the mh_y_bisbas table. Make sure to have all necessary columns in the data frame.

Usage

compute_mh_y_bisbas_all(data)

Arguments

data

tbl. Data frame containing the columns to be summarized.

Value

tbl. The input data frame with the summary scores appended as new columns.

Examples

if (FALSE) { # \dontrun{
compute_mh_y_bisbas_all(data)
} # }