plot.hopitDW: Plotting standardized coefficients

View source: R/generics.R

plot.hopitDWR Documentation

Plotting standardized coefficients

Description

Plotting standardized coefficients

Usage

## S3 method for class '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(s)

Maciej J. Danko


hopit documentation built on Oct. 1, 2022, 5:06 p.m.