Skip to contents

Maps the three estimator names used throughout the package to colours drawn from stagill_palette(). Pass to ggplot2::scale_color_manual().

Usage

method_colors()

Value

A named character vector with entries Naive, Oracle, SIMEX.

Examples

method_colors()
#>     Naive    Oracle     SIMEX 
#> "#e07a5f" "#3d405b" "#81b29a"