Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

5 results for “from:Georges Dupret”

survfit & number of variables != number of variable names
Georges Dupret · Nov 19, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121119/4bd3987b/attachment.pl>

survfit & number of variables != number of variable names
Georges Dupret · Nov 16, 2012 · r-help

This works ok: > cox = coxph(surv ~ bucket*(today + accor + both) + activity, data = data) > fit = survfit(cox, newdata=data[1:100,]) but using strata leads to problems: > cox.s = coxph(surv ~ bucket*(today + accor + both) + strata(activity), > data = data) > fit.s...

survfit & number of variables != number of variable names
Georges Dupret · Nov 19, 2012 · r-help

Hi! In answer to: -------- I noticed that you were using what might be called an "externally created Surv object". I have a memory that Terry Therneau has criticized that practice. I cannot remember if it was in exactly this situation...

survfit & number of variables != number of variable names
Georges Dupret · Nov 19, 2012 · r-help

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Terry, I attached a small data set to this email. This is what I get (I restricted the formula to avoid NA's): > surv = with(small, Surv(time=absence, event=(censored==FALSE))) > (cox...

coxph reference hazard rate
Georges Dupret · May 1, 2012 · r-help

Hi, In the following results I interpret exp(coef) as the factor that multiplies the base hazard rate if the corresponding variable is TRUE. For example, when the bucket is ks008 and fidelity <= 3, then the rate, compared to the...

Can't find what you're looking for? Try searching with Google .