Learn R Programming

hopit (version 0.11.6)

plot.hopitDW: Plotting standardized coefficients

Description

Plotting standardized coefficients

Usage

# S3 method for hopitDW
plot(
  x,
  ordered = TRUE,
  show.signif = TRUE,
  mar = c(10, 4, 1.5, 1),
  oma = c(0, 0, 0, 0),
  ylab = "Disability weight",
  xlab = "",
  density = 20,
  angle = 45,
  col = "orange",
  las = 3,
  ...
)

Arguments

x

a object generated by standardizeCoef function.

ordered

a logical indicating whether to sort the disability weights.

show.signif

show significance codes.

mar, oma

graphic parameters, see par.

ylab, xlab, density, angle, col, las, ...

arguments passed to barplot.

Author

Maciej J. Danko