powered by
Combines them all into a single tibble, see example for formatting and column headers. Primarily designed to be used by summary.pibblefit.
summary.pibblefit
pibble_tidy_samples(m, use_names = FALSE, as_factor = FALSE)
tibble
an object of class pibblefit
should dimension indices be replaced by dimension names if provided in data used to fit pibble model.
if use_names should names be returned as factor?
sim <- pibble_sim() fit <- pibble(sim$Y, sim$X) fit_tidy <- pibble_tidy_samples(fit, use_names=TRUE) head(fit_tidy)
Run the code above in your browser using DataLab