plot_ellipses_bivariate: Plot the confidence interval ellipses

View source: R/visualisation.R

plot_ellipses_bivariateR Documentation

Plot the confidence interval ellipses

Description

Plot the confidence interval ellipses

Usage

plot_ellipses_bivariate(
  distribution_parameters,
  true_theta,
  alpha = 0.05,
  npoints = 500
)

Arguments

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

Value

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

Author(s)

Bastien CHASSAGNOL


bastienchassagnol/RGMMBench documentation built on Oct. 26, 2023, 5:58 p.m.