Learn R Programming

nlist (version 0.4.0)

tidy.mcmc: Turn an object into a tidy tibble

Description

Turn an object into a tidy tibble

Usage

# S3 method for mcmc
tidy(x, simplify = FALSE, ...)

Value

A tibble::tibble() with information about model components.

Arguments

x

An object.

simplify

A flag specifying whether to drop sd and zscore columns.

...

Unused.

Methods

generics:::methods_rd("tidy")