Skip to content
Prev 318557 / 398503 Next

Results from clogit out of range?

On Mar 1, 2013, at 6:22 AM, Lisa Sheng wrote:

            
I would not have expected a function named 'clogit' to produce any of that. I would have guessed that `clogit` from whatever package is under consideration to be either a regression function or a transformation function. It is the 'predict' methods in R that might (or might not) have a "response" or "risk" type of argument to control their output. You are not providing any code so the nature of your concerns seems remain impossibly vague.

If your concern were for the output of predict( survival::clogit(form, dataset), type="risk") then you do need to understand that output from survival models are generally relative risks and not probability estimates.