.get_par_long {bsynth}R Documentation

Get Parameter Estimates in Long Format

Description

Helper function to get the long dataset of draws given a stan fit object.

Usage

.get_par_long(fit, par)

Arguments

fit

Stan object with the fitted model.

par

Variable to do the long table for.expand_more

Value

A tibble containing the parameter estimates in long format.


[Package bsynth version 1.0 Index]