mcmc_to_dt: Convert 'mcmc.list' to a tidy data.table object

Description Usage Arguments Value

View source: R/mcmc_tidiers.R

Description

mcmc_to_dt use data.table to return a tidy dataframe from an "mcmc.list", or "stan" object.

Usage

1
mcmc_to_dt(mcmc_object, ...)

Arguments

mcmc_object

an object of class "mcmc.list", as you would find with fitting a model using jags.model(), and coda.samples, or "stan", from fitting a stan model.

...

additional arguments

Value

a tidy data.table dataframe of MCMC sample


njtierney/mmcc documentation built on Oct. 5, 2021, 12:14 a.m.