Skip to contents

Aggregates indicator scores into pillar-level scores (one per domain). Each pillar score is the mean of its indicator scores.

Usage

compute_pillar_scores(evidence, config = sci_config_default())

Arguments

evidence

A validated evidence data.frame.

config

An sci_config from sci_config_default().

Value

A tibble with columns: pillar, pillar_score, n_indicators, weight.

Examples

if (FALSE) { # \dontrun{
ps <- compute_pillar_scores(evidence)
ps
} # }