View source: R/balance_check.R
balance_check | R Documentation |
take a data frame and the diagnosis column and creates a table that with the percentage for the diagnosis must only have numeric types
balance_check(df, col_n)
df |
A dataframe or dataframe extension |
col_n |
A quoted column name of the desigred column |
A table with three columns
diagnosis_heart_disease(heart_disease_clean, "diagnosis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.