I am modeling Cox regression and some of my independent variables are ordinal data and have trouble with the reffernce groups.
By default the coxph package takes the first group in a variable as a refference group, i.e. in the vaiable female/male the female group is the refference. However, I have an ordinal variable with three levels (1, 2, 3). I do not wish a refference group in this ordinal variable but I want R to give a total estimate for my total variable.