View source: R/visualisation.R
plot_ellipses_bivariate | R Documentation |
Plot the confidence interval ellipses
plot_ellipses_bivariate(
distribution_parameters,
true_theta,
alpha = 0.05,
npoints = 500
)
distribution_parameters |
the estimated bootstrap distributions |
true_theta |
the true values of the parameters (with p, mu and sigma) |
alpha |
the confidence interval |
npoints |
the number of points used to generate the ellipses |
a ggplot object representing for each configuration of parameter, in each panel the confidence intervals associated to the median of the estimate of each package
Bastien CHASSAGNOL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.