Plot loglike quantiles of current active set

plot_loglike_quantiles(
  proj,
  K = NULL,
  axis_type = 1,
  connect_points = FALSE,
  connect_whiskers = FALSE
)

Arguments

proj

an rmaverick project, as produced by the function mavproject()

K

which value of K to produce the plot for

axis_type

how to format the x-axis. 1 = integer rungs, 2 = values of beta, 3 = values of beta raised to the GTI power

connect_points

whether to connect points in the middle of quantiles

connect_whiskers

whether to connect points at the ends of the whiskers