util_dist_selection: Utility function distribution-selection

View source: R/util_dist_selection.R

util_dist_selectionR Documentation

Utility function distribution-selection

Description

This function differentiates the type of measurement variables.

Usage

util_dist_selection(measurements, meta_data)

Arguments

measurements

study data

meta_data

metadata, not yet used

Value

data frame with one column for each variable in study data giving IsInteger, IsMultCat and IsNCategory

IsInteger contains a guess, if the variable contains integer values or is a factor

IsMultCat contains a guess, if the variable has more than two categories, if it is categorical or ordinal

NCategory contains the number of distinct values detected for the variable


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