I am now trying to build a cox model: h(t, beta) = h0(t)exp(X*beta)
I have selected some variables from the data, and for a category variable, if it contains N categories, I will set up N-1 dummy variables for it, if so, there are 26 variables in my model, is it too many for a model?
But...