Skip to contents

Visualisation of standardised or raw odds ratios from a stcolrm object

Usage

stcolrm_plot(object, .type = c("std", "raw"), log_10 = TRUE)

Arguments

object

A stcolrm object

.type

Type of odds ratios to plot, either "std" for standardised or "raw" for raw odds ratios. Default is "std".

log_10

Logical, if TRUE (default) the x-axis is on a log10 scale.

Value

A ggplot2 object visualising the odds ratios with confidence intervals.