Skip to contents

Plot a histogram of simulated/refitted log-likelihood values and overlay a vertical line for the original model log-likelihood.

Usage

# S3 method for class 'lifelihoodGOF'
plot(gof, bins = 30, fill = "grey80", color = "white", line_color = "red", ...)

Arguments

bins

Number of histogram bins.

fill

Histogram fill color.

color

Histogram border color.

line_color

Color of the vertical line showing original log-likelihood.

...

Ignored.

x

Output of goodness_of_fit().

Value

A ggplot object.