Learn R Programming

CausalQueries (version 0.0.3)

get_priors: Get priors

Description

Extracts priors as a named vector

Usage

get_priors(model)

Arguments

model

A model object generated by make_model().

Value

A vector indicating the hyperparameters of the prior distribution of the nodal types.

See Also

Other priors: make_par_values_multiple(), make_par_values(), make_priors(), make_values_task_list(), set_priors()

Examples

Run this code
# NOT RUN {
get_priors(make_model('X -> Y'))
# }

Run the code above in your browser using DataLab