Description Usage Arguments Value Examples
This function returns a dataframe with a multilevel structure. It generates a dataframe using a varying intercepts/varying slopes linear regression with a single target variable y.
1 | missing_plot(df, className, varNames)
|
df |
dataframe with missing values |
className |
name of the variable containing classes |
varNames |
vector with the name of the variables to be imputed |
A barplot with the number of missing values by class, by variable
1 2 | data(data_example)
missing_plot(data_example, "class", c("y"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.