balance_check: Creates a table

View source: R/balance_check.R

balance_checkR Documentation

Creates a table

Description

take a data frame and the diagnosis column and creates a table that with the percentage for the diagnosis must only have numeric types

Usage

balance_check(df, col_n)

Arguments

df

A dataframe or dataframe extension

col_n

A quoted column name of the desigred column

Value

A table with three columns

Examples

diagnosis_heart_disease(heart_disease_clean, "diagnosis")

DSCI-310/DSCI-310-Group-2-packages documentation built on April 19, 2022, 11:14 a.m.