Skip to contents

A single function to compute all scores in the above domain using default arguments.

Usage

compute_ph_p_otbi_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.

Examples

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