Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R function to create a recipe for data analysis #17

Open
wdoyle42 opened this issue Jan 15, 2020 · 1 comment
Open

R function to create a recipe for data analysis #17

wdoyle42 opened this issue Jan 15, 2020 · 1 comment
Assignees

Comments

@wdoyle42
Copy link
Collaborator

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 ozanj self-assigned this Jan 16, 2020
@ozanj
Copy link
Collaborator

ozanj commented Jan 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants