Learn R Programming

qualitycontrol (version 0.1.0)

test_missing: Test the variable missingness on a dataset

Description

Test the variable missingness on a dataset

Usage

test_missing(data, variable)

Value

A data frame containing all the findings regarding the applied test.

Arguments

data

data to be tested.

variable

The variable to be tested.

Examples

Run this code
test_missing(als_data, 'p8')
test_missing(als_data, 'p1')

Run the code above in your browser using DataLab