eddatasci / unrollment_proj

The Unrollment Project: Exploring algorithmic bias in predicting bachelor's degree completion.
5 stars 0 forks source link

R function to create a recipe for data analysis #17

Open wdoyle42 opened 4 years ago

wdoyle42 commented 4 years ago

R function that will take a dataset and complete steps to get it ready for analysis, including: imputation converting factors to series of dummy variables centering and scaling (z scores)of predictors

Inputs: df or tibble, formula, and list of likely factors Outputs: recipe for data analysis

ozanj commented 4 years ago

I'll try. won't be able to work on this in earnest till next week tho.