Learn R Programming

finalfit (version 1.0.2)

missing_df: Missing values data frame

Description

Create a data frame of missing vs. observed values for all variables provided. Dependent and explanatory are for convenience and are optional.

Usage

missing_df(.data, dependent = NULL, explanatory = NULL)

Arguments

.data

Data frame.

dependent

Character vector. Optional name of dependent variable.

explanatory

Character vector. Optional name(s) of explanatory variables.

Value

Data frame of missing values for all variables.

Examples

Run this code
# NOT RUN {
colon_s %>%
  missing_df()
# }

Run the code above in your browser using DataLab