interpret {BayesTools} | R Documentation |
Interpret ensemble inference and estimates
Description
Provides textual summary for posterior distributions created by mix_posteriors and ensemble inference created by ensemble_inference.
Usage
interpret(inference, samples, specification, method)
Arguments
inference |
model inference created by ensemble_inference |
samples |
posterior samples created by mix_posteriors |
specification |
list of lists specifying the generated text.
Each inner list carries: (1) |
method |
character specifying name of the method to be appended at the beginning of each sentence. |
Value
interpret
returns character.
See Also
ensemble_inference mix_posteriors BayesTools_model_tables BayesTools_ensemble_tables