View source: R/make_model_df.R
make_model_df | R Documentation |
make_model_df
makes a dataframe with outcome variable, model formula and associated dataframemake a dataframe for modeling
make_model_df
makes a dataframe with outcome variable, model formula and associated dataframe
make_model_df(indep_vars, outcome_vars, dfs)
(uses make_formula (which we just moved to the rethinkpriorities package)
qp_models <- make_model_df(qp_rhs_vars, qp_outcome_vars, qp_dfs) # Create dataframe for models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.