util_app_dc: utility function for the applicability of of distribution...

View source: R/util_app_dc.R

util_app_dcR Documentation

utility function for the applicability of of distribution plots

Description

Test for applicability of distribution plots

Usage

util_app_dc(x, dta)

Arguments

x

data.frame metadata

dta

logical vector, 1=matching data type, 0 = non-matching data type

Value

factor 0-3 for each variable in metadata

  • 0 data type mismatch and not applicable

  • 1 data type mismatches but applicable

  • 2 data type matches but not applicable

  • 3 data type matches and applicable

  • 4 not applicable because of not suitable data type


dataquieR documentation built on July 26, 2023, 6:10 p.m.