simplifyposteriors: A function that ads up posteriors for the same expression...

View source: R/the_mode_jumping_package5.r View source: R/the_mode_jumping_package4.r

simplifyposteriorsR 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)

Usage

simplifyposteriors(X,posteriors,th=0.0001,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 summarization treshold

thf

treshold for final filtering after summarization

resp

the response to be addressed

Value

res

a data.frame with the summirized across runs expressions and their posteriors

See Also

runemjmcmc


aliaksah/EMJMCMC2016 documentation built on July 27, 2023, 5:48 a.m.