data_helpers {rmdl}R Documentation

Data summarization and classification methods

Description

These related functions are intended to analyze a single data vector (e.g. column from a dataset) and help predict its classification, or other relevant attributes. These are simple yet opionated convenience functions.

Usage

number_of_missing(x)

is_dichotomous(x)

Arguments

x

A vector of any of the atomic types (see [base::vector()])

Details

The functions that are currently supported are:

Value

Returns a single value determined by the individual functions


[Package rmdl version 0.1.0 Index]