stanmvreg_2: stanmvreg_2

stanmvreg_2R Documentation

stanmvreg_2

Description

Model of class stanmvreg

Usage

stanmvreg_2

Format

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

Examples

## Not run: 
library(rstanarm)
library(mediation)
data(jobs)
stan_mvmer(
  list(job_seek ~ treat + econ_hard + sex + age + (1 | occp),
       depress2 ~ treat + job_seek + econ_hard + sex + age + (1 | occp)),
  data = jobs,
  cores = 4,
  seed = 1234,
  refresh = 0)

## End(Not run)

easystats/circus documentation built on March 26, 2024, 9:30 p.m.