powered by
Age Band Creation: Create a new column of 5 year Age Bands from an integer column
age_bandizer(df, Age_col)
a tidy dataframe in standard Master Patient Index format ie SangerTools::PopHealthData
a integer column within @param df NAs must be removed or imputed prior to running this function
A dataframe with width ncol(df)+1, new column will be named Ageband and will be a factor with levels defined
# NOT RUN { library(SangerTools) library(dplyr) health_data <- SangerTools::PopHealthData # }
Run the code above in your browser using DataLab