simplifyposteriors {EMJMCMC} | R Documentation |
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)
Description
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)
Usage
simplifyposteriors(X, posteriors, th = 1e-04, thf = 0.2, resp)
Arguments
X |
a data.frame containing the data on the covariates |
posteriors |
a data.frame with expressions in the first column and their posteriors in the second column from all of the runs |
th |
initial filtering before summary threshold |
thf |
threshold for final filtering after summary |
resp |
the response to be addressed |
Value
res, a data.frame with the summarized across runs expressions and their posteriors
See Also
runemjmcmc
[Package EMJMCMC version 1.5.0 Index]