plotpar: Plot the values of the parameters

View source: R/plotpar.R

plotparR Documentation

Plot the values of the parameters

Description

plotpar plot the values of the parameters.

Usage

plotpar(
  qp,
  x = NULL,
  panel = NULL,
  xpanel = NULL,
  ypanel = NULL,
  color = NULL,
  geom = "bar",
  ci = T
)

Arguments

qp

output from quickpsy.

x

Name of the variable to displayed in the x-axis.

panel

Name of the variable to be split in panels.

xpanel

Name of the variable to be split in horizontal panels.

ypanel

Name of the variable to be split in vertical panels.

color

Name of the variable codded by color.

geom

If 'bar' displays bars. If 'point' displays points (default is 'bar').

ci

If FALSE confidence intervals are not plotted (default is TRUE).

Examples

fit <- quickpsy(qpdat, phase, resp, grouping = c("participant", "cond"), bootstrap = "none")
plot(fit)
plot(fit, color = cond)
plotpar(fit)
plotthresholds(fit, geom = "point")

danilinares/quickpsy documentation built on Feb. 13, 2023, 8:44 p.m.