Learn R Programming

INDperform (version 0.2.2)

summary_sc: Summary of indicator performance scores

Description

Summarizes the scoring output tibble so that IND-specific scores for each criterion as well as the pressure-specific sub-criteria scores (in crit. 9 and 10) can be easily compared and used for further score-based IND performance functions.

Usage

summary_sc(scores_tbl, crit_scores = INDperform::crit_scores_tmpl)

Arguments

scores_tbl

The output tibble from the scoring function.

crit_scores

The (un)modified criterion-scoring template crit_scores_tmpl; required to calculate the scores in percentage. Has to be the same than used in scoring. Default is the unmodified template crit_scores_tmpl.

Value

The function returns a list of 3 data frames

overview

IND-specific scores and percentages from max. score for all criteria (crit 9 and 10 averaged across all sign. pressures and the number of significant pressures).

subcriteria_per_press

IND- and pressure-specific scores for all (sub-)criteria and the percentages from max. criterion score.

scores_matrix

TEXT

See Also

Other score-based IND performance functions: clust_sc(), dist_sc_group(), dist_sc(), expect_resp(), plot_clust_sc(), plot_spiechart(), scoring()

Examples

Run this code
# NOT RUN {
# Using the Baltic Sea demo data in this package
scores_tbl <- scoring(trend_tbl = model_trend_ex, mod_tbl = all_results_ex,
  press_type = press_type_ex)
summary_sc(scores_tbl)
# }

Run the code above in your browser using DataLab