Displaying 1 result from an estimated 1 matches for "independnt".
Did you mean:
independent
2012 Mar 01
2
range of group variables
Dear All,
I hope to run some simple survival analysis using the cox-proportional hazard models in R, my command will look like below:
cox <- summary( coxph( Surv( mortality , TIME ) ~ Independent variables ) )
My query is about specifying a range of independnt variables in R,
such that each independent variable is included as the main defining variable independently of other variables in the variable list.
I have around 10,000 independent variables or groups by which I hope to study differences in mortality rates over a period of time.
All the 10,000 v...