View source: R/get_type_prob.R
get_type_prob | R Documentation |
Gets probability of vector of causal types given a single realization of parameters, possibly drawn from model priors.
get_type_prob(model, P = NULL, parameters = NULL)
model |
A |
P |
A |
parameters |
A vector of real numbers in [0,1]. Values of parameters to
specify (optional). By default, parameters is drawn from
|
By default, parameters is drawn from 'using' argument (either from priors, posteriors, or from model$parameters)
A vector with probabilities of vector of causal types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.