Skip to contents

compute all summary scores of Alcohol Hangover Symptoms Scale (HSS) Youth

Usage

compute_su_y_alchss_all(data)

Arguments

data

tbl, Dataframe containing the columns to be summarized.

Value

tbl. The input data frame with the summary score appended as a new column.

Examples

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