R/data.R
crit_scores_tmpl.Rd
This table serves as basis for the scoring
function and builds on
the criterion-scoring scheme described in the underlying framework (Otto et al.,
2018). The user can modify the weights, scores, conditions or remove specific (sub-)crits.
crit_scores_tmpl
A data frame with 27 rows and 12 variables:
ID of main criteria.
A vector of the main criteria.
ID of sub-criteria.
A vector of the sub-criteria.
A short description of the (sub)criteria.
A short explanation on the required condition for a specific score.
A vector of scores for each (sub-)criterion and the respective condition.
Weights assigned to each score to allow easy user adjustments. Default is 1 for all scores.
Additional information whether the scoring is pressure-specific or not.
A list-column single elements or vectors with various elements containing score-specific conditions put in R Syntax against which (sub-)criterion-specific variables (see condition_var) are checked.
The variables used as basis for scoring the specific (sub-)criterion.
The names of the function that generate output tibbles containing the required variables.