summary() method for an rmm object
# S3 method for rmm
summary(rmm)
Returns a table with regression results.
data(coalgov)
m1 <- rmm(Surv(govdur, earlyterm, govmaxdur) ~ 1 + mm(id(pid, gid), mmc(fdep), mmw(w ~ 1/offset(n), constraint=1)) + majority + hm(id=cid, name=cname, type=RE, showFE=F),
family="Weibull", monitor=T, data=coalgov)
#> Compiling model graph
#> Resolving undeclared variables
#> Allocating nodes
#> Graph information:
#> Observed stochastic nodes: 983
#> Unobserved stochastic nodes: 843
#> Total graph size: 15792
#>
#> Initializing model
#>
#> Error in jags.samples(model, variable.names, n.iter, thin, type = "trace", ...): thin must be a positive integer
summary(m1)
#> Error in eval(expr, envir, enclos): object 'm1' not found