Used in the data pipeline between Transform and Flag to rename KRI and
Score columns.
More information can be found in The Identity Method of the KRI Method vignette.
Arguments
- dfTransformed
data.frameTransformed data for analysis. Data should have one record per site with expected columns:GroupID,GroupLevel,Numerator,Denominator, andMetric. For more details see the Data Model vignette:vignette("DataModel", package = "gsm"). For this function,dfTransformedshould typically be created usingTransform_Count().- strValueCol
characterName of column that will be copied asScore
Examples
dfTransformed <- Transform_Count(analyticsInput, strCountCol = "Numerator")
dfAnalyzed <- Analyze_Identity(dfTransformed)
#> `Score` column created from `Metric`.