Learn R Programming

xpose4 (version 4.7.3)

xp.inc.ind.cond.stab.cov: Trace plots for conditional indices rper replicate number

Description

Trace plots for conditional indices rper replicate number

Usage

xp.inc.ind.cond.stab.cov(
  bootgam.obj = NULL,
  boot.type = NULL,
  main = NULL,
  xlb = "Bootstrap replicate number",
  ylb = "Conditional inclusion frequency",
  limits = c(0.2, 0.8),
  normalize = TRUE,
  split.plots = FALSE,
  start = 25,
  ...
)

Value

A lattice plot object.

Arguments

bootgam.obj

The bootgam or bootscm object.

boot.type

Either "bootgam" or "bootscm". Default is NULL, which means the user will be asked to make a choice.

main

The title of the plot

xlb

The x-label of the plot

ylb

The y-label of the plot

limits

Limits for the inclusion index.

normalize

Should one normalize?

split.plots

Should the plots be split?

start

When to start.

...

Arguments passed to other functions.

See Also

Other bootgam: xp.daic.npar.plot(), xp.dofv.npar.plot(), xp.inc.cond.stab.cov(), xp.inc.stab.cov(), xp.incl.index.cov(), xp.incl.index.cov.ind()

Other bootscm: bootscm.import(), xp.daic.npar.plot(), xp.dofv.npar.plot(), xp.inc.cond.stab.cov(), xp.inc.stab.cov(), xp.incl.index.cov(), xp.incl.index.cov.ind()