summary() method for an rmm object
# S3 method for class 'rmm'
summary(rmm, r = 3)
Returns a table with regression results.
data(coalgov)
m1 <- rmm(Surv(govdur, earlyterm, govmaxdur) ~ 1 + mm(id(pid, gid), mmc(fdep), mmw(w ~ 1/n, constraint=1)) + majority + hm(id=cid, name=cname, type=RE, showFE=F),
family="Weibull", monitor=T, data=coalgov)
#> Error in dissectFormula(formula, family, data): family="Weibull" takes two variables on the left-hand side: 'Surv(survtime, event)'
summary(m1)
#> Error: object 'm1' not found