Categorise data
categ.RdCategorise data
Arguments
- data
dataframe containing an ID-column (first column) and the data to be categorised
- var
vector containing the columns that should be categorised
- id
string, column name of the ID
- cat
string, specifcation of how the data should be categorised, choose from Quartiles/p80/p60/e10/no, default is Quartiles
- save_bound,
boolean whether the cut-off points of the categories should be saved, default is TRUE