Learn R Programming

CausalQueries (version 1.1.0)

get_posterior_distribution: Get the posterior distribution from a model

Description

Access the posterior distribution from the model if one has been added via `update_model`.

Usage

get_posterior_distribution(model)

Value

A `data.frame` with parameters draws

Arguments

model

A causal_model. A model object generated by make_model.