stan_axe: Remove elements from stanfit object

Description Usage Arguments Details Value See Also

View source: R/stan_axe.R

Description

Safely remove large elements from stanfit objects that are not needed for postprocessing.

Usage

1
stan_axe(object, what = c("summary", "fit_instance", "stanmodel"))

Arguments

object

stanfit

what

name of attribute to remove, Default: c("summary", "fit_instance", "stanmodel")

Details

shredder can remove three elements in the stanfit object

Value

stanfit

See Also

Other utility: stan_names(), stan_retain()


yonicd/shredder documentation built on Sept. 3, 2020, 6:29 a.m.