Automated many-model approach using functional programming.
1 2 | auto_mm(dataframe, model, split_vars, min_sample_size = 30,
permutations = 1, parallelize = F)
|
dataframe |
Dataframe to operate on |
min_sample_size |
Minimum sample size of the groups |
permutations |
how many permutations to use? |
model_function |
Model function to test with |
vars |
Variables to cut data with |
model_metrics |
Metrics to pull from model |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.