Re: [R] R-3.4.0 and survival_2.41-3 ..

2017-04-25 Thread Göran Broström
On 2017-04-25 10:34, Martin Maechler wrote: Göran Broström on Tue, 25 Apr 2017 10:22:48 +0200 writes: > I installed R-3.4.0 and got problems with the survival package, for instance > >> library(survival) >> mort <- data.frame(exit = 1:4, event = rep(1, 4), x

Re: [R] R-3.4.0 and survival_2.41-3 ..

2017-04-25 Thread Göran Broström
Right, normally this is how it works for me when I install R from source. In this case, on this computer, I use the debian/ubuntu packaging, and then it is necessary to 'rebuild' packages, obviously. Thanks, Göran On 2017-04-25 12:20, Viechtbauer Wolfgang (SP) wrote: Sort of an obvious approa

Re: [R] R-3.4.0 and survival_2.41-3 ..

2017-04-25 Thread Viechtbauer Wolfgang (SP)
+31 (43) 388-4170 | http://www.wvbauer.com >-Original Message- >From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Göran >Broström >Sent: Tuesday, April 25, 2017 11:00 >To: Martin Maechler >Cc: r-help@r-project.org >Subject: Re: [R] R-3.4.0 and survival_2.41-3

Re: [R] R-3.4.0 and survival_2.41-3 ..

2017-04-25 Thread Göran Broström
Thanks Martin, that helped! Göran On 2017-04-25 10:34, Martin Maechler wrote: Göran Broström on Tue, 25 Apr 2017 10:22:48 +0200 writes: > I installed R-3.4.0 and got problems with the survival package, for instance > >> library(survival) >> mort <- data.fra

Re: [R] R-3.4.0 and survival_2.41-3 ..

2017-04-25 Thread Martin Maechler
> Göran Broström > on Tue, 25 Apr 2017 10:22:48 +0200 writes: > I installed R-3.4.0 and got problems with the survival package, for instance > >> library(survival) >> mort <- data.frame(exit = 1:4, event = rep(1, 4), x = c(0, 1, 0, 1)) >> fit <- coxph

[R] R-3.4.0 and survival_2.41-3

2017-04-25 Thread Göran Broström
I installed R-3.4.0 and got problems with the survival package, for instance > library(survival) > mort <- data.frame(exit = 1:4, event = rep(1, 4), x = c(0, 1, 0, 1)) > fit <- coxph(Surv(exit, event) ~ x, data = mort) Error in fitter(X, Y, strats, offset, init, control, weights = we