make_model_df: make a dataframe for modeling 'make_model_df' makes a...

View source: R/make_model_df.R

make_model_dfR Documentation

make a dataframe for modeling make_model_df makes a dataframe with outcome variable, model formula and associated dataframe

Description

make a dataframe for modeling make_model_df makes a dataframe with outcome variable, model formula and associated dataframe

Usage

make_model_df(indep_vars, outcome_vars, dfs)

Details

(uses make_formula (which we just moved to the rethinkpriorities package)

Examples

qp_models <- make_model_df(qp_rhs_vars, qp_outcome_vars, qp_dfs) # Create dataframe for models

rethinkpriorities/rp-r-package documentation built on Jan. 7, 2023, 10:11 p.m.