Skip to contents

This function formats the posterior simulations of the fixed effects into a list of data frames, one for each response variable.

Usage

format_marginals_fixed(B_sims, X, Y)

Arguments

B_sims

A 3D array containing the posterior simulations of the fixed effects.

X

Matrix of covariates (predictors) used in the model.

Y

Matrix of response variables.

Value

A list of data frames for each response variable.

Author

Joaquín Martínez-Minaya jmarmin@eio.upv.es