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 | pattern_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 plot with the patter of missing values by class, by variable
1 2 | data(data_example)
pattern_plot(data_example, "class")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.