miss_amount: How much data is missing?

View source: R/missing_data.R

miss_amountR Documentation

How much data is missing?

Description

Calculates the proportions of missing data by case, variable and cell.

Usage

miss_amount(data)

Arguments

data

(data.frame/matrix) The data.

Value

A length 3 vector with the proportions.

Examples

miss_amount(miss_add_random(iris))

Deleetdk/kirkegaard documentation built on May 8, 2024, 12:27 a.m.