View source: R/cluster_model.R
get_credible_intervals | R Documentation |
In a model created with fit_model()
the pi parameters are the estimate of
the true cluster fill count for a particular writer and cluster. The function
get_credible_intervals()
calculates the credible intervals of the pi
parameters for each writer in the model.
get_credible_intervals(model, interval_min = 0.05, interval_max = 0.95)
model |
A model output by |
interval_min |
The lower bound for the credible interval. The number must be between 0 and 1. |
interval_max |
The upper bound for the credible interval. The number
must be greater than |
A list of data frames. Each data frame lists the credible intervals for a single writer.
get_credible_intervals(model=example_model)
get_credible_intervals(model=example_model, interval_min=0.05, interval_max=0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.