Skip to contents

Convert InferenceData DataFrame to nested tibble of tidy_draws

Usage

inferencedata_to_tidy_draws(idata)

Arguments

idata

InferenceData DataFrame (the result of calling arviz.InferenceData.to_dataframe in Python)

Value

A nested tibble, with columns group and data. Each element of data is a tidy_draws data frame