View source: R/get_type_prob.R
get_type_prob_multiple | R Documentation |
Draw matrix of type probabilities, before or after estimation
get_type_prob_multiple(
model,
using = "priors",
parameters = NULL,
n_draws = 4000,
param_dist = NULL,
P = NULL
)
model |
A |
using |
A character. It indicates whether to use 'priors', 'posteriors' or 'parameters'. |
parameters |
A vector of real numbers in [0,1]. Values of parameters to
specify (optional). By default, parameters is drawn from
|
n_draws |
An integer. If no prior distribution is provided, generate
prior distribution with |
param_dist |
A |
P |
A |
A matrix
of type probabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.