View source: R/visualisation.R
plot_boxplots_parameters | R Documentation |
Plot the boxplot representation of the estimated parameters
plot_boxplots_parameters(
distribution_parameters,
true_theta,
remove_outliers = T,
size_tag = 4,
num_col = length(true_theta$p),
match_symbol = "^p[[:digit:]]+|mu|sigma|sd"
)
distribution_parameters |
the estimated bootstrap distributions |
true_theta |
the true values of the parameters (with p, mu and sigma) |
remove_outliers |
boolean: remove or not outlying estimates, by default set to True |
size_tag |
in each facet, controls the size of the parameter emphasised |
num_col |
How to organise the facets? by default according to the number of components |
match_symbol |
To discard the set of parameters you want to be removed |
boxplot_parameters a ggplot object representing the boxplot distributions of the estimates per package and initialisation package
Bastien CHASSAGNOL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.