plotQUALYPSOSSeffect: plotQUALYPSOSSeffect

View source: R/QUALYPSOSS.r

plotQUALYPSOSSeffectR Documentation

plotQUALYPSOSSeffect

Description

Plot prediction of ANOVA effects for one main effect. By default, we plot we plot the credible intervals corresponding to a probability 0.95.

Usage

plotQUALYPSOSSeffect(
  QUALYPSOSSOUT,
  iEff,
  CIlevel = c(0.025, 0.975),
  lim = NULL,
  col = 1:20,
  xlab = "Continuous predictor",
  ylab = "Effect",
  addLegend = TRUE,
  ...
)

Arguments

QUALYPSOSSOUT

output from QUALYPSOSS

iEff

index of the main effect to be plotted in QUALYPSOSSOUT$listScenario$predDiscreteUnique

CIlevel

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

lim

y-axis limits (default is NULL)

col

colors for each effect

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.