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 March 26, 2024, 9:30 p.m.