Skip to contents

Creates an empty tibble with the standardised column structure for CREED final scores.

Usage

initialise_CREED_scores_tibble()

Value

A tibble with 0 rows and standardised CREED columns

Details

CREED scores provide data quality assessment results for references, evaluating both reliability and relevance at silver and gold standard levels. The tibble includes the following columns:

REFERENCE_ID: Unique identifier linking to the references table

SILVER_RELIABILITY: Reliability score at silver standard level

SILVER_RELEVANCE: Relevance score at silver standard level

GOLD_RELIABILITY: Reliability score at gold standard level

GOLD_RELEVANCE: Relevance score at gold standard level

See vignette("CREED_scores_data") for more information.