scaleAggMetr: Scale and aggregate metrics for score calculation

Description Usage Arguments Value

View source: R/scaleAggMetr.R

Description

Performs multiple adjustments of coverage, bias and precision values to obtain a score value.

Usage

1
scaleAggMetr(bias, sd, cvg, wBIAS = 1, wSD = 1, wCVG = 1, plot = T)

Arguments

bias

Bias variable

sd

Precision variable (standard variation)

cvg

Coverage

wBIAS

weighting factor for bias

wSD

weighting factor for standard deviation

wCVG

weighting factor for coverage

plot

plot data

Value

list with score values and matrices


mknoll/incAnalysis documentation built on Oct. 22, 2020, 9:20 a.m.