Tabular Dataset with data.frame input.
1 2 | ## S3 method for class 'data.frame'
tabular_dataset(x, response, cat_vars = NULL, cont_vars = NULL)
|
x |
a data.frame |
response |
response variable name (only used if x is a data.frame) |
cat_vars |
vector of categorical variable names (only used if x is a data.frame) |
cont_vars |
vector of continuous variable names (only used if x is a data.frame) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.