stanmvreg_1: stanmvreg_1

stanmvreg_1R Documentation

stanmvreg_1

Description

Model of class stanmvreg

Usage

stanmvreg_1

Format

An object of class stanmvreg (inherits from stanreg, lmerMod) of length 20.

Examples


## Not run: 
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
)

## End(Not run)


easystats/circus documentation built on June 10, 2025, 7:22 p.m.