DEPRECATED: Reconstitute an idealstan object after an MPI/cluster run

Description

This convenience function takes as input a file location storing the results of a MPI/cluster run.

Usage

id_rebuild_mpi(file_loc = NULL, csv_name = NULL)

Arguments

file_loc A string with the location of the original files exported by id_estimate
csv_name A vector of character names of CSV files with posterior estimates from cmdstan. Should be located in the same place as file_loc.
object A fitted idealstan object (see id_estimate)

Details

Given the CSV output from cmdstan and the original files exported from the id_estimate function, this function will create an idealstan object which can be further analyzed with other idealstan package helper functions.