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
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
+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
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
> 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
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
6 matches
Mail list logo