Search String: Display: Description: Sort:

Results:

References: [ +from:therneau@mayo.edu: 124 ]

Total 124 documents matching your query.

1. Re: SurvReg (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Tue, 28 Feb 2006 16:37:00 -0600 (CST)
There is not a mechanism to get the internal bits of survreg. This is unlike coxph, where I wrote the coxph.detail routine to give exactly what you ask (for debugging purposes). It has turned out to
/archives/html/s-news/2006-02/msg00087.html (7,136 bytes)

2. Re: instant hazard rate/survival (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Tue, 27 Sep 2005 08:22:22 -0500 (CDT)
The simplest way that I know to get an estimate of the hazard is to use smoothing splines. fit <- survfit(Surv(time, status) ~ sex, data=lung) temp1 <- smooth.spline(fit[1]$time, 1-fit[1]$surv, df=5)
/archives/html/s-news/2005-09/msg00090.html (8,085 bytes)

3. coxme bug (score: 1)
Author: .com>
Date: Mon, 25 Apr 2005 17:42:28 -0500 (CDT)
, frame=0) to kee
/archives/html/s-news/2005-04/msg00153.html (7,772 bytes)

4. Comprehensive listing of Splus (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Wed, 23 Mar 2005 07:58:43 -0600 (CST)
This is one area where a printed (paper) manual can't be beat. However, one has not been produced for S-Plus in a long time. Several years ago I sat down with said manual in my favorite comfortable r
/archives/html/s-news/2005-03/msg00118.html (6,748 bytes)

5. recoding (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Fri, 4 Feb 2005 11:16:04 -0600 (CST)
For recoding a set of variables: I'll assume that all of these variables reside in a particular data frame named "mydata", and that you want to change the variable levels: for (i in c('a1', 'a2', 'a3
/archives/html/s-news/2005-02/msg00018.html (7,255 bytes)

6. Re: Conditional logistic regression in S vs. SAS... (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Wed, 5 Jan 2005 07:54:05 -0600 (CST)
Katherine Hoggatt asked about the ties option in SAS vs Splus, and why they look different: If data is discrete, i.e., the time scale has only a few distinct values, then the appropriate option for t
/archives/html/s-news/2005-01/msg00022.html (9,977 bytes)

7. Re: Force a split in Rpart3 (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Tue, 18 Jan 2005 14:20:08 -0600 (CST)
e
/archives/html/s-news/2005-01/msg00088.html (7,581 bytes)

8. Re: Survival duration predictions (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Mon, 31 Jan 2005 17:10:08 -0600 (CST)
i
/archives/html/s-news/2005-01/msg00175.html (8,890 bytes)

9. Re: fitting lognormal using survReg (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Wed, 1 Dec 2004 15:59:14 -0600 (CST)
You forgot the distribution: Coefficients: (Intercept) -0.01141028 Scale= 3.02965 (Intercept) 1.510897 The default fit is a Wiebull distribution. Terry Therneau (author of survreg)
/archives/html/s-news/2004-12/msg00006.html (7,087 bytes)

10. Re: coxph function (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Tue, 7 Sep 2004 10:43:58 -0500 (CDT)
a
/archives/html/s-news/2004-09/msg00040.html (7,786 bytes)

11. Re: Variable ranking in rpart (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Tue, 28 Sep 2004 07:38:32 -0500 (CDT)
done? When I do
/archives/html/s-news/2004-09/msg00159.html (7,642 bytes)

12. Re: generating function arguments as string (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Mon, 19 Jul 2004 08:26:43 -0500 (CDT)
A simple way to do what you ask is found in almost all the modeling functions (lm, coxph, etc). At the top of the function, before manipulating any arguments, you will find the line call <- match.cal
/archives/html/s-news/2004-07/msg00094.html (7,433 bytes)

13. Re: Weibull questions (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Sun, 16 May 2004 21:13:28 -0500 (CDT)
2. How to fit a weibull? Although survReg and censorreg were designed to allow for censored data, they work just fine with ordinary Weibull data. fit <- survReg(Surv(y) ~ x1 + x2 + ...., data=mydata,
/archives/html/s-news/2004-05/msg00093.html (7,137 bytes)

14. Re: offset and weight term (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Thu, 27 May 2004 09:45:44 -0500 (CDT)
The details about case weights and offset terms, in both SAS and S, are discussed in section 7.3 of the book by Therneau and Grambsch. It covers 7 pages, so is a bit much to try and summarize in an e
/archives/html/s-news/2004-05/msg00147.html (6,818 bytes)

15. Re: FW: Marked discrepancies in survReg analysis (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Wed, 7 Apr 2004 13:25:39 -0500 (CDT)
... why do Splus and Stata differ? The Wiebull model can either be expressed as a proportional hazards or an accelerated failure time model. These are just different parameterizations, with no partic
/archives/html/s-news/2004-04/msg00023.html (7,898 bytes)

16. Re: Question about survReg (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Wed, 24 Mar 2004 08:08:09 -0600 (CST)
The survreg function uses location-scale parameterization, which is one of about 4 ways to write down the Wiebull distribution. The best reference on the parameters is Kalbfleisch and Prentice, The S
/archives/html/s-news/2004-03/msg00183.html (7,276 bytes)

17. Re: Exact meaning of "rsquare" at end of summary(coxph) (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Mon, 5 Jan 2004 10:11:12 -0600 (CST)
There are dozens of definitions for an R-square for a Cox model. I really liked the following paper Korn, Edward L. , and Simon, Richard (1990), ``Measures of explained variation for survival data'',
/archives/html/s-news/2004-01/msg00006.html (8,586 bytes)

18. Re: coxph problem (Cannot coerce mode list to integer: list(eps =...) (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Wed, 10 Dec 2003 09:30:39 -0600 (CST)
The coxph function is failing because there is no good solution to your As set up, at any death time the observation that dies is that one with the smallest x value. You can replicate your results wi
/archives/html/s-news/2003-12/msg00053.html (7,925 bytes)

19. Re: MLE for power function (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Fri, 7 Nov 2003 07:21:29 -0600 (CST)
(survreg in R, survReg in Splus). The survreg routine was designed for the harder case of censored y's with "Surv(y, status)" on the left, but it accomodates ordinary data as well. Terry Therneau
/archives/html/s-news/2003-11/msg00045.html (7,063 bytes)

20. Re: Poisson regression in modeling survival data (score: 1)
Author: Terry Therneau <therneau@mayo.edu>
Date: Tue, 11 Nov 2003 16:07:02 -0600 (CST)
i
/archives/html/s-news/2003-11/msg00081.html (8,415 bytes)


This search system is powered by Namazu