You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: