As.mcmc.list: Create an mcmc.list from a stanfit object

View source: R/stanfit-class.R

As.mcmc.listR Documentation

Create an mcmc.list from a stanfit object

Description

Create an mcmc.list (coda) from a stanfit object.

Usage

  As.mcmc.list(object, pars, include = TRUE, ...)

Arguments

object

object of class "stanfit"

pars

optional character vector of parameters to include

include

logical scalar indicating whether to include (the default) or exclude the parameters named in pars

...

unused

Value

An object of class mcmc.list.


stanette documentation built on May 11, 2022, 5:11 p.m.