Family: weibull
Links: mu = log; shape = identity
Formula: time | cens(censored) ~ age + sex
Data: lung (Number of observations: 228)
Draws: 4 chains, each with iter = 2000; warmup = 1000; thin = 1;
total post-warmup draws = 4000
Regression Coefficients:
Estimate Est.Error l-95% CI u-95% CI Rhat Bulk_ESS Tail_ESS
Intercept 6.21 0.48 5.29 7.19 1.00 4242 3136
age -0.01 0.01 -0.03 0.00 1.00 4287 3167
sex 0.39 0.13 0.15 0.65 1.00 3979 2812
Further Distributional Parameters:
Estimate Est.Error l-95% CI u-95% CI Rhat Bulk_ESS Tail_ESS
shape 1.31 0.08 1.16 1.47 1.00 3708 2799
Draws were sampled using sampling(NUTS). For each parameter, Bulk_ESS
and Tail_ESS are effective sample size measures, and Rhat is the potential
scale reduction factor on split chains (at convergence, Rhat = 1).
plot(m1a)
prior_summary(m1a)
prior class coef group resp dpar nlpar lb ub source
normal(0,5) b user
normal(0,5) b age (vectorized)
normal(0,5) b sex (vectorized)
normal(0,10) Intercept user
cauchy(0,25) shape 0 user
# using default weakly informative priors;m1b <-readRDS("data/surv_exp")print(m1b)
Family: exponential
Links: mu = log
Formula: time | cens(censored) ~ age + sex
Data: lung (Number of observations: 228)
Draws: 4 chains, each with iter = 2000; warmup = 1000; thin = 1;
total post-warmup draws = 4000
Regression Coefficients:
Estimate Est.Error l-95% CI u-95% CI Rhat Bulk_ESS Tail_ESS
Intercept 6.37 0.63 5.14 7.63 1.00 4249 2720
age -0.02 0.01 -0.03 0.00 1.00 4542 3115
sex 0.48 0.17 0.15 0.81 1.00 3681 2870
Draws were sampled using sampling(NUTS). For each parameter, Bulk_ESS
and Tail_ESS are effective sample size measures, and Rhat is the potential
scale reduction factor on split chains (at convergence, Rhat = 1).