This super function computes all scores in EATQ using all the
default arguments.
Usage
compute_mh_p_eatq_all(data)
Arguments
- data
tbl, Dataframe containing the columns to be summarized.
Value
tbl. The input data frame with the summary scores appended as
new columns.
Details
Make sure the data
is the full set of all variables from MCTQ.
Examples
if (FALSE) { # \dontrun{
compute_mh_p_eatq_all(data)
} # }