Compute all the MCTQ variables
Usage
compute_ph_y_mctq_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_ph_y_mctq_all(data)
} # }