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 | target.boxplot(df, y, class)
 | 
| df | dataframe with missing values | 
| y | target variable | 
| class | name of the variable containing classes | 
A boxplot for each class of the target variable
| 1 2 | data(data.example)
target.boxplot(data.example, y, "class")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.