plot.summary.estimate function

Plot summary.estimate Objects

Plot summary.estimate Objects

Visualize the posterior distributions for each partial correlation.

## S3 method for class 'summary.estimate' plot(x, color = "black", size = 2, width = 0, ...)

Arguments

  • x: An object of class summary.estimate
  • color: Character string. The color for the error bars. (defaults to "black").
  • size: Numeric. The size for the points (defaults to 2).
  • width: Numeric. The width of error bar ends (defaults to 0).
  • ...: Currently ignored

Returns

A ggplot object.

Examples

# data Y <- ptsd[,1:5] fit <- estimate(Y, iter = 250, progress = FALSE) plot(summary(fit))

See Also

estimate

  • Maintainer: Philippe Rast
  • License: GPL-2
  • Last published: 2024-12-22