Skip to contents

Like prepare_score_table() but accepts a vector of parameter IDs, pooling scores across them. Used for grouped categorical/bar parameters.

Usage

prepare_score_table_multi(ctas_results, parameter_ids, features = NULL)

Arguments

ctas_results

List as returned by ctas::process_a_study().

parameter_ids

Character vector of parameter IDs.

features

Character vector of feature names to include, or NULL for all.

Value

A data frame with columns: site, one per feature, max_score.