Description Usage Arguments Value See Also Examples
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.
1 | summary_sc(scores_tbl, crit_scores = INDperform::crit_scores_tmpl)
|
scores_tbl |
The output tibble from the |
crit_scores |
The (un)modified criterion-scoring template
|
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
Other score-based IND performance functions:
clust_sc()
,
dist_sc_group()
,
dist_sc()
,
expect_resp()
,
plot_clust_sc()
,
plot_spiechart()
,
scoring()
1 2 3 4 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.