[R] Repeated measures Cox regression ??coxph??

John Sorkin jsorkin at grecc.umaryland.edu
Fri Jul 26 17:32:37 CEST 2013


Marc,
Thank you for your comments. The data has been previously collected, so the study is a non-concurrent prospective analysis, i.e. retrospective analysis.
John


John David Sorkin M.D., Ph.D.
Professor of Medicine
Chief, Biostatistics and Informatics
University of Maryland School of Medicine Division of Gerontology
Baltimore VA Medical Center
10 North Greene Street
GRECC (BT/18/GR)
Baltimore, MD 21201-1524
(Phone) 410-605-7119
(Fax) 410-605-7913 (Please call phone number above prior to faxing) 
>>> Marc Schwartz <marc_schwartz at me.com> 07/26/13 11:13 AM >>>
Thanks Terry. 

Good points. I recalled last night some exchanges on r-sig-mixed-models regarding a reasonable number of 'replications' for the estimation of random effects and it occurred to me that with this study, you will have 0, 1 or 2 events per subject, depending upon the subject risk profiles for hip replacement and length of follow up. 

It was not clear to me if John's cohort study is retrospective or prospective. If the former, then he will have some insights into the event distribution. If the latter and he needs to pre-specify the analytic method, a GEE style approach using coxph() may make more sense here given the unknowns.

Regards,

Marc
 
On Jul 26, 2013, at 7:02 AM, Terry Therneau <therneau at mayo.edu> wrote:

> Two choices.
> If this were a linear model, do you like the GEE approach or a mixed effects approach?  Assume that "subject" is a variable containing a per-subject identifier.
> 
> GEE approach: add "+ cluster(subject)" to the model statement in coxph
> Mixed models approach: Add " + (1|subject)" to the model statment in coxme.
> 
> When only a very few subjects have multiple events, the mixed model (random effect) approach may not be reliable, however.  Multiple events per group are the fuel for estimation of the variance of the random effect, and with few of these the profile likelihood of the random effect will be very flat.  You can get esssentially a random estimate of the variance of the "subject effect".  I'm still getting my arms around this issue, and it has taken me a long time.
> 
> "Frailty" is an alternate label for "random effects when all we have is a random intercept".  Multiple labels for the same idea adds confusion, but nothing else.
> 
> Terry Therneau
> 
> On 07/25/2013 08:14 PM, Marc Schwartz wrote:
>> On Jul 25, 2013, at 4:45 PM, David Winsemius<dwinsemius at comcast.net>  wrote:
>> 
>>> On Jul 25, 2013, at 12:27 PM, Marc Schwartz wrote:
>>> 
>>>> On Jul 25, 2013, at 2:11 PM, John Sorkin<jsorkin at grecc.umaryland.edu>  wrote:
>>>> 
>>>>> Colleagues,
>>>>> Is there any R package that will allow one to perform a repeated measures Cox Proportional Hazards regression? I don't think coxph is set up to handle this type of problem, but I would be happy to know that I am not correct.
>>>>> I am doing a study of time to hip joint replacement. As each person has two hips, a given person can appear in the dataset twice, once for the left hip and once for the right hip, and I need to account for the correlation of data from a single individual.
>>>>> Thank you,
>>>>> John
>>>> 
>>>> 
>>>> John,
>>>> 
>>>> See Terry's 'coxme' package:
>>>> 
>>>> http://cran.r-project.org/web/packages/coxme/index.html
>>>> 
>>> When I looked over the description of coxme, I was concerned it was not really designed with this in mind. Looking at Therneau and Grambsch, I thought section 8.4.2 in the 'Multiple Events per Subject' Chapter fit the analysis question well. There they compared the use of coxph( ...+cluster(ID),,...)  withcoxph( ...+strata(ID),,...). Unfortunately I could not tell for sure which one was being described as superio but I think it was the cluster() alternative. I seem to remember there are discussions in the archives.
>> 
>> David,
>> 
>> I think that you raise a good point. The example in the book (I had to wait to get home to read it) is potentially different however, in that the subject's eye's were randomized to treatment or control, which would seem to suggest comparable baseline characteristics for each pair of eyes, as well as an active intervention on one side where a difference in treatment effect between each eye is being analyzed.
>> 
>> It is not clear from John's description above if there is one hip that will be treated versus one as a control and whether the extent of disease at baseline is similar in each pair of hips. Presumably the timing of hip replacements will be staggered at some level, even if there is comparable disease, simply due to post-op recovery time and surgical risk. In cases where the disease between each hip is materially different, that would be another factor to consider, however I would defer to orthopaedic physicians/surgeons from a subject matter expertise consideration. It is possible that the bilateral hip replacement data might be more of a parallel to bilateral breast cancer data, if each breast were to be tracked separately.
>> 
>> I have cc'd Terry here, hoping that he might jump in and offer some insights into the pros/cons of using coxme versus coxph with either a cluster or strata based approach, or perhaps even a frailty based approach as in 9.4.1 in the book.
>> 
>> Regards,
>> 
>> Marc
>> 
>> 
>>> -- 
>>> David.
>>>> You also might find the following of interest:
>>>> 
>>>> http://bjo.bmj.com/content/71/9/645.full.pdf
>>>> 
>>>> http://www.ncbi.nlm.nih.gov/pubmed/22226885
>>>> 
>>>> http://www.ncbi.nlm.nih.gov/pubmed/22078901
>>>> 
>>>> 
>>>> 
>>>> Regards,
>>>> 
>>>> Marc Schwartz
>>>> 
>>>> ______________________________________________
>>>> R-help at r-project.org mailing list
>>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>>> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>>>> and provide commented, minimal, self-contained, reproducible code.
>>> David Winsemius
>>> Alameda, CA, USA
>>> 
>>> ______________________________________________
>>> R-help at r-project.org mailing list
>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>>> and provide commented, minimal, self-contained, reproducible code.
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




Confidentiality Statement:
This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information.  Any unauthorized use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. 


More information about the R-help mailing list