tidy.mcmc: Turn an object into a tidy tibble

View source: R/tidy.R

tidy.mcmcR Documentation

Turn an object into a tidy tibble

Description

Turn an object into a tidy tibble

Usage

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

Arguments

x

An object.

simplify

A flag specifying whether to drop sd and zscore columns.

...

Unused.

Value

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

Methods

\Sexpr[stage=render,results=rd]{generics:::methods_rd("tidy")}

nlist documentation built on June 8, 2025, 9:41 p.m.