A function that ads up posteriors for the same expression written in different character form in different parallel runs of the algorithm (mainly for Logic Regression and Deep Regression contexts)
simplifyposteriors(X, posteriors, th = 1e-04, thf = 0.2, resp)
res, a data.frame with the summarized across runs expressions and their posteriors
a data.frame containing the data on the covariates
a data.frame with expressions in the first column and their posteriors in the second column from all of the runs
initial filtering before summary threshold
threshold for final filtering after summary
the response to be addressed
runemjmcmc