plotQUALYPSOSSgrandmean: plotQUALYPSOSSgrandmean

View source: R/QUALYPSOSS.r

plotQUALYPSOSSgrandmeanR Documentation

plotQUALYPSOSSgrandmean

Description

Plot prediction of grand mean ensemble. By default, we plot the credible interval corresponding to a probability 0.95.

Usage

plotQUALYPSOSSgrandmean(
  QUALYPSOSSOUT,
  CIlevel = c(0.025, 0.975),
  lim = NULL,
  col = "black",
  xlab = "Continuous predictor",
  ylab = "Grand mean",
  addLegend = T,
  ...
)

Arguments

QUALYPSOSSOUT

output from QUALYPSOSS

CIlevel

probabilities for the credible intervals, default is equal to c(0.025,0.975)

lim

y-axis limits (default is NULL)

col

color for the overall mean and the credible interval

xlab

x-axis label

ylab

y-axis label

addLegend

if TRUE, a legend is added

...

additional arguments to be passed to plot

Author(s)

Guillaume Evin


qualypsoss documentation built on Aug. 31, 2022, 5:09 p.m.