plot.multi_CI: Plots naive, post-cAIC and post-OBSP CI for mixed effects

Description Usage Arguments Value

View source: R/plot.multi_CI.R

Description

Plots naive, post-cAIC and post-OBSP CI for mixed effects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S3 method for class 'multi_CI'
plot(
  x,
  col = NULL,
  xlab = NULL,
  ylab = NULL,
  type = c("regular", "corrected", "both"),
  order_estimates = NULL,
  legend_position = NULL,
  y_axis_lim = NULL,
  ...
)

Arguments

x

An object of class multi_CI

col

Colors of CI. Default: NULL.

xlab

Label for the x axis. Default: NULL.

ylab

Label for the y axis. Default: NULL.

type

Type of CI (using first order, second order or both MSE estimators)

order_estimates

Order of intervals in the plot. Default: NULL.

legend_position

Legend position. Default: NULL

y_axis_lim

Limits of the y axis. Default: NULL

...

Additional parameters

Value

plot_multi

Plot with confidence intervals for mixed effects


KatarzynaReluga/postcAIC documentation built on Jan. 25, 2022, 12:33 a.m.