Skip to contents

Plot statistical power probabilities for the fixed and random effects.

Usage

FigPower(
  results,
  method = c("BMLVAR", "MetaVAR", "Naive"),
  parameters = "both",
  ylim = c(0, 1),
  x_lab_size = 7.5
)

Arguments

results

results data frame.

method

Character vector. Methods to include in the plot.

parameters

Character string. Parameters to plot. Valid values include "fixed", "random", and "both".

ylim

Numeric vector of length 2. Lower and upper limits for the y-axis.

x_lab_size

Numeric. x-axis label size.

See also

Other Figure Functions: FigBias(), FigCoverage(), FigRMSE()

Author

Ivan Jacob Agaloos Pesigan

Examples

if (FALSE) { # \dontrun{
data(results, package = "manMetaVAR")
FigPower(results)
} # }