create a histogram for p values of model fit result returned by model_fit

# S3 method for ModelFit
hist(
  x,
  vline,
  bins = 40,
  color = "white",
  fill = "gray10",
  vline_linetype = "dashed",
  vline_size = 0.5,
  vline_color = "gray30",
  ...
)

Arguments

x

ModelFit. Must be returned by model_fit

vline

p value where vertical line to draw

bins

numeric. Total number of bins

color

character for bin outline colors

fill

character for bin fill colors

vline_linetype

character for vline linetype

vline_size

numeric for vline size

vline_color

character for vline color

...

other args

Value

ggplot