An object of class stanmvreg
(inherits from stanreg
, lmerMod
) of length 20.
Examples
if (FALSE) {
# \dontrun{
library(rstanarm)
stan_mvmer(
formula = list(
logBili ~ year + (1 | id),
albumin ~ sex + year + (year | id)
),
data = pbcLong,
# this next line is only to keep the example small in size!
chains = 1, cores = 1, seed = 12345, iter = 1000
)
# }
}