mcmcdb_wide_from_stan: Create McmcdbWide from Stan csv files

Description Usage Arguments Value

Description

This returns both the sample values and the metadata in the comments of the file. This function has been tested for the output of Stan 1.2.0.

Usage

1
2
3
  mcmcdb_wide_from_stan(file, init = NULL,
    model_data = NULL, model_name = NULL,
    model_code = NULL)

Arguments

file

character. Name of an output file produced by a STAN model.

init

list or NULL. List of initial values.

model_data

list or NULL. List of model data.

model_name

character Model name.

model_code

character Stan model code.

Value

An object of class "McmcdbWide"


jrnold/mcmcdb documentation built on May 20, 2019, 1:04 a.m.