extract_post: Extract posterior samples from a brms object

Description Usage Arguments Examples

View source: R/functions.R

Description

Extract posterior samples from a brms object

Usage

1
2
extract_post(x, pars, droppars = c("lp__", "hs_c2", "temp_Intercept",
  "log_lik", "ySim", "yTest"))

Arguments

x

the brms object

pars

specific parameters to include, otherwise all if empty

droppars

parameters to exclude. defaults to c("lp__","hs_c2","temp_Intercept", "log_lik")

Examples

1

abnormally-distributed/abdisttools documentation built on May 5, 2019, 7:07 a.m.