label_robins {metaconfoundr}R Documentation

Label values using ROBINS approach

Description

label_robins() is a helper function to modify metaconfoundr labels to use ROBINS-like labels: low risk, some concerns, high risk.

Usage

label_robins()

Value

a character vector of ROBINS labels

Examples

mc_heatmap(metaconfoundr(ipi)) +
  ggplot2::scale_fill_ordinal(labels = label_robins())

mc_heatmap(metaconfoundr(ipi)) +
  scale_fill_cochrane(labels = label_robins())


[Package metaconfoundr version 0.1.2 Index]