On 09/14/2012 05:00 AM, r-help-requ...@r-project.org wrote:
Hello,
Why the correlation between the random effects is negative?
library(coxme)
rats1<- coxme(Surv(time, status) ~ (1|litter), rats)
random.effects(rats1)[[1]] #one value for each of the 50 litters
print(rats1)
rats2<- lmekin(time
Hello,
Why the correlation between the random effects is negative?
library(coxme)
rats1 <- coxme(Surv(time, status) ~ (1|litter), rats)
random.effects(rats1)[[1]] #one value for each of the 50 litters
print(rats1)
rats2 <- lmekin(time ~ (1|litter), rats)
fixed.effects(rats2)
random.effects(rats2)
2 matches
Mail list logo