demo/CLEANUP.R

rm(DATA_ENV, ROOT, SEED, REFRESH)
ours <- unlist(eapply(.GlobalEnv, FUN = function(x) is(x, "stanreg") | is(x, "loo")))
ours <- names(ours[ours])
rm(list = ours)
rm(ours)

Try the rstanarm package in your browser

Any scripts or data that you put into this service are public.

rstanarm documentation built on Sept. 14, 2023, 1:07 a.m.