A classmate and I have been looking over some stats regarding a study looking at the (lets call it) survival rate of an item of food. He ran his analysis using coxph to generate a model to compare the survival of a piece of food on camouflaged vs non-camouflaged backgrounds. Reviewing the summary of this analysis he saw that the R squared returned a value of 0. Both of us are biology students with a very limited background in statistics, but it struck us as odd that the R squared could be 0, as surely there must be some marginal level of variance explained by the model. Reading up on this, I saw that R squared for coxph is not functionally equivalent to the R sq. returned by linear models etc.
So I guess my questions are: How should we interpret this information? Is there an equivalent measure for data variation?
I understand this is similar to a previous question asked about interpreting the R squared in coxph, but mine is more focused on a comparison of (or inability to compare) this value to one that might be returned in a linear model.
Many thanks.